@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* ------contact------ */
#all-content{
    display: none;
}

body{
    scroll-behavior: smooth;
}
#all-content{
    display: none;
}
marquee{
    background-color: black;
    color: white;
    z-index: 999;
    position: relative;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
video{
    margin-top: -75px;
    margin-left: -30px;
    width: 320px;
    height: 240px;
}
hr{
    margin-top: -75px;
}
i{
    transition: 0.3s;
}
i:hover{
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 8px #020202;
}
.icons button{
    color: black;
    font-size: 20px; 
    text-align: right;
    margin-left: 8px;
}
.icons{
    margin-right: 20px;
    margin-top: 25px;   
}
.menu-icon{
    display: none;
}
.input-group input{
    width: 426px;
    outline: none;
}
#searchField{
    border: 1px solid black;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.modal-footer button{
    display: block;
}
.modal-header button{
    display: block;
    transition: 0.7s;
}
.modal-header button:hover{
    transform: rotate(360deg);
}
.modal-header{
    display: flex;
    flex-direction: column;
    font-family: "Kanit", sans-serif;

}
.modal-header i{
    font-size: 90px;
}
.modal-body button{
    border: 1px solid rgb(255, 255, 255);
    width: 90%;
    margin: 20px;
    text-align: center;
    padding: 6px;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    margin-top: 30px;
    color: white;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    transition: 0.3s ease;
}
.modal-body button:hover{
    background-color: transparent;
    border: 1px solid black;
    color: black;
}
.modal-body p{
    font-size: 18px;
    font-family: "Kanit", sans-serif;
    text-align: center;
    
}
.modal-body h6{
    position: absolute;
    left: 40px;
}
.form .form-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form .form-content input{
    margin-bottom: 15px;
    padding-left: 6px;
    width: 90%;
    border: none;
    border-bottom: 1px solid black;
}
.form a{
    margin-left: 30px;
}
.loading-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.navbar{
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    background-color: #c2c2c2;
    margin-top: -20px;
    padding-top: 30px;
}
.nav_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    height: 5.5vh;
    margin-top: -25px;
   margin-bottom: 1px;
}
.item{
    display: flex;
    justify-content: center;
}
.nav_items li{
    list-style: none;
    padding: 1em;
    font-size: 13px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    letter-spacing: 1px;
    color: black;
}
.nav_items li a{
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    letter-spacing: 2px;
    color: black;
    
}
.nav_items li::after{
    content: '';
    width: 0;
    height: 2px;
    background-color: rgb(4, 4, 4);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav_items li:hover::after{
    width: 100%;
}
.nav_menu{
    display: none;
}


.dropdown-content{
    display: none;
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: 25px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(225, 225, 225);
    box-shadow: #f9f9f9;
    z-index: 999;
    transition: all 1s ease-in-out;
    width: 250px;
    margin-left: -50px;
}

.dropdown-content a{
    color: #fff;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a::after{
    
    content: '';
    width: 0;
    height: 2px;
    background-color: rgb(4, 4, 4);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.dropdown-content a:hover::after{
    width: 100%;
}
.dropdown:hover .dropdown-content{
    display: flex;
    margin-top: 15%;
} 
.side-navbar{
    display: none;
}
.answer{
    display: flex;
    flex-direction: column;
}


.contact{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background:black;
    font-family: "kanit" , "sans-serif";
}
.contact .content{
    max-width: 800px;
    text-align: center;
}
.contact .content h2{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.contact .content p{
    font-weight: 500;
    color: #fff;
}
.conatiner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.conatiner .contactinfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.conatiner .contactinfo .box{
    position: relative;
    padding: 0px 0;
    display: flex;
}
.conatiner .contactinfo .box .icon{
min-width: 60px;
height: 60px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 22px;
margin-top: 50px;
}
.conatiner .contactinfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;

}
.conatiner .contactinfo .box .text h3{
    font-weight: 500;
    color: #4caf50;
}
.contactfrom{
    width: 40%;
    padding: 40px;
    background: #fff;
}
.contactfrom h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.contactfrom .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;

}
.contactfrom .inputbox input, .contactfrom .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}
.contactfrom .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contactfrom .inputbox input:focus ~ span,
.contactfrom .inputbox input:valid ~ span,
.contactfrom .inputbox textarea:focus ~ span,
.contactfrom .inputbox textarea:valid ~ span
{ 
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);

}
.contactfrom .inputbox input[type="submit"]
{
    width: 100px;
    background: #4acf50;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}
@media (max-width: 991px) {
    .contact{
        padding: 50px;
    }
    .conatiner{flex-direction: column;}
    .conatiner .contactinfo{margin-bottom: 40px;}
    .conatiner .contactinfo,.contactfrom{
        width: 100%;
    }
    
}

.head
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px auto;
}

