@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300&family=Sarabun:wght@200;300;400&family=Varela+Round&display=swap');

:root {
  --white: white;
  --black: black;
  --menu-color: #b1ffe5;
  --fixed-menu-color: aquamarine;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

button:active {
  color: var(--black);
}
p{
  line-height: 1.9;
}
a {
  text-decoration: none;
  color: var(--black);
}

body {
  font-family: 'Sarabun', sans-serif;
  background: #fff;
  margin: 0%;
  padding: 0%;
  background-color: #EEF1FF;
  /* background: linear-gradient(to bottom, #EDF1F2, #D5E2F2); */
}

.no-transition * {
  transition: none !important;
}
.text-black{
  color: #686868 !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  /* padding: 0 !important; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #a1a1a1 !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* TOP BANNER RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-banner {
  position: relative;
  /* left: 150px; */
  display: flex;
  justify-content: flex-end;
  /* width: calc(100% - 150px); */
  height: 100vh;
  background: url(Hero.png)
    no-repeat center / cover;   
}

.top-banner-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  height: 100vh;
  padding: 140px;
  transition: all 0.7s;
  color: var(--white);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.top-banner-overlay-1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  padding: 0 100px;
  transition: all 0.7s;
  color: var(--white);
  background: rgb(0, 0, 0);
}
.midlle-banner-overlay{
  margin: 300px 100px 560px 100px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 700px;
  padding: 50px 50px 250px 50px;
  transition: all 0.7s;
  color: var(--white);
  background: rgba(0, 0, 0, 0.576);
}

.top-banner-overlay-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  padding: 0 140px;
  transition: all 0.7s;
  color: var(--);
  background: #EEF1FF;
}
.top-banner-overlay-3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  padding: 0 140px;
  transition: all 0.7s;
}
.bg-color{
  padding: 140px;
  background: #EEF1FF;
}
.btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    /* font-weight: 600; */
    /* padding: 10px 40px;
    margin: 20px 0; */
}

.btn:hover{
    background: #fff;
    color: #333333;
}
.bts-1{
  /* border: 1px solid #000; */
  left: 0%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  /* padding: 10px 40px;
  margin: 20px 0;117
   */
}
.bts-1:hover{
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.bts-2, .bts-3{
  /* border: 1px solid #000; */
  left: 0%;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px;
  margin: 20px 0;
}
.bts-2::after{
  background-color: transparent;
  color: transparent;
}
.bts-2::before{
  background-color: transparent;
  color: transparent;
}
.bts-2:hover{
  background-color: #000;
  color: #fff;
}
.vertical_line{
  border-left: 2px solid #000;
  height: 300px;
  position: absolute;
  left: 50%;
  margin: 100px -2px 0;
  /* top: 20%; */
}
:-webkit-any(article, aside, nav, section) txt {
  font-size: 2.5em;
  text-align: center;
}

:-webkit-any(article, aside, nav, section) h1 {
  font-size: 2.5em;
  text-align: center;
}

.midlle-banner-overlay h1 {
  text-align: left;
}

.ic_img{
  padding: 100px;
}

.top-banner-overlay.is-moved {
  transform: translateX(350px);
}
.bg-img{
  position: relative;
  display: flex;
  /* justify-content: flex-end; */
  /* width: calc(100% - 150px); */
  height: 100vh;
  background: url(bg_3.jpg)
    no-repeat center / cover;
}


.top-banner-overlay.is-moved::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 20px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

.top-banner-overlay p{
  margin-top: 10px;
  text-align: center;
}

.top-nav li + li {
  margin-top: 7px;
}

.card1 {
  font-family: 'Sarabun', sans-serif;
  height: auto;
  background: #F4EDE6;
  background: #fff;
  border: 2px solid #686868;
  border-radius: 60px;
}
.card1:hover{
  background: linear-gradient(342deg, #fff 42.26%, #6c7289 100%);
  border: 2px solid #fff;
  color: #fff;
}
.card2 {
  font-family: 'Sarabun', sans-serif;
  height: auto;
  background: #F4EDE6;
  background: #fff;
  border: 2px solid #686868;
  border-radius: 60px;
}
.icon-text h6{
  color: #000;
  margin: 0 4px;
  font-size: 13px;
}
.icon-text p{
font-size: 12px;
}
.icon-text span{
color: #3d3c3c;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.modal-body {
  padding: 10px !important;
}

.modal-content {
  /* background-color: #000000 !important; */
  backdrop-filter: blur(100px) !important;
  border: 0px solid rgba(255, 255, 255, 0) !important;
  border-radius: 0 !important;
}

/* End subcribe */

/* # Whatsapp 
-------------------------- */
.whatsapp-btn-containter {
  position: fixed;
  right: 0px;
  bottom: 6rem;
  padding: 24px;
  z-index: 100;
  /* animation: fade-up 1000ms forwards;
  animation-delay: 1000ms; */
}

@keyframes fade-up{
  100%{
    bottom: 70px;
    opacity: 1;
  }
}

.whatsapp-btn-containter .whatsapp-btn{
  font-size: 48px;
  color: #25d366;
  display: inline-block;
  transition: all 400ms;
}
.whatsapp-btn-containter .whatsapp-btn:hover{
  transform: scale(1.2);
}
.whatsapp-btn-containter span{
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  transform: rotateZ(0deg)  translateX(10px);
  opacity: 0;
  transition: all 400ms;
}
.whatsapp-btn-containter .whatsapp-btn:hover+span{
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}

.footer-bottom {
    background: #242424;
    padding: 12px 0;
}
.footer-links li a {
    color: rgb(146, 146, 146);
    margin-left: 25px;
    text-decoration: none;
}
.footer-bottom p{
    color: rgb(146, 146, 146);
}
/* Social Media */

.ft-list ul li{
    list-style: none;
    padding: 5px 0;
}

a, a:hover {
	text-decoration: none;
    color:#535353
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 0;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    width: 40px;
    /* height: 28px; */
    color: rgb(255, 255, 255);
    
    padding: 10px 10px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
}

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
/* .btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
} */
 
input[type="checkbox"] {
  content: "";
  /* width: 1.4rem;
  height: 1.4rem; */
  /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
  clip-path: circle(50% at 50% 50%);
  transform: scale(0);
  background-color: rgb(255, 255, 255) !important;
}
input[type="checkbox"]:checked {

  transform: scale(1);
}
img.insta-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure {
  margin: 0 !important;
}

/* -Zoom Effect
------------------------------------------*/
.zoom-effect {
  position: relative;
  overflow: hidden;
}
.zoom-effect img {
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.zoom-effect:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.zoom-effect:hover:before {
  opacity: 1;
  cursor: pointer;
}
/*----- Instagram Section
--------------------------------------------------------------*/
#instagram p {
  font-size: 1.1em;
}
#instagram figure {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
#instagram figure i.bx {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #fff;
  opacity: 0;
  transition: 0.8s all;
}
#instagram figure:hover i.bx {
  opacity: 1;
}

