/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. Welcome
    04. Skills
    05. About
    06. Video
    07. Services
    08. Some Facts
    09. Portfolio
    10. More Details
    11. Team
    12. Testimonials
    13. Price
    14. Want Work
    15. Blog
    16. Clients
    17. Contact
    18. Footer
    19. Page Loading
    20. Media Query
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");


body {
    font-family: 'Raleway', sans-serif;
    /* height: 5000px; */
    width: 100%;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    background-color: #242424;
}

html {
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
}

* {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
    background: #242424 !important;
    /* background: linear-gradient(135deg, rgba(42, 36, 43, 0) 0%, rgba(42, 36, 43, 0) 100%); */
    padding: 10px 0 !important;
}

.navbar .nav-item {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.navbar .nav-item .nav-link {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #A1A1AA !important;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.navbar .nav-item .nav-link:active {
    color: #2D2F94 !important;
    font-weight: 700;
}

.navbar .nav-item .nav-link:hover {
    color: #2D2F94 !important;
    font-weight: 700;
}

.navbar .btn {
    text-decoration: none;
    background: #2D2F94;
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 35px;
    margin-left: 40px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.navbar .btn:hover {
    background: #ffffff;
    color: #212332;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    background: url("../img/bg.png") center center no-repeat;
    background-size: cover;
    background-color: #242424;
    height: 120vh;
    background-attachment: fixed;
    position: relative;
}

.slider .content {
    width: 80%;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    margin-top: 20px;
}

.slider .content h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.slider .content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32.9px;
    font-family: 'Muli', sans-serif;
    color: #d1e5e7;
    margin: 10px 0 25px;
}

.slider .btn {
    text-decoration: none;
    background: #2D2F94;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.slider .btn:hover {
    background: #ffffff;
    color: #212332;
}

.slider .btn-2 {
    background: transparent;
    border: 1px solid #ffffff;
    margin-left: 15px;
}

/*--------------------------------------------------
[3. Start Welcome]
--------------------------------------------------*/
.welcome {
    padding: 130px 0;
}

.welcome h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.welcome h2 span {
    color: #F24259;
}

.welcome p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.welcome .box {
    padding: 40px 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    border-bottom: 2px solid #F24259;
    transition: all 0.5s ease-in-out;

}

.welcome .box:hover {
    box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-10px)
}

.welcome .box:hover .line {
    width: 100px;
}

