@font-face {
    font-family: 'Euclid Circular A Regular';
    src: url(/font/Euclid\ Circular\ A\ Regular.woff) format('woff'),
        url(/font/Euclid\ Circular\ A\ Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.woff2) format('woff2');
}

body {
    margin: 0;
}

.banner-section {
    position: relative;
    overflow: hidden;
    font-family: 'Euclid Circular A Regular';
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(359deg, transparent, #00000082, #00000061, #0000004a, transparent);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-img {
    animation: zoomEffect 10s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
        /* Normal size */
    }

    100% {
        transform: scale(1.1);
        /* Zoom in slightly */
    }
}

.banner-section-information {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    color: #fff;
    text-align: center;
}

.banner-section-information h1 img {
    max-width: 300px;
}

.banner-section-information h1 {
    font-size: 46px;
    font-family: 'Austin News Headline Light';
}

.banner-section-information p {
    font-size: 19px;
}

.padding-space-extra {
    padding: 80px 0;
}

.choose-btn {
    margin-bottom: 60px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-family: 'Austin News Headline Light';
    font-size: 50px;
}

.choose-links-info {
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.choose-youtube {
    position: absolute;
    bottom: 30px;
    right: 50%;
    opacity: 0.2;
    transform: translate(-50%);
}

.choose-instagram {
    position: absolute;
    top: 30px;
    left: 35px;
    opacity: 0.4;
}

.choose-award {
    position: absolute;
    top: 30px;
    right: 115px;
    opacity: 0.4;
}

.insta,
.youtube,
.award {
    max-width: 66px;
    animation: floatBefore 5s ease-in-out infinite;
}

@keyframes floatBefore {

    0%,
    100% {
        transform: translateX(0) translateY(0);
    }

    50% {
        transform: translateX(10px) translateY(10px);
    }
}

.project-imformations h3 {
    border-bottom: 1px dashed #fff;
}

.choose-img img {
    border-radius: 20px;
    box-shadow: 0 0 3px #717171;
}

.hidden-project-information a .btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
}

.virtual-information {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.virtual-icon {
    max-width: 90px;
    padding: 17px;
    background: #f53d22;
    border-radius: 10px;
    animation: pulse 1.5s infinite;
}

.virtual-icon img {
    filter: invert(1);
}

/* .virtual-icon {
    max-width: 53px;
    animation: pulse 1.5s infinite;
} */

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0#f53d22;
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(107, 209, 42, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(107, 209, 42, 0);
    }
}

.rating-img {
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.location-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
}

.location-inferrr {
    position: relative;
    overflow: hidden;
    padding: 2px;
}

.location-inferrr img,
.location-img img {
    box-shadow: 0 0 3px #9b8e8e;
    border-top-left-radius: 40px;
    position: relative;
    border-top-right-radius: 40px;
}

.location-innnter {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
}

.location-inferrr::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(0deg, black, transparent, transparent);
    content: "";
}

.location-information {
    font-family: 'Euclid Circular A Regular';
}

.infert-location {
    position: absolute;
    bottom: 0;
    z-index: 9;
    content: "";
    left: 10px;
}

.location-iter {
    position: absolute;
    bottom: 0;
    z-index: 9;
    content: "";
    left: 10px;
}

.location-img img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(0deg, black, transparent, transparent);
    content: "";
}

.infert-location h3 {
    font-size: 29px;
    font-family: 'Austin News Headline Light';
}

.location-iter h3 {
    font-size: 38px;
    font-family: 'Austin News Headline Light';
}

.choose-btn {
    margin-bottom: 60px;
}

.choose-info p {
    font-size: 25px;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #f53d22;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #f53d22;
}

.bg-color {
    background: #f1e9e9;
}

.why-choose-us {
    font-family: 'Euclid Circular A Regular';
    padding: 60px 0 0 0;
}

.why-choose-us-info {
    margin: 0 40px;
}

.section-title-info h2 {
    font-family: 'Austin News Headline Light';
    font-size: 40px;
}

.choose-btn .btn {
    background: #f53d22;
    border-radius: 5px;
    color: #fff;
}

.choose-info {
    text-align: center;
}

.rating-section {
    text-align: center;
    font-family: 'Euclid Circular A Regular';
    position: relative;
    overflow: hidden;
}

