
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
    scroll-behavior: smooth;
}

.navbar {
    background: #131313;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

#logo{
    background-color: white;
    background-image: linear-gradient(to top, rgb(238, 236, 238), white);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:  transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 3rem;
}

.menu{
    display: flex;
    align-items: center;
    list-style: none;
}

.item {
height: 80px;
}

.links{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    text-decoration: dotted;
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
}



.btn{
        display: flex ;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
        width: 100%;
}

.button{
        display: flex; 
        justify-content: center;
        align-items: center;
        text-decoration:  none;
        padding: 10px 20px;
        height: 100%;
        width: 100%;
        border: none;
        outline: none;
        border-radius: 7px;
        background: #ff00cc;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        color: aliceblue;
        transition: all 0.3s ease-in-out;
}

.links:hover {
    color: rgb(224, 21, 89);
    transition: all 0.5s ease;

} 

@media screen and (max-width: 960px) {

    .navbar__container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0 ;
    }

    .menu {
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
       top: -1000px;
        opacity: 1;
        transition: all 1s ease;
        z-index: -1;
        
    }

   .menu.active {
        background: #131313;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 60vh;
        font-size: 1.6rem;
    }

    #logo{
        padding: 25px;
    }
    
    .toggle .bar {
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .item {
        width: 100%;
    }

    .links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    .btn {
        padding-bottom: 2rem;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80px;
        margin: 0;
    }

    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }
     
   .toggle .bar{
       display: block;
       cursor: pointer;
   }

   #mobile-menu.is-active .bar:nth-child(2){
       opacity: 0;
   }
   
   #mobile-menu.is-active .bar:nth-child(3){
    transform: translateX(0px) rotate(-45deg);
    }

    #mobile-menu.is-active .bar:nth-child(1){
    transform: translateX(0px) rotate(45deg);
    }
}

/* hero section*/
.hero{
  background: #000000;
  background: linear-gradient(to right, #161616,#000000 );

  background-size: cover;
  padding: 200px 0;
}

.hero-c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 90%;
    text-align: center;
    padding: 30px;
}

.hero-h{
font-size: 120px;
margin-bottom: 24px;
color: #fff;
}

.hero-h span {
    background: #ff00cc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-clip: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent ;
    -moz-text-fill-color:transparent;
}

.description{
font-size: 60px;
background: #fc00ff;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00dbde, #fc00ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-clip: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent ;
    -moz-text-fill-color:transparent;
}

.highlight{
    border-bottom:4px solid rgb(224, 21, 89) ;

}

@media screen and (max-width: 768px) {
    .hero-h{
        font-size: 60px;
    }
    
    .description{
        font-size: 40px;
    }
}

/*about section*/
.main{
    background-color: #161616;
    padding: 10rem 0;
}

.main-c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 90%;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}
.main-c{
    color: #fff;
    width: 100%;
}

