@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;400;700&family=Kanit:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
body, html {
    padding: 0;
    margin: 0;
    font-family: 'Antonio', sans-serif;
    color: #14582A;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
} 
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
#navbar-buttons li > a::after {
    display:block;
    content: '';
    border-bottom: solid 3px #FFEF00;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}
#navbar-buttons li > a:hover::after {
    transform: scaleX(1);
} 
#dropdown-navbar-buttons > li {
    font-size: 18px;
    list-style: none;
    width: fit-content;
}
#dropdown-navbar-buttons li a > span {
    background-color: #14582A;
    color: #FFEF00;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
}
@media screen and (min-width: 1700px) {
    .dropbtn {
        display: none;
    }
}
.dropbtn {
    padding: 10px;
    margin: 25px;
    font-size: 16px;
    border: none;
    background: transparent;
}
#dropdown-menu-line1 {
    content: "";
    border: 1px solid #14582A;
    width: 40px;
}
#dropdown-menu-line2 {
    content: "";
    border: 1px solid #14582A;
    width: 25px;
    float: right;
    margin-top: 15px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 275px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif !important;
}
#dropdown-navbar-buttons span {
    vertical-align: super;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #ddd;
}
#navbar-buttons > li, #uppernav-button > li {
    list-style: none;
}
.navbar {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    font-family: 'Roboto', sans-serif;
}
.navbar-wrapper {
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
}
#logo-wrapper {
    margin-right: 75px;
}
#navbar-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: left;
}
#navbar-buttons li > span {
    padding: 5px 10px;
}
@media screen and (min-width: 1700px) {
   
    #navbar-buttons {
        display: flex;
        justify-content: space-between;
        padding-inline-start: 0px !important;
        width: 100%;
    }
    #uppernav-button, #navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
  
}
@media screen and (max-width: 1700px) {
 
    #navbar-container {
        align-items: center;
        justify-content: center;
    }
    #navbar-buttons li > a, #navbar-buttons > #navbar-search {
        display: none;
    }
    #navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        width: 100%;
        gap: 5px;
    }
   
}
@media screen and (max-width: 1110px) {
 
    .navbar {
        box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
        margin-left: 0px;
        align-items: center;
    }
    #lower-nav #navbar-buttons {
        display: none;
    }
    #lower-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        align-items: center;
        width: 100%;
    }
}
@media screen and (max-width: 660px) {
    #logo-wrapper a > img {
        width: 100px;
        height: auto;
    }
 
    #lower-nav {
        width: 100%;
    }
    .dropbtn {
        margin: 15px;
    }
    #logo-wrapper {
        margin-right: 0px;
    }
}
@media screen and (max-width: 400px) {
 
}
#uppernav-login {
    display: flex;
    align-items: center;
}
#uppernav-button > li {
    margin-left: 15px;
    margin-right: 15px;
}
#uppernav-button {
    margin-right: 2vw;
}
#navbar-search {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1110px) {
    #lower-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}
.navigation-wrapper {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    gap: 5px;
}
.navigation-wrapper > span:nth-child(2) {
    font-weight: bold;
}
@media screen and (min-width: 700px) {
    .thanks-section2 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 75px;
    }
    .thanks-section1 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 150px;
    }
}
@media screen and (max-width: 700px) {
    .thanks-section2 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 50px;
    }
    .thanks-section1 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 115px;
    }
}
#thanks-section2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: center;
}
#thanks-section2-wrapper > h1 {
    font-size: 45px;
    text-transform: uppercase;
}
#thanks-section2-wrapper #first-span {
    font-size: 25px;
    font-weight: bolder;
}
#thanks-section2-wrapper p {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: lighter;
}
#thanks-section2-wrapper #second-span {
    font-size: 16px;
    font-weight: bolder;
    font-family: 'Roboto';
}
#footer-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}
#left-foot {
    width: 40%;
    display: flex;
    justify-content: center;
    background: #14582A;
    color: white;
    padding: 30px 5px;
}
#left-left-foot > h1, #left-right-foot > h1, #right-left-foot > h1, #right-right-foot > h1 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #FFEF00 50%, transparent 50%) 50% 1;
}
#left-left-foot > span, #left-right-foot > span, #right-left-foot > span, #right-right-foot > span {
    font-size: 16px;
}
#center-foot {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 5px;
}
#right-foot {
    width: 40%;
    background: #14582A;
    color: white;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px 5px;
    justify-content: center;
}
#left-left-foot {
    display: inline-block;
    vertical-align: top;
    margin-right: 5vw;
}
#left-right-foot {
    display: inline-block;
    vertical-align: top;
}
#right-left-foot {
    display: inline-block;
    vertical-align: top;
    margin-right: 5vw;
}
#right-right-foot {
    display: inline-block;
}
#right-right-foot > a:not(:last-child) {
    margin-right: 25px;
}
#right-lower-foot {
    position: absolute;
    justify-content: left;
    bottom: 15px;
}
@media screen and (max-width: 1400px) {
    #center-foot {
        display: none;
    } 
}
@media screen and (max-width: 1100px) {
    #footer-wrapper {
        width: 100vw
    }
    #right-foot {
        margin-right: 0;
        width: 50%;
    }
    #left-foot {
        margin-left: 0;
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    #left-foot {
        display: none;
    }
    #right-foot {
        width: 100%;
        height: fit-content;
        padding: 15px 5px;
    }
    #right-lower-foot {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        bottom: 0;
        left: 35%;
        text-align: center;
    } 
}
@media screen and (min-width: 550px) {
    #right-lower-foot-resp {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    #footer-wrapper {
        display: none;
    }
    #right-lower-foot-resp {
        display: block;
        background-color: #14582A;
        color: white;
        padding: 20px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}
#thanks-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}