/*
--CANİK PSD TO HTML--
Theme Name: Canik;
version: v1.0;
date: 27.09.2020
develeoper by: Biftech.io ;
Languages: Html, Css, Jquery, Bootstrap Grid;
Framevork: Bootstrap, Jquery, Font-Avesome, Jquery-fatnav(plugin);
Reset: Normalize.css;
Video Player: Youtube Embed;
*/


/****Font Family Lato(Kendi Fontuunuzu ekleyiniz)****/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap')

/***Reset**/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
    font-family: 'Roboto', sans-serif;
    color: #454F63;
    margin: 10px;
}

a {
    text-decoration: none;
}

a:link {
    color: #454F63;
}

a:visited {
    color: #454F63;
}

a:hover {
    color: #2945a3;
}

p {
    font-size: 20px;
    line-height: 26px;
}


/***Header Section**/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.header-logo img {
    width: 170px;
}

.nav-menu {
    margin-left: 100px;
}

.nav-menu nav ul {
    list-style-type: none;
}

.nav-menu nav ul li {
    display: inline;
}

.nav-menu nav ul li a {
    padding: 20px;
    font-weight: 700;
}

.header-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-social-icons span {
    margin: 10px;
    font-weight: 700;
    font-size: 20px;
}


/***Header Content ***/

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.header-content-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-content-left-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content-left-top img {
    width: 250px;
    margin-right: 30px;
}

.header-content-left-top h1 {
    font-size: 45px;
}

.header-content-left-bottom {
    margin-top: 30px;
    margin-right: 350px;
}

.header-content-left-bottom h3 {
    line-height: 30px;
    font-weight: 800;
}

.header-content-left-bottom-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.header-content-left-bottom-bottom a:nth-of-type(1) {
    width: 160px;
}

.header-content-left-bottom-bottom a:nth-of-type(2) {
    width: 180px;
}

.header-content-right {
    margin-left: 100px;
}


/***Device monitor****/

.device-monitor {
    position: relative;
    width: 250px;
    height: 508px;
    background-color: #fff;
    border-radius: 36px;
    border-bottom: 2px solid #e3e8eb;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.35);
    transition-duration: 0.6s;
}
.device-monitor:hover{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1s); 
    -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 1s); 
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1s); 
    transition: cubic-bezier(0.075, 0.82, 0.165, 1s); 
    -webkite-transition-duration: 0.6s;   
    -moz-transition-duration: 0.6s;   
    -o-transition-duration: 0.6s;   
    transition-duration: 0.6s;   
}

.device-monitor img {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hoparlor {
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #e3e8eb;
    border-radius: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
}

.hoparlor-2 {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #e3e8eb;
    border-radius: 5px;
    left: 80px;
    top: 20px;
}

.home-key {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #e3e8eb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
}


/****Deivce monitor end****/

.header-circle {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background-color: #EAF5FB;
    right: -200px;
    top: -100px;
    z-index: -10;
    animation-name: scale;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes scale {
    0% {
        width: 1000px;
        height: 1000px;
    }
    50% {
        width: 1050px;
        height: 1050px;
    }
    100% {
        width: 1000px;
        height: 1000px;
    }
}

.header-circle-2 {
    position: absolute;
    left: -100px;
    width: 400px;
    height: 400px;
    border: 60px solid #FFC9A1;
    border-radius: 50%;
    opacity: 30%;
}


/***Section 1****/

.section-1 {
    position: relative;
    background: linear-gradient(45deg, #CCDAFA, #EDF1FA);
    border-radius: 60px;
    margin-top: 50px;
}

.section-1-carts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1-header {
    position: relative;
    left: 110px;
    top: 60px;
    margin-bottom: 100px;
}

.section-1-header h1 {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    z-index: 20;
}

.section-1-header img {
    position: absolute;
    top: 0;
    width: 160px;
    left: 80px;
}

.section-1-header span {
    position: absolute;
    width: 217px;
    height: 20px;
    background-color: #AFC1FD;
    bottom: -5px;
    z-index: 10;
    left: 50px;
}

.section-1-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 2px solid #454F63;
    margin: 30px;
}

.section-1-cart-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1-cart-header img {
    margin-right: 30px;
    width: 50px;
}

.section-1-cart-header h3 {
    font-size: 20px;
    font-weight: 700;
}

.section-1-cart-bottom p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
}


/***Section 2**/

.section-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
}

