*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.navbar .navbar-brand{
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
    font-family: "Lilita One", sans-serif;
    color: black;
    padding-left: 20px;
} 
.navbar .navbar-nav  a{
    text-decoration: none;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


/* hero and carousel section starts */

.carousel .carousel-caption h1{
    font-size: 4rem;
    font-family: "Baskervville", serif
}
.carousel .carousel-caption h2{
    font-size: 4rem;
    color: black;
    font-family: "Baskervville", serif
}
.carousel .carousel-caption h3{
    font-size: 2.5rem;
    font-family: "Baskervville", serif
}
.carousel .carousel-caption p{
    font-size: 1.5rem;
}

.carousel .carousel-item img{
    height: 42rem;
    object-fit: cover;
}

.carousel .carousel-caption * {
    color: #ffffff !important;
    text-shadow: -3px 5px 10px #000000;
    -webkit-text-stroke: 1px #00000071;
}

/* carousel 1 ends */

/* client testimonials starts */
.reviews{
    text-align: center;
    margin-top: 60px;
    font-size: 2.5rem;
    font-family: "Lilita One", sans-serif;
}


.card{
 margin-top: 40px;
 align-items: center;
 text-align: center;
 margin-bottom: 40px;
}

.client{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.client .card-text{
    color: aliceblue;
    font-family: "Baskervville", serif
}

.client .card-title{
    color: aliceblue;
    font-family: "Baskervville", serif
}


/* advertisment starts */
.advert{
    margin-top: 15px;
    background-image: url(../images/eclipse3\(first\ section\).jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 34rem;
    text-align: center;
    padding-top: 13rem;
    text-shadow: -20px 10px 7px black;
}

.advert h1{
    font-size: 3rem;
    color: white;
}

.advert h4{
    font-weight: normal;
    color: white;
}

.advert a{
    text-decoration: none;
    color: white;
    font-size: 1.7rem;
}

.advert a:hover{
    color: black;
    text-decoration: underline;
}
/* ads ends */

/* info starts */
.favours{
    margin-top: 20px;
}

.career{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.career > .career-options img{
    width: 100%;
}

.career a{
    text-decoration: none;
    color: black;
    font-size: 19px;
    font-weight: bolder;
    font-family: "Baskervville", serif
}

.career a:hover{
    color: gray;
}


/* footer starts */
.footer{
    background-color: rgb(31, 28, 28);
}

.footer-container{
    width: 100%;
    padding-top: 20px;
}

.social-icons{
    display: flex;
    justify-content: center;
}

.social-icons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    border-radius: 100%;
    margin: 10px;
}

.social-icons a i{
    font-size: 1.6rem;
    color: rgb(26, 24, 24);
}

.social-icons a i:hover{
    color: rgb(28, 100, 100);
}

.footer-nav{
    margin: 30px 0;
}

.footer-nav ul{
    justify-content: center;
    display: flex;
}

.footer-nav ul li a{
    text-decoration: none;
    color: aliceblue;
    margin: 20px;
}

.footer-bottom{
    background-color: rgb(31, 28, 28);
    padding: 20px;
    text-align: center;
}

.footer-bottom p{
    color: aliceblue;
}

.designer{
    font-family: "Baskervville", serif
}

/* media query */
@media screen and (max-width: 452px){
    
    .navbar .navbar-brand{
        font-size: 1.2rem;
    }


    
    .hero > .carousel .carousel-item img{
        height: 40rem;
    }

    .client{
        grid-template-columns: 1fr;
        padding: 0.5rem;
        gap: 0.6rem;
    }
    
    .reviews{
        font-size: 20px;
    }

    .advert{
        height: 70%;
        align-items: center;
    }

    .advert h1{
        font-size: 15px;
        text-align: center;
        margin-bottom: 100px;
    }

    .advert h4{
        display: none;
    }

    .advert a{
        font-size: 20px;
    }

    .career{
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .footer-container{
        width: 100%;
    }

    .social-icons a i{
        font-size: 20px;
    }

    .footer-nav ul li a{
        font-size: 15px;
    }

    .footer-bottom p{
        font-size: 13px;
    }

    .footer-container{
        font-size: 15px;
    }
}