.welcome .box .line {
    background: #F24259;
    width: 40px;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

.welcome .box .icon {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #F24259;
}

.welcome .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.welcome .box p {
    margin: 0;
}

/*--------------------------------------------------
[4. Start skills]
--------------------------------------------------*/
.skills {
    padding: 130px 0;
    /* background: url("../img/bg/about.png") center center no-repeat; */
    background-color: #242424;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
}

.skills .skill-con1 {
    border-radius: 10px;
    border: #7E808F solid 1px;
    box-shadow: 0px 0px 20px #2bb3d97e;
    padding: 50px;
    background: rgb(43, 180, 217);
    background: linear-gradient(34deg, rgba(43, 69, 217, 0.213) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(56, 101, 188, 0.19931722689075626) 100%);
    margin-bottom: 40px;
}

.skills .skill-con2 {
    border-radius: 10px;
    padding: 10px;
}

.skills .skill-con3 {
    border-radius: 10px;
    border: #7E808F solid 1px;
    box-shadow: 0px 0px 20px #2bb3d97e;
    padding: 0px;
    background: rgb(43, 180, 217);
    background: linear-gradient(34deg, rgba(43, 69, 217, 0.213) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(56, 101, 188, 0.19931722689075626) 100%);
    margin-bottom: 40px;
}

.skills .skill-con4 {
    border-radius: 10px;
    border: #7E808F solid 1px;
    box-shadow: 0px 0px 20px #2bb3d97e;
    padding: 0px;
    background: rgb(43, 180, 217);
    background: linear-gradient(34deg, rgba(43, 69, 217, 0.213) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(56, 101, 188, 0.19931722689075626) 100%);
    margin-bottom: 40px;
}

.skills .content-main h1 {
    font-size: 56px;
}

.skills .skill-con3 .image-wrapper {
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

.buttons-con .btn {
    text-decoration: none;
    background: #2BB4D9;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    border: #3865BC solid 1px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.buttons-con .btn1 {
    text-decoration: none;
    background: #0319439c;
    color: #2BB4D9;
    padding: 10px 35px;
    border-radius: 35px;
    border: #3865BC solid 1px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    margin-left: 15px;
}

.buttons-con .btn:hover {
    background: #0319439c;
    color: #ffffff;
}

.buttons-con .btn1:hover {
    background: #2BB4D9;
    color: #ffffff;
}

.skills .skill-con3 img {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.skills .skill-con4 img {
    width: 100%;
}

.skills .skill-con2 img {
    width: 100%;
}

.skills .content {
    padding: 30px;
}

.skills .content span {
    color: #F24259;
    font-size: 18px;
    font-weight: 400;
}

.skills .content h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.skills .content p {
    font-size: 15px;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-right: 30px;
}

.skills .content .btn {
    text-decoration: none;
    background: #0319439c;
    color: #3865BC;
    padding: 10px 35px;
    border-radius: 35px;
    border: #3865BC solid 1px;  
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.skills .content .btn:hover {
    background-color: #2D2F94;
    color: #ffffff;
}

.skills .box-2 .icon {
    font-size: 30px;
    color: #F24259;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.skills .box-2 .line {
    background: #F24259;
    width: 30px;
    height: 2px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
}

.skills .box-2 h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.skills .box-2 p {
    font-size: 15px;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

.skills .mb {
    margin-bottom: 40px;
}

.skills .skills-bar {
    margin-bottom: 25px;
}

.skills .skills-bar h5 {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.skills .skills-bar .skills-progress {
    height: 10px;
    width: 90%;
    background: #ffffff;
    border-radius: 35px;
    position: relative;
}

.skills .skills-bar .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: #F24259;
    color: #ffffff;
    border-radius: 35px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

.skills .skills-bar .skills-progress span.span-2 {
    width: 70%;
}

.skills .skills-bar .skills-progress span.span-3 {
    width: 80%;
}

.skills .skills-bar .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    right: -15px;
    top: -25px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

/*--------------------------------------------------
[5. Start About]
--------------------------------------------------*/
.about {
    padding: 130px 0;
}

.about .heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: #F24259;
}

.about .heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
    /* margin: 10px 0 60px; */
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #535353;
    /* margin: 20px 0 15px; */
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 .icon {
    color: #F24259;
    margin-right: 10px;
}

/*--------------------------------------------------
[6. Start Video]
--------------------------------------------------*/
.video-area {
    background: url("../img/faqs.png") center center no-repeat;
    background-color: #242424;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.video-area h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.video-area h2 span {
    color: #F24259;
}

.video-area img {
    width: 100%;
}

/* .video-area p {
    font-size: 15px;
    font-weight: 400;
    color: #d1e5e7;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
} */

.video-area .btn {
    text-decoration: none;
    background: #F24259;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.video-area .btn:hover {
    background: #ffffff;
    color: #212332;
}

.video-area .video-icon {
    position: relative;
}

.video-icon .icon-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Icon */
.video-icon .icon {
    background: #F24259;
    color: #fff;
    display: inline;
    font-size: 16px;
    padding: 22px 25px;
    border-radius: 200px;
    position: relative;
}

/* Pulse Animation */
.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}

/* Keyframes */
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*--------------------------------------------------
[7. Start Services]
--------------------------------------------------*/
.services {
    padding: 130px 0 100px;
}

.services h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.services h2 span {
    color: #F24259;
}

.services p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.services .box {
    padding: 40px 0;
    box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;

}

.services .box:hover {
    box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.services .box:hover .line {
    width: 100px;
}

.services .box .line {
    background: #F24259;
    width: 40px;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

.services .box .icon {
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #F24259;
}

.services .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.services .box p {
    margin: 0;
}

.services .mb-30 {
    margin-bottom: 30px;
}

/*--------------------------------------------------
[8. Start Some Facts]
--------------------------------------------------*/
.some-facts {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.some-facts .items .icon {
    font-size: 30px;
    color: #ffffff;
}

.some-facts .items .line {
    width: 60px;
    height: 1px;
    background: #F24259;
    margin-bottom: 10px;
}

.some-facts .items span {
    font-family: 'Muli', sans-serif;
    font-size: 40px;
    font-weight: 900;
}

.some-facts .items h4 {
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------------------------
[9. Start Portfolio]
--------------------------------------------------*/
.portfolio {
    padding: 130px 0 0;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.portfolio h2 span {
    color: #F24259;
}

.portfolio p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;

}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #F24259;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #F24259;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;

}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #F24259;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}

/*--------------------------------------------------
[10. Start More Details]
--------------------------------------------------*/
.more-details {
    padding: 130px 0;
    background: #f9f9f9;
}

.more-details .item {
    margin-bottom: 35px;
}

.more-details .item .icon {
    font-size: 35px;
    color: #F24259;
}

.more-details .item .cont {
    margin-left: 30px;
}

.more-details .item .cont h3 {
    font-size: 16px;
    font-weight: 600;
}

.more-details .item .cont p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 10px 0 0;
    padding: 0;
}

/*--------------------------------------------------
[11. Start Our Team]
--------------------------------------------------*/
.team {
    padding: 130px 0;
}

.team h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.team h2 span {
    color: #F24259;
}

.team p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.team .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}

.team .box .image {
    position: relative;
    height: 100%;
}

.team .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F24259 1%, #056dc1 100%);
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.team .box .image .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 20;
    text-decoration: none;
    opacity: 0;
    margin-top: 100px;
    padding: 8px 15px;
    background: #ffffff;
    border-radius: 35px;
    transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
    font-size: 18px;
    padding: 0 7px;
    color: #F24259;
}

.team .box:hover .overlay {
    opacity: 0.85;
}

.team .box:hover .social-icons {
    margin-top: 0;
    opacity: 1;
}

.team .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.team .box h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 25px;
}

.team .box:hover {
    transform: translateY(-15px);
}

/*--------------------------------------------------
[12. Start Testimonials]
--------------------------------------------------*/
.testimonials {
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 180px 0 150px;
    color: #ffffff;
    background-color: #242424;
    /* height: 100vh; */
}

.testimonials .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}

.testimonials .heading h2 span {
    color: #F24259;
}

.testimonials p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #d1e5e7;
    margin: 20px 0;
    padding: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #F24259;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #e2e1e1;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}

.testimonials .carousel-indicators .active {
    background-color: #F24259;
}

.testimonials .control span {
    cursor: pointer;
}

.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
}

/*--------------------------------------------------
[13. Start Pricing]
--------------------------------------------------*/
.price {
    padding: 130px 0;
}

.price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.price .heading h2 span {
    color: #F24259;
}

.price .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.price .box4 {
    padding: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1.11px solid #2d2f9436;
    transition: all .5s ease-in-out;
    background: rgb(228, 228, 228);
    background: linear-gradient(128deg, rgba(228, 228, 228, 0.6699054621848739) 0%, rgba(228, 228, 228, 1) 34%, rgba(41, 181, 218, 0.4738270308123249) 67%, rgba(228, 228, 228, 1) 100%);
}

.price .box4 .head {
    border-left: 2px solid #2D2F94;
    padding-left: 25px;
    margin-bottom: 20px;
}

.price .box4 .head h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #757575;
    margin-bottom: 5px;
}

