* {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
header {
    background-color: #7C60D5;
}
.menu-main {
    padding-top: 10px ;
    padding-bottom: 10px;
    height: 66.4px;
}
.checkbtn {
    position: absolute;
    font-size: 30px;
    display: none;
    padding: 0px 10px;
    background-color: #33E2A0;
    color: #fff;
    cursor: pointer;
    border-radius: 8px ;
}
.menu-logo img {
    width: 76px;
    height: 40px;
} 
.menu-navbar {
    text-align: right;
    position: relative;

}
.menu-navbar nav ul {
    list-style: none;
}
.menu-navbar nav ul li {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
}
.menu-navbar nav ul li a {
    text-decoration: none;
    color: #fff;
}
.menu-navbar nav ul .active {
    color: rgba(255, 255, 255, 0.8);
}
.menu-navbar nav ul li:nth-child(1) {
    display: none;
    
}
.menu-navbar nav ul li:nth-child(1) img {
    width: 114px;
    height: 60px;
}
.menu-navbar nav #check {
    position: absolute;
    width: 60px;
    height: 40px;
    top: -17px;
    right: 10px;
    cursor: pointer;
    opacity: 1;
    display: none;
}
.menu-navbar nav ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.menu-navbar nav ul i {
    font-size: 12px;
    font-weight: 100;
}
#check2 {
    position: absolute;
    width: 55px;
    height: 40px;
    right: 4px;
    top: 50px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    display: none;
}
.menu-navbar nav  p {
    position: absolute;
    font-size: 16px;
    top: 50px;
    right: 10px;
    padding: 8px 16px;
    background-color: #7C60D5; 
    opacity: 1;
    color: #fff;
    display: none;
}



/* Start slidebar */
.slide-back {
    width: 100%;
    background-color: #7C60D5;
}
.slide-back .slide-main {
    height: 660px;
}
.slide-back .slide-main .slide-img {
    height: 476px;
}
.slide-back .slide-main .slide-img img {
    max-width: 45vw;
}
.slide-back .slide-main .slide-content h1 {
    color: #fff;
    color: #FFFFFF;
    line-height: 1.3em;
    font-size: 59px;
    font-weight: 500;
}
.slide-back .slide-main .slide-content p {
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 35px;
}
.slide-back .slide-main .slide-content a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 90px 90px 90px 90px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    fill: #1B0E3D;
    color: #1B0E3D;
    background-color: #FFFFFF;
    border: none;
    transition: .5s ease;
    transition-property: background-color, color;
}
.slide-back .slide-main .slide-content a:hover {
    background-color: #33E2A0;
    color: #fff;
}

/* Start slide-2 */
.slide-back-2 {
    background-color: #fff;
}
.slide-back-2 .slide-main .slide-content h1 {
    color: #1B0E3D;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
}
.slide-back-2 .slide-main .slide-content p {
    color: #868894;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 32px;
    padding: 0;
    padding-bottom: 15px;
}
.slide-back-2 .slide-main .slide-img img {
    height: 476px;
    width: 540px;
}
.slide-back-2 .slide-main .slide-content p:hover i {
    color: #33E2A0;
}


/* Start working-side */

.working-back {
    width: 100%;
    background-color: #F8F6FF;
    text-align: center;
    padding: 50px 0px 100px;
}
.working-main {
    height: 650px;
}
.working-main .working-info h2 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.working-main .working-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}
.working-main  .working-content {
    height: 350px;
}
.working-main  .working-content .working-content-box {
    margin: 0px 0px 0px 0px;
    padding: 45px 30px 45px 30px;
    height: 100%;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F6F6F6;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 60px 0px rgba(94, 93, 93, 0.096)
}
.working-main  .working-content .working-content-box:hover {
    box-shadow: 0px 0px 60px 0px rgba(51, 51, 51, 0.23921568)
}
.working-main  .working-content .working-content-box i {
    background-color: #33E2A0;
    padding: 30px;
    border-radius: 100%;
    font-size: 33px;
    margin-bottom: 40px;
}
.working-main  .working-content .working-content-box h3 {
    color: #1B0E3D;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 1.75rem;
    margin-bottom: 10px;
}
.working-main  .working-content .working-content-box p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}

