@media (max-width: 1400px) {
    .home-one-featured-area h1 {
        font-size: 58px;
        font-weight: 600;
        margin-bottom: 20px;
    }
}

.desc {
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .home-one-featured-area h1 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .navbar-links {
        list-style-type: none;
        display: flex;
        display: none;
    }

    .desc {
        font-weight: 400;
        margin-bottom: 10px;
    }

}

.newsletter form input[type="text"] {
    width: 65%;
    height: 60px;
    padding-left: 30px;
    border: 3px solid #464646;
    outline: none;
    color: #ddd;
    background-color: transparent;
    border-radius: 40px;
    padding-right: -67px;
}

.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}


.card1 {
    display: inline-block;
    width: 25%;
    padding: 18px;
    box-sizing: border-box;
    text-align: center;
    border: 1.2px solid #ccc;
    border-radius: 15px;
    margin: 10px;
    color: white;
    transition: all 0.3s ease;

}

.card1:hover {
    background-color: #348d015b;
    transform: scale(1.05);
}

.card1 p {
    color: white;
}

.sec-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff !important;
    height: 60px;
    background: rgb(0 206 125);
    background: linear-gradient(90deg, #368E00 0%, #006553 100%);
    -moz-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
    display: inline-block;
    overflow: hidden;
    padding: 15px 30px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 700;
    white-space: nowrap;
}

.sec-btn--v2 {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #368E00 !important;
}

header.sticky .sec-btn--v2 {
    /* background: transparent !important; */
    color: #000 !important;
    /* border: 1px solid #368E00 !important; */
}

.card2 {
    width: 22%;
    background: #EEEEEE;
    border: 2px solid #ccc;
    padding: 15px;
    margin: 8px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;

}

.card2:hover {
    background-color: #DCFFC7;
    transform: scale(1.05);
    border: 2px solid #3EA300;


}

.card-icon img {
    margin-bottom: 15px;
    margin-right: 188px;
    width: 50px;


}

.card-heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.card-price {
    font-size: 16px;
    font-weight: bold;
    text-align: left;

}

.card-rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
    color: #ffc107;
}

@media only screen and (max-width: 768px) {
    .card2 {
        width: 46%;
    }
}

@media only screen and (max-width: 480px) {
    .card2 {
        width: 44%;
    }
}

@media (max-width: 1400px) {
    .about-unique .services-style-one {
        padding: 10px;
        margin: 19px;
        border-radius: 10px;
    }
}


.services-style-one-img svg {
    width: 69px;
    z-index: 11111111;
    position: relative;
    margin-top: 20px;
}

.about-unique .services-style-one:hover {
    border: 1px solid #3EA300;

}

.logofont {
    color: white;
    font-weight: 600;
    font-size: 35px;
}

@media screen and (max-width: 768px) {
    .logofont {
        color: white;
        font-weight: 600;
        font-size: 27px;
    }

}

.owl-dots {
    display: none;

}

.card1 {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .card1 {
        display: none;
    }

}

.card-container4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;

}

.card4 {
    position: relative;
    width: 330px;
    height: 400px;
    overflow: hidden;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card4:hover {
    transform: scale(1.01);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.card4:hover .card-image {
    filter: blur(0);
}


.card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: transform 0.3s;

}

.card-image:hover {
    transform: scale(1.1);

}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;

}

.card-subtitle {
    font-size: 16px;
    color: white;

}

.card-desc {
    padding: 12px;
    padding-right: 140px;
    border-radius: 10px;
    background-color: #000000b0;

}

@media screen and (max-width: 768px) {
    .card-container4 {
        flex-wrap: wrap;
    }

    .card4 {
        width: calc(100% - 20px);
    }

    .text2 {
        font-weight: 600;
        color: black;
        font-size: 15px;
    }
}


.card5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.377);
    border-radius: 9px;
}

.left-column {
    flex-basis: 50%;
    text-align: left;
}

.right-column {
    flex-basis: 50%;
    text-align: right;
}