.price .box4 .head h4 {
    font-family: 'Muli', sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.price .box4 .head h4 span {
    font-size: 12px;
    font-weight: 400;
}

.price .box4 ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.price .box4 ul li {
    font-size: 14px;
    color: #959595;
    padding: 10px 0;
    border-bottom: 1px solid #00000017;
}

.price .box4 .btn {
    background: linear-gradient(135deg, #2D2F94 1%, #2D2F94 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 8px 60px;
    border-radius: 35px;
    margin-top: 30px;
    border: 1px solid #2D2F94;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.price .box4 .btn:hover {
    background: linear-gradient(135deg, #2d2f94d4 1%, #2d2f94d4 100%);
}

.price .box4:hover {
    transform: translateY(-15px);
}




.price .box-red {
    padding: 40px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: linear-gradient(135deg, #F24259 1%, #e2395e 100%);
    transition: all .5s ease-in-out;
}

.price .box-red:hover {
    transform: translateY(-5px);
}

.price .box-red .head {
    border-left: 2px solid #ffffff6e;
    padding-left: 25px;
    margin-bottom: 20px;
}

.price .box-red .head h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin-bottom: 5px;
}

.price .box-red .head h4 {
    font-family: 'Muli', sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fcf9f9;
}

.price .box-red .head h4 span {
    font-size: 12px;
    font-weight: 400;
}

.price .box-red ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.price .box-red ul li {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f149;
}


.price .box-red .btn {
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    padding: 8px 60px;
    border-radius: 35px;
    margin-top: 30px;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.price .box-red .btn:hover {
    background: transparent;
    color: #ffffff;
}

.price .row{
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------
[14. Start Want Work]
--------------------------------------------------*/
.want-work {
    background: url("../img/bg/want-work.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
    color: #ffffff;
}

.want-work .box h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.want-work .box h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
}

.want-work .box .btn {
    background: #F24259;
    border-radius: 35px;
    padding: 8px 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all .5s ease-in-out;
}

.want-work .box .btn:hover {
    background: #ffffff;
    color: #555555;
}

/*--------------------------------------------------
[15. Start Blog]
--------------------------------------------------*/
.blog {
    padding: 130px 0;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.blog .heading h2 span {
    color: #F24259;
}

.blog .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.blog .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #F24259;
    transition: all .5s ease-in-out;
}

.blog .box:hover {
    transform: translateY(-15px);
}

.blog .box img {
    width: 100%;
}

.blog .box .info {
    padding: 20px;
}

.blog .box .info .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease-in-out;
}

.blog .box .info .title:hover {
    color: #F24259;
}

.blog .box .info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 7px 0 0;
}

/*--------------------------------------------------
[16. Start Clients]
--------------------------------------------------*/
.clients {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0;
}

/*--------------------------------------------------
[17. Start Contact]
--------------------------------------------------*/
.contact {
    padding: 130px 0;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #F24259;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #F24259;
    color: #ffffff;
}

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info .icon {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

/*--------------------------------------------------
[18. Start Footer]
--------------------------------------------------*/
.footer {
    padding: 80px 0;
    background: url("../img/bg/footer.png") center center no-repeat;
    background-size: cover;
}

.footer .social-icons {
    margin: 30px 0;
    padding: 0;
}

.footer .social-icons a {
    text-decoration: none;
}

.footer .social-icons i {
    font-size: 15px;
    line-height: 42px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0.5px solid #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}

.footer .social-icons i:hover {
    background: #F24259;
    color: #ffffff;
    border: 0.5px solid #F24259;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------
[19. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/Preloader_3.gif") center no-repeat #fff;
}

/*--------------------------------------------------
[20. Start Media Query]
--------------------------------------------------*/

@media (max-width: 1913px) {
    .dash img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: -470px;
    }

    .long-bg{
        padding-top: 390px;
    }
}

@media (max-width: 450px) {
    /* .dash img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: -150px;
    } */

    .slider4-5 {
        padding: 80px 0 0 !important;
    }

    .welcome {
        padding: 130px 0 100px;
    }

    .image-logo-long{
        display: none;
    }

  
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }

    .testimonials {
        padding: 100px 0 150px;
    }

    .slider-holder {
        padding-bottom: 100px !important;
    }

    .dash img {
        width: 100%;
        margin-top: 20px;
        /* margin-bottom: -1700px; */
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #2D2F94 !important;
        border-color: #2D2F94;
        background: #2D2F94;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .slider .content {
        width: 90%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%, -50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .welcome .box {
        margin-bottom: 30px;
    }

    .welcome {
        padding: 130px 0 100px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
        width: 100%;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .portfolio .button-group {
        padding: 5px;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .blog {
        padding: 130px 0 100px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .clients {
        padding: 130px 0 100px;
    }

    .clients img {
        margin: 15px 0;
    }

    .contact .content .info {
        margin-bottom: 30px;
    }

    .slider .content h1 {
        font-size: 30px !important;
    }


}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }

    .testimonials .heading h1{
        font-size: 40px !important;
    }

    .skills .skill-con1{
        padding: 2px !important;
    }

    .dash img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: -330px !important;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #2D2F94 !important;
        border-color: #2D2F94;
        background: #2D2F94;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .slider .content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-45%, -50%);
        color: #ffffff;
        margin-top: 20px;
    }

    .slider .content h1 {
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .welcome .box {
        margin-bottom: 30px;
    }

    .welcome {
        padding: 130px 0 10px;
    }

    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
        width: 100%;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .blog {
        padding: 130px 0 100px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .clients img {
        margin: 15px 0;
    }

    .contact .content .info {
        margin-bottom: 30px;
    }



}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar {
        padding: 15px 15px !important;
        background: #242424 !important;
    }

    .dash img {
        margin-top: 20px;
        margin-bottom: -350px;
    }

    .long-bg{
        padding-top: 270px;
    }

    .navbar .nav-item {
        margin: 30px 0 0 30px;
    }

    .navbar .nav-item .nav-link {
        color: #555555;
    }

    .navbar-dark .navbar-toggler {
        color: #2D2F94 !important;
        border-color: #2D2F94;
        background: #2D2F94;
        border-radius: 5px;
        opacity: 1;
    }

    .navbar .btn {
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .slider {
        height: 90vh;
    }

    .slider .content {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        margin-top: 20px;
    }



    .skills .box-2 {
        margin-top: 30px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .video-area img {
        margin-top: 30px;
    }

    .some-facts {
        padding: 115px;
    }

    .some-facts .items {
        margin: 15px 0;
    }

    .more-details img {
        margin-bottom: 30px;
    }

    .team {
        padding: 130px 0 100px;
    }

    .team .box {
        margin-bottom: 30px;
    }

    .price {
        padding: 130px 0 100px;
    }

    .price .box {
        margin-bottom: 30px;
    }

    .trans-card .line {
        display: none;
    }

    

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}





/* footer start */

.footer-section {
    background: url("../img/footer.png") center center no-repeat;
    background-size: cover;
    background-color: #242424;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
    padding-bottom: 8px !important;
}

.single-cta i {
    color: #2D2F94;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo img {
    max-width: 280px;
}

.footer-text p {
    padding: 30px 0;
    font-size: 14px;
    color: #B9B3B3;
    line-height: 32px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    /* margin-right: 15px; */
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

/* .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #2D2F94;
  } */
.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

.footer-widget ul li a {
    color: #B9B3B3;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #4040444b;
    border: 1px solid #B9B3B3;
    color: #fff;
    border-radius: 10px;
}

.subscribe-form input:hover,
.subscribe-form input:active {
    width: 100%;
    padding: 14px 28px;
    background: #4040444b;
    border: 1px solid #2D2F94;
    color: #fff;
    border-radius: 10px;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    color: #ffffff;
    background: #2D2F94;
    padding: 13px 20px;
    border: 1px solid #2D2F94;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: transparent;
    /* padding: 25px 0; */
}

.copyright-text {
    border-top: #333333 solid 1px;
    padding: 35px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 15px;
    color: #FAFAFA;
}

.copyright-text p a {
    color: #2D2F94;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #2D2F94;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
    position: absolute;
    color: #2D2F94;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
    padding-left: 32px;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
    color: #14ffa7;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
    color: #ffd700;
}

.footer-social-icon .social_icon {
    text-align: left;
}

.footer-social-icon .social_icon li {
    float: inherit !important;
    display: inline-block !important;
    width: inherit;
}

.footer-social-icon .social_icon li a i {
    font-size: 19px;
    line-height: 39px;
}

.footer-social-icon .social_icon li a {
    width: 40px;
    height: 40px;
}

.social_icon {
    text-align: right;
    margin: 0;
    margin-top: 3px;
}

.social_icon li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social_icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}

.social_icon li a i {
    font-size: 19px;
    line-height: 20px;
}

.social_icon li:nth-child(1) a {
    background: #4B4B4B;
    color: #fff;
}

.social_icon li:nth-child(2) a {
    background: #4B4B4B;
    color: #fff;
}

.social_icon li:nth-child(3) a {
    background: #4B4B4B;
    color: #fff;
}

/* .social_icon li:nth-child(3) a {
    background: #f09433;
    background: -moz-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
  } */
.social_icon li:nth-child(4) a {
    background: #4B4B4B;
    color: #fff;
}

.social_icon li:nth-child(1):hover a {
    background: #2B59FF;
    color: #fff;
}

.social_icon li:nth-child(2):hover a {
    background: #2B59FF;
    color: #fff;
}

.social_icon li:nth-child(3):hover a {
    background: #2B59FF;
    color: #fff;
}

.social_icon li:nth-child(4):hover a {
    background: #2B59FF;
    color: #fff;
}

/***
====================================================================
  Testimonial Section
====================================================================

***/

/* h2{
text-align:center;
padding: 20px;
} */
/* Slider */

.slick-slide {
    margin: 10px 10px;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* margin-right: -200px; */
    /* margin-left: 200px; */
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;

}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.m-left .slick-slide{
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.testos .thm-clr {
    font-size: 24px;
    padding-left: 20px;
}

.slick-dots {
    display: flex !important;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;

        border: none;
        border-radius: 100%;
        background-color: #0000002a;

        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: #0000005e;
    }

}

.long-bg2 {
    background: url("../img/bg-long4.png") center center no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
    padding-bottom: 200px;
    padding-top: 100px;
}


/* custom */
/* .contact-btn{
    float: right !important;
} */



.dash img {
    margin-top: 20px;
    width: 100%;
}

.long-bg {
    background: url("../img/bg-long2.png") center center no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
}

.long-bg4 {
    background: url("../img/bg-long2.png") center center no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
}

.trans-card {
    /* filter: blur(8px);
    -webkit-filter: blur(8px); */
    backdrop-filter: blur(5px);
    position: relative;
    padding: 37.09px;
    border-radius: 20px;
    border: #babae2 solid 1.11px;
    box-shadow: 4px 0px 1px #c1c1dd;
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
}

.trans-card .content {
    position: relative;
}

.ico-1 .icon {
    font-size: 20px;
    color: #BC11EE;
    margin: -15px 20px 20px 0px;
    background-color: #ad8dbf;
    border-radius: 50px;
    padding: 5px;
}

.ico-2 .icon {
    font-size: 20px;
    color: #7950FF;
    margin: -15px 20px 20px 0px;
    background-color: #b4a9f1;
    border-radius: 50px;
    padding: 5px;
}

.ico-3 .icon {
    font-size: 20px;
    color: #FDA570;
    margin: -15px 20px 20px 0px;
    background-color: #f1ccb5;
    border-radius: 50px;
    padding: 5px;
}

.long-bg .box {
    /* background-image: linear-gradient(130deg, #ffffff 60%, #29b4da6b 100%);
    background-color: transparent; */
    background: rgb(228, 228, 228);
    background: linear-gradient(128deg, rgba(228, 228, 228, 0.6699054621848739) 0%, rgba(228, 228, 228, 1) 34%, rgba(41, 181, 218, 0.4738270308123249) 67%, rgba(228, 228, 228, 1) 100%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 350px;
}

.long-bg .box2 {
    /* background-image: linear-gradient(130deg, #ffffff 60%, #29b4da6b 100%);
    background-color: transparent; */
    background: rgb(228, 228, 228);
    background: linear-gradient(128deg, rgba(228, 228, 228, 0.6699054621848739) 0%, rgba(228, 228, 228, 1) 34%, rgba(41, 181, 218, 0.4738270308123249) 67%, rgba(228, 228, 228, 1) 100%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 350px;
    text-align: center;
}

.long-bg .box2 .sp{
    color: #2D2F94;
    font-weight: 700;
}

.long-bg .box1 {
    background-color: #E3DEE9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
    width: 350px;
}

.long-bg .box1 h3 {
    color: #000000;
    font-size: 18px;
    padding-bottom: 10px;
}

.long-bg .box1 p {
    font-size: 14px;
    color: #333333;
}

.long-bg .box h3 {
    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;
}

.long-bg .box p {
    font-size: 14px;
    color: #333333;
}

.long-bg .box .icon img {
    float: left;
}

.long-bg .box1 .icon img {
    float: left;
}

.box-r1 {
    margin-top: 50px;
    margin-bottom: 200px;
}

.welcome {
    background-color: #F0F0F0;
}

.pt-10 {
    padding-top: 5rem;
}

.long-bg2 .box {
    backdrop-filter: blur(20px);
    position: relative;
    padding: 27.09px;
    border-radius: 10px;
    border: #babae2 solid 1.11px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.long-bg2 .testo-img img {
    max-width: 60px;
    border-radius: 100%;
}

.long-bg2 .box .icon {
    color: #F59E0B;
}

.long-bg2 .box p {
    color: #18181B;
    font-size: 17px;
}

.long-bg2 .box h3 {
    color: #18181B;
    font-size: 18px;
    font-weight: 700;
}

.testomi {
    background: url("../img/te-bg.png") center center no-repeat;
    background-size: cover;
    background-color: transparent;
}

.testimo {
    padding-top: 100px;
}

.testimo h2 {
    font-size: 56px;
    color: #333333;
    font-weight: 700;
}

.cont-form {
    backdrop-filter: blur(1px);
    background-color: #ffffff6e;
    position: relative;
    padding: 85px 45px 65px 45px;
    border-radius: 10px;
    border: #d6d6d6 solid 1.11px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.cont-form .title h3 {
    font-size: 56px;
    color: #333333;
    font-weight: 700;
}

.cont-form .list h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.cont-form .list h4 .icon {
    color: #3865BC;
    background-color: #2d2f9344;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
}

.cont-form .footer-social-icon li {
    background-color: #00000007;
    padding: 9px;
    border-radius: 4.24px;
    border: #d6d6d6 solid 1.11px;
}

.cont-form .info {
    background-image: linear-gradient(#ffffff25 60%, #7474743d 100%);
    background-color: transparent;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    border: #d6d6d6 solid 1.11px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cont-cards {
    margin-top: 20px;
}

.cont-cards .ico-3 {
    background-color: #00000007;
    border-radius: 4.24px;
    border: #d6d6d6 solid 1.11px;
    padding: 9px;
    display: inline-block !important;
    width: inherit;
}

.cont-cards .ico-3 a {
    background: #4B4B4B;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}

.cont-cards .ico-3 a i {
    font-size: 19px;
    line-height: 39px;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
}

.cont-form .info h4 {
    margin-top: 30px;
    font-size: 19.25px;
    line-height: 21.35px;
    font-weight: 500;
}

.cont-form .info h4 span {
    margin-top: 15px !important;
    font-size: 14.86px;
    line-height: 16.6px;
    font-weight: 400;
    color: #2D2F93;
}

.cont-form .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff70;
    color: #000000;
    font-weight: 500;
    border: 0;
    border-radius: 8.47px;
}

.cont-form form {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    border: #d6d6d6 solid 1.11px;
}

.cont-form .btn-block {
    padding: 10px;
    border-radius: 42.35px;
    font-size: 15px;
    background: #2D2F94;
    color: #ffffff;
}


.slider1 .slide-track1 .slide img {
    width: 100%;
    min-width: 130px;
    padding: 0 20px;
    /* height: 100px; */
    animation: scroll 60s linear infinite;
}

.slider1 .slide-track1 .blur-l1 {
    width: 100%;
    width: 180px;
    height: 120px;
    margin-top: -30px;
    float: left;
    z-index: 5;
}

.slider1 .slide-track1 .blur-r1 {
    width: 100%;
    width: 120px;
    height: 120px;
    margin-left: -2000px;
    /* margin-top: -25px; */
    z-index: 8;
}

.slider1-overlay {
    width: 100%;
    height: 80px;
    z-index: 90;
    position: relative;
    margin-bottom: -60px;
    background: rgb(240, 240, 240);
    background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(0, 0, 0, 0) 15%, rgba(5, 5, 5, 0) 85%, rgba(240, 240, 240, 1) 100%);
}

.slide-track1 {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
    vertical-align: middle;
    height: fit-content;
    position: relative;
    z-index: 60;
}

.slider1 {
    margin-top: 70px;
    background-color: transparent;
    padding: 9em 0rem;
}

.slider1 .slide {
    height: fit-content;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%)
    }
}

/* slider2 */

/* slick Slider 1*/

#slider2 .slick-slide {
    margin: 0px 20px;
}

#slider2 .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-tap-highlight-color: transparent;
}

#slider2 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#slider2 .slick-list:focus {
    outline: none;
}

#slider2 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#slider2.slick-slider .slick-track,
#slider2 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#slider2 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#slider2 .slick-track:before,
#slider2 .slick-track:after {
    display: table;
    content: '';
}

#slider2 .slick-track:after {
    clear: both;
}

#slider2 .slick-loading .slick-track {
    visibility: hidden;
}

#slider2 .slick-slide {
    display: none;
    float: right;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] #slider2 .slick-slide {
    float: left;
}

