/* Importing Roboto slab and Josefin Sans */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');



:root {
    --primary-color: #004caa;
    --secondary-color: #fc5185;
    --bg-light-blue: #3672bc;
    --bg-custom: rgb(203 95 112);
    --bg-dark: #666;
    --bg-white: #fff;

    /* Text Style */
    --primary-font: 'Roboto Slab', serif;
    --secondary-font: 'Josefin Sans', sans-serif;
    --primary-text: #004caa;
    --secondary-text: #fc5185;
    --text-white: #fff;
    --text-black: #222;
    --text-gray: #666;
    --text-light: #ddd;

}

/* html, body {
    /* overflow-x: hidden; */
    /* width:100vw; */
    /* white-space: nowrap; */



} */



.menu-navbar {

    font-family: var(--primary-font);




}


.header-wrapper .nav-item .nav-link {

    color: rgb(167, 51, 147);
    font-family: var(--secondary-font);
    font-size: 1.7rem;
    font-weight: 600;



}

.header-wrapper .navbar-toggler:focus {
    box-shadow: none;
    /* border:0; */
    outline: none;


}


.header-wrapper .nav-item .nav-link:hover,
.header-wrapper .nav-item .nav-link.active {
    color: var(--secondary-text);


}

/* .navbar-color{

color:antiquewhite;


} */





/* Resizing the original font size */

html {

    font-size: 62.5%;



}

#home .d-flex .position-image {
    width: 50%;



}



/* Custom blue color styling for home banner section */

.blue-custom {

    background-color: #004caa;

}




.main-btn {
    text-decoration: none;
    background-color: var(--bg-custom);
    color: var(--text-white);
    font-size: 1.7rem;
    padding: 1rem 1.4rem;
    font-family: 'Roboto Slab', serif;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out;


}

.main-btn:hover {

    background-color: var(--bg-white);
    color: var(--text-black);


}



/* styling the banner below home section box */




.card-img-custom {
    margin-bottom: 1.2rem;


}



.secondary-btn {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.7rem 1.3rem;
    background-color: var(--bg-light-blue);
    text-decoration: none;
    color: var(--text-white);
    border-radius: 6px;
    transition: background-color 0.3s ease-in-out 0.1s;

}

.secondary-btn:hover {
    background-color: #403535;
    color: white;
}


.home-2 .card .card-title {

    font-size: 2.5rem;
    font-family: var(--secondary-font);

}



.home-2 .card .card-text {
    font-size: 1.5rem;
    font-family: var(--primary-font);
    color: var(--text-gray);
    line-height: 2.4rem;
    margin-bottom: 3rem;

}

.home-2 .card {
    height: 34rem;
    box-shadow: 0.7rem 1.5rem 2.2rem 0.3rem rgb(12 12 12 / 9%);
    border: 0.04rem solid #dae2e3;
    border-top-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    transition: transform 0.51s ease;

}

.home-2 .card:hover {
    transform: translateY(-1.6rem);

}

/* #home-2 .card .card-body{
/* margin-top:1.5rem; 

} */



/* .custom-image{
background:url('./Images/home-background.jpg') no-repeat center center/cover;




} */


/* Our Services Section */


.services-section {
    background-color: var(--primary-color);

}

.services-section .container h1 {
    font-family: var(--secondary-font);
    font-size: 3.7rem;
    margin: 4rem 0;

}

.services-section .service-image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.7rem;

}


.services-section .card {
    background-color: transparent;
    color: white;
    padding: 2.4rem 2.5rem;
    height: 37rem;
    border: 0.09rem solid var(--bg-light-blue);
    transition: background-color 0.4s ease 0.03s;

}


/* .services-section .card .card-body{
    margin-top: 2rem;



} */

.services-section .card:hover {

    background-color: var(--bg-light-blue);
    cursor: pointer
}

.services-section .card .card-title {
    font-family: var(--secondary-font);
    font-size: 2.9rem;
    margin-bottom: 1rem;

}


