@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500,600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Galdeano&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Galdeano&family=Merienda:wght@300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galdeano&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: #516171;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #092032;
}

.fa{
    margin-right: 8px;
}

a{
    color: #092032;
    text-decoration: none;
    transition: all 0.4s;
}

p.fnt-kanit.grad.fnt-16{
    color: #f307ad;
}

bg{
    background-position: center;
    background-size: cover;
}

/*NAVBAR*/
nav.top-nav{
    background-color: #96232d;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p{
    margin-bottom: 0%;
    display: inline-block;
    margin-right: 16px;
    color: #fff;
}

.top-nav i,
.top-nav span{
    vertical-align: middle;
}

.social-links a{
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.3);
    display:inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    border-radius: 100%;
}

.social-links a:hover{
    background-color: #fff;
    color: #ff4d29;
}

.navbar{
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active{
    color: #ff4d29;

}

.btn{
    padding: 9px 24px;
}

.btn-brand{
    background-color: #ff4d29;
    color: #fff;
    border-color: #ff4d29;
}

.btn-brand:hover{
    color: #fff;
    background-color: #d63e20;

}

div.col-lg-2.col-md-6.bg-set-counter:hover{
    border-color: var(--sky-blue);
    border-bottom: 0.5rem solid var(--bs-blue);
    cursor: pointer;
    border-radius: 5%;
    background:linear-gradient(45deg, #96232d,#2a2e79);
    color: #fff;
}

a.nav-link{
    --bs-navbar-nav-link-padding-x: 1.5rem;
}

/*---About---*/

h2.fnt-kanit.heading-fnt{
    font-size: 40px;
    font-weight: 400;
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 20px;
    font-family: "Galdeano", serif;
}

div.blue-line.mx-auto{
    width: 5rem;
    height: 0.3rem;
    background-color: red;
    border-radius: 1rem;
}

div.counter-flex{
    display: flex;
    margin-top: 20px;
}

div.counter-numbersss{
    padding-right: 35px;
    border-right: 1px solid #f307ad;
    padding-left: 27px;
}

h3.fnt-kanit{
    background: linear-gradient(135deg, #96232d 40%, #2a2e79 60%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

h1.count:hover{
    color:white;
}

div.container{
    max-width: 1400px;
    padding: 0px 15px;
}
h4{
    margin-top: 5%;
    color: #d63e20;
}
/*FOOTER*/

footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #3586ff;
    min-height: 100px;
    padding: 20px 50px;
    flex-direction: column;
    margin-top: 7%;
}

footer .social_icon,
footer .menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li
{
    list-style: none;
}

footer .social_icon li a,
footer .menu li a
{
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s; 
}

footer .social_icon li a:hover{
    transform: translateY(-10px);
    color: #ff4d29;;
}

footer .menu li a{
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu li a:hover{
    opacity: 1;
    color: #ff4d29;;
}

footer p{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer .wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(wave.png);
    background-size: 1000px 100px;
}

footer .wave#wave1{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animatewave 4s linear infinite;
}

footer .wave#wave2{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animatewave_02 4s linear infinite;
}

footer .wave#wave3{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animatewave 3s linear infinite;
}

footer .wave#wave4{
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animatewave_02 3s linear infinite;
}


@keyframes animatewave{
    0%{
        background-position-x: 1000px;
    }

    100%{
        background-position-x: 0px;
    }
}

@keyframes animatewave_02{
    0%{
        background-position-x: 0px;
    }

    100%{
        background-position-x: 1000px;
    }
}


h3.fnt-kanit.fnt-45.fnt-we-600.clr-fff.text-center.marg-btm-30.letter-spacing-1{
    font-family: "Galdeano", serif;
    font-size: 40px;
    color: #ff0000;
    margin-bottom: 10px;
}

p.text-center.fnt-kanit.fnt-20.clr-fff.line-hei-36{
    font-family: "Galdeano", serif;
    font-size: 21.5px;
}

.borderForFounder {
  /* padding-top: 10px; */
  border-top: 1px solid #e1c7c1;
}

/* .FounderSection {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
} */

.FounderSection h1 {
  /* font-family: Avenir LT Pro; */
  /* font-size: 48px; */
  font-weight: 750;
  /* line-height: 69px; */
  /* text-align: center; */
  color: #727272;
}
.FounderSection h4 {
  /* font-family: Avenir LT Pro; */
  font-size: 38px;
  font-weight: 750;
  line-height: 41.11px;
  color: #db2e34;
}