#slider2 .slick-slide img {
    display: block;
}

#slider2 .slick-slide.slick-loading img {
    display: none;
}

#slider2 .slick-slide.dragging img {
    pointer-events: none;
}

#slider2 .slick-initialized .slick-slide {
    display: block;
}

#slider2 .slick-loading .slick-slide {
    visibility: hidden;
}

#slider2 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#slider2 .slick-arrow.slick-hidden {
    display: none;
}

/* slider3 */

#slider3 .slick-slide {
    margin: 0px 20px;
}

#slider3 .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-x;
    -webkit-tap-highlight-color: transparent;
}

#slider3 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#slider3 .slick-list:focus {
    outline: none;
}

#slider3 .slick-list.dragging {
    cursor: pointer;
}

#slider3.slick-slider .slick-track,
#slider3 .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

#slider3 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#slider3 .slick-track:before,
#slider3 .slick-track:after {
    display: table;
    content: '';
}

#slider3 .slick-track:after {
    clear: both;
}

#slider3 .slick-loading .slick-track {
    visibility: hidden;
}

#slider3 .slick-slide {
    display: none;
    float: left;
    /* Change to left to ensure left-to-right movement */
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] #slider3 .slick-slide {
    float: right;
}

#slider3 .slick-slide img {
    display: block;
}

