@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  'montserrat', sans-serif;
    scroll-behavior: smooth;
}

section{
    padding: 100px;
}
.banner{
    position: relative;
    min-height: 100vh;
    background-image: linear-gradient(to right top, #9c13d8, #d300ad, #ed0082, #f4005c, #ee443e, #ed4946, #ec4d4d, #eb5254, #e6447a, #d149a0, #a858bf, #6868d3);
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner h2{
    font-size: 4em;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
}
.banner h2 span{
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(101, 207, 40);
}
.banner h3{
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;
}
.btn{
    position: relative;
    padding: 15px 55px;
    text-decoration: none;
    border-radius: 50px 0 50px 0;
    width: 200px;
    text-transform: uppercase;
    border: none;
    background: #eb4841;
    color: #fff;
    background-size: 200% 200%;
    display: inline-block;
    line-height: 25px;
    letter-spacing: 5px;
    text-align: center;
    background-image: linear-gradient(-45deg, #71e603, #159fb1, #29ce08);
    transition: all ease 0.4s;
}
.btn:hover{
    border-radius: 0 50px 0 50px;
    background-position: 100% 50% ;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
header.sticky{
    background: #fff;
    padding: 20px 100px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}



header .logo{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
}
header.sticky .logo{
    color: #111;
}
header ul{
    position: relative;
    display: flex;
}
header ul li{
    position: relative;
    list-style: none;
}


header ul li::before,
.current::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: -.4rem;
    background-image: linear-gradient( #71e603, #159fb1, #29ce08);
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 500ms;
}
.current::before{
    transform: scaleX(1);
}
header ul li:hover::before{
    transform: scaleX(1);
}


header ul li:hover

    {
        transform-origin: left;
        transform: scaleX(1);
    }
header ul li a{
    position: relative;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    text-decoration: none;
}
header.sticky ul li a{
    color: #111;
}
.heading{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #111;
}
.heading h2{
    font-weight: 600;
    font-size: 30px;
}
.content{
    display: flex;
    justify-content: left;
}
.contentBx{
    padding-right: 30px;
    line-height: 30px;

}
.contentBx h3{
    font-size: 24px;
    margin-bottom: 30px;
    
    
}
.w50{
    margin-top: 25px;
    min-width: 50%;
    

}
img{
    
    max-width: 35%;
    border-radius: 50%;
    
    
}
.contentBx p{
    font-size: 20px;
}
.services{
    background: #111;
}
.heading.white{
    color: #fff;
}
.services .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.services .content .servicesBx{
    padding: 40px 20px;
    background: rgb(48, 47, 47);
    color: #fff;
    max-width: 340px;
    margin: 20px;
    text-align: center;
    transition: 0.5s;
    border-radius: 30px;
    box-shadow: rgba(255,255,255,1.2);

}
.services .content .servicesBx:hover{
    background: #6713a0;
}
.services .content .servicesBx img{
    max-width: 80px;
    border-radius: 0%;
    margin-bottom: 10px
    
}
.services .content .servicesBx h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;

}
.services .content .servicesBx  p{
    line-height: 28px;
}
.work .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work .content .workBx{
    width: 50%;
    padding: 20px;
    
}
.work .content .workBx img{
    max-width: 100%;
    margin-bottom: 25px;
    width: 128px;
    border-radius: 0%;
    
    
    
    
}
.testimonial{
    background: #444;
}
.testimonial h2{
    color: #fff;
}
.testimonial .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testimonial .content .testimonialBx{
    max-width: calc(50% - 40px);
    padding: 60px 40px;
    margin: 20px;
    background: #6713a0;
    border-radius: 10px;
}

.testimonial .content .testimonialBx p{
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}
.testimonial .content .testimonialBx ul a{
    text-decoration: none;
    color: rgb(155, 153, 23);
    font-weight: 600;
    line-height: 28px;
    font-family:  'montserrat', sans-serif;
    

}
.testimonial .content .testimonialBx ul a:hover{
    color: #fff;
    transition: 0.6s;
}
.testimonial .content .testimonialBx h3{
    margin-top: 40px;
    text-align: end;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
}
.testimonial .content .testimonialBx h3 span{
    font-size: 14px;
    font-weight: 400;
}

.contact{
    background: #111;

}
.formBx{
    min-width: 60%;
}
.formBx form{
    display: flex;
    flex-direction: column;
}
.formBx form h3,
.contactInfo h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.formBx form input,
.formBx form textarea{
    margin-bottom: 20px;
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: none;
    background: rgb(70, 68, 68);
    color: #fff;
    resize: none;

}
.formBx form textarea{
    min-height: 200px;
}
.formBx form input::placeholder,
.formBx form textarea::placeholder
{
    color: #fff;
}
.formBx  form input[type="submit"]
{
    background: grey;
    max-width: 100px;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #6713a0;
    padding: 15px 10px;
    border-radius: 1px;
    
}
.formBx  form input[type="submit"]:hover{
    background:#6713a0 ;
    transition: 0.4s;
    color: #000;
}
.contactInfo{
    min-width: 40%;
}
.contactInfoBx{
    position: relative;
}
.contactInfoBx .box{
    position: relative;
    padding: 10px 0;
    display: flex;
}
.contactInfoBx .box .icon{
    min-width: 40px;
    padding-top: 4px;
    color: rgb(0, 238, 255);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 25px;
}
.contactInfoBx .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
    line-height: 25px;
    display: inline-block;
    
}
.contactInfoBx .box .text h3{
    font-weight: 500;
    color: #6713a0;
    margin-bottom: 10px;
    font-size: 25px;
}

.contactInfoBx .box  a img{
    
    margin-left: 10px;
    display: inline-block;
    
    width: 43px;
    cursor: pointer;
    
    
}
.contactInfoBx .box a:hover{
    opacity: 0.5;

    transition: 0.3s;
    
    
}


.copyright{
    background: #111;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family:  'montserrat', sans-serif;
}



@media (max-width: 991px)
{
    header,
    header.sticky
    {
        padding: 20px 50px;
        z-index: 1000;
    }
    .menu
    {
        position: fixed;
        top: 75px;
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.5s;
        z-index: 999;
        
    }
    .menu.active{
        left: 0;
    }
    header ul li a
    {
        color: #111;
        font-size: 24px;
        margin: 10px;
    }
    .toggle
    {
        width: 40px;
        height: 40px;
        background: url(menu.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;
    }
    .toggle.active
    {
        background: url(close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer;
    }
    header.sticky .toggle
    {
        filter: invert(1);
    }
    section 
    {
        padding: 100px 50px;
    }
    .banner 
    {
        padding: 150px 50px 100px;
    }
    .banner h2 
    {
        font-size: 2em;
    }
    .banner h3 
    {
        font-size: 1em;
    }
    .btn 
    {
        margin-top: 10px;
        padding: 15px 20px;
        font-size: 16px;
    }
    .about-btn .btn1
    {
        margin-top: 10px;
        padding: 0;
        font-size: 16px;
    }
    .heading h2 
    {
        font-weight: 600;
        font-size: 30px;
    }
    .contentBx h3 
    {
        font-size: 20px;
    }
    .contentBx img{
        max-width: 85%;
    
    }
    .content 
    {
        flex-direction: column;
    }
    .services .content .servicesBx 
    {
        margin: 10px;
    }
    .work .content .workBx 
    {
        width: 100%;
        padding: 10px;
        

    }
    .testimonial .content .testimonialBx 
    {
        max-width: calc(100% - 20px);
        padding: 40px 20px;
        margin: 10px;
        
    }
    .testimonial .content .testimonialBx h3 
    {
        margin-top: 20px;
    }
    .contactInfo 
    {
        
        margin: 20px 0;
    }
}
@media (max-width: 600px)
{
    header,
    header.sticky 
    {
        padding: 20px 20px;
        z-index: 1000;
    }
    .banner 
    {
        padding: 150px 20px 100px;
    }
    section 
    {
        padding: 100px 20px;
    }
}

.about-btn
{
    background: none;
    cursor: pointer;
    min-width: 100px;
    font-family: 'montserrat', sans-serif;
    padding: 10px 10px;
    border: 2px solid #6713a0;
    transition: color 0.4s linear;
    position: relative;
    border-radius: 1px;
    text-decoration: none;
    color: #000;
    
    
    

    
}

.about-btn:hover{
    
    color: #fff;
}
.about-btn::before{
    
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6713a0;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    
}
 .btn1::before{
    transform: scaleY(0);
}
.btn1:hover::before{
    transform: scaleY(1);
}









