*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    color: #333 ;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(69, 123, 157, 0.07) 100%)
    !important;
    font-family: 'Nunito', sans-serif !important;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #457B9D;
    border-radius: 5px;
}


.custom-nav {
    background: #262626B5;

    backdrop-filter: blur(46.900001525878906px);


    padding: 10px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.custom-nav .logo-main img {
    width: 180px;
    height: auto;
    object-fit: contain;
}
.custom-nav .nav-link {
    font-size: 16px;
    color: white;
}
.custom-nav .nav-link:hover {
    color: wheat;
}
.custom-nav  .navbar-nav {
    justify-content: flex-end;
    gap: 20px;
    margin-left: auto;
}
.button-white {
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 16px;
    background-color: white;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    white-space: nowrap;

    color: #457B9D;
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}
.button-light {
    padding: 8px 30px;
    font-size: 16px;
    background-color: transparent;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.button-light:hover {
    color: #fff;
    border: 1px solid #457B9D;
}
.button-border {
    padding: 8px 30px;
    font-size: 16px;
    background-color: transparent;
    backdrop-filter: blur(12px);
    border-radius: 8px;

    color: #457B9D;
    border: 1px solid #457B9D;
    transition: all 0.3s ease-in-out;
}

.button-white:hover {
    background-color: #1ed5a4;
    color: white;

}

.blogs-listing .col-12 {
    margin-bottom: 45px;
}
.blog-card {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}
.blog-card a:hover,.blog-card a:focus {
    color: #222 !important;
}
.blog-card a {
    color: #222 !important;
}
.blog-card .img-wrapper {
    width: 100%;
    height: 220px;

}
.blog-card .img-wrapper img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    object-fit: cover;
}
.blog-card .content {
    padding: 20px;
    min-height: 220px;
}
.blog-card .content .title {
    font-size: 18px;
    color: #222;
    margin: 0px;
    margin-bottom: 2px;
    line-height: 1.2;
    word-break: break-word;
}
.blog-card .content p {
    font-size: 14px;
    color: #222;
    margin: 0px;
    margin-bottom: 12px;
    /*word-break: break-word;*/
    text-align: justify;
}
.blog-details {
    max-width: 900px;
    margin: auto;
}
.blog-details .main-img {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}
.blog-details .title {
    font-size: 24px;
    color: #222;
    margin: 0px;
    margin-bottom: 15px;
    word-break: break-word;

}
.blog-details .main-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.blog-details .content p{
    font-size: 14px;
    color: #333;
    margin: 0px;
    margin-bottom: 12px;
    line-height: 1.5;
    word-break: break-word;
}
.blog-details .content .date {
    font-size: 16px;
    color: #555;
    margin: 0px;
    margin-bottom: 12px;
}
.app_images a{
    padding: 0 20px 0 0;
    position: relative;
}
.app_images img {
    width: 20px !important;
    height: auto;
    margin-right: 4px;
}
.web-app-container {
    padding: 80px 0px;
}
.web-app-container .inner {
    padding: 60px 40px;
    border-radius: 24px;
    min-height: 600px;
}
.web-app-container .inner.left {
    background: url(../imgs/web-left.png);
    background-size: 100% 100%;
}
.web-app-container .inner.right {
    background: url(../imgs/web-right.png);
    background-size: 100% 100%;
}
.web-app-container .inner .image-top img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}
.web-app-container .inner .title {
    font-size: 28px;
    color: white;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 24px;
}
.web-app-container .inner .title span {
    color: #457B9D;
}
.web-app-container .inner .subtitle {
    font-size: 20px;
    color: white;
    line-height: 1.4;
    font-weight: 700;
}
.home-banner {
    min-height: boldpx;
    padding: 100px 0px;
    background-color: #f06402;
    background: url(../imgs/home1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.auto-dms .inner {
    border-radius: 24px;
    padding: 60px 0px;
    background: url(../imgs/auto-dms-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.auto-dms .inner .image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.home-banner .small {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    color: white;
}
.home-banner .title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}
.home-banner .text{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: white;
}
.home-banner .buttons {
    display: flex;
    align-items: center;
    justify-content: initial !important;
    gap: 30px;
}
.home-banner  .image-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px;
}
.home-banner  .image-banner img {
    max-height: 450px;
    width: 100%;
    object-fit: contain;
}
.main-title {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.main-title span {
    color: #f06402;
}
.body-text {
    font-size: 16px;
    color: #333;
}
.max-800 {
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.max-900 {
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.max-1000 {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.max-1200 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.color-white {
    color: white !important;
}
.diff-owl-container .text {
    color: white;
    font-size: 20px;
    text-align: center;
}
.custom-dots .owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.custom-dots .owl-mobile .owl-dots {
    justify-content: flex-start;
}
.custom-dots button.owl-dot {
    width: 15px;
    border-radius: 10px;
    height: 15px;
    background-color: white;
}
.custom-dots button.owl-dot.active {
    background-color: #457B9D;
    width: 40px;
}
.remove-container {
    padding: 80px 0px;
    background: url(../imgs/edit-group.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.remove-container .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.remove-container .subtitle {
    font-size: 24px;
    font-weight: 600;
}
.edit-section {
    padding: 60px 0px;
    background: url(../imgs/edit-group.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.auth-wrapper .mr-15 {
    margin-right: -15px !important;
}
.auth-wrapper {
    padding: 60px 0px;
    background: url(../imgs/auth-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.auth-wrapper .right-auth {
    padding: 100px 0px;
    background: url(../imgs/auth-right.png);
    background-size: cover;
    height: 100%;
    background-position:center bottom;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    min-height: 70vh;
    align-items: center;
    flex-direction: column;

}
.error-messagess {
    color: #B22234;
    background: #FEDCEO;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #B22234;
    padding: 12px 16px;
    display: block;
    width: 100%;
    text-align:center;
}
.text-right {
    text-align: right;
}
.otp-numbers {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}
.otp-numbers .number {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #457B9D;
    background-color: white;
    text-align: center;
}
.auth-wrapper .no-padding {
    padding: 0px !important;
    margin: 0px !important;
}
.auth-wrapper .right-auth .logo img {
    width: 250px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 24px;
}
.auth-wrapper .right-auth .text-small {
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}
.auth-wrapper .right-auth .text-large {
    font-size: 40px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.auth-wrapper .inner {
    border-radius: 24px;
    background: #FFFFFFE8;
    overflow: hidden;
    min-height: 70vh;


}
.auth-wrapper .inner-main {
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 24px;
    background: url(../imgs/auth-right.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    min-height: 70vh;
}
.auth-wrapper .inner-main .button-white {
    max-width: 360px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.auth-wrapper .inner-main img {
    width: 350px;
    height:200px;
    object-fit: contain;
}
.auth-wrapper .inner-main .subtitle {
    font-size: 20px;
    font-weight: 600;
}
.auth-wrapper .inner .data {
    padding: 24px;
}
.auth-wrapper .input {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #457B9D;
    padding: 12px 16px;
    background-color: white;
    display: block;
    width: 100%;
}
.mobile-section {
    padding: 60px 0px;
    background: url(../imgs/mobil-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mobile-section .image-wrapper {
    max-height: 500px;
}
.mobile-section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobile-section .owl-mobile .image img {
    display: block;
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-bottom: 16px;
}
.mobile-section .owl-mobile .data .title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
}
.mobile-section .owl-mobile .data .title span {
    color: #457B9D;
}
.mobile-section .owl-mobile .data .subtitle {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 32px;
}
.our-app-section {
    padding: 60px 0px;
    background-color: transparent;

}
.our-app-section .inner {
    max-width: 1140px;
    background: url(../imgs/our-app.png);
    background-size: 100% 100%;
    margin: auto;
    padding: 60px 0px;

}
.our-app-section .inner .download-app {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.our-app-section .inner .download-app a img {
    width: 200px;
    height: auto;
    object-fit: contain;
}
.edit-owl-wrapper {
    padding: 60px 0px;
}
.edit-owl-wrapper .date {
    font-size: 14px;
    color: #0d0925;
    margin-bottom: 16px;
}
.edit-owl-wrapper .titlee {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.edit-owl-wrapper .button-blue {
    width: max-content;
    display: block;
}
.edit-owl-wrapper .titlee sapn {
    color: #457B9D;
}
.edit-owl-wrapper .image-wrapper {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}
.edit-owl-wrapper .image-wrapper img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}
.edit-owl-wrapper .text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px !important;
}
.owl-nav {
    display: none;
}
.benifit-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.benifit-inner img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.half-cutt .data {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.half-cutt .data.left{
    background-image: url(../imgs/left-cutt.png);
    border-radius: 24px;
    padding: 32px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.half-cutt .data.right {
    background-image: url(../imgs/right-cutt.png);
    border-radius: 24px;
    padding: 32px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.half-cutt .data .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.half-cutt .data .subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.half-cutt .data .text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.buttons-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}
.button-blue {
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 16px;
    background-color: #457B9D;
    color: #FFFFFF;
    border:1px solid #457B9D;
    transition: all 0.3s ease-in-out;
}
.button-blue:hover,.button-blue:focus {
    color:white;
    border:1px solid #FFFFFF;
}
.button-white:hover {
    background-color: #fff;
    color: #f06402;

}
.half-cut-section {
    /*background-image: url(../imgs/half.webp);*/
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.full-cut-section {
    /*background-image: url(../imgs/full.webp);*/
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.half-cutt .image-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.half-cutt .image-wrapper img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px; /* Adjust for desired curvature */
    box-shadow: 0 0 15px 15px white inset; /* This creates the fade effect */
}

.partners-section {
    padding: 50px 0px;
    background-image: url(../imgs/home-slider-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.partners-section .main-title,.partners-section .body-text {
    color: white;
}
.partners-section .owl-wrapper {
    max-width: 1000px;
    margin: 20px auto;
}
.partners-section .owl-carousel {
    justify-content: center;
}
.partners-section .owl-carousel .owl-item img {
    width: 150px;
    filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.3));
    height: auto;
    object-fit: contain;
}
.car-card {
    padding:40px 30px;
    border-radius: 10px;
    background-color: #f5f5f5;
    min-height: 300px;

}
.car-card .title {
    font-size: 20px;
    font-weight: bold;
}
.car-card .text {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.footer-title{
    margin-top:100px;
}
.quick-video-section {
    padding: 80px 0px;
    background-image: url(../imgs/video-bg.webp);
    background-size: cover;
    min-height: 300px;
}
.quick-video-section .title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: white;
}
.quick-video-section .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: white;
}
.quick-video-section .video-wrapper {
    width: 100%;
    height: 320px;
    border-radius: 10px;
}
.quick-video-section .video-wrapper video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.quick-video-section .video-wrapper iframe,.quick-video-section .video-wrapper .embed-responsive {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.elevate .title {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}
.elevate .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #333;
}
.elevate .video-wrapper {
    width: 100%;
    height: 320px;
    border-radius: 10px;
}
.elevate .video-wrapper video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.elevate .video-wrapper iframe,.elevate .video-wrapper .embed-responsive {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.buttons-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.discovery-section {
    padding: 50px 0px;
    /*background-image: url(../imgs/dis-bg.webp);*/
    background-position: top right;
    background-repeat: no-repeat;

}
.discovery-section .image-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.discovery-section .image-wrapper img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 15px; /* Adjust for desired curvature */
    box-shadow: 0 0 15px 15px white inset; /* This creates the fade effect */
}

.discovery-section .title {
    font-size: 30px;
    font-weight: bold;

}
.discovery-section .subtitle {
    font-size: 20px;
    font-weight: bold;

}
.discovery-section .subtitle span {
    color: #f06402;
}
.discovery-section .text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;

}
.difficulties-wrapper {
    padding: 50px 0px;
    background: url(../imgs/diif.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.starting-section {
    padding: 50px 0px;
    /*background-image: url(../imgs/start-bg.webp);*/
    background-position:bottom left;
    background-repeat: no-repeat;

}
.starting-section.no-bg,.no-bg {
    background-image: none;
}

.starting-section .title {
    font-size: 28px;
    font-weight: bold;
}
.starting-section .item-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.starting-section .item-flex .image {
    width: 60px;
    height: auto;
    flex-shrink: 0;
}
.starting-section .item-flex .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.starting-section .item-flex .title {
    font-size: 20px;
    font-weight: bold;
}
.starting-section .item-flex .subtitle {
    font-size: 15px;
    font-weight: normal;
}
.starting-section .image-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.starting-section .image-wrapper img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}
.starting-section .image-wrapper.mobile-edit img {
    max-height: 500px;
}
.price-section .card-white {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
    padding: 20px;
    padding-top: 30px;
    max-width: 270px;
    /* width: 100%; */
    position: relative;
    transition: all 0.3s ease-in-out;
    min-height: 300px;
}
.price-section .card-white  .abs {
    position: absolute;
    top: -20px;
    left: 30px;
}
.price-section .card-white .subtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;

}
.price-section .card-white .price {
    font-size: 50px;
    font-weight: bold;
    text-align: center;


}
.price-section .card-white .price span {
    font-size: 15px;
    font-weight: 300;


}
.price-section .card-white  .includes {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.price-section .card-white  .includes i {
    font-size: 15px;
    color: #f06402;
}
.tranform-img-wrapper {
    background: #f06402;
    border-radius: 20px;
    padding: 20px;
}
.transform-img {
    position: relative;
    margin: 10px auto;
    left: 50%;
    transform: translateX(-50%);
    width: 293px;
    height: 143px;
    object-fit: cover;
    border-radius: 20px;
}
.main-blogs .left-blog {
    border-radius: 8px;
    box-shadow: 0px 4px 27.8px 0px #0000001A;

}
.main-blogs .left-blog img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    display: block;
    height: 370px;

}
.main-blogs .left-blog .content {
    padding: 20px;
}
.main-blogs .left-blog .content .top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.main-blogs .left-blog .content .top .time {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
    font-size: 12px;
    color: #4C4C4C;
}
.main-blogs .left-blog .content .top .small {
    font-size: 14px;
    font-weight: 700;
    color: #4C4C4C;


}
.main-blogs .left-blog .content  .desc {
    font-size: 20px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 16px;


}
.main-blogs .left-blog .content .see-more {
    display: block;
}

.main-blogs .right-blog {
    border-radius: 8px;
    box-shadow: 0px 4px 27.8px 0px #0000001A;

}
.main-blogs .right-blog img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
    height: 140px;
    object-fit: cover;

}
.main-blogs .right-blog .content {
    padding: 12px;
}
.main-blogs .right-blog .content .top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.main-blogs .right-blog .content .top .time {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
    font-size: 12px;
    color: #4C4C4C;
}
.main-blogs .right-blog .content .top .small {
    font-size: 11px;
    font-weight: 700;
    color: #4C4C4C;


}
.main-blogs .right-blog .content  .desc {
    font-size: 14.5px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 10px;


}
.main-blogs .right-blog .content .see-more {
    display: block;
    font-size: 14px;
}




.faq-container {
    max-width: 900px;
    margin: 30px auto;
}
.faq-container .accordion-item {
    margin-bottom: 20px;
    border: none !important;
}
.accordion-item {
    background-color: transparent !important;
}
.accordion-button:not(.collapsed) ,.accordion-button{
    color: #333 !important;
    border: none;
    border-left: 2px solid #457B9D;

    outline: none;
    box-shadow: none !important;
    background-color: transparent !important;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none !important;
}
.main-footer {
    padding: 60px 0px;

    background: linear-gradient(100.55deg, #1E1E1E 0%, #202020 86.43%);


    background-size: cover;
    min-height: 400px;
}
.main-footer .top-section {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 12px;
}
.main-footer .top-section .logo img {
    width: 190px;
    height: auto;
    object-fit: contain;
}
.main-footer .top-section .line,.line {
    height: 1.42px;
    background-color: white;
    width: 100%;
}
.main-footer .main-title {
    color: white;
    text-align: center;
}
.main-footer .app-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.main-footer .app-icons a img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.main-footer .heading {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.main-footer a,.main-footer .link {
    font-size: 15px;
    font-weight: 400;
    color: white;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
}
.main-footer .social-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    align-items: center;
}
.main-footer .social-links .link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.main-footer .social-links .link i {
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    color: white;
    cursor: pointer;
}
.main-footer hr {
    color: white;
    background-color: white;
}
.main-footer .social-links i:hover {
    transform: scale(1.2);
}
.main-footer .bottom-links-wrapper {
    display: flex;
    justify-content: space-between;
}
.main-footer .bottom-links-wrapper .copy {
    color: white;
    font-size: 14px;
}
.main-footer .bottom-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.main-footer .bottom-links a {
    font-size: 15px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.how-does-it-work {
    padding: 90px 0px;
    background:url(../imgs/autobg.png);
    background-size: 100% 100%;
    margin-bottom: 45px;
}
.how-does-it-work .text {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    line-height: normal;
}
.how-does-it-work .single-work-process {
    display: flex;
    max-width: 96%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 350px;
    position: relative;
    transition: .35s;
    width: 100%;
    border-radius: 20px;
    background: #1E1E1E82;
    padding: 50px 20px;
    border: 1px solid #FFFFFF;
    width: 100%;
    margin: 0 auto;
}
.seamless-container .inner {
    border-radius: 30px;
    padding: 80px 40px;
    background: url(../imgs/seamlessbg.png);
    background-size: 100% 100%;
}
.seamless-container .text-right {
    text-align: right;
}
.seamless-container .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.toggle-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.toggle-price .label {
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 700;
}
.toggle-price .toggle {
    position: relative;
    height: 28px;
    width: 54px;
    overflow: hidden;
    border-radius: 30px;
}
.toggle-price .toggle .track {
    position: relative;
    height: 28px;
    width: 54px;
    overflow: hidden;
    background-color: #ddd;

}
.toggle-price .toggle .track .circle {
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 22px;
    left: 2px;
    height: 22px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    border-radius: 50%;
    transform: translateX(0);
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.toggle-price .toggle input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 3;
}
.toggle-price .toggle input:checked + .track {
    background-color: #457B9D;
}
.toggle-price .toggle input:checked + .track .circle {
    transform: translate(125%,-50%);
}
.price-main-owl .price-card {
    border-radius: 20px;
    background-color: white;
    border: 1px solid #EFF0F6;
    color: #0d0925;
    box-shadow: 0px 2px 12px 0px #14142B14;
    padding: 30px;
    min-height: 400px;
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out;

}

.price-main-owl button.owl-dot {
    border: 1px solid #457B9D;
}
.price-main-owl {
    padding: 40px 10px;
}
.price-main-owl .price-card .header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.price-main-owl .price-card .header .left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.price-main-owl .price-card .header .left .title {
    font-size: 24px;
    font-weight: 700;
}
.price-main-owl .price-card .header .left .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
}
.price-main-owl .price-card .header .left .icon  img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.price-main-owl .price-card .header .tag {
    padding: 10px 16px;
    background-color: white;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0px 2px 12px 0px #14142B14;
    text-align: center;
    color: #0d0925;
}
.price-main-owl .price-card .content {

    height: 100%;
}
.price-main-owl .price-card .content .text {
    font-size: 15px;
    color: #777;
}
.price-main-owl .price-card .content .price {
    font-size: 50px;
    line-height: 1;
    font-weight: bolder;
}
.price-main-owl .price-card .content .price span {
    font-size: 30px;
    font-weight: 300;
}
.price-main-owl .price-card .content .subtitle {
    font-size: 20px;
    font-weight: bold;
}
.price-main-owl .price-card .content .included {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-bottom: 12px;
}
.price-main-owl .price-card .content .included i {
    flex-shrink: 0;
    font-size: 18px;
    color: #457B9D;
}
.price-main-owl .price-card:hover {
    background-color: #457B9D;
    color: white;
}
.price-main-owl .price-card:hover .button {
    background-color: white;
    color: #f06402;
}
.price-main-owl .price-card:hover .content .included i {
    color: white;
}
.price-main-owl .price-card:hover .content .text {
    color: white;
}
.price-main-owl .price-card:hover .header .left .icon {
    background-color: white;
}
.price-main-owl .price-card .button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #457B9D;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 40px;
    border: none;
}
#anual {
    display: none;
}
.guidence-wrapper {
    padding: 80px 0px;
    background: url(../imgs/guidebg.png);
    background-size: 100% 100%;
}
.cropper-wrapper {
    padding: 80px 0px;
    background: url(../imgs/guidebg.png);
    background-size: 100% 100%;
}
.contact-section .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.guidence-wrapper .app-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.guidence-wrapper .app-icons a img {
    width: 190px;
    height: auto;
    object-fit: contain;
}
.guidence-wrapper .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.how-does-it-work .single-work-process .abs {
    position: absolute;
    top: 0px;
    right: 10%;
    height: 50px;
    width: auto;
    object-fit: contain;
}

.single-work-process .icon {
    height: 90px;
    width: 90px;

    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    transition: .35s;
    margin-bottom: 13px;
}
.single-work-process .icon  img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.work-process-group {
    position: relative;
    z-index: 1;
}

.single-work-process .content h3 {
    color:#fff;
    font-size: 18px;

    font-weight: 700;
    margin-bottom: 8px;
}
.how-it-work-section .single-work-process .content p {
    color: #fff !important;
    font-size: 16px;

    font-weight: 400;
    line-height: 26px;
    margin-bottom:0px }
.sign-news .w-800 {
    max-width: 800px;
    margin: 20px auto;
}
.sign-news .form-wrapper {
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    margin: 20px auto;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sign-news .form-wrapper input {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    outline: none;
    border: none;
    background-color: #f5f5f5;
}
.sign-news .form-wrapper button {
    display: block;
    width: 100%;
}


.owl-autocorp {
    padding: 10px;

}

.auto-owl-main button.owl-dot {
    border: 1px solid #457B9D;
}

.white-card {
    padding:40px 30px;
    max-width: 97%;
    border-radius: 10px;
    background-color: #fff;
    min-height: 300px;
    width: 100%;
    border: 1px solid #457B9D;
    margin-bottom: 40px;

}
.white-card img {
    width: 70px !important;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}
.white-card .title {
    font-size: 20px;
    font-weight: bold;
}
.white-card .text {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../imgs/banner.jpg);
    background-size: cover;
}
.login-wrapper .data {
    max-width: 500px;
    width: 100%;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 50px auto;
}
.login-wrapper.signup .data {
    max-width: 700px;
}

.login-wrapper .data .logo {
    width: 150px;
    height: auto;
    margin: auto;
}
.login-wrapper .data .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.login-wrapper .data .input {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    height: 45px;
    background-color: transparent;
    display: block;
    width: 100%;
    font-size: 14px;
}
.login-wrapper.signup .data .input {
    display: initial;
}
input:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.login-wrapper .title {
    font-size: 20px;
    font-weight: bold;
}
.login-wrapper .button-blue {
    border-radius: 10px;
    display: block;
    width: 100%;
}
.login-wrapper .other-account {
    font-size: 14px;
    color: #777;
}
.login-wrapper .other-account a {
    font-weight: bold;
    color: #777;
    text-decoration: none;
}

.conatct-banner {
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f06402;
    /*background: url(../imgs/banner.jpg);*/
    background-size: cover;
    padding: 50px;
}
.conatct-banner .data {
    max-width: 500px;
    margin: auto;
}
.conatct-banner .data .title {
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.conatct-banner .data .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.contact-us-wrapper {
    width: 100%;
    height: auto;

    padding: 20px;
    border-radius: 10px;

    margin: 50px auto;

}
.contact-us-wrapper .input {
    border: none;
    border-bottom: 1.12px solid #2A2727;
    border-radius: 0px;
    padding: 10px;
    height: 45px;
    background-color: transparent;
    color: #333;
    display: block;
    width: 100%;
    font-size: 14px;
}
.contact-us-wrapper textarea.input {
    height: 70px;
}
.contact-us-wrapper .input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.contact-us-wrapper  .button-blue {
    border-radius: 10px;
    height: 45px;
    min-width: 200px;
}
.blog-card {
    width: 100%;
    border-radius: 10px;
}
.blog-card .image-wrapper {
    width: 100%;
    height: 250px;
}
.blog-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.blog-card .content {
    padding: 20px 15px;
    min-height: 150px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-card .content  .title {
    font-size: 16px;
    font-weight: bold;
}
.blog-card .content  .text {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.blog-card .content  .read-more {
    font-size: 14px;
    font-weight: bold;
    color: #f06402;
    text-decoration: none;
}
.types-section .nav-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    border: none;
    margin-bottom: 30px;
}
.types-section  .nav-tabs .nav-link {
    border: 1px solid #eee;
    color: #333 !important;
    padding: 10px 30px;
}
.nav-tabs .nav-link.active {
    background-color: #f06402 !important;
    border: 1px solid #f06402 !important;
    color: #fff !important;
}
.types-section .nav-ta .image-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.types-section  .image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.navbar-toggler {
    color: white;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.custom-nav .navbar-nav {
    align-items: center;
}

.half-cutt .image-wrapper {
    position: relative;
}
.half-cutt .image-wrapper .loaderp {
    position: absolute;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.6);

    display: flex;
    justify-content: center;
    align-items: center;

}
#loader {
    display: none;
}
.loaderp .loader {
    border: 6px solid #fff;
    border-top: 6px solid #f06402;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 120px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wrapper-slider{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    border-radius: 24px;
    border:3px solid white ;
    position: relative;
    min-height: 454px;
    height: 100%;
    width: 95%;

    /*border-radius:10px;*/

    overflow: hidden;
    background: #ddd;
    /*border: 7px solid #fff;*/
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    z-index: 0;
}
.wrapper-slider .images{
    min-height: 454px;
    height: 100%;
    border-radius:0px;
    width: 100%;
    display: flex;
}
.wrapper-slider .images .img-1{
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../imgs/filtered_file_halfcut.jpg) no-repeat;
    background-size: cover;
}
.wrapper-slider .images .img-2{
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../imgs/before_filter.jpg) no-repeat;
    background-size: cover;
}
.wrapper-slider .images .img-3{
    height: 100%;
    width: 100%;
    background: url(../imgs/guided-right.jpeg) no-repeat;
    background-size: cover;

}
.wrapper-slider .images .img-4{
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../imgs/filtered_guided-right.jpeg) no-repeat;
    background-size: cover;
}
.wrapper-slider .images .img-5{
    height: 100%;
    width: 100%;
    background: url(../imgs/guided-left.jpeg) no-repeat;
    background-size: cover;

}
.wrapper-slider .images .img-6{
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../imgs/filtered_guided-left.jpeg) no-repeat;
    background-size: cover;
}
.wrapper-slider .images .img-7{
    height: 100%;
    width: 100%;
    background: url(../imgs/fullCut.jpeg) no-repeat;
    background-size: cover;

}
.wrapper-slider .images .img-8{
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../imgs/full_cut.jpeg) no-repeat;
    background-size: cover;
}
.wrapper-slider .images .img-9{
    height: 100%;
    width: 100%;
    background: url(../imgs/fullCut.jpeg) no-repeat;
    background-size: cover;

}
.wrapper-slider .images .img-10{
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../imgs/full_cut.jpeg) no-repeat;
    background-size: cover;
}
.wrapper-slider .slider{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.wrapper-slider .slider input{
    width: 100%;
    outline: none;
    background: none;
    -webkit-appearance: none;
}
.wrapper-slider .slider input::-webkit-slider-thumb{
    min-height: 408px;
    height: 100%;
    width: 3px;
    background: none;
    -webkit-appearance: none;
    cursor: col-resize;
}
.wrapper-slider .slider .drag-line{
    width: 3px;
    min-height: 454px;
    height: 100%;
    position: absolute;
    left: 49.85%;
    pointer-events: none;
}
.slider .drag-line::before,
.slider .drag-line::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 49%;
    background: #fff;
}
.slider .drag-line::before{
    top: 0;
}
.slider .drag-line::after{
    bottom: 0;
}
.slider .drag-line span{
    height: 42px;
    width: 42px;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.slider .drag-line span::before,
.slider .drag-line span::after{
    position: absolute;
    content: "";
    top: 50%;
    border: 10px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.slider .drag-line span::before{
    left: 40%;
    border-left-color: #fff;
}
.slider .drag-line span::after{
    left: 60%;
    border-top-color: #fff;
}

.big-feature-img-4 {
    border-radius: 12px;
    flex: 0 auto;
    align-self: flex-end;
    width: 100%;
    max-width: none;
    margin-top: -10px;
}
.big-feature-img-wrapper{background-image:linear-gradient(to bottom,var(--dark-slate-grey),var(--steel-blue));border-radius:20px;width:100%;padding:20px}
@media(max-width:560px) {
    .home-banner ,.quick-video-sectio{
        padding: 50px 0px;
    }
    .cropper-wrapper {
        padding: 40px 0px;
    }
    .custom-banner-mobile-screen {
        margin-top: 55px;
    }
    .animated-img img {
        object-fit: initial !important;
    }
    .home-banner{
        padding-top: 10px !important;

    }
    .wrapper-slider .images .img-1,.wrapper-slider .images .img-2 {
        background-size:cover !important;
    }
    .wrapper-slider .images,.wrapper-slider ,.wrapper-slider .slider .drag-line{
        min-height: 245px;
    }
    .custom-nav .navbar-nav {
        gap: 10px;
    }
    .main-footer a, .main-footer .link {
        font-size: 14px;
    }
    .main-footer .top-section .logo img {
        width: 130px;
    }
    .main-footer .top-section {
        margin-bottom: 20px;
    }
    .my-5.line {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .max-1200 {
        padding: 0px 24px;
    }
    .main-blogs .left-blog img,.main-blogs .right-blog img {
        height: 200px;
    }
    .main-blogs .left-blog .content .desc {
        font-size: 16px;
    }
    .main-blogs .left-blog .content .top  {
        font-size: 12px;

    }
    .custom-nav .navbar-nav .button-white{
        margin-bottom: 12px !important;
        display: block;
    }
    .auth-wrapper .right-auth {
        display: none;
    }
    .auth-wrapper .inner {
        width: 90%;
        margin: auto;
    }
    .main-blogs .left-blog .content .top{
        align-items: flex-start;
    }
    .mt-5 {
        margin-top: 0px !important;
    }
    .body-text {
        font-size: 15px;
    }
    .types-section .nav-tabs .nav-link {
        font-size: 14px;
        padding: 6px 12px;
    }
    .custom-nav .nav-link {
        font-size: 14px;
    }
    .login-wrapper .data {
        max-width: 95%;
        margin: 5px auto;
    }
    .login-wrapper.signup .data {
        max-width: 95%;
        margin: 24px auto;
    }
    .main-footer .app-icons a img {
        width: 130px;
    }
    .custom-nav .logo-main img {
        width: 130px;
    }
    .home-banner .title,.quick-video-section .title ,.discovery-section .title,.starting-section .title{
        font-size: 24px;
    }
    .home-banner .text,.conatct-banner .data .subtitle {
        font-size: 14px;
    }
    .starting-section .item-flex .image {
        width: 40px;
    }
    .main-title,.half-cutt .data .title ,.elevate .title,.conatct-banner .data .title{
        font-size: 20px;
    }
    .half-cutt .data .subtitle,.starting-section .item-flex .title {
        font-size: 17px;
    }
    .elevate .video-wrapper {
        margin-top: 30px;
    }
    .accordion-body {
        font-size: 14px;
    }
    .container {
        padding: 0px 20px;
    }
    .price-section .card-white {
        max-width: 100%;
    }
}




/* Bespoke section*/
/*Slider css*/

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}
.swiper-fade .swiper-slide {
    display: flex;
}
@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .otp-numbers {
        gap: 8px;
    }
    .otp-numbers .number {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    .auth-wrapper .input {
        font-size: 18px;
    }
    .auth-wrapper .inner .data {
        padding:5px;
    }
    .home-banner{
        padding-top: 10px !important;
        background:url(../imgs/home-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .half-cutt .data.left {
        background:url(../imgs/left-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .half-cutt .data.right {
        background:url(../imgs/right-mobile.png);
        background-repeat: no-repeat;
    }
    .partners-section{
        background:url(../imgs/home-slider-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .difficulties-wrapper {
        background:url(../imgs/diff-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .edit-section,.remove-container {
        background:url(../imgs/edit-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mobile-section {
        background:url(../imgs/mobile-bg1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .our-app-section .inner {
        background:url(../imgs/our-app1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .web-app-container .inner.left {
        background:url(../imgs/web-left1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .auto-dms .inner {
        background:url(../imgs/auto-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .how-does-it-work{
        background:url(../imgs/about-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .web-app-container .inner.right {
        background:url(../imgs/web-right1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .guidence-wrapper,.cropper-wrapper {
        background:url(../imgs/guide-mobile.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .seamless-container .inner{
        background:url(../imgs/web-left1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .our-app-section .inner .download-app {
        flex-direction: column;
    }
    .half-cutt .data .text {
        font-size: 15px;
    }
    .button-light,.button-blue {
        font-size: 14px;
        white-space: no-wrapp;
        padding: 8px 20px;
    }
    .discovery-section {
        padding-top: 10px !important;
    }
    .starting-section {
        padding-bottom: 0px !important;
    }
    .home-banner .image-banner {
        padding:0px !important;
        margin-top:20px !important;
        min-height: 350px;
    }
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrapper-slider {margin:0px}
    .half-cutt .data {padding-top:20px}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}
.blog-slider__item {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}
.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    /*background-image: linear-gradient(271deg, #fff 0%, #f06402 5%);*/
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}
.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(271deg, #fff 0%, #f06402 5%);*/
    border-radius: 20px;
    opacity: 0.8;
}
.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}
.blog-slider__content {
    padding-right: 25px;
}
@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
    .blog-slider__title {
        margin-top: 30px;
    }
}
@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
    .blog-slider__title {
        margin-top: 30px;
    }
}
.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}
.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}
.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #f06402 0%, #f06402 25%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #f06402;
    opacity: 0.2;
    transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f06402;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
    .guidence-wrapper .app-icons a img {
        width: 150px;
    }
    .auto-dms .inner {
        padding:50px 20px;
    }
    .seamless-container .text-right {
        text-align: left;
    }
    .web-app-container .inner .title{
        font-size: 24px;
    }
    .contact-us-wrapper {
        margin: 10px auto;
        padding: 0px;
    }
    .main-footer .bottom-links-wrapper {
        flex-wrap: wrap;
        gap: 16px;
    }
    .main-footer .social-links .link {
        font-size: 14px;
    }
    .main-footer .social-links .link i {
        font-size: 16px;
    }
    .main-footer .bottom-links {
        flex-wrap: wrap;
        gap: 16px;
    }
    .our-app-section {
        padding: 30px 0px;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .remove-container {
        padding: 50px 0px;
    }
    .web-app-container .inner .subtitle {
        font-size: 18px;
    }
    .web-app-container .inner.right,.web-app-container .inner.left {
        border-radius: 36px;
    }
    .half-cutt .data.right ,.home-banner,.half-cutt .data.left,.difficulties-wrapper,.edit-section,.mobile-section{
        background-size: 100% 100%;
        margin-bottom: 20px;
    }
    .difficulties-wrapper ,.our-app-section .inner{
        max-width: 92%;
        border-radius: 24px;
        margin: 10px auto;
    }
    .main-footer .social-links {
        align-items: flex-start;
        gap: 12px;
    }
    .our-app-section .inner .download-app a img {
        width: 203px;
        height: auto;
        object-fit: contain;
    }
    .diff-owl-container .text {
        font-size: 14px;
    }
}
a {
    text-decoration: none !important;
}