.main-c h1{
    font-size: 2rem;
    background-color: rgb(224, 21, 89) ;
    background-image: linear-gradient(to top, rgb(224, 21, 89), #fc00ff);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:  transparent;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.main-c h2{
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #fc00ff;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00dbde, #fc00ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-clip: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent ;
    -moz-text-fill-color:transparent;
}

.main-c h3{
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgb(224, 21, 89) ;
    background-image: linear-gradient(to top, rgb(224, 21, 89), #fc00ff);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:  transparent;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.main_btn{
    font-size: 1.8rem;
    background: #ff00cc; 
    background: -webkit-linear-gradient(to right, #333399, #ff00cc); 
    background: linear-gradient(to right, #333399, #ff00cc);
    padding: 20px 60px;
    border: none;
    border-radius: 7px; 
   
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    outline: none;
}

.main_btn a{
    position: relative;
    z-index: 2;
    color: #fff;
    text-decoration: none;
}

.main_btn:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(224, 21, 89);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.main_btn:hover{
color: #fff;
}

.main_btn:hover:after{
    width: 100%;
}

.img-c{
    text-align: center;
}

.img-card{
    margin: 10px;
    height: 500px;
    width: 500px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to right,  #00dbde, #fc00ff);
}

.img-card:hover{
    transform: scale(1.075);
    transition: 0.4s ease-in-out;
    cursor: pointer;
}
.fa-solid, .fa-cart-shopping{
    font-size: 15rem;
}
.img-card2{
    margin: 10px;
    height: 500px;
    width: 500px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: #ad5389;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
}

.img-card2:hover{
    transform: scale(1.075);
    transition: 0.4s ease-in-out;
    cursor: pointer;
}
.fa-sharp, .fa-solid, .fa-users{
    font-size: 15rem;
}

@media screen and (max-width: 1100px) {
    .main-c{
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        height: 90%;
    }
    
    .img-c{
        display: flex;
        justify-content: center;
    }

    .img-card{
        height: 425px;
        width: 425px
    }
    
    .img-card:hover{
        transform: scale(1.075);
        transition: 0.4s ease-in-out;
        cursor: pointer;
    
    }
    .img-card2{
        height: 425px;
        width: 425px
    }
    
    .img-card2:hover{
        transform: scale(1.075);
        transition: 0.4s ease-in-out;
        cursor: pointer;
    
    }

    .content{
       text-align: center;
       margin-bottom: 4rem;
    }

    .content h1{
        font-size: 2rem;
        margin: 2rem;
    }

    .content h2{
        font-size: 2.2rem;
    }

}

@media screen and (max-width: 480px) {
    .img-card{
        width: 251px;
        height: 240px;
    }
    .img-card2{
        width: 251px;
        height: 240px;
    }
    .fa-solid, .fa-cart-shopping{
        font-size: 4rem;
    }
    .fa-sharp, .fa-solid, .fa-users{
        font-size: 4rem;
    }
    .main-c h1{
        font-size: 2rem;
        margin-top: 3rem;
    }

    .content h2{
        font-size: 2.2rem;
    }

    .main_btn{
        padding: 13px 34px;
        margin: 3.5rem 0;
    }

}

/*Service section*/
.serv{
    background: #030303;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10rem 0;
}

.serv h1{
    font-size: 2rem;
    background-color: rgb(224, 21, 89) ;
    background-image: linear-gradient(to top, rgb(224, 21, 89), #fc00ff);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:  transparent;
    text-transform: uppercase;
    margin-bottom: 5rem;
}

.wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}



.serv p{
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #fff;
    background-clip: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent ;
    -moz-text-fill-color:transparent;
}

.serv h2{
    text-align: center;
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;background: #d9a7c7;  /* fallback for old browsers */
    background: #fff;
    background-clip: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent ;
    -moz-text-fill-color:transparent;
}


.s-card{
    margin: 10px;
    height: 430px;
    width: 301px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: aliceblue;
    background: #fc00ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00dbde, #fc00ff);
    transition: 0.5s ease-in-out;
    
}



.s-btn{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.s-card button{
    color: aliceblue;
    padding: 15px 25px;
    border: none;
    border-radius: 12px;
    outline: none;
    background: #000000;
    font-size: 17px;
}

.s-card button:hover{
    transform: scale(1.075);
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
.wrapper{
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;

}

}
@media screen and (max-width: 768px) {
    .wrapper{
        grid-template-columns: 1fr;
    }
    
}

/* footer section*/
.footer{
    background-color: #000000;
    padding: 80px 0 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#f-logo{
    color: aliceblue;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 33px;
}

.f-links{
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;

}

.f-wrapper{
    display: flex;
}

.f-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px;
    text-align: left;
    width: 170px;
    border: border-box;
}

.f-items h2{
    margin-bottom: 16px;
    color: rgb(253, 251, 246);
}
.f-items h3{
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 10px;
    color: rgb(253, 251, 246);
}



.f-items a{
    color: rgb(255, 253, 251);
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
}

.f-items a:hover {
    color: #ff00cc;
    transition: 0.5s ease-in-out;
}

.s-icon-link{
    color: aliceblue;
    font-size: 20px;
}

.social-media{
    max-width: 1000px;
    width: 100%;
}

.s-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0 auto;

}


.media-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
}

.rights{
    color:aliceblue;
}


@media screen and (max-width: 800px) {
    .f-links{
        padding-top: 32px ;
    }

    #f-logo{
        margin-bottom: 33px;
    }


    .rights{
        margin-bottom: 33px;
    }

    .f-wrapper{
        flex-direction: column;
    }
    .s-wrapper{
        flex-direction: column;
    }
}



@media screen and (max-width: 480px) {
        .f-links{
            margin: 0;
            padding: 12px;
            width: 100%;
        }

}


