@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,100;1,500;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}
.btn{
    background: #6A2DEC;
    padding: 0px 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: bold;
    cursor: pointer;
} .btn:hover{
    color: #9C2EDE;
}

.btn::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #ffffff;
    z-index: -1;
    transition-duration: 1.2s;
}
.btn1{
    color: #ffffff;
}
.btn1::before{
    content: "";
    bottom: 0%;
}
.btn1:hover::before{
    content: "";
    height: 180%;
    top: 0;
    cursor: pointer;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.animate{

    animation-direction: 2s;
    animation-fill-mode: both;
}
.animate--infinite{
    animation-iteration-count: infinite;
}
.animate--delay-1s{
    animation-delay: 1s;
}
.rotate-slideInLeft{
    animation-name: slideInLeft;
    animation-duration: 1.5s;
}
@keyframes rotate-img{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

.rotate-img{
    animation-name: rotate-img;
    animation-timing-function:linear;
}
.left{
    align-items: center;
    position: absolute;
    left: 50px;
    bottom: 50px;
    opacity: 0.1;
}
.right{
    align-items: center;
    position: absolute;
    right: 50px;
    top: 50px;
    opacity: 0.1;
}

.col{
    color:#000;
    background: #ffffff;
    padding: 0px 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: bold;
    cursor: pointer;
} .col:hover{
    color: #ffffff;
}

.col::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #12062C;
    z-index: -1;
    transition-duration: 1.2s;
}
.col1::before{
    content: "";
    bottom: 0%;
}
.col1:hover::before{
    content: "";
    height: 180%;
    top: 0;
    cursor: pointer;
}
.overly{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}
/** Small Header**/
.small-header{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    background-color:#12062C;
    color: #797582;
}
.address i{
    color: #9C2EDE;
    transition: 0.5s;
    width: 30px;
    margin-right: 20px;
}
.socile a i{
    margin-left: 20px;
    color: #9C2EDE;
    transition: 0.5s;
}
 .socile a i:hover{
    color: #ffffff;
    background-color: #9C2EDE;
    border: 1px solid #797582;
    border-radius: 50px;
    padding: 3px;
    transform: rotate(360deg);
}
.address i span{
    color: #797582;
    padding-left: 10px;
}
/** Header **/
.header{
    width: 100%;
    height: 80px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
}
.header img {
    width: 130px;
}
.header ul{
    display: flex;
}
.header ul li a{
    font-size: 20px ;
    color: #797582;
    transition: 0.5s;
}
.header ul li a:hover{
    color: #12062C;
    font-size: 23px;
}
.header ul li{
    transition: 0.5s;
    margin-left: 30px ;
}
.header ul li:hover{
    transform: translateY(-5px);
    border-bottom: 5px solid #9C2EDE;
}
/** Hero **/
.hero{
    width: 100%;
    height: 85vh;
    position: relative;
    overflow: hidden;
}
.banner-box{
    width: 100%;
    z-index: 1;
}

.banner-box img{
    width: 100%;
    height: 85vh;
}
.box{
    width: 100%;
    height: 85vh;
    background-image: url('image/h0.png');
    background-position: center;
    background-repeat: no-repeat;
}
.box-2{
    width: 100%;
    height: 85vh;
    background-image: url('image/h2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-3{
    width: 100%;
    height: 85vh;
    background-image: url('image/h5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-4{
    width: 100%;
    height: 85vh;
    background-image: url('image/h3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-5{
    width: 100%;
    height: 85vh;
    background-image: url('image/h4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.h-title{
    color: #ffffff;
    text-align: center;
    transition: 0.5s;
}
.h-title h3{
    font-size: 20px;
    letter-spacing: 3px;
}
.h-title h2{
    font-size: 30px;
}
.h-title h1{
    font-size: 75px;
    margin: 20px 0;
    text-align: center;
    letter-spacing: 3px;
}
.h-title h1 span{
    color: #9C2EDE;
}
.h-title button{
    font-size: 20px;
    padding: 10px 15px;
    letter-spacing: 2px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: 50px;
}
.containar{
    position: relative;
    width: 180px;
    height: 220px;
    transform-style: preserve-3d;
    animation: rotate 35s linear infinite;
}
@keyframes rotate{
    0%{
        transform: perspective(1500px) rotateY(0deg);
    }
    100%{
        transform: perspective(1500px) rotateY(360deg);
    }
}
.containar span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--k)*45deg)) translateZ(250px);
}
.containar span img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition-duration: 1s;
}
.containar span img:hover{
    transform: translateY(-30px);
    cursor: pointer;
}
.left-overly{
    position: absolute;
    top: 0;
    left: 0;
}