/* Start why choose */
.choose-main {
    margin: 120px 0px 120px;
    height: 470px;
}
.choose-main .choose-img {
    height: 468.55px;
}
.choose-main .choose-img img {
    height: 468.55px;
}
.choose-main .choose-info {
    height: 468.55px;
}
.choose-main .choose-info h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.choose-main .choose-info .choose-bar {
    margin: 30px 0px 15px;
    line-height: 40px;
}
.choose-main .choose-info .choose-bar span {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}
.choose-main .choose-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}
.border {
    height: 5px;
    background-color: #EEEEEE;
    position: relative;
    border-radius: 5px;
}
.border::before {
    content: "";
    position: absolute;
    height: 5px;
    background-color: #7C60D5;
    width: 90%;
    border-radius:  5px ;
}
.border-2 {
    height: 5px;
    background-color: #EEEEEE;
    position: relative;
    border-radius: 5px;
}
.border-2::before {
    content: "";
    position: absolute;
    height: 5px;
    background-color: #33E2A0;
    width: 70%;
    border-radius:  5px ;
}
.border-3 {
    height: 5px;
    background-color: #EEEEEE;
    position: relative;
    border-radius: 5px;
}
.border-3::before {
    content: "";
    position: absolute;
    height: 5px;
    background-color: #7C60D5;
    width: 80%;
    border-radius:  5px ;
}
.border-4 {
    height: 5px;
    background-color: #EEEEEE;
    position: relative;
    border-radius: 5px;
}
.border-4::before {
    content: "";
    position: absolute;
    height: 5px;
    background-color: #33E2A0;
    width: 85%;
    border-radius:  5px ;
}

/* Start Video-side */
.back-video {
    width: 100%;
    background-color: #7C60D5;
    height: 505px;
    padding: 90px 0px 100px;
}
.back-video  .video-main {
    text-align: center;
}
.back-video  .video-main h2 {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 20px ;
}
.back-video .video-main p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    color: #fff;
    padding-bottom: 50px;
}
.back-video .video-main .button {
    position: relative;
    width: 100%;
    height: 120px;
}
.back-video .video-main .button a {
    background-color: #fff;
    border-radius: 100%;
    padding: 50px;
    position: absolute;
    animation-name: animate;
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-delay: 3s;
}
.back-video .video-main .button a:nth-child(3) {
    animation-delay: 3.2s;
}
.back-video .video-main .button a:nth-child(4) {
    animation-delay: 3.5s;
}

/* Start services */
.service-main {
    padding: 100px 0px;
    text-align: center;
    height: 1080px;
}
.service-main .service-info h2{
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.service-main .service-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}
.service-main .service-content .service-content-box {
    border: 1px solid #f5f5f5;
    transition: all 0.4s ease;
    padding: 45px 30px 45px 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F8F6FF;
    border-radius: 15px 15px 15px 15px;
}
.service-main .service-content .service-content-box:hover {
    border-style: dashed;
    border-color: #33E2A0;
}
.service-main .service-content .service-content-box img {
    height: 100px;
    width: 100px;
}
.service-main .service-content .service-content-box h3 {
    margin: 15px 0px 5px 0px;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em;
}
.service-main .service-content .service-content-box p {
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}



@keyframes animate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        padding: 65px;
    }
    100% {
        opacity: 0;
    }
}
.back-video .video-main .button a i {
    position: absolute;
    transform: translate(-40%,-50%);
    font-size: 35px;
    color: #33E2A0;
}
.back-video .video-main .button a:nth-child(1) {
    z-index: 10;
    animation-name: none;
}


/* Start Use side */
.use-main {
    height: 700px;
}
.use-main .use-info  h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.5em;
    color: #1B0E3D;
}
.use-main .use-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 30px;
}
.use-main .use-info a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 90px 90px 90px 90px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    background-color: #7C60D5;
    border: none;
    transition: .5s ease;
    transition-property: background-color, color;
}
.use-main .use-info a:hover {
    background-color: #33E2A0;
    color: #fff;
}
.use-main .use-img {
    height: 540px;
}
.use-main .use-img img {
    max-width: 100%;
    height: 540px;
}


/* Start client-back */
.client-back {
    width: 100%;
    background-color: #7C60D5;
    padding: 100px 0px;
    text-align: center;
    color: #fff;
    height: 405px;
}
.client-back .client-info {
    height: 205px;
}
.client-back .client-info i {
    font-size: 63px;
    padding-bottom: 20px;
}
.client-back .client-info h2 {
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
}
.client-back .client-info p {
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5;
}


