*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    
}
body{
    background: linear-gradient(88deg, #131313 -11.16%, #1a1a36 46.95%, #1c1d41 94.89%);
    background-repeat: repeat;
    font-family: "DM Sans", Arial, sans-serif;
}
.logo{
    width:300px;
}
header{
    height:70px;
    background-color: rgb(0 0 0 / 59%); 
    color:white;
    position: fixed;
    width:100%;
    z-index: 2;
}
.small-divece-navbar{
    display:none;
}
.small-divice-menu{
    display: none;
}
header:hover{
    background-color: #121212;
}
.navabar{
    display: flex;
    /* gap:50px; */
    height: 70px;
    align-items: center;
    margin:0px 100px;
}
.menu ul{
    display: flex;
    gap:20px;
    margin-bottom: 0px;
    list-style: none;
}
.menu ul li{
    cursor: pointer;
    font-weight: 500;
}
.menu ul li a{
    text-decoration: none;
    color:white;
}
.menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width .3s;
}
.menu ul li a:hover::after{
    width: 100%;
}
.menu-active{
    border-bottom:1px solid white;
}
.banner{
    height:500px;
    /* background-color: aliceblue; */
    position: relative;
    background:url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-title{
    position: absolute;
    top: 20%;
    right: 10px;
    left: 10px;
    margin: 0px 100px;
}
.banner-title-about{
    position: absolute;
    top: 20%;
    right: 10px;
    left: 10px;
    margin: 0px 100px;
}
.banner-title h4{
    font-size: 35px;
    font-weight: 700;
    color:white;
    
}
.image-style{
    width:100%;
    /* margin:-80px 0px -50px 0px; */
}
.text-color{
    background: linear-gradient(88deg, #ffa37b -11.16%, #fa6bbe 46.95%, #732bf7 94.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-title h5{
    color:white;
}
.banner-title-right{
    position: absolute;
    top: 25%;
    right: 10%;
    text-align: right;
}
.title-right{
    text-align: right;
}
.margin{
    margin-top:50px;
}
.company-info-title{
    color:white;
    
}
.company-info-section{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.company-info-section img{
    width:100%;
    height:350px;
}
.company-info-text{
    color:white;
    width:50%;
    padding-top:20px;
}
.Service-title{
    
    color: white;
    
}
.home-service-card{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-card{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-card{
    width:545px;
    height:300px;
    background: #292d36;
    border-radius: 10px;
}
.card-flex{
    display: flex;
    /* padding:12px; */
    gap:10px;
}
.style-img{
    width:60%;
}
.style-title{
    width:40%;
    margin-top:30px;
}
.heading{
    color:white;
    font-weight: 700;
}
.heading-border{
    border-bottom:3px solid white;
    width:50px;
}
.discription{
    margin-top:20px;
    color:white;
}
.link a{
    color:white;
    text-decoration: none;
}
.contact-sec{
    display:flex;
    align-items: center;
    justify-content:space-around;
}
.business-card{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
}
.card-padding{
    padding: 20px;
    width: 250px;
    height: 250px;
    border-radius: 30px;
    box-shadow: 0px 5px 2px #732bf7;
}
.c-head{
    font-weight: 700;
}
.head{
    display: flex;
    /* justify-content: space-around; */
    padding-bottom: 10px;
    align-items: center;
}
.head-list-outer{
    text-align: center;
}
.head-list{
    background-color: #732bf7;
    border-radius: 50%;
    width: 40px;
    padding-top: 9px;
    box-shadow: 2px 2px 7px 1px #732bf7;
    height: 40px;
    text-align: center;
    color: white;
}
.border-color{
    border-bottom:3px solid black;
}
.c-body{
    font-size: 15px;
}
.head-title{
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
    color: #732bf7;
    
}
.form{
    width:50%;
    background: white;
    padding:30px;
}
.contact-title{
    width:50%;
    background:url('../img/contact.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.contact-titles{
    /* width:50%; */
}
.contact-title h4{
    color:black;
    
}
.contact-title h3{
    color:black;
    margin-top:20px;
}

.contact-title-child .info{
    color:white;
    font-size: 18px;
    padding:10px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.btn-primary{
    background: linear-gradient(45deg, #0078c9, #001b99);
    border:1px solid #0078c9;
}
.btn-primary:hover{
    background: linear-gradient(274deg, #0078c9, #001b99);
    border:1px solid #0078c9;
}
.service-img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 300px;
}
.about-banner{
    background: url('../img/about.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:500px;
}
.about{
    text-align: center;
} 
.about h4{
    font-size: 40px;
    color:white;
}
.about h5{
    font-size: 30px;
    color:white;
}
.about p{
    color:white;
    font-size: 20px;
}
.about .link a:hover{
    border-bottom: 1px solid white;
}
.about-card{
    display: flex;
    gap:10px;
}
.about-cards{
    display: flex;
    gap:10px;
}
.card-outer{
    width:50%;
}
.new-card{
    height:500px;
    background: #292d36;
    border: 1px solid gray;
    border-radius:10px;
    position: relative;
}
.new-card-childs{
    height:300px;
    background: #292d36;
    border-radius:10px;
    border: 1px solid gray;
    position: relative;
}
.new-card-child{
    height:190px;
    background: #292d36;
    border: 1px solid gray;
    border-radius:10px;
    position: relative;
}
.card-outers{
    width:100%;
    margin-top:10px;
}
.about-img{
    width: 100%;
    padding:12px;
}

.about-titles{
    position: absolute;
    top: 0px;
    color: white;
    width: 100%;
    display: flex;
    background: #00000070;
    justify-content: center;
    align-items: center;
    height: 380px;
    border-radius: 12px;
    flex-direction: column;
}
.about-titles h4{
    font-weight: 700;
}
.about-titles h1{
    font-weight: 800;
    font-size: 50px;
}
.about-discription p{
    color:white;
    padding:10px 20px;
}
.childs-img{
    width: 100%;
    object-fit: cover;
    height: inherit;
    border-radius: 10px;
    padding: 4px;
}
.childs-description{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    color: white;
    background: #000000b3;
    font-weight: 700;
    border-radius: 10px;
}
.dis-section{
    position: absolute;
    background: #00000059;
    width: 100%;
    height: inherit;
    top: 0;
    border-radius: 10px;
}
.web-description{
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    color: white;
    font-size: 20px;
    padding: 0px 15px;
}
.service-banner{
    background: url(../img/service-banner.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    height: 500px;
}
.service-sec{
    display: flex;
    justify-content: center;
    height: inherit;
    align-items:center;
}
.service-title h4{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color:white;
}
.home-service-card .inner-card{
    width:48%;
    height:auto;
}
.service-card .inner-card{
    width:100%;
    height:auto;
}
.home-service-card .card-flex{
    padding:12px;
}
.service-card .card-flex{
    padding:12px;
}
.home-service-card .service-img{
    border-radius: 10px;
}
.service-card .service-img{
    border-radius: 10px;
}
.row-revers{
    flex-direction: row-reverse;
}
.row-revers .style-title{
    padding-left:10px;
}
.contact-banner{
    background: url('../img/contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height:500px;
}
.contact-titles h2{
    color:white;
    text-align: center;
    padding-top:50px;
}
.contact-titles h4{
    color:white;
    text-align: center;
}

@media screen and (max-width: 768px){
    .menu{
        display:none;
    }
    .logo {
        width: 200px;
        text-align: left;
    }
    .small-divece-navbar{
        display:block;
    }
    .navabar{
        margin: 0px 30px;
        justify-content: space-between;
    }
    .font-menu{
        font-size: 30px;
    }
    .small-divice-menu{
        display: block;
        background-color: #292d36;
        width: 0;
        transition: width 1s;
        position: absolute;
        top: 0;
        left: -120px;
        height: 100vh;
        z-index:1000;
    }
    .small-divice-menu-active{
        width:100%;
        left:0;
        z-index:1000;
    }
    .small-divice-inner-menu{
        margin-top:20px;
    }
    .small-divice-inner-menu ul{
        list-style: none;
        padding-left: 0px;
    }
    .small-divice-inner-menu ul li{
        border-bottom: 1px solid white;
        padding: 10px 50px;
    }
    .small-divice-inner-menu ul li a{
        color:white;
        text-decoration: none;
        font-size: 20px;
    }
    .close_btn{
        font-size: 25px;
        color:white;
        display: flex;
        justify-content: flex-end;
        margin: 10px 30px;
    }
    .image-style{
        width:100%;
        margin:-80px 0px -50px 0px;
    }
    .banner{
        height:500px;
        background:url('../img/banner.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .banner-title{
        position: absolute;
        top: 15%;
        left: 4%;
        margin: 0px 10px;
    }
    .banner-title h4{
        font-size: 25px;
    }
    .contact-sec{
        flex-direction: column;
    }
    .company-info-section{
        flex-direction: column-reverse;
    }
    .company-info-text{
        width:100%;
        padding-top:0px;
    }
    .form{
        width:100%;
    }
    .contact-title{
        width:100%;
        text-align: center;
    }
    .about-card{
        flex-direction: column;
    }
    .about-banner{
        height:450px;
    }
    .about h4{
        font-size: 35px;
    }
    .about h5{
        font-size: 25px;
    }
    .about p{
        font-size: 16px;
    }
    .card-outer {
        width: 100%;
    }
    .new-card{
        height: 385px;
    }
    .banner-title-about{
        top: 10%;
        right: 0;
        left: 0;
        margin: 0px 10px;
    }
    .about-cards {
        flex-direction: column;
    }
    .service-banner{
        height:300px;
    }
    .service-card .card-flex{
        flex-direction: column;
    }
    .service-card .style-img {
        width: 100%;
    }
    .service-card .style-title {
        width: 100%;
        margin-top: 30px;
    }
    .contact-banner{
        height:300px;
    }
    .home-service-card .inner-card {
        width: 100%;
        height: auto;
    }
    .home-service-card .style-img {
        width: 100%;
    }
    .home-service-card .style-title {
        width: 100%;
        margin-top: 30px;
    }
    .home-service-card .card-flex {
        padding: 12px;
        flex-direction: column;
    }

}