* {
    margin: 0;
    padding: 0;
}

.colo {
    background-color: #051b2b;
    /* padding: 40px 0; */
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
}

.gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 12px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}


.text1 h1 {
    font-size: 66px;
}


/* Media Queries */

/******************* IPHONE 16 ******************/

@media (max-width: 395px) {

    .text1 h1 {
        font-size: 30px;
    }

    .text2 h4 {
        font-size: 14px;
    }

    .text2 p {
        font-size: 9px;
    }

    .header-text .btn {
        font-size: 10px;
        padding: 8px 16px;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-overlay {
        left: 2%;
        right: 2%;
        font-size: 13px;
        padding: 8px;
    }

    .main2 h1 {
        font-size: 21px;
    }

    .main2 h3 {
        font-size: 14px;
    }

    .main2 img {
        width: 42% !important;

    }

    .dd h1 {
        font-size: 26px !important;
        padding-top: 5%;
    }

}

@media (max-width: 451px) {

    .text1 h1 {
        font-size: 26px;
    }

    .text2 h4 {
        font-size: 13px;
    }

    .text2 p {
        font-size: 10px;
    }

    .header-text .btn {
        font-size: 10px;
        padding: 8px 16px;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-overlay {
        left: 2%;
        right: 2%;
        font-size: 13px;
        padding: 8px;
    }

    .main2 h1 {
        font-size: 19px;
    }

    .main2 h3 {
        font-size: 14px;
    }

    .main2 img {
        width: 42% !important;

    }

    .dd h1 {
        font-size: 21px !important;
        padding-top: 5%;
    }

}



@media (max-width: 992px) {
    .navbar-brand img {
        width: 100px;
    }

    .header-text h1 {
        font-size: 40px;
    }

    .header-text h5 {
        font-size: 18px;
    }

    .header-text .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .gallery-item {
        height: 300px;
    }

    .gallery-overlay {
        left: 0%;
        right: 0%;
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    .header-text h1 {
        font-size: 12px;
    }

    .header-text h5 {
        font-size: 14px;
    }

    .header-text .btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-overlay {
        left: 0%;
        right: 0%;
        font-size: 13px;
        padding: 8px;
    }
}

/* ******************************* */

@media (max-width: 320px) {
    .text1 h1 {
        font-size: 24px;
    }

    .text2 h4 {
        font-size: 12px;
    }

    .text2 p {
        font-size: 9px;
    }

    .header-text .btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-overlay {
        left: 0%;
        right: 0%;
        font-size: 13px;
        padding: 8px;
    }

    .main2 h1 {
        font-size: 18px;
    }

    .main2 h3 {
        font-size: 14px;
    }

    .main2 img {
        width: 42% !important;

    }

    .dd h1 {
        font-size: 22px !important;
        padding-top: 5%;
    }
}

.main2 {
    text-align: center;
    padding-top: 12%;
}

.main2 {
    text-align: center;
    padding-top: 6%;
    padding-bottom: 5%;
}

.dd h1 {
    padding-top: 4%;
    font-size: 60px;
}

.dd {
    font-family: "Rubik 80s Fade", system-ui;
    font-weight: 400;
    font-style: normal;
}