

/*///////////////////////////////
Header
*/
/*
......................................................
Header 
......................................................
*/




/*///////////////////////////////
1: Main Section S1
*/
.main-section-s1 {
}

.main-section-left-wrap { /* Main wraperrs */
  filter: drop-shadow(5px 6px 20px rgb(05, 63, 54));
  position: relative;
  z-index: -1;
}
.main-section-left {
  background-color: #154d47;
  width: 70%;
  height: 1200px;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0% 0, 100% 0%, 0% 100%, 0 100%);
}
.main-section-left-child {
  padding-top: 120px;
  background-image: url(../img/texture.png);
   background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  /*position: relative;*/
  opacity: 0.05;
}
.main-section-right {
  background-color: #dcae60;
  width: 100%;
  height: 120%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 100% 100%);
}
.main-section-right-child {
  padding-top: 120px;
  background-image: url(../img/texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  /*position: relative;*/
  opacity: 0.017;
} /* Main wraperrs */
.logo {
  width: 400px;
  display: block;
  margin: 0 auto;
  margin-top: -30px;
  margin-bottom: 15px;
}
/* Main Datas */
.main-section-text { /* Text Effects */
  margin-top: 140px;
  margin-left: 20px;
  color: #fff;
}
.text-effect-1 {  font-weight: 200;
  font-size: 1.5em;
  width: 80%;
}
.text-effect-1 .text-wrapper-1 {
  /*display: inline-block;*/
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.text-effect-1 .letter1 {
  transform-origin: -50% 100%;
  display: inline-block;
} /* Text Effects END */

.pulse { /* youtube btn */
  margin-top:20px;
  line-height: 31px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,255,255, 0.4);
  animation: pulse 1.5s infinite;
  text-align: center;
  align-items: center;
  transition: .3s;
} 
.pulse:hover {
  background-color: #dcae60;
}/* youtube btn END*/
.android-svg, .apple-svg {
  width: 35px;
  height: 35px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}

/* Model */
.modal-dialog iframe{
  margin: 0 auto;
  display: block;
}
.modal-content {
  border-style: none;
  background-color: transparent;
}
.modal-header {
  border: none;
}
.btn-close {
  color: #fff !important;
  background-color: #fff;
}
/* Model */
  
.main-right-phone img {
  margin-top: 140px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.main-left-phone img {
  /*margin-top: 140px;*/
  margin-left: 20%;
  transform: translateX(-20%);
}
.main-info-data-right {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-right: 80px;
}
.main-info-data-left {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-left: 80px;
}

.main-right-inner-phone {
  position: relative;
  text-align: center;
}
.main-right-inner-phone::before {
  content: "";
  position: absolute;
  right: 0;
  top: -15%;
  width: 27%;
  height: 120%;
  background-color: #dcae60;
  z-index: -1;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.main-video-wrap {
  background-color: #154d47;
  padding: 80px 0;
  position: relative;
}
.main-video-wrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -97px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  border: solid;
  border-width: 50px;
  border-color: #154d47 transparent transparent transparent;
}
.main-video-info {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.main-video-info h4 {
  color: #dcae60;
}
.main-video {
  position: absolute;
  top: -135px;
  right: 0px;
  width: 100%;
  height: 280px;
}
@media only screen and (min-width: 1150px) {
  .main-video {
    position: absolute;
    top: -135px;
    width: 100%;
    /*height: 100%;*/
  }
}

/* Main Datas */
/*
......................................................
1: Main Section S1 
......................................................
*/


/*///////////////////////////////
2: tab Section S2
*/
.main-tab-wrap {
  background-color: #154d47;
  position: relative;
  padding: 80px 0;
  margin-top: 250px;
  /*padding-bottom: 600px;*/
}
.main-tab-wrap::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -97px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border: solid;
    border-width: 50px;
    border-color: #154d47 transparent transparent transparent;
}
.nav-tabs {
  display: flex;
  text-align: center;
  border: none;
}
.nav-tabs li {
  width: 33%;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 5px;
}
.nav-tabs li a {
  color: #000;
  border: none !important;
  background-color: transparent !important;
}
.nav-tabs li h5 {
  color: #dcae60;
}
.nav-tabs li h6 {
  color: #ffffff;
}
.nav-tabs li a i {
  color: #097d8e;
  background-color: #fff;
  border-radius: 100%;
  border: none !important;
  padding: 15px;
  font-size: 40px;
  box-shadow: 2px 2px 6px solid rgba(0,0,0,.5)
}
.nav-tabs li a.active i {
  color: #fff;
  background-color: #dcae60;
  border-radius: 100%;
  padding: 15px;
  font-size: 40px;
  border: 3px solid #fff !important;
}
.tab-content {
  position: absolute;
  right: 15%;
  top: -120px;
}

@media only screen and (max-width: 1124px) {
  .nav-tabs li {
    width: 50%;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 5px;
  }
}
/*
......................................................
2: tab Section S2 
......................................................
*/


/*///////////////////////////////
3: Swiper Section S3
*/
.bg {
  background-color: #154d47;
  padding: 80px 0;
  position: relative;
}
.bg::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -97px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border: solid;
    border-width: 50px;
    border-color: #154d47 transparent transparent transparent;
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding: 70px 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
  position: relative;
  padding: 40px 10px;
  border-radius: 10px;
  background-color: #fff;
  border-bottom: 4px solid #097d8e;
}

.swiper-slide:nth-child(1n) {
  width: 50%;
}
.swiper-slide:nth-child(2n) {
  width: 50%;
}
.swiper-slide:nth-child(3n) {
  width: 50%;
}

.swiper-img {
  display: block;
  position: absolute;
  top: -70px;
}
.swiper-img img {
  border-radius: 100%;
  border: 3px solid #097d8e;
}
.swiper-info h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.swiper-button-next, .swiper-button-prev {
  display: block;
  color: #097d8e;
}

/*
......................................................
3: Swiper Section S3 
......................................................
*/



/*///////////////////////////////
Footer 1
*/
.footer-1 {
  padding: 100px 0;
  text-align: center;
}
.footer1-info h3:nth-child(1) {
  color: #dcae60;
}
.footer1-info h3:nth-child(2) {
  color: #154d47;
}

/*
......................................................
Footer 1 
......................................................
*/




/*///////////////////////////////
Footer 2
*/

.footer-2 {
  background-color: #154d47;
  padding: 80px 0;
}
.footer-data {
  width: 50%;
}
.socails {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.socails li {
  margin-left: 10px;
  border-radius: 100%;
  background-color: #dcae60;
  width: 50px;
  height: 50px; 
  transition: .3s;
}
.socails li:hover:nth-child(1) {
  background-color: #db4a39;
}
.socails li:hover:nth-child(2) {
  background-color: #aa38a6;
}
.socails li:hover:nth-child(3) {
  background-color: #3b5998;
}
.socails li:hover:nth-child(4) {
  background-color: #1DA1F2;
}
.socails li:hover:nth-child(5) {
  background-color: #FF0000;
}
.socails li a {
  line-height: 50px;
  font-size: 22px;
}

.footer-info {
  border-top: 2px solid rgba(0,0,0,.2);
  padding-top: 10px;
  color: #fff;
  font-size: 20px;
  font-family: transparent;
}
/*
......................................................
Footer 2 
......................................................
*/




/* Large Device*/
@media screen and (max-width: 992px) { 

/*///////////////////////////////
Header
*/

/*
......................................................
Header 
......................................................
*/


/*///////////////////////////////
1: Main Section S1 
*/
  .logo {
    width: 350px;
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 15px;
  }
  .main-left-phone img {
    /*margin-top: 140px;*/
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .main-info-data-right {
    text-align: center;
    margin: 0 10px;
  }
  .main-info-data-left {
    text-align: center;
    margin: 0 10px;
  }

  .main-video-info {
    text-align: center;
    width: 50%;
    display: block;
    margin: 0 auto 40px auto;
  }
  .main-video {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 360px;
    display: block;
    margin: 0 auto
  }
/*
......................................................
1: Main Section S1 
......................................................
*/

/*///////////////////////////////
2: Tab Section S2 
*/
.main-tab-wrap {
  background-color: #154d47;
  position: relative;
  padding: 80px 0;
  margin-top: 250px;
  padding-bottom: 700px;
}
.tab-content {
  position: absolute;
  right: 50%;
  transform: translate(50%);
  top: auto;
  bottom: 50px;
}
/*
......................................................
2: Tab Section S2 
......................................................
*/

}

/* Mediam Device*/
@media screen and (max-width: 768px) {


/*///////////////////////////////
1: Main Section S1
*/
  
  .logo {
    width: 250px;
    /*display: block;*/
    /*margin: 0 auto;*/
    margin-left: 6%;
  }
  .text-effect-1 { /* Text Effects */
    font-weight: 200;
    font-size: 1.5em;
    width: 80%;
  } 

  .main-section-imgs img {
    height: 350px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 99;
  }  /* sMain Section image END */

  .main-right-phone img {
    margin-top: 30px;
    margin-left: 0;
    transform: translateX(0%);
    display: block;
    margin: 0 auto;
  }
  .main-video-info {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto 40px auto;
  }


/*
......................................................
1: Main Section S1 
......................................................
*/



/*///////////////////////////////
3: Swiper Section S3
*/

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
  position: relative;
  padding: 40px 10px;
  border-radius: 10px;
  background-color: #fff;
  border-bottom: 4px solid #097d8e;
}

.swiper-slide:nth-child(1n) {
  width: 90%;
}
.swiper-slide:nth-child(2n) {
  width: 90%;
}
.swiper-slide:nth-child(3n) {
  width: 90%;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
  color: #097d8e;
}

/*
......................................................
3: Swiper Section S3 
......................................................
*/





/*///////////////////////////////
Footer 2
*/
  .footer-data {
    width: 100%;
  }

/*
......................................................
Footer 2 
......................................................
*/

}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/* Small Device*/
@media screen and (max-width: 576px) {


/*///////////////////////////////
1: Main Section S1
*/
  .main-section-left-wrap { /* Main wraperrs */
    filter: drop-shadow(20px 6px 3px rgba(50, 50, 0, .3));
    position: relative;
    z-index: -1;
  }
  .main-section-left {
    /*background-image: url(../img/texture.png);*/
    background-color: #154d47;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
    /*padding-top: 120px;*/
    clip-path: polygon(0% 0, 100% 0%, 0% 100%, 0 100%);
  }
  .main-section-right {
    background-color: #154d47;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    /*padding-top: 120px;*/
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  } /* Main wraperrs */

  .logo {
    width: 170px;
    /*display: block;*/
    /*margin: 0 auto;*/
    margin-left: 2%;
    margin-top: -40px;
  }
  .text-effect-1 { /* Text Effects */
    font-weight: 200;
    font-size: 1.5em;
    width: 94%;
  } 

  .main-section-imgs {
    display: none;
    height: 350px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 99;
  } /* sMain Section image END */

  .sm-main-section-imgs {
    display: block;
  }
  .sm-main-section-imgs img {
    margin-bottom: 150px;
  }

  .main-left-phone {
    position: relative;
  }
  .main-left-phone img {
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    top: 250px;
  }
  .main-info-data-right {
    text-align: center;
    margin: 0 10px;
    padding-bottom: 600px;
  }

  .main-video-info {
    text-align: center;
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-video {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
  }

/*
......................................................
1: Main Section S1 
......................................................
*/

/*///////////////////////////////
2: Tab Section S2 
*/
  .main-tab-wrap {
    background-color: #154d47;
    position: relative;
    padding: 80px 0;
    margin-top: 250px;
    padding-bottom: 600px;
  }
  .tab-content {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: auto;
    bottom: 50px;
  }

  a h5 {
    font-size: 17px;
  }
  a h6 {
    font-size: 15px;
  }
/*
......................................................
2: Tab Section S2 
......................................................
*/

}


@media screen and (max-width: 476px) {
  .main-tab-wrap {
    background-color: #154d47;
    position: relative;
    padding: 80px 0;
    margin-top: 250px;
    padding-bottom: 500px;
  }
  .tab-content {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: auto;
    bottom: 50px;
  }

}
@media screen and (max-width: 376px) {
  .main-tab-wrap {
    background-color: #154d47;
    position: relative;
    padding: 80px 0;
    margin-top: 250px;
    padding-bottom: 400px;
  }
  .tab-content {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: auto;
    bottom: 50px;
  }

}