.LeftElement {
    animation: LeftElement 7s infinite linear;
    -webkit-animation: LeftElement 7s infinite linear;
}

@keyframes LeftElement {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        -moz-transform: translate3d(0, -50px, 0);
        -ms-transform: translate3d(0, -50px, 0);
        -o-transform: translate3d(0, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft{
    from{
        transform: translateX(-300px);
    }
    to{
        transform: translateX(0);
    }
}
.slideInLeft{
    animation-name: slideInLeft;
    animation-duration: 1.5s;
}

@keyframes slideInRight{
    from{
        transform: translateX(300px);
    }
    to{
        transform: translateX(0);
    }
}
.slideInRight{
    animation-name: slideInRight;
    animation-duration: 1.5s;
}
@keyframes slideInTop{
    from{
        transform: translateY(-300px);
    }
    to{
        transform: translateY(0);
    }
}
.slideIntop{
    animation-name: slideInTop;
    animation-duration: 1.5s;
}
@keyframes slideInBottom{
    from{
        transform: translateY(300px);
    }
    to{
        transform: translateY(0);
    }
}
.slideInBottom{
    animation-name: slideInBottom;
    animation-duration: 1.5s;
}

.category{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 400px;
    border: 1px solid #000;
    align-items: center;
    background-color: #797582;
    position: relative;
    overflow: hidden;
}
.overly-dvd{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('image/shape-2.png');
}
.col-4{
    width: 250px;
    height: 300px;
    margin: 50px;
    padding: 20px 0;
    border: 1px solid #12062C;
    border-radius: 20px;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
}
.col-4 img{
    width: 100px;
    height: 100px;
}
.col-4 h3{
    font-size: 25px;
    margin: 15px 0;

}
.col-4  button{
    font-size: 20px;
    padding: 10px 15px;
    border: 1px solid #6A2DEC;
    border-radius: 10px;
    margin-top: 15px;
}
.shape-1{
    position: absolute;
    right: -300px;
    bottom: 0;
    transition: 0.5s;
}
.col-4:hover .shape-1{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
}
.col-4:hover img{
    transform: rotate(360deg);
}

.digital-marketing{
    margin: 0;
    padding: 50px 50px;
    width: 100%;
    height: 800px;
    align-items: center;
    position: relative;
    background: radial-gradient(#6A2DEC, #9C2EDE);
    overflow: hidden;
}
.digital-marketing h1{
    font-size: 45px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 5px;
    color: #ffffff;
    border-bottom: 5px solid #000;
}
.d-info{
    display:flex;
    justify-content: space-between;
    margin-top: 40px ;
    position: relative;
}
.col-2{
    flex-basis: 45%;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.col-2 img{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.col-2 h3{
    font-size: 30px;
    margin: 40px 0;
    color: #ffffff;
}
.col-2 p{
    font-size: 15px;
    letter-spacing: 1px ;
    margin-top: 30px;
}
.col-2 a button{
    font-size: 20px;
    padding: 10px 15px ;
    background-color: #12062C;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-top: 40px;
}

.web-design{
    margin: 0;
    padding: 50px 50px;
    width: 100%;
    height: 800px;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #797582;
}
.web-design h1{
    font-size: 45px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 5px;
    color: #ffffff;
    border-bottom: 5px solid #000;
}
.RightElement{
    position: absolute;
    bottom: 0;
    right: 0;
}
.RightElement {
    animation: RightElement 5s infinite linear;
    -webkit-animation: RightElement 5s infinite linear;
}

@keyframes RightElement {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d( -50px, 0, 0);
        transform: translate3d( -50px, 0, 0);
        -moz-transform: translate3d( -50px, 0, 0);
        -ms-transform: translate3d( -50px, 0, 0);
        -o-transform: translate3d( -50px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.contuct{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
    overflow: hidden;
    background: radial-gradient(#797582, #ffffff);
}
.contuct-slide{
    max-width: 800px;
    align-items: center;
}
.contuct .col-2 img{
    width: 800px;
    height: auto;
    border-radius: 20px;
    margin: 0 10px;
    overflow: hidden;
}

.contuct ul{
     width: 500px;
    display: flex;
    flex-direction: column;
}
.contuct p{
    font-size: 20px;
}
.contuct ul input{
    width: 400px;
    font-size: 20px;
    padding: 10px 20px ;
    margin: 5px 30px ;
    border: 1px solid #6A2DEC;
    border-radius: 10px;
    background-color: #ffffff;
    color: #6A2DEC;
}
.masages{
    height: 100px;
    overflow: scroll;
}
.contuct button{
    margin-left: 30px;
}

.futter{
    width: 100%;
    height: 500px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #12062C;
    position: relative;
}
.f-logo{
    width: 200px;
}
.f-logo img{
    width: 150px;
    border: 2px solid #ffffff;
    padding: 5px 10px ;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #797582;
}
.f-logo h3{
    margin: 10px 0;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 5px solid #9C2EDE;
}
.social-link{
    display: flex;
    flex-direction: column;
    width: 230px;
    margin-left: 100px;
}
.social-link a{
    font-size: 20px;
    margin: 10px 0;
    color: #ffffff;
    transition: 0.5s;
}
.social-link a:hover{
    transform: translateX(10px);
    padding-left: 10px;
    background-color: #ffffff;
    color: #9C2EDE;
    border: 1px solid #6A2DEC;
    border-radius: 10px;
}
.cuorses{
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-left: 100px;
    margin-top: 50px;
}
.cuorses a{
    font-size: 20px;
    margin: 10px 0;
    color: #ffffff;
    transition: 0.5s;
}
 .cuorses h3{
    width: 150px;
    font-size: 30px;
    padding-bottom: 10px;
    margin-left: -100px;
    margin-bottom: 10px;
    border-bottom: 5px solid #9C2EDE;
 }
 .cuorses  a:hover{
    transform: translateX(10px);
    padding-left: 10px;
    background-color: #ffffff;
    color: #9C2EDE;
    border: 1px solid #6A2DEC;
    border-radius: 10px;
}

@media(max-width:520px){
    .small-header{
        padding: 0 20px;
        height: 30px;
    }
    .address a i{
    width: 15px;
    margin-right: 5px;
    font-size: 10px;
    }
    .socile a i{
        font-size: 10px;
        margin-left: 5px;
    }
    .header{
        height: 50px;
        padding: 0 20px;
    }
    .header img {
    width: 70px;
    }
    .header ul li {
    margin-left: 15px;
}
    .header ul li a {
    font-size: 10px;
}
    .header ul li a:hover{
    font-size: 13px;
}
    .hero {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.banner-box img{
    height: 250px;
}
.box{
    height: 250px;
    background-position: center;
    background-size: cover;
}
.box-2, .box-3, .box-4, .box-5{
    height: 250px;
}

.left-overly img{
    width: 150px;
}
.hero-info {
    padding: 20px;
    margin-left: -30px;
}
.h-title h3 {
    width: 150px;
    font-size: 10px;
    letter-spacing: 1px;
}
.h-title h1 {
    font-size: 25px;
    margin: 5px 0;
    letter-spacing: 1px;
}
.h-title h2 {
    font-size: 10px;
}
.h-title button {
    font-size: 10px;
    padding: 4px 7px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 20px;
}
.containar {
    width: 60px;
    height: 100px;
    margin-bottom: -40px;
}
.containar span {
    transform: rotateY(calc(var(--k)*45deg)) translateZ(90px);
}
.containar span img {
    border-radius: 8px;
}
.category {
    height: 200px;
}
.col-4 {
    width: 120px;
    height: 150px;
    margin: 10px;
    padding: 9px 0;
    border-radius: 5px;
}
.col-4 img {
    width: 50px;
    height: 50px;
}
.col-4 h3 {
    font-size: 10px;
    margin: 5px 0;
}
.col-4 p{
    font-size: 8px;
}
.col-4  button {
    font-size: 8px;
    padding: 4px 7px;
    border: 1px solid #6A2DEC;
    border-radius: 10px;
    margin-top: 5px;
}
.col-4:hover .shape-1 {
    width: 60px;
    height: 70px;
}
.digital-marketing {
    padding: 20px 20px;
    height: 270px;
}
.digital-marketing h1 {
    font-size: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.d-info {
    margin-top: 20px;
}

.col-2 h3 {
    font-size: 12px;
    margin: 5px 0;
    color: #ffffff;
}
.col-2 p {
    font-size: 7px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.s-scren-p{
    height: 50px;
    width: 80px ;
    overflow: scroll;
}
.col-2 a button {
    font-size: 10px;
    padding: 4px 7px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}
.col-2 img {
    border-radius: 10px;
}
.web-design {
    padding: 20px 20px;
    height: 270px;
}
.web-design h1 {
    font-size: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px;

}
.left {
    left: 20px;
    bottom: 20px;
    width: 100px;
}
.right{
    right: 20px;
    top: 20px;
    width: 100px;
}

.contuct {
    padding: 20px;
    background: radial-gradient(#797582, #ffffff);
}
.contuct ul {
    width: 160px;
}
.contuct ul input {
    width: 150px;
    font-size: 10px;
    padding: 4px 7px;
    margin: 3px 10px;
    border: 1px solid #6A2DEC;
    border-radius: 5px;
    background-color: #ffffff;
    color: #6A2DEC;
}
.masages {
    height: 50px;
    overflow: scroll;
}
.futter {
    height: 250px;
    padding: 20px;
}
.f-logo {
    width: 100px;
}
.f-logo img {
    width: 80px;
    border: 1px solid #ffffff;
    padding: 4px 7px;
    box-shadow: 2px 2px 2px #797582;
}
.col-2 h3 {
    font-size: 12px;
    margin: 3px 0;
}
.social-link {
    width: 130px;
    margin-left: 50px;
}
.social-link a {
    font-size: 10px;
    margin: 5px 0;
    color: #ffffff;
    transition: 0.5s;
}

.cuorses {
    width: 130px;
    margin-left: 20px;
    margin-top: 50px;
}
.cuorses a {
    font-size: 10px;
    margin: 5px 0;
    color: #ffffff;
    transition: 0.5s;
}
@media(max-width:430px){
.category {
    height: 140px;
}
.col-4 {
    width: 120px;
    height: 90px;
}
.col-4 img {
    width: 35px;
    height: 35px;
}
.col-4 h3 {
    font-size: 6px;
    margin: 3px 0;
}
.col-4 p {
    font-size: 5px;
}
.col-4  button {
    font-size: 5px;
    padding: 2px 5px;
    border: 1px solid #6A2DEC;
    border-radius: 5px;
    margin-top: 5px;
}
@media(max-width: 375px){
.category {
    height: 160px;
}
.col-4 {
    width: 140px;
    height: 110px;
}
.contuct {
    padding: 10px 20px;
}
.contuct ul input {
    width: 140px;
    font-size: 10px;
    padding: 2px 4px;
    margin: 3px 5px;
}
.masages {
    height: 30px;
    overflow: scroll;
}





}

}

}