.text2 {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

@media screen and (max-width: 768px) {

    .text2 {
        font-weight: 600;
        color: black;
        font-size: 15px;
    }
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/shape/dot-grid.png);
}


.s1 {
    margin-top: -104px;
}

@media screen and (max-width: 768px) {
    .s1 {
        margin-top: 0;
    }
}


.card6 {
    background-color: rgb(252, 252, 252);
    border: 4px dotted rgb(94, 94, 94);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.column2 {
    flex: 1;
}

/* Responsive Styles */
@media screen and (max-width: 480px) {
    .card6 {
        max-width: 100%;
    }
}

.blog-style {
    border: 1px solid #00d794;
    padding: 84px 40px 40px;
    position: relative;
    background-color: white;
    border-radius: 44px;
    margin-top: 57px;
}

.blog-style2 {
    border: 1px solid #c5c5c5;
    padding: 84px 40px 40px;
    position: relative;
    background-color: white;
    margin-top: 57px;
}

.column {
    flex: 1 1 50%;
    /* This will split the columns evenly */
    padding: 10px;
}

.image2 {
    flex: 1;
}

.image2 img {
    height: auto;
    width: 1371px;
    margin-left: -126px;
}

@media (max-width: 767px) {
    .column {
        flex-basis: 100%;
        /* On smaller screens, make the columns take up the full width */
    }

    .image2 img {
        display: none;
    }
}

.about-comp {
    width: 434px;
    margin-left: 782px;
    margin-top: -265px;
}

@media screen and (max-width: 768px) {
    .about-comp {
        display: none;
    }
}

@media (max-width: 576px) {

    .zoom-slider .owl-nav,
    .shape-style:before {
        display: flex;
    }
}

* {
    box-sizing: border-box;
}

.row2 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    /* Negative margin to offset the padding */
}

.row2::after {
    content: "";
    display: table;
    clear: both;

}

.column2 {
    float: left;
    width: 50%;
    padding: 5px;
}

.column2 img {
    border-radius: 10px;
}


