*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Hind Siliguri", sans-serif;
}

/*-------------------------------
|        common styles          | 
-------------------------------*/
.nav-link:hover {
    background-color: var( --primery-color);
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.nav-link {
    color: var( --primery-color) !important;
    font-size: 18px !important;
}

.contact-btn {
    background-color: var( --primery-color);
}

.text-one {
    font-size: 48px;
}

.text-two {
    font-size: 24px !important;
    text-align: center !important;
}

.max-width {
    max-width: 1140px !important;
}

.bg-color {
    background-color: #461E59;
}

.social-fb:hover {
    color: rgb(0, 183, 255);
}

.social-yt:hover {
    color: rgb(231, 17, 17);
}

.hero-heading-style {
    color: #00FFBA !important;
}

.header-bg {
    /* border-radius: 0% 0% 26% 79% / 0% 0% 12% 22%; */
    background-image: linear-gradient(to bottom, #000000, #461E59);
    height: 650px;
}

.header-bg h1{
    width: 70%;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: white;
    border-radius: 10px 10px 10px 10px;
}

.buy-btn {
    border: 1px solid white;
    border-style: dashed;
    transition: transform 0.3s ease;
    z-index: 5;
}

.custom-btn {
    margin-top: 3rem;
}

.social-links-top-right {
    justify-content: end;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.buy-btn:hover {
    animation: pulse 1s infinite;
}

.book-img {
    height: auto;
    width: 60%;
}

/* footer */

footer {
    background-image: linear-gradient(180deg, #363643 0, #110e17 100%);
}

.footer-logo {
    width: 60%;
}

.footer-text {
    color: #d1cfcf;
    text-align: start;
}

.footer-link {
    color: #d1cfcf;
    display: block;
    font-weight: 500;
    line-height: 25px;
}


/* services */
.services {
    background-color: #F6F5F2;
}

.service__description {
    font-size: 20px;
    font-weight: 500;
}

.button {
    color: #fff;
    background-color: var( --primery-color);
    font-weight: 600;
}

@media (max-width: 992px) {
    .contact-btn {
        display: none !important;
    }

    .nav-item .nav-link {
        border-bottom: 2px solid var( --primery-color);
    }

    .text-one {
        font-size: 45px;
    }

    .text-two {
        font-size: 20px !important;
        text-align: justify !important;
    }

    .hero-description {
        text-align: justify;
    }

    .custom-padding {
        padding: 0 2rem !important;
    }

    .custom-btn {
        margin-top: 1.5rem;
    }

    .social-links-top-right {
        justify-content: center;
    }

    .footer-elements {
        padding-top: 3rem;
        padding-left: 3rem;
    }

    .footer-logo {
        width: 30%;
    }

    .footer-text {
        max-width: 70%;
    }

}

@media (max-width: 576px) {
    .nav-item .nav-link {
        font-size: 16px !important;
    }

    .nav-link {
        font-size: 16px !important;
    }

    .text-one {
        font-size: 28px;
    }

    .text-two {
        font-size: 18px !important;
        text-align: justify !important;
    }

    .custom-btn {
        margin-top: 0.5rem;
    }

    .footer-logo {
        width: 60%;
    }

    .footer-text {
        max-width: 100%;
        text-align: justify;
    }
}



.service_page {
    padding-top:5rem;
}

.service_page .service_banner_text h1{
    width: 50%;
    text-align:left;
}
.service_page .service_banner_text p{
    width: 50%;
    text-align:left;
}

.service_page .service_banner_text p span{
    margin-left:5px;
}

.service_page .header-bg{
    position: relative;
    overflow:hidden;
}
.service_page .service_banner_img img{
    position: absolute;
    right:3%;
    height:auto;
    max-width: 650px;
    bottom:-40%;
}
@media (max-width: 1600px) {
    .header-bg {
        height: 400px;
    } 
    .service_page .service_banner_img img{
        position: absolute;
        right:10%;
        height:auto;
        max-width: 350px;
        bottom:-30%;
    }
    .header-bg h1{
        font-size:25px;
    }
    .header-bg p{
        font-size:20px;
    }
}
@media (max-width: 1000px) {
    .service_page {
        padding-top:8rem;
    }
    .service_page .service_banner_img img{
        right:3%;
    }
}
@media (max-width: 576px) {
    .service_page {
        padding-top:10rem;
    } 
    .service_page .service_banner_img img{
        display:none;
    }
    .service_page .service_banner_text h1,
    .service_page .service_banner_text p{
        width: 100%;
    }
    .header-bg {
        height: 300px;
    } 
    .service_page .service_banner_text{
        margin-top:10%;
    }
}
@media (max-width: 400px){
    .service_page .service_banner_text{
        margin-top:30%;
    }
}