.choose-info h3 {
    font-family: 'Austin News Headline Light';
    font-size: 48px;
}

.choose-section-fer .col-md-3 {
    border-right: 1px solid #ddd;
    /* light border color */
    text-align: center;
    padding: 20px 0;
}

/* 🔥 last column ka border-right remove */
.choose-section-fer .col-md-3:last-child {
    border-right: none;
}

.iconic-masterpiece {
    width: 100%;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.new-hot-related-swiper {
    width: 100%;
    padding-bottom: 60px;
    position: relative;
}

.project-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 520px;
}

.project-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000c2, transparent);
    content: "";
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

/* Bottom Gradient Same as Screenshot */
.project-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent);
    z-index: 1;
}

.slide-content {
    position: absolute;
    bottom: 35px;
    left: 0;
    color: #fff;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
}

.slide-content h3 {
    font-size: 32px;
    margin-bottom: 8px;
    font-family: 'Austin News Headline Light';
}

.slide-content p {
    font-size: 17px;
    opacity: .9;
    margin-bottom: 18px;
    font-family: 'Euclid Circular A Regular';
}

.section-title p {
    font-family: 'Euclid Circular A Regular';
}

/* Arrow Button Exactly Same UI */
.arrow-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .7);
    transition: .3s;
    cursor: pointer;
}

.arrow-btn:hover {
    background: #fff;
    color: #000;
}

/* Top Right Navigation Like Screenshot */
.nav-arrows {
    position: absolute;
    top: -60px;
    right: 40px;
    display: flex;
    gap: 12px;
}

.arrow-round {
    background: #fff !important;
    color: #000 !important;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid #0003;
}

.instagram-search img,
.facebook-saerch img,
.twitter-search img,
.youtube-search img {
    max-width: 59px;
}

.searching-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagram-search,
.facebook-saerch,
.twitter-search {
    margin-right: 20px;
}

.searching-infer h2 {
    font-family: 'Austin News Headline Light';
}

.searching-infer p {
    font-family: 'Euclid Circular A Regular';
}

.search-info {
    padding-bottom: 80px;
}

.search-where-we {
    padding: 50px;
    background: #f1e9e9;
}

.search-where-we {
    padding: 50px;
    background: #f1e9e9;
    box-shadow: 0 0 3px #a39d9d;
    border-radius: 10px;
}

.happy-client-details {
    text-align: center;
}

.testimonail-head {
    position: relative;
}

.testimonail-head h3 {
    font-family: 'Austin News Headline Light';
}

.testimonail-head p {
    font-family: 'Euclid Circular A Regular';
    font-size: 18px;
}

.testimonail-head {
    padding: 16px;
    position: relative;
}

.testimonail-head::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 85%;
    height: 100%;
    z-index: 9;
    border-top: 1px dashed #000;
    border-right: 1px dashed #000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testimonail-head::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 85%;
    z-index: 9;
    border-bottom: 1px dashed #000;
    border-left: 1px dashed #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testimial-img img {
    max-width: 57px;
}

.testimial-img {
    position: absolute;
    top: -5px;
    left: 1px;
}

.testimonial-section-client {
    background: #fff;
    color: #000;
    padding: 50px;
    border-radius: 5px;
    font-family: 'Euclid Circular A Regular';
}

.testimonial-profile-section {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: end;
}

.testimonial-profile-section-info p {
    margin-right: 10px;
    margin-bottom: 10px;
}

.testimonial-profile img {
    box-shadow: 0 0 3px #9f9a9a;
}

.section-client-fit {
    position: absolute;
    top: 15px;
    left: 10px;
}

.section-client-fit img {
    max-width: 60px;
}

.testimonial-section-client p {
    font-size: 15px;
    text-align: justify;
}

.developer-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.developer-card {
    background: #f1e9e9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    max-width: 270px;
    padding: 15px;
    box-shadow: 0 0 3px #9b9b9b;
    margin-bottom: 30px;
}

.stars {
    color: #ffbc00;
}

.developer-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.major-deveoper-height {
    overflow: hidden;
    height: 400px;
}

.major-developer-slider {
    -webkit-animation: 15s merchantlist linear infinite;
    animation: 15s merchantlist linear infinite;
}