/* _________________________________ */

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px;
      /* margin: 1.75rem auto; */
  }
}

/* News button */
button {
  /* width: 135px; */
  padding: 12px 18px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  position: relative;
  &:hover {
    background-color: transparent;
  }
  /* &:focus {
    outline: none;
    background-color: #D4E157;
  } */
}
i {
  margin-left: 12px;
}
.plane {
  position: absolute;
  right: 18px;
}
.fa-check,
.fade {
  animation: fade 2s;
  animation-fill-mode: forwards;
}
.hidden {
  display: none;
}
.visible {
  display: inline;
}
.fly {
  position: absolute;
  animation-name: a;
  animation-duration: 10s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.done {
  background-color: #D4E157;
  &:hover {
    background-color: #D4E157;
  }
}
@keyframes fade {
  0% {
    color: transparent;
 }
  100% {
    color: #fff;
 }
}
@keyframes a {
  0% {top: 10px; left: 80px;}
  100% {top: -10000px; left: 10000px; transform: scale(-5);}
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 900px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .top-banner {
    /* top: 50px; */
    left: auto;
    width: 100%;
    height: calc(100vh - 50px);
    transform: none;
    align-items: center;
  }

  .top-banner-overlay {
    position: relative; /*2*/
    left: 0; /*2*/
    max-width: 100%;
    padding: 20px;
  }
  .top-banner-overlay-1, .top-banner-overlay-2{
    padding: 20px;
  }

  .top-banner-overlay.is-moved {
    left: 100%; /*2*/
    transform: none;
  }
  .midlle-banner-overlay{
    margin: 0px 20px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.382);
  }

  .bg-img {
    position: relative;
    display: flex;
    height: 60vh;
    background: url(Img/bg_3.jpg) no-repeat right / cover;
  }
  .bg-color {
    padding: 20px;
  }

  .ic_img {
    padding: 10px;
}
  .vertical_line {
    border: 1px solid #000;
    height: 0;
    width: 300px;
    /* position: absolute; */
    left: 50%;
    margin: 250px -150px 0;
  }
}