.section-2-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-2-left-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 40px;
    margin-right: 270px;
}

.section-2-left-header h1 {
    margin: 0;
    font-size: 45px;
    margin-left: 25px;
}

.section-2-left-header img {
    width: 160px;
}

.section-2-left-header span {
    position: absolute;
    width: 205px;
    height: 20px;
    background-color: #AFC1FD;
    right: -4px;
    bottom: -8px;
    z-index: -10;
}

.section-2-left-bottom p {
    font-size: 20px;
    line-height: 26px;
}

.section-2-right img {
    width: 400px;
    margin-left: 70px;
}


/*******Section 3******/

.section-3 {
    position: relative;
    background-color: #FAF8FB;
    border-radius: 60px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-3-header-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-3-header {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.section-3-header h1 {
    margin: 0;
    font-size: 45px;
    margin-left: 10px;
    z-index: 20;
}

.section-3-header img {
    width: 160px;
}

.section-3-header span {
    position: absolute;
    width: 205px;
    height: 20px;
    background-color: #AFC1FD;
    bottom: -8px;
    z-index: 10;
    right: 0;
}

.section-3-left-bottom {
    margin-top: 150px;
    margin-bottom: 50px;
}

.section-3-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.section-3-right img {
    width: 300px;
}


/****Section 4******/

.section-4 {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 40px;
}

.section-4-header h1 {
    margin: 0;
    font-size: 45px;
}

.section-4-header span {
    position: absolute;
    width: 150px;
    height: 20px;
    background-color: #AFC1FD;
    left: 0;
    bottom: -8px;
    z-index: -10;
}

.section-4-left-bottom {
    margin-top: 100px;
}

.section-4-right {
    position: relative;
    top: 140px;
    margin-left: 100px;
}

.section-4-right video {
    position: relative;
    border-radius: 30px;
    -webkit-box-shadow: 0px 8px 62px -24px rgb(0, 0, 0);
    -moz-box-shadow: 0px 8px 62px -24px rgb(0, 0, 0);
    box-shadow: 0px 8px 62px -24px rgb(0, 0, 0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s; 
    transition-duration: 0.4s;    
}
.section-4-right video:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 0.4s);
    -moz-transition: cubic-bezier(0.075, 0.82, 0.165, 0.4s);
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 0.4s);
    transition: cubic-bezier(0.075, 0.82, 0.165, 0.4s);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s; 
    transition-duration: 0.4s;   
}

.section-4-right-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    width: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: .8;
    display: none;
}


/***Section 5***/

.section-5 {
    position: relative;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-5-header {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    left: 0;
    top: 0;
}

.section-5-content {
    margin-top: 100px;
}

.section-5-content:nth-child(1) {
    margin-right: 150px;
}

.section-5-content:nth-child(2) {
    margin-right: 150px;
}

.section-footer {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    background: linear-gradient(360deg, #FCC99E, #FCEFD3);
    border-radius: 60px;
    padding: 50px;
    margin-top: 100px;
}

.section-footer-left img {
    width: 180px;
}

.section-footer-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 190px;
    margin-bottom: 130px;
}

.section-footer-left p {
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
    margin-left: 70px;
}

.section-footer-center {
    margin-right: 50px;
}

.section-footer-center a {
    font-size: 18px;
    font-weight: 700;
}

.section-footer-center li {
    margin: 10px;
}

.section-footer-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 125px;
}

.section-footer-right p {
    font-size: 20px;
    font-weight: 800;
}

.section-footer-right span {
    font-size: 25px;
    margin: 15px;
}

  /***** Hamburger Menu ******/
  .hamburger {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    padding: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 28px;
    height: 2.5px;
    background-color: #454F63;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
  }
  .hamburger__icon:before {
    top: -7px;
  }
  .hamburger__icon:after {
    top: 7px;
  }
  .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: #fff;
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(15, 14, 41, 0.9);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
  }
  .fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .fat-nav ul {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 25px;
  }
  .fat-nav li, .fat-nav li a {
    color: #fff;
  }
  .fat-nav li a {
    text-decoration: none;
  }

  .fat-nav li a:hover{
      color: #cddeff;
  }
  
  .hamburger-menu-social-icons{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      margin-top: 20px;

  }

  .device-monitor-mobile{
      display: none;
  }