.services-section .card .card-text {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 3.1rem;

}


.services-section .card .service-button {
    border: 0.05rem solid white;
    text-decoration: none;
    font-size: 1.5rem;
    padding: 1rem 1.4rem;
    color: white;
    font-family: 'Roboto Slab', serif;
    border-radius: 0.7rem;
    background-color: rgb(58 78 124);
    transition: background-color 0.3s ease-in-out;

}

.services-section .card .service-button:hover {
    background-color: white;
    color: black;


}

/* Our Team Section */
/* .team .card .team-img-1{




} */


/* our Team Section */

.team h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 3.6rem;
    /* margin-bottom:4rem; */


}

.team .card {
    height: 35rem;
    box-shadow: 0.7rem 1.5rem 2.2rem 0.3rem rgb(12 12 12 / 9%);
    border: 0.04rem solid #dae2e3;
    /* border:none; */
    border-top-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    transition: transform 0.51s ease;




}

.team .card:hover {

    transform: translateY(-1.6rem);


}

.team .card .card-title {
    font-size: 2.5rem;
    font-family: var(--secondary-font);
    color: #644b85;


}

.team .team-img img {
    width: 75%;



}

.team .card .card-text {
    font-family: var(--primary-font);
    font-size: 1.6rem;
    font-weight: 600;




}


/* .gallery .img-cover{
object-fit:cover;
width:100%;



} */


/* Gallery Section */
.gallery {
    background-color: #0b3a74;



}

.gallery .img-border {
    border-radius: 0.9rem;




}

.gallery h1 {

    font-family: 'Roboto Slab', serif;
    font-size: 3.6rem;
    margin-bottom: 4rem;
    margin-top: 2.2rem;

}



/* About Us Section */
/* .about{
height:110vh;



} */

.about .about-inner-section h1 {

    font-size: 4.2rem;
    font-family: var(--secondary-font);
    font-weight: 600;


}


.about .about-inner-section p {
    font-family: var(--primary-font);
    line-height: 2.4rem;
    font-size: 1.53rem;
    font-weight: initial;
    color: #442f2f;
    text-align: justify;

}


.about .about-inner-section .card {
    text-align: center;
    padding: 1.2rem 2rem;


}

.about .about-inner-section .card-body h4 {

    font-size: 2.9rem;
    font-family: var(--secondary-font);
    font-weight: 600;

}



.about .about-inner-section .social-icons {

    margin-top: 2.5rem;

}


.about .about-inner-section .social-icons .icons-color {
    padding: 0 1.2rem;
    color: #89419b;
}





/* .about .about-inner-section .card{
width:80%;



} */


/* .about .about-inner-section .card .card-body{
flex-wrap:wrap;




} */

/* .about .about-inner-section .boxes{
border:0.3rem solid red;
text-align:center;
padding:1rem 1.8rem;




}

.about .about-inner-section .boxes h4{
font-size:2.2rem;



} */

/* Reviews Section */

.testimonial .card {
    box-shadow: 0.7rem 1.5rem 2.2rem 0.3rem rgb(12 12 12 / 9%);
    border: 0.04rem solid #dae2e3;
    /* border: none; */
    border-top-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    transition: transform 0.51s ease;
    height: 37rem;
    padding: 0 1.2rem;

}

.testimonial .card .card-body {

    margin-top: 1rem;
    padding-top: 3rem;

}

.testimonial .card h3 {

    font-family: var(--secondary-font);
    font-size: 2.6rem;

}

.testimonial h1 {

    font-family: 'Roboto Slab', serif;
    font-size: 3.6rem;
    margin-bottom: 4rem;
    /* margin-top: 2.2rem; */
}

.testimonial h4 {

    font-size: 2.5rem;
    font-family: var(--secondary-font);

}

