﻿/*@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-regular.eot);
src: url(../fonts/hinted-akrobat-regular.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-regular.woff) format('woff'),
url(../fonts/hinted-akrobat-regular.ttf) format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-bold.eot);
src: url(../fonts/hinted-akrobat-bold.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-bold.woff) format('woff'),
url(../fonts/hinted-akrobat-bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-semibold.eot);
src: url(../fonts/hinted-akrobat-semibold.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-semibold.woff) format('woff'),
url(../fonts/hinted-akrobat-semibold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-extrabold.eot);
src: url(../fonts/hinted-akrobat-extrabold.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-extrabold.woff) format('woff'),
url(../fonts/hinted-akrobat-extrabold.ttf) format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Akrobat';
src: url(../fonts/hinted-akrobat-black.eot);
src: url(../fonts/hinted-akrobat-black.eot) format('embedded-opentype'),
url(../fonts/hinted-akrobat-black.woff) format('woff'),
url(../fonts/hinted-akrobat-black.ttf) format('truetype');
font-weight: 900;
font-style: normal;
}*/

* {



  margin: 0;



  padding: 0;



}



body {



  /*font-size: 12px;*/

  /*font-family:"Akrobat", Arial, Helvetica, sans-serif!important;*/



}

#LRdiv0 {
  display: none !important;
}

ul {



  list-style: none;



}



a {



  color: #333;



  text-decoration: none;



}



a:hover {



  /*text-decoration: underline;*/



}

.header {

  width: 100%;

  min-height: 900px;

  background: url(../images/bannerbj.png) center center no-repeat;

  background-size: auto;

  background-size: 100% 100%;



}


.nav-bg{
  background: rgb(41,45,58);
  position: relative;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(6px);
}
.navFixed{
    position: fixed;
}
.nav {



  max-width: 1400px;

  height: 80px;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;


  align-items: center;

  -webkit-transition: 0.3s background;

  -moz-transition: 0.3s background;

  -o-transition: 0.3s background;

  transition: 0.3s background;

}
.nav:before,.nav:after{
  display: none;
}
.logo {

  width: 140px;

  height: 50px;

}

.line {

  position: absolute;

  bottom: 0px;

  max-width: 100%;





}

.navContent {

  flex: 1;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 20px;
  
  height: 100%;

}

.navContent a {

  color: #fff;

  text-decoration: none;

  text-align: center;

  position: relative;

  line-height: 30px;

  padding: 10px;
  
  flex: 1;
  justify-content: center;

}

.navContent a {

  font-size: 16px;

}
.navContent>a,.navContent>div>a{
    height: 100%;
    display: flex;
    align-items: center;
}
.navContent>div:hover + section{
  /*display: block!important;*/
  visibility: visible!important;
  width: 100%;
}
.navContent>div ~ section:hover{
   /*display: block!important;*/
    visibility: visible!important;
}

.navContent>section{
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    background: rgba(41,45,58,0.9);
    /* padding: 0 10%; */
}
.navContent>section>ul{
  display: flex;
  justify-content: space-evenly;
  max-width: 1400px;
  margin: 0 auto;
}
.navContent>section>ul>li>a{
    text-align: left;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}
.navContent>section>ul>li>a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #04cdae;
    left: 0;
    bottom: 10px;
}
.navContent>section>ul>li>a:before{
    content: '>';
    background: #04cdae;
    width: 15px;
    height: 15px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-right: .1546rem;
}
.navContent>section>ul>li a:hover{
    background-color: #04cdae !important;
    font-weight: bold;
}

.navContent>section>ul>li>ul a{
    font-size: .1443rem!important;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.navContent div {

  border: none;

  background: transparent;

  outline: none;

  color: #fff;

  position: relative;
  
  height: 100%;
  
  flex: 1;

}

.navContent div ul {

  width: 300%;

  /*display: none;*/

  position: absolute;

  z-index: 1;

  left: 50%;

  transform: translateX(-50%);

}

.navContent div ul li {

  list-style: none;

  margin-top: 5px;

}

.navContent div ul li {

  margin-top: 0 !important;

}

.navContent div li a {

  color: #fff;

  text-decoration: none;

  text-align: center;

  position: relative;

  font-size: 16px;

  background: #292d3a !important;

  display: block;

  line-height: 30px;

  padding: 10px;

  font-size: 16px !important;
  font-weight: bold;

}

.navContent div li a:hover {
  background-color: #04cdae !important;
}

.homes {

  width: fit-content;

  height: 2px;

  background: #15d0b5;

  position: absolute;

  bottom: 15px;


}
.navContent div:hover ul{
    visibility: visible!important;
}

.call {

  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 21px;
  overflow: hidden;

}
.call .iconwhatsapp{
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 18px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
}

.topr {

  display: flex;

  align-items: center;

  justify-content: center;

}

.phone {}

.ponuy {

  font-size: 20px;



}

.ponuz {

  color: #04cdae;

  font-size: 22px;
  padding: 0 10px;

}

.iconn {

  font-size: 22px;

  color: #ddc05a;

}

.all-container {
  position: relative;
}

.all-container .text-img-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.all-container .text-img-top .left-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 55%;

}