.icon-with-text {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.icon-with-text span {
    font-size: 15px;
    font-weight: 700;
}

.icon-with-text img {
    width: 15%;
}

.img5 {
    width: 524px;
    margin-top: -444px;
    margin-left: 857px;
}

.para1 {
    padding-right: 391px;
}


/* Responsive layout - makes the columns stack on top of each other */
@media screen and (max-width: 768px) {
    .img5 {
        display: none;
    }

    .para1 {
        padding-right: 0px;
        margin-bottom: 30px;

    }

    .column2 {
        width: 100%;
    }

    .icon-with-text img {
        width: 10%;
    }

    .column2 img {
        border-radius: 10px;
    }

    .row2 {
        width: 100%;
        display: contents;

    }
}

.card7 {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 13px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card7:hover {
    background-color: #348d015b;
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(112, 112, 112, 0.5);

}

.card8 {
    display: inline-block;
    width: 250px;
    background-color: white;
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.para2 {
    font-color: black;
    text-align: center;
}

.card8 img {
    max-width: 100%;
    height: auto;
}

.card8:hover {
    background-color: white;
    color: black;
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(112, 112, 112, 0.5);

}


@media screen and (max-width: 600px) {
    .card8 {
        max-width: 100%;
        width: 100%
    }
}


.card10 {
    position: relative;
    width: 253px;
    height: 200px;
    background-color: #000000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card10 img {
    width: 446px;
    fill: #333;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card10:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000000;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card10:hover .card__content {
    transform: rotateX(0deg);
}

.card__title {
    margin: 22%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.card10:hover img {
    scale: 0;
}

.card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}


.card0 {
    width: 100%;
    max-width: 263px;
    min-width: 216px;
    height: 209px;
    background-color: #292929;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 768px) {
    .card0 {
        width: 100%;
        max-width: 50%;
        min-width: 96%;
    }
}


.icon0 {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 80px;
    background: linear-gradient(90deg, #7eaaff 0%, #ff48fb 40%, rgba(0, 0, 0, 0.28) 60%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
}

.icon0 svg {
    fill: white;
}

.card0 .title0 {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.card0 .text0 {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: white;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}

.card0:hover {
    height: 270px;
}

.card0:hover .text0 {
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 40px;
}

.card0:hover .icon0 {
    background-position: -120px;
    transition: all 0.3s ease;
}

.card0:hover .icon0 svg path {
    fill: url('#gradientColor');
    transition: all 0.3s ease;
}


@media screen and (max-width: 768px) {
    .card10 {
        position: relative;
        width: 99%;
        margin-bottom: 20px;
    }
}


.sess3 {
    margin-bottom: -126px;

}

.sess4 {
    margin-top: -259px;

}

.img3 {
    width: auto;
}

.img8 {
    margin-left: 40px;
    width: auto;


}

@media screen and (max-width: 768px) {
    .img8 {
        margin-left: 0;
        width: 100%;

    }

    .img3 {
        width: 100%;
    }

    .sess3 {
        margin-bottom: 0;

    }

    .sess4 {
        margin-bottom: 0;

    }
}

ul.logos li {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid #c1c1c1;
    background-color: black;
    margin-left: -1px;
    margin-top: -2px;
    border-radius: 20px;
}


.card12 {
    width: 252px;
    height: 235px;
    background: white;
    border-radius: 30px;
    transition: 0.2s ease-in-out;
}

.card12:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .card12 {
        width: 50%;
        transition: none;
    }

    .card12:hover {
        cursor: pointer;
        box-shadow: none;
        transform: none;
    }

}



.save {
    transition: 0.2s ease-in-out;
    border-radius: 10px;
    margin: 20px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: space-around;
}

.save .svg {
    transition: 0.2s ease-in-out;
    width: 15px;
    height: 15px;
}

.icon-box {
    margin-top: 15px;
    width: 70%;
    padding: 10px;
    background-color: #d8ffe4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.icon-box svg {
    width: 17px;
}

.text .h3 {
    font-family: 'Lucida Sans' sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.text .p {
    font-family: 'Lucida Sans' sans-serif;
    color: #999999;
    font-size: 13px;
}

.icon-box .span {
    margin-left: 10px;
    font-family: 'Lucida Sans' sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #9198e5;
}



.save:hover {
    transform: scale(1.1) rotate(10deg);
}

.save:hover .svg {
    fill: #ced8de;
}

.planning-make.three:before {
    content: "3";
    display: none;
}

@media (max-width: 1400px) {
    .planning-make:before {
        display: none;
        height: 25px;
        width: 25px;
        top: -2%;
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .planning-make:after {
        height: 730px;
        left: 8.5%;
        top: 73%;
        z-index: -1;
    }
}




#fixed-social {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover>span {
    visibility: visible;
    left: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook {
    background-color: #00AAE5;
}

.fixed-facebook span {
    background-color: #00AAE5;
}

.fixed-twitter {
    background-color: #7D3895;

}

.fixed-twitter span {
    background-color: #7D3895;
}

.fixed-gplus {
    background-color: #00AF54;

}

.fixed-gplus span {
    background-color: #00AF54;
}

.fixed-linkedin {
    background-color: #FFC41E;

}

.fixed-linkedin span {
    background-color: #FFC41E;
}

.fixed-instagrem {
    background-color: #ED2B29;

}

.fixed-instagrem span {
    background-color: #ED2B29;
}

.fixed-tumblr {
    background-color: #52CE5E;

}

.fixed-tumblr span {
    background-color: #52CE5E;
}



@media only screen and (max-width: 600px) {
    #fixed-social {
        display: none;
    }
}




@media only screen and (max-width: 540px) {
    .header__left-part {
        padding: 180px 10px;
    }
}

@media only screen and (max-width: 576px) {
    .heading--primary {
        font-size: 30px;
    }
}