/* Start Temas side */
.team-main {
    padding: 70px 0px;
    text-align: center;
}
.team-main .team-info h2 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.team-main .team-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 50px;
}
.team-main .team-content .team-box {
    position: relative;
    transition-duration: .5s ;
    transition-property: all;
    transition-timing-function: ease ;
}
.team-main .team-content .team-box:hover > div {
    opacity: 1;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 20px;
    
}
.team-main .team-content .team-box img {
    width: 100%;
}
.team-main .team-content .team-box .team-box-inset {
    position: absolute;
    background-color: #1b0e3dde;
    opacity: 0;
    padding: 80px 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    transition-duration: .5s ;
    transition-property: all;
    transition-timing-function: ease ;
}
.team-main .team-content .team-box .team-box-inset h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}
.team-main .team-content .team-box .team-box-inset p {
    color: #afaeae;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 40px;
}
.team-main .team-content .team-box .team-box-inset a  {
    text-decoration: none;
    color: #fff;
}
.team-main .team-content .team-box .team-box-inset i:hover {
    background-color: #33E2A0;
    transform: scale(1.2);
}
.team-main .team-content .team-box .team-box-inset i {
    padding: 15px;
    transition-duration: .5s ;
    transition-property: all;
    transition-timing-function: ease ;
    border-radius: 100%;
    background-color: #656565;
}

/* Start Pricing Plans */
.pricing-back {
    background-color: #F8F6FF;
    padding: 70px 0px;
}
.pricing-back .pricing-main {
    text-align: center;
}
.pricing-back .pricing-main .pricing-info h2 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.pricing-back .pricing-main .pricing-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 50px;
}
.pricing-back .pricing-main .pricing-content {
    transition: all 0.4s ease;
}

.pricing-back .pricing-main .pricing-content img {
    height: 100px;
    width: 100px;
}
.pricing-back .pricing-main .pricing-content h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5em;
    color: #1B0E3D;
    margin-top: .5rem;
}
.pricing-back .pricing-main .pricing-content p {
    margin-top: 7px;
    margin-bottom: 20px;
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
}
.pricing-back .pricing-main .pricing-content h1 {
    font-size: 18px;
    color: #151A30;
}
.pricing-back .pricing-main .pricing-content span {
    font-size: 62px;
}
.pricing-back .pricing-main .pricing-content ul {
    list-style: none;
}
.pricing-back .pricing-main .pricing-content ul li {
    padding: 10px 0px;
    color: #565656;
    font-size: 15px;
    font-weight: 400;
}
.pricing-back .pricing-main .pricing-content ul li i {
    color: #33E2A0;
    font-size: 17px;
}
.pricing-back .pricing-main .pricing-content a {
    text-decoration: none;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #7C60D5;
    transition: all 0.4s ease;
    padding: 15px 41px;
    display: inline-block;
    border-radius: 25px;
    border-color: currentColor;
    font-size: 14px;
    margin-top: 15px;
}
.pricing-back .pricing-main .pricing-content:hover > a {
    background-color: #33E2A0;
}


/* Start Client-Test  */
.clienttest-main {
    padding: 70px 0px 180px 0px;
    text-align: center;
}
.clienttest-main .clienttest-info h2 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.clienttest-main .clienttest-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 50px;
}
.clienttest-main  .clienttest-content .client-box {
    height: 260px;
    background-color: #F8F6FF;
    position: relative;
    padding: 60px 15px 15px;
    border-radius: 15px;

}
.clienttest-main  .clienttest-content .client-box i {
    color: #7C60D5;
    font-size: 48px;
    padding-bottom: 10px;
}
.clienttest-main  .clienttest-content .client-box p {
    color: rgba(0,0,0,0.5);
    line-height: 32px;
}
.clienttest-main  .clienttest-content .client-box .clienttest-content-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    bottom: -100px;
}
.clienttest-main  .clienttest-content .client-box .clienttest-content-img img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
}
.clienttest-main  .clienttest-content .client-box .clienttest-content-img h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}
.clienttest-main  .clienttest-content .client-box .clienttest-content-img h5 {
    font-size: 13px;
    line-height: 32px;
    color: rgba(0,0,0,0.5);
    font-weight: 500;
}