#slider3 .slick-slide.slick-loading img {
    display: none;
}

#slider3 .slick-slide.dragging img {
    pointer-events: none;
}

#slider3 .slick-initialized .slick-slide {
    display: block;
}

#slider3 .slick-loading .slick-slide {
    visibility: hidden;
}

#slider3 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#slider3 .slick-arrow.slick-hidden {
    display: none;
}

/* slider4,5 */





.slider4-5 h4 {
    text-align: center;
    width: 100%;
    display: block;
    font-family: "TT Norms Pro", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333333;
}


.slider4-5 {
    padding: 250px 0 0;
}

.slider2-overlay {
    width: 100%;
    height: 180px;
    z-index: 90;
    position: relative;
    margin-top: -170px;
    background: rgb(240, 240, 240);
    background: linear-gradient(90deg, rgba(240, 240, 240, 1) 15%, rgba(0, 0, 0, 0) 30%, rgba(5, 5, 5, 0) 70%, rgba(240, 240, 240, 1) 85%);
}

.slider4-overlay {
    width: 100%;
    height: 280px;
    z-index: 90;
    position: relative;
    margin-top: -250px;
    background: rgb(240, 240, 240);
    background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 88%, rgba(240, 240, 240, 1) 100%);
}

.slider5-overlay {
    width: 100%;
    height: 280px;
    z-index: 90;
    position: relative;
    margin-top: -250px;
    background: rgb(240, 240, 240);
    background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 88%, rgba(240, 240, 240, 1) 100%);
}