@-webkit-keyframes merchantlist {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes merchantlist {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.youtube-information {
    text-align: center;
    margin: 0 auto;
}

.youtube-information iframe {
    border-radius: 10px;
    width: 100%;
    height: 315px;
}

.read-icon {
    max-width: 36px;
    position: relative;
    transform: rotate(45deg);
}

.blog-readmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-infromation {
    border: 1px solid #ddd;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 0 3px #d3d2d2;
    background: #f1e9e9;
}

.blog-img {
    position: relative;
    overflow: hidden;
    height: 270px;
    width: 100%;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-status-part {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 5px 20px;
    background-color: white;
    color: rgb(8, 7, 7);
    border: none;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Euclid Circular A Regular';
    z-index: 9;
}

.project-status-part p {
    margin-bottom: 0;
    font-size: 18px;
}

.blog-date {
    font-family: 'Euclid Circular A Regular';
    margin-bottom: 10px;
}

.blog-head {
    padding: 10px;
}

.blog-head h3 {
    font-family: 'Austin News Headline Light';
    font-size: 24px;
}

.readmore-btn .btn {
    font-family: 'Euclid Circular A Regular';
    background: transparent;
}

/* roll start*/
.text-roll {
    height: 4.125rem;
    line-height: 4rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.text-roll #rolltext {
    position: absolute;
    top: 0;
    animation: slide 5s infinite;
    font-size: 28px;
    font-family: 'Austin News Headline Light';
    font-weight: 100;
}

.text-roll #rolltext b {
    color: #ffa75d;
    font-size: 40px;
    font-weight: 800;
}

@keyframes slide {
    0% {
        top: 0;
    }

    25% {
        top: -4rem;
    }

    50% {
        top: -8rem;
    }

    72.5% {
        top: -12.25rem;
    }
}

/* roll end */
.btn-explore {
    margin-top: 20px;
    font-family: 'Euclid Circular A Regular';
    position: relative;
}

.btn-explore .btn {
    background: transparent;
    width: 40%;
    color: #fff;
    font-size: 24px;
    position: relative;
}

/* Before Background */
.btn-explore .btn::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 73px;
    height: 66px;
    border-radius: 50%;
    background: #f4511e;
    z-index: -1;
    transform: scaleX(0.9);
    transform-origin: left;
    transition: transform .4s ease-in-out;
}

/* Hover Effect – Background Full Fill */
.btn-explore .btn:hover::before {
    transform: scaleX(1);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    padding: 10px;
}

/* Hover Text Black ho jaaye (optional) */

.iconic-masterpiece-infer .choose-btn {
    text-align: center;
}

.happy-clients {
    position: relative;
    background: url(../images/hero-bg-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    color: #fff;
    ;
}

.happy-clients::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 9;
    content: "";
}

.happy-clients-info {
    position: relative;
    z-index: 9;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.desktop-choose-titles {
    display: block;
}

.mobile-choose-titles {
    display: none;
}

.floows {
    width: 45%;
    background: #0a66c2;
    text-align: center;
    color: #fff;
    font-family: 'Austin News Headline Light';
    border-radius: 7px;
}

.click-btn-for-linkedin {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.click-btn-for-linkedin .btn {
    margin-right: 20px;
    background: #f53d22;
    color: #fff;
    font-size: 19px;
}

.experience-point p {
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc7c7;
    padding-bottom: 5px;
}

.click-btn-for-linkedin p {
    margin-bottom: 0;
}

.floows p {
    font-size: 20px !important;
    margin-bottom: 0;
}

.floows p b {
    font-size: 22px;
}

.linkedin-img img {
    border-radius: 100%;
    border: 5px solid #0a66c2;
}

.founder-homeworx {
    text-align: right;
}

.founder-homeworx p {
    font-size: 21px !important;
    font-family: 'Austin News Headline Light';
    width: 85%;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
}

.why-chose-us-founder {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px #d7caca;
}

.choose-founder-linkedin {
    position: relative;
}

.boss-linkedin {
    position: absolute;
    top: -50px;
    left: 0%;
    transform: translate(0);
    content: "";
}

.why-choose-us-info a {
    color: #000;
    text-decoration: none;
}

.why-choose-us-info a:hover {
    color: #000;
    text-decoration: none;
}

.experience-point {
    width: 100%;
    font-family: 'Euclid Circular A Regular';
    text-align: right;
}

.location-info a {
    color: #fff;
}
.location-info a:hover {
    color: #fff;
}
.location-innnter a {
    color: #fff;
}

.location-innnter a:hover {
    color: #fff;
}

.spr-road-innner {
    display: none;
}

@media only screen and (max-width: 1800px) {
    .text-roll #rolltext {
        font-size: 35px;
    }

    .btn-explore .btn {
        font-size: 28px;
    }

    .why-choose-us-information p {
        font-size: 22px;
    }

    .read-more-btn {
        font-size: 21px;
    }

    .choose-btn .btn {
        background: #f53d22;
        border-radius: 5px;
        color: #fff;
        font-size: 24px;
    }

    .section-title p {
        font-size: 27px;
    }

    .container {
        max-width: 1260px;
    }

    .new-hot-related-swiper {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1600px) {
    .why-choose-us-information p {
        font-size: 20px;
    }

    .section-title p {
        font-size: 24px;
    }

    .section-title h2 {
        font-size: 44px;
    }

    .choose-btn .btn {
        font-size: 21px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .instagram-search img,
    .facebook-saerch img,
    .twitter-search img,
    .youtube-search img {
        max-width: 50px;
    }

    .section-title h2 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 1500px) {
    .section-title-info h2 {
        font-size: 35px;
    }

    .why-choose-us-information p {
        font-size: 18px;
    }

    .read-more-btn {
        font-size: 20px;
    }

    .section-title p {
        font-size: 21px;
    }

    .choose-btn .btn {
        font-size: 19px;
    }

    .choose-info p {
        font-size: 24px;
    }

    .choose-info h3 {
        font-size: 43px;
    }

    .location-iter h3 {
        font-size: 33px;
    }

    .infert-location h3 {
        font-size: 28px;
    }

    .section-client-fit {
        top: 10px;
        left: 2px;
    }
}

@media only screen and (max-width: 1295px) {
    .banner-section-information h1 {
        font-size: 35px;
    }

    .banner-section-information h1 img {
        max-width: 261px;
    }

    .text-roll #rolltext {
        font-size: 27px;
    }

    .btn-explore .btn {
        font-size: 24px;
    }

    .text-roll #rolltext b {
        font-size: 35px;
    }

    .section-title-info h2 {
        font-size: 35px;
    }

    .why-choose-us-information p {
        font-size: 18px;
    }

    .read-more-btn {
        font-size: 20px;
    }

    .section-title p {
        font-size: 20px;
    }

    .choose-info h3 {
        font-size: 35px;
    }

    .container {
        max-width: 1075px;
    }

    .infert-location h3 {
        font-size: 25px;
    }

    .blog-head h3 {
        font-size: 22px;
    }

    .testimonail-head p {
        font-size: 16px;
    }

    .location-iter h3 {
        font-size: 29px;
    }

    .testimonial-section-client {
        padding: 35px;
    }

    .why-choose-us-information ul {
        padding-left: 0;
    }

    .why-choose-us-information ul li {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 33px;
    }

    .rating-img {
        max-width: 65px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 980px;
    }

    .slide-content h3 {
        font-size: 30px;
    }

    .iconic-masterpiece-infer .choose-btn {
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 19px;
    }

    .section-client-fit img {
        max-width: 46px;
    }

    .blog-head h3 {
        font-size: 20px;
    }

    .testimonial-section-client p {
        font-size: 16px;
    }

    .choose-links-info {
        padding: 0px;
    }

    .boss-linkedin {
        top: 0px;
    }

    .floows {
        width: 49%;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 790px;
    }

    .project-slide {
        height: 465px;
    }

    .why-choose-us-information p {
        font-size: 16px;
        text-align: justify;
    }

    .read-more-btn {
        font-size: 17px;
    }

    .section-title-info h2 {
        font-size: 30px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section-information {
        width: 70%;
    }

    .insta,
    .youtube,
    .award {
        max-width: 45px;
    }

    .choose-info p {
        font-size: 21px;
    }

    .choose-info h3 {
        font-size: 30px;
    }

    .rating-img {
        max-width: 55px;
    }

    .searching-infer h2 {
        font-size: 28px;
    }

    .section-client-fit img {
        max-width: 35px;
    }

    .founder-homeworx p {
        font-size: 16px !important;
        width: 75%;
    }

    .boss-linkedin {
        top: -20px;
    }

    .boss-linkedin img {
        max-width: 42px;
    }

    .floows p {
        text-align: center;
        font-size: 18px !important;
    }

    .floows p b {
        font-size: 19px;
    }

    .experience-point {
        text-align: center;
    }

    .experience-point p {
        text-align: center !important;
        ;
    }

    .click-btn-for-linkedin {
        justify-content: center;
    }
    .click-btn-for-linkedin .btn {
    margin-right: 9px;
    background: #f53d22;
    color: #fff;
    font-size: 15px;
}
}

@media only screen and (max-width: 915px) {
    .floows p b {
        font-size: 16px;
    }

    .boss-linkedin {
        top: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-img {
        max-width: 400px;
        margin: 0 auto;
    }

    .desktop-choose-titles {
        display: none;
    }

    .mobile-choose-titles {
        display: block;
        text-align: center;
        font-family: 'Austin News Headline Light';
    }

    .mobile-choose-titles p {
        font-family: 'Euclid Circular A Regular';
    }

    .choose-btn .btn {
        font-size: 17px;
    }

    .location-inder {
        display: none;
    }

    .container {
        max-width: 615px;
    }

    .searching-infer {
        text-align: center;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .founder-homeworx p {
        font-size: 19px !important;
    }

    .banner-section-information h1 img {
        max-width: 230px;
    }

    .banner-section-information h1 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 575px) {
    .spr-road-innner {
        display: none;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .section-title p {
        font-size: 17px;
    }

    .project-slide {
        height: 380px;
    }

    .slide-content {
        bottom: 10px;
        padding: 0 17px;
    }

    .arrow-btn {
        width: 58px;
        height: 48px;
    }

    .slide-content h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .why-choose-us-info {
        margin: 0 15px;
    }

    .why-choose-us {
        padding: 35px 0 0 0;
    }

    .mobile-choose-titles p {
        font-size: 17px;
    }

    .why-choose-us-information {
        margin-top: 20px;
    }

    .virtual-icon {
        max-width: 75px;
    }

    .section-title h2 {
        font-size: 25px;
        font-weight: 600;
    }

    .choose-instagram {
        top: 5px;
    }

    .choose-award {
        top: 5px;
    }

    .choose-info p {
        margin-bottom: 0;
    }

    .btn-explore .btn {
        width: 60%;
        font-size: 20px;
    }

    .location-innnter {
        text-align: center;
        margin-bottom: 0;
    }

    .infert-location {
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        text-align: center;
    }

    .project-slide {
        height: 380px !important;
    }

    .location-info {
        display: none;
    }

    .arrow-btn {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .instagram-search img,
    .facebook-saerch img,
    .twitter-search img,
    .youtube-search img {
        max-width: 40px;
    }

    .search-where-we {
        padding: 25px;
        background: #f1e9e9;
        box-shadow: 0 0 3px #a39d9d;
        border-radius: 10px;
    }

    .search-info {
        padding-bottom: 55px;
    }

    .searching-infer h2 {
        font-size: 26px;
    }

    .padding-space-extra {
        padding: 55px 0;
    }

    .developer-row {
        display: none;
    }

    .iconic-masterpiece {
        padding: 50px 20px;
    }

    .btn-explore .btn::before {
        width: 65px;
        height: 59px;
    }

    .linkedin-img {
        margin: 0 auto;
        text-align: center;
    }

    .boss-linkedin {
        top: -58px;
        left: 33%;
        transform: translate(-50%);
        content: "";
    }

    .founder-homeworx p {
        width: 95%;
        text-align: center;
    }

    .linkedin-img img {
        max-width: 150px;
    }

    .banner-section {
        margin-top: 69px;
    }
}

@media only screen and (max-width: 420px) {
    .btn-explore .btn {
        width: 70%;
        font-size: 20px;
    }

    .why-choose-us-info {
        margin: 0px;
    }

    .choose-btn {
        margin-bottom: 0px;
    }

    .text-roll #rolltext b {
        font-size: 32px;
    }

    .mobile-choose-titles h2 {
        font-size: 26px;
        font-weight: 700;
    }
}