.head h1
{
  font-family: Croissant One;
  font-size: 50px;
  color: #000;
  margin-bottom: 25px;
  position: relative;
}

.head h1::after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  margin: 0 auto;
  background-color: #4caf50;
}

.team{
    padding-top: 20px;
    margin-top: 30px;
    width: 70%;
    height: 70vh;
    background-color: gray;
    border-radius: 10px;
    box-shadow: 10px 10px 15px solid black;
}
.team h1{
    font-family: "kanit" , "sans-serif";
    text-transform: uppercase;
}
.team .carousel{
    margin-top: 4%;
    width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "kanit" , "sans-serif";
}
.team .carousel .carousel-inner .carousel-item{
    text-align: center;
}
.team .carousel .carousel-inner .carousel-item h3{
    margin-top: 20px;
}
.team .carousel .carousel-inner .carousel-item p{
    font-size: 18px;
}




.footer-logo p{
    font-size: 15px;
    font-family:"Nunito sans ",Arial, Helvetica, sans-serif ;
    color: #202020;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
    margin-top: -50px;
}
.footer-logo a img{
    margin-top: -100px;
}
.footer-logo a{
    text-decoration: none;
}
.footer-logo video{
    mix-blend-mode: multiply;
    max-width: 100%;
    margin-top: -100px;
    margin-left: -50px;
}
.footer-logo ul{
    padding-left: 0px;
    
}
input:focus{
    outline: none;
}
a:hover
a:focus{
    text-decoration: none;
    outline: none ;
    color: #ffffff;
}

.footer{
    background-color: #d3d3d3;
    padding-top: 70px;
    font-family: "Kanit", sans-serif;
}
.footer-about{
    margin-bottom: 30px;
}
.footer-about .footerlogo{
    margin: 30px;
}
.footer-about p{
    color:  #353434;
    margin-bottom: 30px;
}
.footer-widget{
    margin-bottom: 30px;
}
.footer-widget h6{
    color:  #444343;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.footer-widget ul li{
    line-height: 36px;
    list-style: none;

}
.footer-widget ul li a{
    color: #6a6a6a;
    font-size: 15px;
    margin-left: -30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-widget ul li a:hover{
    color:  rgb(255, 255, 255);
    padding-left: 5px;
}
.footer-widget .footer-newsletter p{
    color: #353434;

}
.footer-widget .footer-newsletter form{
    position: relative;

}
.footer-widget .footer-newsletter form input{
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    background: transparent;
    border: none;
    padding: 15px 0;
    border-bottom:  2px solid #ffffff;
}
.footer-widget .footer-newsletter form input::placeholder{
    color:  #817f7f;
}
.footer-widget .footer-newsletter form a{
    color: #b7b7b7;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    margin-top: 20px;
}
.footer-copyright-text{
    border-top: 2px solid rgba(31, 30, 30, 0.3);
    padding: 20px 0;
    margin-top: 40px;
    font-family: "Kanit", sans-serif;
}
.footer-copyright-text a{
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-family: "Kanit", sans-serif;
}
.footer-copyright-text p{
    color: #353434;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.footer-copyright-text p i{
    color: rgb(0, 0, 0);
}
.footer-copyright-text  i{
    color: #e53637;
}

.social-links a{
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: rgba(8, 8, 8, 0.2);
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    margin-top: 20px;
    margin-left: 10px;
}
.social-links a:hover{
    transform: scale(1.1);
    box-shadow: 0 0 25px rgb(0, 0, 0);
    color: #000000;
    background-color: #fffefb;
}
.social-links a i:hover{
    color: black;
}

::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(0, 0, 0);
}
::-webkit-scrollbar-track{
    background-color: rgb(115, 115, 115);
    width: 50px;
}