.slider-holder {
    padding-bottom: 100px;
}

/* accordion*/

.accordion__wrapper {
    background-color: transparent;
    box-shadow: var(--shadow);
    border-radius: 2.5rem;
    width: 100%;
    max-width: 60rem;
    padding: 2rem;
}

.accordion__title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
}

.accordion__p {
    font-size: 16px;
    font-weight: 500;
    color: #D9D9D9;
    text-align: center;
    margin-bottom: 5rem;
}



@media screen and (min-width: 580px) {
    .accordion__wrapper {
        padding: 2rem 2rem;
    }
}

details {
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 2.5rem;
    cursor: pointer;
}

summary {
    margin: -0.5em -0.5em 0;
    /* background-color: #67636327; */
    padding: 24px;
    border-radius: 8px;
    list-style-type: "+";
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary[open] {
    background-color: transparent;
}

summary h3 {
    font-weight: 600;
    font-size: 20px;
    color: #D9D9D9;
}

details .content {
    text-align: left;
    padding: 14px;
    font-weight: 500;
    font-size: 18px;
    border: none;
    background-color: #ffffff;
    color: #667085 !important;
    box-shadow: #02434b;
}

details[open] {
    padding: 0.5em;
    border: none;
    background-color: #ffffff;
    box-shadow: -10px 0px 30px #00F5FF, 10px 0px 30px #7950FF;
}

details[open] summary h3 {
    background-color: transparent;
    color: #101828;
}

summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}