.all-container .text-img-top .left-text .detail {
  margin-top: 15px;
  margin-bottom: 15px;
}

.all-container .titles {

  position: relative;
}

.all-container .titles span {
  margin-left: 55px;
  font-size: 24px;
  font-weight: bold;
}
.all-container .titles h2 {
  margin-left: 55px;
  font-size: 24px;
  font-weight: bold;
}

.all-container .titles:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 9px;
  border: 4px solid #1cd2b6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.all-container .titles:after {
  content: "";
  width: 30px;
  height: 3px;
  background: linear-gradient(to right, #1cd2b6, #fff);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

}

.all-container .detail {
  line-height: 2;
  margin-left: 50px;

}

.all-container .img-two {
  display: flex;
  margin-left: 50px;
  gap: 20px;
}

.all-container .img-two img {
  max-width: calc((100% - 20px) / 2);
}

.all-container .text-img-top .right-img {
  position: relative;
  /* flex-basis: 45%; */
}

.all-container .text-img-top .right-img img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto!important;
}

.all-container .text-img-top .right-img .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #06cdaf, #fff);
  transform: translateX(-10px);
  border-radius: 15px;

}

.all-container .text-bottom {
  margin-top: 30px;
}




.all-container .text-bottom .titles:after {
  background: linear-gradient(to bottom, #1cd2b6, #fff);
  width: 2px;
  height: 200px;
  top: 122px;
  left: 8px;

}

.all-container .text-bottom .detail p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0!important;
}

.all-container .text-bottom .detail p span {
  margin-left: 45px;
}

.all-container .text-bottom .detail p:before {
  content: "";
  background: url(../images/smallicon.png) no-repeat;
  position: absolute;
  left: 0;
  width: 37px;
  height: 36px;
}

.shape {
  position: relative;
}
.shape img{
  width: 100%;
}
.shape a {
  display: block;
  position: absolute;
  width: 163px;
  height: 40px;
  background-color: #04cdae;
  border-radius: 20px;
  right: 15%;
  line-height: 40px;
  text-align: center;
  top: -5px;
  font-weight: bold;
  transition: all 0.5s ease;
  z-index: 50;
  
}

.shape a:after {
  content: "";
  background: url(../images/click.png) no-repeat;
  width: 30px;
  height: 29px;
  position: absolute;
  top: 24px;
  right: 5px;
  transition: all 0.5s ease;
}
.shape a:hover:after{
   right: calc(50% - 30px);
   transition: translateX(-50%);
   
}

.nav svg.icon{
  display: none;
}
.mobile-nav{
  display: none;
  padding: 30px;
  overflow-y: auto;
}
.mobile-nav a{
  padding: 20px 0;
  line-height: 2;
  position: relative;
}
.mobile-nav div{
     padding: 20px 0;
     line-height: 2;
}
.mobile-nav section{
  padding-left: 15px;
}
.mobile-nav section li{
    line-height: 2;
}
.mobile-nav section a{
  padding: 10px 0;
  line-height: 1;
}
p,h3{
  margin: 0!important;
}

@media (max-width:1200px){
  .ponuy{
    font-size: 16px;
  }
  .ponuz{
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {

   .line{
    width:800px;
   }
   .nav svg.icon{
    display: block;
    margin-right: 15px;
   }
   .navContent{
    display: none;
   }
   .navToggle{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background: rgba(52, 57, 76);
    width: 60%;
    z-index: 9999;
    width: 90%;
    height: 100vh;
   }
   .navToggle a{
    color: #ffffff;
   }
   .navToggle:before{
      content: '';
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 10%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      z-index: 9998;
   }
   .mobile-nav svg{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
   }
}

@media (max-width:768px){
  *{
    font-size: 14px;
  }
  #LRdiv0{
    display: block!important;
  }
  .floating_ck{
    display: none;
  }
   
}

@media (max-width:500px){
  .shape{
    margin-bottom: 70px;
  }
  .call{
    display: none;
  }
}