.testimonial p {

    font-size: 1.6rem;
    font-family: var(--primary-font);
    line-height: 2.6rem;
    /* text-align: justify; */
    font-weight: 500;

}

.testimonial .card p {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    font-weight: 400;
}

.testimonial .card img {
    border-radius: 50%;
    margin: 0 auto;

}


.testimonial .card .card-body .checked {
    color: orange;

}


footer {
    font-size: 1.6rem;
    line-height: 1.5;
    /* font-family:var(--primary-font); */
}

footer .link-position {
    position: relative;
    right: 0.6rem;




}

footer h5 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-family: var(--primary-font);

}

footer ul li {
    margin-bottom: 2.3rem;
    /* display:inline-block; */
}

footer ul li a {
    font-weight: 500;
    font-size: 1.9rem;
    font-family: var(--secondary-font);
    text-decoration: none;
    color: white;
}

footer ul li a:hover {
    text-decoration: none;
    color: wheat;

}

footer .input-group {
    width: 46%;
    position: relative;
    left: 18rem;




}

footer .form-control {
    height: 4rem;
    text-align: center;
    font-size: 1.42rem;
    font-family: var(--primary-font);
}

footer .footer-btn {
    /* height: 7rem; */
    font-family: var(--primary-font);
    font-size: 1.6rem;
    padding: 1rem 0rem;
    border-radius: 2rem;
    width: 12rem;
    font-weight: bold;
    background-color: rgb(33, 37, 41);
    color: white;
    border: 0.2rem solid white;
    position: relative;
    right: 2.6rem;
    margin-top: 2rem;
}

footer h4 {
    font-family: var(--primary-font);
    position: relative;
    right: 1.5rem;
    /* margin: bottom:; */
    margin-bottom: 2.4rem;
    font-size: 2.1rem;



}

footer .footer-btn:hover {
    background-color: white;
    color: rgb(33, 37, 41);
    border: 0.3rem solid rgb(128, 25, 25);


}

footer ul .contact-list {
    font-size: 1.7rem;
    font-family: var(--secondary-font);



}


footer .rounded-pill {
    border-radius: 2.5rem;
}

footer .follow-div .follow-list {
    list-style: none;
    /* text-decoration:none; */
    display: inline-block;
    position: relative;
    bottom: 1.5rem;
}


footer .follow-div {
    position: relative;
    right: 3.3rem;


}


footer .follow-div .follow-list a {
    text-decoration: none;



}

footer .follow-div .follow-list a i {
    font-size: 2.1rem;
    padding: 0 1rem;



}

footer .last-para {
    margin-top: 4rem;
    position: relative;
    right: 4rem;
    top: 2rem;
    margin-bottom: 2rem;

}

footer .last-para p {
    font-family: var(--secondary-font);
    font-size: 1.7rem;


}


/* footer follow icon section */
/* footer .follow-div{
width:50rem;
margin:0 auto;




} */

/* @media (max-width: 767.98px) {
    footer h5 {
        font-size: 18px;
    }

    footer .form-control,
    footer .btn-primary {
        height: 1rem;
    } */







/* Utility Classes */
.h-home-secondary {
    font-family: var(--secondary-font);
    font-size: 3.6rem;
    /* line-height:4.3; */
    /* font-weight:600; */


}


.h-primary {

    font-family: var(--secondary-font);
    font-size: 7rem;



}


.p-primary {
    font-family: var(--primary-font);
    text-align: justify;
    /* font-size:2rem; */

    /* color:var(--text-gray); */



}

.position-image {
    position: relative;
    left: 7rem;


}

.h-secondary {
    font-size: 3.8rem;
    font-family: var(--secondary-font);
    text-align: center;
    color: rgb(25, 135, 84);
    margin-top: 2rem;
    font-weight: 600;

}




.padding-bottom {
    padding-bottom: 2.9rem;

}

.Margin-top {

    margin-top: 5rem;
}

.Margin-bottom {
    margin-bottom: 5rem;
}