/* Start Blog-Post */
.blog-back {
    background-color: #F8F6FF;
    padding: 70px 0px 90px 0px;
}
.blog-back .blog-main {
    text-align: center;
}
.blog-back .blog-main .blog-info h2 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.blog-back .blog-main .blog-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 50px;
}
.blog-back .blog-main .blog-content .blog-box img {
    width: 100%;
}
.blog-back .blog-main .blog-content .blog-box p {
    color: rgb(172, 172, 172);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    transition: .5s ease;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-back .blog-main .blog-content .blog-box p:hover {
    color: #7C60D5;
}
.blog-back .blog-main .blog-content .blog-box h3 {
    font-size: 26px;
    color: #333;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 10px;
}
.blog-back .blog-main .blog-content .blog-box h4 {
    color: #899098;
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.blog-back .blog-main .blog-content .blog-box a {
    transition: all 0.4s ease;
    font-size: 15px;
    padding: 11px 30px;
    text-decoration: none;
    background-color: #7C60D5;
    color: #fff;
    border-radius: 30px;
}
.blog-back .blog-main .blog-content .blog-box a:hover {
    background-color: #33E2A0;
}
.blog-back .blog-main .blog-content .blog-box:hover > img {
    opacity: 0.8;
    cursor: pointer;
}

/* Start Premium-clients */
.premium {
    justify-content: space-between;
    padding: 70px 0px;
    text-align: center;
}
.premium .premium-info h2 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.5em;
    color: #1B0E3D;
}
.premium .premium-info p {
    color: #868894;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 50px;
}
.premium .premiun-content img {
    width: 100%;
}


/* Start footer */
.footer-back {
    background-color: #7C60D5;
    padding: 70px 0px;
}
.footer-back .footer-main .footer-content-img img {
    width: 95px;
    height: 50px;
}
.footer-back .footer-main .footer-content-img p {
    color: #fff;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}
.footer-back .footer-main .footer-content-info h2 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.footer-back .footer-main .footer-content-info ul {
    list-style: none;
}
.footer-back .footer-main .footer-content-info ul li {
    color: #fff;
    padding-bottom: 12px ;
    transition: .5s all ease;
    cursor: pointer;
}
.footer-back .footer-main .footer-content-info ul li span {
    font-weight: 600;
    font-size: 20px;
}
.footer-back .footer-main .footer-content-info ul li:hover {
    color: #33E2A0;
}


/* Start rights  */
.rights-back {
    background-color: #7C60D5;
    padding: 35px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.315);
    text-align: center;
}
.rights-back .rights-main p  {
    color: #fff;
    font-size: 17px;
}
@media (max-width: 1050px) {
    .menu-main {
        height: 83px ;
    }
    .menu-navbar nav ul {
        position: fixed;
        width: 360px;
        height: 100vh;
        background-color: #fff;
        left: -100%;
        text-align: left;
        transition: all 1s;
        z-index: 2;
        padding-top: 40px ;
        overflow-y: scroll;
        top: 0px;
        padding-top: 0;
    }
    .menu-navbar nav i {
        display: inline;
        top: -20px;
    }
    .menu-navbar nav ul li:nth-child(1) {
        display: block;
        padding-left: 5px;
        margin-bottom: 15px;
    }
    .menu-navbar nav ul li {
        display: block;
        padding-left: 15px;
        font-size: 12px;
        padding-bottom: 15px ;
        padding-top: 10px;
    }
    .menu-navbar nav ul li .active {
        color: #33E2A0;
    }
    .menu-navbar nav ul li a {
        color: #1B0E3D;
        transition: .4s ease;
        transition-property:color ;
    }
    .menu-navbar nav ul li a:hover {
        color: #33E2A0;
    }
    .checkbtn {
        cursor: pointer; 
        display: inline-block;
        top: -22px;
        right: 20px;
    }
    #check:checked ~ ul {
        left:  0;
    }
    .menu-navbar nav ul i {
        display: none;
    }
    .menu-navbar nav  p {
        display: block;
        top: 25px;
    }
    .menu-navbar nav  p:hover {
        background-color: #33E2A0;
        cursor: pointer;
        z-index: 1;
    }
    #check2 {
        display: block;
        opacity: 1;
        z-index: 11;
        height: 50px;
        width: 50px;
        right: 5px;
        opacity: 0;
        top: 17px;
    }
    #check2:hover ~ p {
        background-color: #33E2A0;
    }
    #check2:checked ~ ul {
        left:  -100%;
    } 
    .slide-back {
        text-align: center;
    }
    .slide-back .slide-main {
        height: 850px;
    }
    .slide-back .slide-main .slide-content {
        height: 330px;
    }
    .slide-back-2 .slide-main {
        height: 1010px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .slide-back-2 .slide-main .slide-content {
        height: 450px;
    }
    .slide-back-2 .slide-main .slide-img {
        height: 450px;
    }
    .slide-back-2 .slide-main .slide-img img{
        max-width: 100%;
        height: 450px;
    }
    .working-main {
        height: 1000px;
    }
    .working-main .working-content {
        height: 320px;
    }
    .working-main .working-content .working-content-box i {
        margin-bottom: 20px;
    }
    .working-main .working-content .working-content-box h3 {
        margin-bottom: 5px;
    }
    .choose-main {
        height: 1000px;
        margin-bottom: 50px;
        margin-top: 90px;
    }
    .service-main {
        height: 1740px;
    }
    .use-main {
        height: 900px;
    }
    .use-main {
        padding: 70px 0px 50px;
    }
    .use-main .use-img {
        text-align: center;
    }
    .client-back {
        height: 650px;
    }
    .client-back .client-content:nth-child(1) {
        margin-bottom: 25px;
    }
    .client-back .client-content:nth-child(2) {
        margin-bottom: 25px;
    }
    .team-main .team-content .team-box .team-box-inset {
        padding: 180px 0px;
    }
    .pricing-back .pricing-main .pricing-content:nth-child(2) {
        margin-bottom: 40px;
    }
    .pricing-back .pricing-main .pricing-content:nth-child(3) {
        margin-bottom: 40px;
    }
    .clienttest-main  .clienttest-content:nth-child(4) {
        display: none;
    }
    .blog-back .blog-main .blog-content:nth-last-child(1) {
        margin-top: 50px;
    }
    .premium .premiun-content:nth-last-child(2n) {
        display: none;
    }
   
}
@media (max-width:768px) {
    .slide-back .slide-main {
        height:700px ;
    } 
    .slide-back .slide-main .slide-content {
        height: 276px;
    }
    .slide-back .slide-main .slide-img {
        height: 348.96px;
    }
    .slide-back .slide-main .slide-content h1 {
        font-size: 38px;
    }
    .slide-back .slide-main .slide-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }
    .slide-back-2 .slide-main {
        height: 1010px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .slide-back-2 .slide-main .slide-content {
        height: 450px;
    }
    .slide-back-2 .slide-main .slide-img {
        height: 450px;
    }
    .slide-back-2 .slide-main .slide-img img{
        height: 450px;
    }
    .working-main {
        height: 1250px;
    }
    .working-main .working-info h2 {
        font-size: 34px;
        font-weight: 500;
    }
    .choose-main .choose-info h2 {
        font-size: 32px;
        font-weight: 500;
    }
    .service-main {
        height: 2300px;
        padding-top: 70px;
    }
    .service-main .service-info h2 {
        font-size: 32px;
        font-weight: 500;
    }
    .service-main .service-content .service-content-box h3 {
        font-weight: 500;
    }
    .use-main .use-info  h2 {
        font-size: 32px;
    }
    .client-back {
        height: 1100px;
    }
    .client-back .client-content:nth-child(3) {
        margin-bottom: 25px;
    }
    .team-main .team-content .team-box img {
        width: 100%;
        height: 600px;
    }
    .team-main .team-info h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .pricing-back .pricing-main .pricing-info h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .clienttest-main .clienttest-info h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .clienttest-main  .clienttest-content .client-box {
        height: 300px;
    }
    .blog-back .blog-main .blog-content:nth-last-child(2) {
        margin-top: 50px;
    }
    .premium .premiun-content {
        display: none;
    }
    .premium .premiun-content:nth-last-child(1) {
        display: block;
    }
    .premium .premiun-content img {
        width: 350px;
    }
    .premium .premium-info h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .footer-back {
        text-align: center;
        padding-bottom: 50px;
    }
    .footer-back .footer-main .footer-content-info {
        padding-bottom: 20px;
    }
}
@media (max-width:600px) {
    .slide-back .slide-main {
        height: 650px;
    }
    .slide-back .slide-main .slide-img {
        height: 281.76px;
    }
    .slide-back .slide-main .slide-content h1 {
        font-size: 35px;
    }
    .slide-back-2 .slide-main {
        height: 1010px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .slide-back-2 .slide-main .slide-content {
        height: 450px;
    }
    .slide-back-2 .slide-main .slide-img {
        height: 450px;
    }
    .choose-main .choose-img img {
        max-width: 100%;
    }
    .back-video {
        padding-top: 70px;
    }
    .use-main {
        padding: 50px 0px 30px;
    }
}

