@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 80%;
    margin-left: 10%;
}

@media (max-width:1000px) {
    .container {
        width: 90%;
        margin-left: 5%;
    }
}

.nav {
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.692);
    padding: 15px 0;
    position: fixed;
    z-index: 99999;
}

.nav_box {
    display: flex;
    align-items: center;
    position: relative;
}

.nav_list {
    display: flex;
    list-style: none;
    gap: 5px;
    transition: .5s;
}

.nav_link {
    text-decoration: none;
    padding: 35px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.4000000059604645px;
    text-align: left;
    color: #000;
    padding: 35px 10px;

}

.nav_link:hover {
    color: red;
    border-bottom: 2px solid red;

}

.nav_lang {
    display: flex;
    gap: 25px;
    position: absolute;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 1px;
    cursor: pointer;
}

.nav_bottom {
    width: 100%;
    top: 100%;
    position: absolute;
}

.open_btn,
.close_btn,
#check {
    display: none;
}

.active_lang {
    color: red;
}

@media (max-width:1550px) {
    .nav_list {
        gap: 40px;
    }
}

@media (max-width:1450px) {
    .nav_list {
        gap: 35px;
    }

    .container {
        width: 90%;
        margin-left: 5%;
    }
}

@media (max-width:1200px) {
    .nav_lang {
        position: static;
        color: white;

    }

    .nav_item_card {
        display: block;
    }

    .nav {
        padding: 20px 0;
    }

    .nav_item {
        padding: 0;
    }

    .header {
        position: relative;
    }

    .nav_box {
        align-items: center;
        justify-content: space-between;
    }

    .nav_list {
        max-width: 400px;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 80px 50px 50px 50px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
        transform: translateX(-110%);
        transition: .5s;
    }

    .nav_link {
        width: 100%;
        display: inline;
        padding: 15px 50px;
        color: white;
    }

    .close_btn,
    .open_btn {
        display: block;
        color: white;
        font-size: 35px;
    }

    .open_btn {
        color: #042078;
    }

    .close_btn {
        position: absolute;
        top: 15px;
        right: 20px;
    }

}



.main-carousel {
    margin-top: -30px;
    position: relative;
    font-size: 30px;
    width: 100%;
    height: 100vh;

}

.main-carousel .carousel {
    margin: 0px 0 30px 0;
    width: 100%;
}

.main-carousel .carousel .items {
    width: 100%;
}

.main-carousel .carousel .items .carousel-image {
    width: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: 0.8s all;
    height: 100vh;
}

.main-carousel .carousel .items .current {
    opacity: 1;
}

.buttons {
    display: none;
}

.main-carousel .nav-dots {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    top: 85%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99;
}

.main-carousel .nav-dots .dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.main-carousel .nav-dots .active {
    opacity: 1;
}

.img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_text {
    top: 0px !important;
    position: absolute;
    color: white;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
    height: 100%;
    display: flex;
}

.img_text h3 {
    width: 100%;
    margin: auto 0;
    font-size: 90px;
}

@media (max-width:1400px) {
    .main-carousel {
        height: 100vh;
    }

    .main-carousel .carousel .items .carousel-image {
        height: 100vh;
    }

    .img_text h3 {
        font-size: 80px;
    }
}

@media (max-width:1300px) {


    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 100vh;
    }

    .img_text h3 {
        font-size: 70px;
    }
}

@media (max-width:1200px) {

    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 100vh;
    }

    .img_text h3 {
        font-size: 60px;
    }

    .language-selector {
        order: 1;
    }
}

@media (max-width:1100px) {

    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 100vh;
    }

    .img_text h3 {
        font-size: 50px;
    }
}

@media (max-width:1000px) {

    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 80vh;
    }

    .img_text h3 {
        font-size: 40px;
    }
}

@media (max-width:900px) {
    .img_text h3 {
        font-size: 30px;

    }

    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 70vh;
    }
}

@media (max-width:700px) {

    .open_btn,
    .close_btn {
        font-size: 30px;
    }

    .img_text h3 {
        font-size: 25px;
    }

    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 60vh;
    }

    .logo img {
        width: 190px;
    }
}