.boardOfDirector {
  /* font-family: Avenir; */
  font-size: 26.68px;
  font-weight: 900;
  color: #727272;
  line-height: 38.35px;
  /* text-align: center; */
}

.FounderSection h6 {
 
  font-size: 18px;
  font-weight: 500;
  line-height: 19.48px;
  text-align: left;
  color: #f9a11b;
}
.FounderSection p {
  /* font-family: Avenir LT Pro; */
  font-size: 15px;
  font-weight: 400;
  line-height: 22.05px;
  text-align: justified;
  color: #494949;
}

.FounderSection .btn {
 
  border-radius: 14px;

  background-color: #7a8995;
  color: white;
  border: 0px !important;
  /* opacity: 0px; */
  /* font-family: Avenir LT Pro; */
  font-size: 13px;
  font-weight: 500;
  line-height: 17.93px;
  /* text-align: justified; */
  padding: 10px 20px 10px 20px;

}
.FounderSection .btn:focus {
  outline: none;
  box-shadow: none;
}

.FounderSection .btn:hover {
  background-color: #7a8995;
  color: white;
  border: 0px !important;
}

.DirectorsMaxWidth {
  max-width: 1500px;
}

.pop_up h2 {
  font-size: 28px;
  font-weight: 750;
  line-height: 41.11px;
  color: #db2e34;
}
.pop_up p {
  font-size: 18px;
  font-weight: 500;
  line-height: 19.48px;
  /* text-align: left; */
  color: #f9a11b;
}
.personlDetails li {
  font-weight: 400;
  line-height: 22.05px;
  letter-spacing: 0.6px;
  font-size: 14px;
  /* text-align: justify; */
  color: #494949;
}
.directors h6 {
  /* font-family: Avenir LT Pro; */
  font-size: 16px;
  /* height:60px; */
  font-weight: 500;
  line-height: 19.48px;
  /* text-align: center; */
  color: #425a6c;
}
.directors p {
  /* font-family: Avenir LT Pro; */
  /* font-family: Avenir LT Pro; */
  font-size: 15px;
  font-weight: 400;
  line-height: 16.23px;
  /* text-align: left; */
text-align: center;
  color: #494949;
}

.border_shadow{
  border: 1px solid #D73034;
  border-radius: 50%;
 
}

@media screen and (max-width: 600px) {
  .FounderSection h4 {
    /* font-family: Avenir; */
    font-size: 21.12px;
    font-weight: 800;
    line-height: 22.85px;
    /* text-align: center; */
    margin: auto;
  }
  .FounderSection h6 {
    /* font-family: Avenir; */
    font-size: 12px;
    font-weight: 500;
    line-height: 12.98px;
    /* text-align: center; */
    margin: auto;
  }
  .FounderSection p {
    /* font-family: Avenir; */
    font-size: 14px;
    font-weight: 500;
    line-height: 20.58px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
  }
  .FounderSection button {
    margin: auto;
  }

  .directors img {
    width: 140px;
    height: 140px !important;
  }

  .boardOfDirector {
 
    font-size: 24px;
 
   
}
.directordescription{
  height:100%!important;
}

.dropdown-menu {
  display: none;
}
.menu-bar ul li:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--color-black);
}
.menu-bar ul li:hover .dropdown-menu ul {
  display: block;
  margin: 10px;
}
.menu-bar ul li:hover .dropdown-menu ul li {
  width: 150px;
  padding: 10px;
}
.dropdown-menu-1 {
  display: none;
}
.dropdown-menu ul li:hover .dropdown-menu-1 {
  display: block;
  position: absolute;
  left: 150px;
  top: 0;
  background-color: var(--color-black);
}

.directordescription{
  height:140px;
}


.select-menu{
    width: 380px;
    margin: 140px auto;
}
.select-menu .select-btn{
    display: flex;
    height: 55px;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.select-btn i{
    font-size: 25px;
    transition: 0.3s;
}
.select-menu.active .select-btn i{
    transform: rotate(-180deg);
}
.select-menu .options{
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
}
.select-menu.active .options{
    display: block;
}
.options .option{
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.options .option:hover{
    background: #F2F2F2;
}
.option i{
    font-size: 25px;
    margin-right: 12px;
}
.option .option-text{
    font-size: 18px;
    color: #333;
}
