
/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--custom-blue);
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--custom-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-weight: 700;
}

.static-content img {
    max-width: 100%;
}

/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.navbar-nav .active-link {
    color: #05b2ff;
}

body, a {
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

.standard-btn {
    background-color: #ECB500;
    border-radius: 30px;
    min-height: 63px;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    width: fit-content;
}

.standard-btn:hover,
.standard-btn:focus {
    background-color: #fff;
    border: 1px solid #ECB500;
    color: #ECB500;
}

header {
    border-bottom: 1px solid #FFFFFF4D;
    position: relative;
    z-index: 1000;
}

.navbar-expand-lg {
    min-height: 130px;
}

.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 0px;
    top: 0px;
    width: 1230px;
    padding-top: 130px;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-fluid {
    margin-top: -130px;
}

.nav-link {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.nav-link.active-link,
.nav-link:hover,
.nav-link:focus {
    color: #ECB500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand-lg .navbar-nav {
    gap: 40px;
    margin-right: 40px;
}

.carousel-img {
    height: 830px;
    width: 100%;
    object-fit: cover;
}

.carousel-text-1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #E5E1E2;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.carousel-title {
    text-align: left;
    font-weight: 600;
    color: #E5E1E2;
    font-size: 60px;
    line-height: 1.3;
}

.carousel-text-2 {
    font-weight: 500;
    color: #E5E1E2;
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 20px;
}

.about-us-img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.standard-fluid-padding {
    padding-top: 83px;
    padding-bottom: 83px;
}

.section-flag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    min-height: 53px;
    padding: 0px 33px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    gap: 10px;
    width: fit-content;
    margin-bottom: 40px;
}

.section-flag span {
    display: flex;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #ECB500;
}

.standard-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
}

.extra-left-p {
    padding-left: 2em;
}

.aboutus-icons {
    background-color: #F8F6EF;
    padding: 33px 17px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.one-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 33%;
    padding: 0px 25px;
    text-align: center;
    position: relative;
}

.one-box:nth-of-type(2)::after {
    display: flex;
    height: 105px;
    width: 1px;
    background-color: #D6CEB2;
    position: absolute;
    left: 0px;
    content: "";
}


.one-box:nth-of-type(2)::before {
    display: flex;
    height: 105px;
    width: 1px;
    background-color: #D6CEB2;
    position: absolute;
    right: 0px;
    content: "";
}

.icon-box {
    background-color: #ECB500;
    height: 74px;
    width: 74px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    border-radius: 50%;
}

.icon-box img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.box-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}

/* EOF */