*{
    font-family: "Kanit", sans-serif;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
html {
    overflow-x: hidden;
}
/* menu (header) (NAVIGATION) */ 

@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}

#menu-toggle {
    display: none;
}

header {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kanit", sans-serif;
    /* position: fixed; */
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 8%;
    box-shadow: 0 5px 10px #e6ebf0;

}

/* images/logo.png */
header .logo {
    background-image: url(images/logo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 95px;
    height: 65px;
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease, filter 0.3s ease;

}

header .logo:hover {
    transform: scale(1.2);
}

header nav ul li {
    position: relative;
    float: left;
}

header nav ul li a {
    padding: 15px;
    color: black;
    font-size: 20px;
    display: block;
    transition: 0.5s;
    text-decoration: none;
    /* transition: transform 0.3s ease, filter 0.3s ease; */
}


header nav ul li a:hover {
    color: #4682B4;
    /* background-color: #000; */
}


nav ul li ul {
    position: absolute;
    left: 0px;
    padding: 0;
    width: 180px;
    background-color: white;
    display: none;
    transition: transform 0.3s ease, filter 0.3s ease;
    box-shadow: 0 5px 10px #e6ebf0;
}
nav ul li ul li {
    width: 100%;
    border: 1px solid rgba(0,0,0,.1)
}

nav ul li:hover > ul {
    display: initial;
}

#languageSwitchButton {
    position: absolute;
    right: 8%; 
    cursor: pointer;
}




.text1 {
    margin-left: 10%;
    color: #4682B4;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text2 {
    margin-left: 10%;
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.places {
    margin-left: 10%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.description {
    color: #99999A;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 700px;
    height: 300px;
    flex-shrink: 0;
}


.box {
    margin-bottom: 1%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15%;
    
  }

.forms {
    display: flex;
    flex-direction: column;
    

}
.form {
    margin-top: 4%;
    width: 370px;
    height: 50px;
    flex-shrink: 0;
    border: 2px solid rgba(212, 211, 211, 0.30);
    background: #F8F8F8;
}
.send-btn {
    margin-top: 4%;
    width: 370px;
    height: 50px;
    flex-shrink: 0;
    border: 2px solid rgba(212, 211, 211, 0.30);
    background: #4682B4;
}

.box2 {
    margin-left: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 7%;
    margin-top: 2%;
    width: 50%;
/* emails */
}
.email {
    border-radius:50%;
    background-color: #4682B4;
    width: 48px;
    height: 48px;
}
.email_text {
    color: #4E4D54;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
 .email_text_2 {
    display: flex;
    color: #99999A;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
     font-weight: 700;
    line-height: normal;
}
/* phones */
.phone {
    border-radius:50%;
    background-color: #4682B4;
    width: 48px;
    height: 48px;
}
.phone_text {
    white-space: nowrap;
    color: #4E4D54;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}
.phone_text_2 {
    white-space: nowrap;
    display: flex;
    color: #99999A;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* GPS */
.gps {
    border-radius:50%;
    background-color: #4682B4;
    width: 48px;
    height: 48px;  
}
.gps_text {
    white-space: nowrap;
    color: #4E4D54;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}
.social_text_2 {
    white-space: nowrap;
    display: flex;
    color: #99999A;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* photos */
.box3 {
    margin-bottom: 1%;
    margin-left: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15%;
}

.photo img {
    width: 373px;
    height: 373px;
    flex-shrink: 0;
}
.blackbox {
    display: flex;
    color: #000;
    width: 100%;
    justify-content: space-evenly;


}

.media-text {
    padding-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-medias {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.social-medias a {
    list-style: none;
    text-decoration: none;
}


.media-facebook,
.media-whatsapp,
.media-instagram {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}


.media-facebook {
    background-image: url(images/contact-us/social-media/facebook.png);
}

.media-whatsapp {
    background-image: url(images/contact-us/social-media/whatsapp.png);
}

.media-instagram {
    background-image: url(images/contact-us/social-media/instagram.png);
}










/* ENDING */




.ending {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    padding: 50px;
}


.flexbox_end {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25%;
}

.end_title {
    font-size: 30px;
}

.text_end a {
    font-size: 14px;
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

.text_end a:hover {
    color: #4682B4;
}


.end_logo {
    background-image: url(images/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 150px;

}