@media (max-width:550px) {



    .img_text h3 {
        margin-top: 200px;
        font-size: 22px;
    }

    .logo img {
        width: 180px;
    }
}


@media (max-width:450px) {

    .main-carousel .carousel .items .carousel-image,
    .main-carousel {
        height: 55vh;
    }
}

.about {
    background: #16A2DC;
    padding: 70px 0;
}

.about_title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: white;
}

.about_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_card {
    max-width: 805px;
    width: 100%;
}

.about_text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: white;
}

.about_img {
    width: 100%;
}

@media (max-width:1150px) {
    .about_box {
        flex-direction: column;
        margin-top: 20px;
    }

    .about_title,
    .about_text {
        text-align: center;
    }
}

.facilities {
    padding-top: 100px;
}

.facilities_title {
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.800000011920929px;
}

.facilities_box {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    align-items: start;
}

.facilities_box_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.facilities_img {
    max-width: 600px;
    width: 100%;
}

.facilities_card {
    display: flex;
    gap: 10px;
}

.facilities_card_text {
    max-width: 358px;
    width: 100%;
}

.facilities_icon {
    width: 65px;
    height: 60px;
    background: #F4D642;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
    color: white;
}

.facilities_icon img {
    width: 25px;
}

.facilities_subtitle {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 38.01px;
    letter-spacing: 0.5199999809265137px;
    text-align: left;
    color: #030319;
}

.facilities_text {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #030319;
}

@media (max-width:1600px) {
    .facilities_box {
        flex-direction: column;
        align-items: center;
    }

    .facilities_box_card {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1230px) {
    .facilities_box_card {
        grid-template-columns: repeat(2, 1fr);
    }

    .facilities_icon {
        width: 65px;
        height: 65px;
    }
}

@media (max-width:900px) {
    .facilities_box_card {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:475px) {

    .facilities_icon {
        width: 65px;
        height: 60px;
    }
}

.categories {
    margin-top: 50px;
    background: #1FBDFF;
    padding: 70px 0;
}

.categories_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    color: white;
    border-bottom: 2px solid white;
    padding-bottom: 12px;
    display: inline-flex;
}

.categories_box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width:900px) {
    .categories_box {
        justify-content: center;
    }
}

.categories_card {
    max-width: 262px;
    width: 100%;
    position: relative;
}

.categories_img {
    width: 262px;
    height: 164px;
    object-fit: cover;
    display: block;
}

.categories_text {
    position: absolute;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    padding: 15px;
    background: #06A1FF99;
    width: 100%;
    color: white;
}

.bg_product{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    object-fit: cover;

}
.products {
    position: relative;
    padding: 70px 0;


}
.container33 {
    position: relative;
    z-index: 2; /* Ensure content is above the background image */
}

.products_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    color: white;
}

.products_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
}

.products_card {
    max-width: 416px;
    width: 100%;
    text-decoration: none;
}

.products_img {
    max-width: 416px;
    width: 100%;
    height: 314px;
    object-fit: cover;
    display: block;
}

.products_text {
    font-family: 'Commissioner', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30.94px;
    text-align: center;
    color: white;
    margin-top: 12px;
}

.news {
    margin-top: 100px;
}

.news_link_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_title {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 13.8px;
    letter-spacing: 0.029999999329447746px;
    text-align: left;
}

.news_link,
.news_link2 {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 13.8px;
}

.news_link2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.news_box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 65px;
    position: relative;
    padding-bottom: 40px;
}

.news_card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 300px;
    width: 100%;
}

.news_img {
    border-radius: 10px;
    display: block;
}

.news_date {
    display: flex;
    gap: 10px;
    align-items: center;
}

.news_date_text {
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18.7px;
    letter-spacing: 0.6880000233650208px;
    text-align: left;
    color: #141414;
}

.news_date span {
    display: block;
    width: 5px;
    height: 5px;
    background: #C03317;
    border-radius: 50%;
}

.news_subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    color: #141414;
}

.news_text {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.8px;
    letter-spacing: -0.1120000034570694px;
    text-align: left;
    color: #141414;
}

@media (max-width:1500px) {
    .news_box {
        gap: 55px;
        flex-wrap: wrap;
    }
}

