* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
}

.map,
.row,
.col-lg-12,
iframe {
    margin: 0;
    padding: 0;
}



/*-- ==================== Banner Section  ====================== --*/

.banner {
    background-color: RED;
    background-image: url(../images/about-png.webp);
    background-size: contain;
    background-position: center;
    height: 40vh;
    display: grid;
    place-items: center;
}

.banner .data {
    display: grid;
    place-items: center;
}

.banner h2 {
    font-size: clamp(25px, 3vw, 120px);
    color: white;
    font-weight: 700;
}

.banner p {
    color: var(--white-color);
    font-size: 20px;
}

.banner p i {
    color: var(--main);
}

.banner a {
    color: var(--white);
}

@media(max-width:400px){
    .banner p{
        font-size: 18px;
    }
}


.educational .heading h2 {
    font-size: clamp(24px, 2.5vw, 120px);
    font-weight: 700;
}

.educational .imagee {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    border-radius: 20px;

}

.educational .imagee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.educational .imagee img:hover {
    transform: scale(1.1);
}

.educational .detailss h4 {
    font-size: clamp(24px, 2vw, 70px);
    font-weight: 700;
}


.educational .info-box {
    padding: 25px 22px;
    border-radius: 8px;
    background-color: #f2f7f5;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.educational .info-box:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}

.educational .info-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


.educational .image {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.educational .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.educational .image img:hover {
    transform: scale(1.2);
}

.educational .data {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid black !important;
    background-color: #fffaf0;
    height: 80px;
    display: grid;
    place-items: center;
    transition: 300ms;
}

.educational .data:hover {
    background-color: var(--main);
    color: #fff;
}

.educational .data p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}


.educational .image1 {
    position: absolute;
    height: 100px;
    top: -15px
}

.educational .image2 {
    position: absolute;
    height: 100px;
    bottom: -15px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1
}

.educational .para2 {
    font-style: italic;
    font-weight: 700;
    position: relative;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    margin: auto
}


/*-- ================= Tourism Page CSS  ===================== --*/

.tourism .heading h2 {
    font-size: clamp(24px, 2.5vw, 120px);
    font-weight: 700;
}

.tourism .imagee {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    border-radius: 20px;

}

.tourism .imagee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.tourism .imagee img:hover {
    transform: scale(1.1);
}

.tourism .detailss h4 {
    font-size: clamp(24px, 2vw, 70px);
    font-weight: 700;
}


.tourism .info-box {
    padding: 25px 22px;
    border-radius: 8px;
    background-color: #f2f7f5;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.tourism .info-box:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}

.tourism .info-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


.tourism .image {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.tourism .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.tourism .image img:hover {
    transform: scale(1.2);
}

.tourism .data p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}


.tourism .image1 {
    position: absolute;
    height: 100px;
    top: -15px
}

.tourism .image2 {
    position: absolute;
    height: 100px;
    bottom: -15px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1
}

.tourism .para2 {
    font-style: italic;
    font-weight: 700;
    position: relative;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    margin: auto
}

/*-- ================= Marriage Page CSS  ===================== --*/

.marriage .heading h2 {
    font-size: clamp(24px, 2.5vw, 120px);
    font-weight: 700;
}

.marriage .imagee {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    border-radius: 20px;

}

.marriage .imagee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.marriage .imagee img:hover {
    transform: scale(1.1);
}

.marriage .detailss h4 {
    font-size: clamp(24px, 2vw, 70px);
    font-weight: 700;
}

.marriage .info-box {
    padding: 25px 22px;
    border-radius: 8px;
    background-color: #f2f7f5;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.marriage .info-box:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}

.marriage .info-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.marriage .image {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.marriage .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.marriage .image img:hover {
    transform: scale(1.2);
}

.marriage .data p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.marriage .image1 {
    position: absolute;
    height: 100px;
    top: -15px
}

.marriage .image2 {
    position: absolute;
    height: 100px;
    bottom: -15px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1
}

.marriage .para2 {
    font-style: italic;
    font-weight: 700;
    position: relative;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    margin: auto
}



/*-- ================= Company Page CSS  ===================== --*/

.company .heading h2 {
    font-size: clamp(25px, 2.5vw, 120px);
    font-weight: 700;
}

.company .imagee {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    border-radius: 20px;

}

.company .imagee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

.company .imagee img:hover {
    transform: scale(1.1);
}

.company .detailss h4 {
    font-size: clamp(24px, 2vw, 70px);
    font-weight: 700;
}

.company .info-box {
    padding: 25px 22px;
    border-radius: 8px;
    background-color: #f2f7f5;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.company .info-box:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}

.company .info-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-box p{
    font-weight: 600;
}

.company .image {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.company .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.company .image img:hover {
    transform: scale(1.2);
}

.company .data p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.company .image1 {
    position: absolute;
    height: 100px;
    top: -15px
}

.company .image2 {
    position: absolute;
    height: 100px;
    bottom: -15px;
    right: 0;
    transform: rotate(180deg);
    z-index: -1
}

.company .para2 {
    font-style: italic;
    font-weight: 700;
    position: relative;
    width: 80%;
    text-align: justify;
    text-align-last: center;
    margin: auto
}



@media(max-width:767.5px){
    .educational .imagee{
        height: 100%;
    }
    .educational .image{
        height: 100%;
    }
}


@media(max-width:576px) {
    .tourism .para2 {
        width: 90%;
        font-size: 15px
    }
    .tourism .image1,
    .tourism .image2 {
        height: 70px
    }

        .marriage .para2 {
        width: 90%;
        font-size: 15px
    }
    .marriage .image1,
   .marriage .image2 {
        height: 70px
    }

            .company .para2 {
        width: 90%;
        font-size: 15px
    }
    .company .image1,
   .company .image2 {
        height: 70px
    }

    .educational .col {
        padding: 0px;
    }
}

@media(max-width:400px) {
    .tourism .para2 {
        width: 100%;
        font-size: 15px
    }

      .marriage .para2 {
        width: 100%;
        font-size: 15px
    }

         .company .para2 {
        width: 100%;
        font-size: 15px
    }
}