:root{
    --main-color:#7c9de9;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Monsieur+La+Doulaise&display=swap');
*{
    font-family: 'Nunito', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    width: 1rem;
}
html::-webkit-scrollbar-track{
    background: #030530;
}
html::-webkit-scrollbar-thumb{
    background: #7c9de9;
    border-radius: 5rem;
}
body{
    background: rgb(71,32,126);
    background: linear-gradient(90deg, rgba(71,32,126,1) 0%, rgba(85,53,125,1) 61%, rgba(20,21,57,1) 100%);
}
section{
    padding: 2rem 9%;
}
.text-stroke{
    -webkit-text-stroke: .3px #fff;
}
.heading{
    text-align: center;
    padding-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
}
.heading span{
    color: #7c9de9;
    text-transform: uppercase;
}
.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: .8rem 3rem;
    font-size: 1.7rem;
    border-radius: .5rem;
    background: #030530;
    color:#fff;
    cursor: pointer;
    font-weight: 600;
}
.btn:hover{
    background: #7c9de9;;
}
.header{
    position: fixed;
    top:0; left:0; right:0;
    z-index: 10000;
    background: #030530;
    display:flex ;
    align-items: center;
    justify-content: space-between;
    padding:1.5rem 9%;
}
.header .logo{
    font-weight: bolder;
    color: #fff;
    font-size: 2.5rem;
}
.header .logo span{
    color:#7c9de9;
}
.header .navbar a{
    font-size: 1.7rem;
    color: #fff;
    margin-left: 2rem;
}
.header .navbar a:hover{
    color: #7c9de9;
}
.home .content{
    text-align: center;
    padding-top: 6rem;
    margin: 2rem auto;
    max-width: 70rem;
}

.home .content h3{
    color: #fff;
    font-size: 4.5rem;
    text-transform: uppercase;
}

.home .content h3 span{
    color: var(--main-color);
    text-transform: uppercase;
}
.home .home-slider .swiper-slide{
    overflow: hidden;
    border-radius: .5rem;
    height: 75rem;
    width: 40rem;
}
.home .home-slider .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}
.service .box-container{
    display: grid;
    grid-template-columns: repeat(3,450px);
    gap: 8rem;
}
.service .box-container .box{
    border-radius: 1.5rem;
    background: #030530;
    text-align: center;
    padding: 2.5rem;
    box-shadow: #ffffffb3 5px 5px;
}
.service .box-container .box i{
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    font-size: 2.5rem;
    background: #7c9de9;
    color: #fff;
}
.service .box-container .box h3{
    font-size: 2.6rem;
    color: #fff;
    padding: 1rem 0;
}
.service .box-container .box p{
    font-size: 1.6rem;
    color: #eee;
    line-height: 1.8;
}
.about .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.about .row .image{
    flex: 1 1 45rem;
    padding: 1rem;
}
.about .row .image img{
    border-radius: 1.5rem;
}
.about .row .content{
    flex: 3 3 45rem;
}
.about .row .content h3{
    text-align: center;
    font-size: 4rem;
    color: #fff;
}
.about .row .content span{
    color: #7c9de9;
}
.about .row .content p{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: #eee;
    padding: 1rem 0;
    line-height: 2.8rem;
    margin-right: 5px;
}
.gallery .box-container{
    display: grid;
    grid-template-columns: repeat(3,450px);
    gap: 4rem;
}
.gallery .box-container .box{
    position: relative;
    border: .1rem solid #fff;
    border-radius: .5rem;
    height: 25rem;
    cursor: pointer;
    overflow: hidden;
}
.gallery .box-container .box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery .box-container .box:hover img{
    transform: scale(1.1);
    filter: grayscale();
}
.gallery .box-container .box .title{
    position: absolute;
    top: -10rem; left: 0; right: 0;
    background: #030530;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 2rem;
}
.gallery .box-container .box:hover .title{
    top: 0;
}
.gallery .box-container .box .icons{
    position: absolute;
    bottom: -10rem; left: 0; right: 0;
    background: #030530;
    padding-top: 1rem;
    text-align: center;
}
.gallery .box-container .box:hover .icons{
    bottom: 0;
}
.gallery .box-container .box .icons a{
    font-size: 2rem;
    margin: .5rem 1rem;
    color: #eee;
}
.gallery .box-container .box .icons a:hover{
    color: #7c9de9;
}
.price .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem,1fr));
    gap: 1.5rem;
}
.price .box-container .box{
    padding: 2rem 0;
    background: #0305309e;
    border-radius: .5rem;
    text-align: center;
}
.price .box-container .box:hover{
   transform: scale(1.03); 
   color: #eee;
}
.price .box-container .box .title{
    background:#10519cda;
    color: #fff;
    padding: 1.5rem 0;
    font-size: 2rem;
}
.price .box-container .box .price{
    color: #fff;
    padding-top: 2rem;
    font-size: 4rem;
}
.price .box-container .box ul{
    list-style-type: none;
    padding: 1rem 0;
}
.price .box-container .box ul li{
    font-size: 1.5rem;
    padding: 1rem 0;
}
.price .box-container .box ul li i{
    color: var(--main-color);
    padding-right: .5rem;
}
.review .box{
    border-radius: .5rem;
    background: #030530;
    padding: 2rem;
    position: relative;
}
.review .box .fa-quote-right{
   position: absolute;
   top: 2rem;right: 2rem;
   color: #7c9de9;
   font-size: 6rem; 
}
.review .box .user{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1rem;
}
.review .box .user img{
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    object-fit: cover;
}
.review .box .user h3{
    font-size: 1.5rem;
    color: #eee;
}
.review .box p{
    line-height: 2;
    color: #eee;
    padding: .5rem 0;
    font-size: 1.4rem;
}
.contact form{
    max-width: 70rem;
    margin: 1rem auto;
    text-align: center;
}
.contact form .inputBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact form .inputBox input,
.contact form textarea{
    width: 100%;
    background: #030530;
    border-radius: .5rem;
    padding: 1rem;
    margin: .7rem 0;
    font-size: 1.5rem;
    color: #fff;
    text-transform: none;
}
.contact form .inputBox input::placeholder,
.contact form textarea::placeholder{
    color: #eee;
    text-transform: capitalize;
}
.contact form .inputBox input::focus,
.contact form textarea::focus{
    background: #030530;
}
.contact form .inputBox input{
    width: 49%;
}
.contact form textarea{
    resize: none;
}
.footer{
    background: #030530;
}
.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem,1fr));
    gap: 1.5rem;
}
.footer .box-container .box h3{
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem 0;
    color: #fff;
}
.footer .box-container .box a{
    display: block;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 0;
    color: #eee;
}
.footer .box-container .box a i{
    padding-right: .5rem;
    color: #7c9de9;
}
.footer .box-container .box a:hover{
    color: #7c9de9;
}
.footer .credit{
    text-align: center;
    border-top: .1rem solid #030530;
    color: #fff;
    padding: 2rem;
    padding-top: 2.5rem;
    margin-top: 1rem;
    font-size: 2rem;
}
.footer .credit span{
    color: #7c9de9;
}