/* details:hover{
     background-color: #ffffff;
     color:#101828;
    border: #101828 solid 2px;
  } */

details summary::after {
    content: "+";
    background-color: transparent;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: #D9D9D9 solid 2px;
    color: #D9D9D9;
    flex-shrink: 0;
    font-size: 2rem;
}

details[open] summary::after {
    content: "-";
    float: right;
    font-size: 2rem;
    color: #101828;
    border: #101828 solid 2px;
    background-color: transparent;
}



/* animation */

[data-aos] {
    visibility: hidden;
    overflow: hidden;
}

[data-aos].animated {
    visibility: visible;
}



/*            new */
.testimonials .heading h1{
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.testimonials .heading p{
    font-size: 20px;
    font-weight: 300;
    line-height: 32.9px;
    font-family: 'Muli', sans-serif;
    color: #d1e5e7;
    margin: 10px 0 25px;
}

.testimonials .heading .btn{
    text-decoration: none;
    background: #2D2F94;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}



/*         checkout           */

.checkout-container {
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent;
    border: 1.11px solid rgb(186, 186, 226);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.billing-details {
    flex: 1 1 55%;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.order-summary {
    flex: 1 1 35%;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.order-summary {
    background-color: #f1f1f16f;
    padding: 20px;
}

.long-bg4 h2 {
    margin-bottom: 20px;
}

.long-bg4 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.long-bg4 input[type="text"],
.long-bg4 input[type="email"],
.long-bg4 input[type="tel"],
.long-bg4 select,
.long-bg4 textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background-color: #f1f1f16f;
    color: #000000;
    font-weight: 500;
    border: 0;
    border-radius: 8.47px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox-group input {
    margin-right: 10px;
}

.long-bg4 button {
    width: 100%;
    padding: 15px;
    background-color: #2D2F94;
    color: white;
    border: none;
    border-radius: 35px;
    cursor: pointer;
}

.long-bg4 button:hover {
    background-color: #0056b3;
}

.order-summary p {
    margin-bottom: 10px;
}

.order-item,
.order-total,
.order-shipping,
.order-grand-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-grand-total {
    font-weight: bold;
}

@media (max-width: 768px) {
    .checkout-container {
        flex-direction: column;
    }

    .billing-details,
    .order-summary {
        flex: 1 1 100%;
    }
}