@media (max-width:1200px) {
    .news_box {
        gap: 45px;
        position: relative;

    }

    .news_link2 {
        display: block;
    }

    .news_link {
        display: none;
    }
}

@media (max-width:1000px) {
    .news {
        margin-top: 80px;
    }

    .news_box {
        gap: 30px;
    }
}

@media (max-width:1000px) {
    .news {
        margin-top: 60px;
    }
}

@media (max-width:800px) {
    .news {
        margin-top: 50px;
    }
}

.form {
    margin-top: 100px;
    background: #1FBDFF;
    padding: 50px 0;
}

.title2,
.map_title2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -1px;
    text-align: center;
    color: white;
}

.subtitle2,
.map_subtitle2 {
    font-family: 'Lora', serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #8C8C8C;
    color: white;
}

.map_title2,
.map_subtitle2 {
    color: #000;
}

.form_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 50px;
}

.form_input {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #F5F5F5;
    outline: none;
    font-size: 20px;
    padding: 10px 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}

.form_textarea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #E8E8E8;
    background: #F5F5F5;
    outline: none;
    padding: 10px 5px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
}

.form_text_card {
    display: flex;
    color: white;
}

.form_text {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #fff;
}

.form_text span {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
}

.form_link {
    padding: 15px 35px;
    background: #FFE042;
    border: 1px solid #FFE042;
    display: block;
    margin-top: 20px;
    border-radius: 25px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width:1000px) {
    .form {
        margin-top: 90px;
    }

    .textarea {
        margin-bottom: 20px;
    }

    .form_link {
        margin: 0 auto;
    }
}

@media (max-width:900px) {
    .form {
        margin-top: 80px;
    }
}

@media (max-width:700px) {
    .form {
        margin-top: 70px;
    }

    .form_box {
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

@media (max-width:600px) {
    .form {
        margin-top: 60px;
    }
}

@media (max-width:500px) {
    .form {
        margin-top: 50px;
    }
}

.map {
    margin-top: 100px;
}

.googlemap-container {
    margin-top: 30px;
}

@media (max-width:100px) {
    .map {
        margin-top: 90px;
    }
}

@media (max-width:900px) {
    .map {
        margin-top: 80px;
    }
}

@media (max-width:800px) {
    .map {
        margin-top: 70px;
    }
}

@media (max-width:700px) {
    .map {
        margin-top: 60px;
    }
}

@media (max-width:600px) {
    .map {
        margin-top: 50px;
    }
}

.footer {
    margin-top: 20px;
    background: #FAFAFA;
    padding: 60px 0;
}

.footer_box {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_card {
    max-width: 265px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.footer_text {
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #232323;
    text-decoration: none;
}

.footer_link {
    margin-top: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #042078;
    text-decoration: none;
}

.footer_link:hover {
    color: red;
}

@media (max-width:1210px) {
    .footer {
        padding: 50px 0;
    }

    .footer_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;

    }

    .footer_title {
        margin-bottom: 10px;
    }
}

@media (max-width:700px) {
    .footer {
        padding: 40px 0;
    }

    .footer_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .form_input {
        width: 100%;
    }
}

.footer_end {
    padding: 5px 0px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.footer_end {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.footer_end img {
    width: 200px;
}

@media (max-width:440px) {
    .footer_end {
        padding: 5px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }

    .footer_end {
        color: #FFF;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px;
    }

    .footer_end img {
        width: 150px;
        height: 39.06px;
    }

}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
}

.modal-content {
    background-color: rgba(255, 255, 255);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding-bottom: 40px;
}

.modal-content p {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 20px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width:1300px) {
    .modal-content {
        width: 40%;
    }
}

@media (max-width:1000px) {
    .modal-content {
        width: 50%;
    }

    .modal-content p {
        font-size: 22px;
    }
}

@media (max-width:850px) {
    .modal-content {
        width: 60%;
    }
}

@media (max-width:700px) {
    .modal-content {
        width: 70%;
    }
}

@media (max-width:600px) {
    .modal-content {
        width: 80%;
    }

    .modal-content p {
        font-size: 20px;
    }
}

@media (max-width:500px) {
    .modal-content {
        width: 90%;
    }
}