@media (min-width: 1921px) {
    .banner, .banner-content {
    position: relative;
    height: 80vh;
}
.thumbnail {
    width: 16%;
    height: 200px;
}
}
@media (max-width: 1680px) {
    :root{
        --font-size-25: 20px;
        --font-size-16: 14px;
            --font-size-17: 14px;
            --font-size-19: 16px;
    }
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 5%;
}
.title {
    font-size: 80px;
}
.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    color: #fff;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* padding-bottom: 100px; */
    padding-left: 80px;
}

.services-text {
    padding: 80px 0;
    padding-left: 80px;
}
.services-inner{
    padding: 20px;
}
.big-title {
    font-size: 400px;
}
.film{
    padding-top: 0;
}
.portfolio-slider img{
    height: 300px;
}
.founder-card img {
    width: 300px;
    height: 300px;
}
.counter, .counter-box h3 {
    font-size: 75px;
}
.about-card img {
    width: 50px;
    margin-bottom: 20px;
}
.section-space {
    padding: 60px 0px;
}
.pt-100 {
    padding-top: 60px !important;
}
.copy-right {
    margin-top: 60px;
}
.footer {
    padding-bottom: 20px;
}
.breadcrumb {
    position: relative;
    height: 500px;
    margin-top: 50px;
}
.inner-column h6{
    line-height: normal;
}
section.services-section.section-space,section.services-section1.section-space {
    padding: 100px 0;
}
.project-info {
    padding: 20px;
}
ul.footer-contact {
    margin-top: 10px;
}
ul.list-unstyled {
    width: 70%;
    gap: 10px;
    margin-top: 30px;
}
.contact-section p {
    width: 90%;
}
.form-control {
font-size: 14px;
}
ul.social-list {
    gap: 15px;
    margin-top: 30px;
}
      ul.social-list {
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .contact-section form:before {
    width: 100%;
    height: 110%;
    top: -5%;
    right: -12%;
    border-radius: 26px;
}
.contact-section form::after {
width: 100%;
    height: 110%;
    top: -5%;
    right: -12%;
    border-radius: 26px;
}
}

@media (max-width: 1450px) {
    :root {
        --font-size-25: 19px;
        --font-size-27: 20px;        
        --line-height-35:25px;
        --font-size-41: 35px;
        --font-size-50: 40px;
    }
        .title {
        font-size: 70px;
    }
.sticky-wrapper.is-sticky .logo {
    width: 60%;
}
    .big-title {
        font-size: 350px;
    }
    .video-player iframe {
    width: 45%;
    height: 400px;
}
.thumbnail {
    width: 18%;
    height: 130px;
}
    .counter, .counter-box h3 {
        font-size: 65px;
    }
        .portfolio-slider img {
        height: 250px;
    }
    .testimonial-card{
        padding: 0 10%;
        padding-top: 50px;
    }
.testimonial-slider {
    width: 100%;
    height: 400px;
}
   .form-group {
    gap: 5px;
}
img.heart {
    width: 11%;
    position: absolute;
    top: -69%;
}
    .breadcrumb {
        position: relative;
        height: 400px;
        margin-top: 50px;
    }
.spin {
    width: 560px;
    height: 560px;
    position: absolute;
    /* top: 0; */
    top: -6%;
    right: -30%;
    z-index: -1;
}
.services-section1 .image-column .inner-column {
    padding-left: 0px;
    padding-right: 10px;
}
.services-section .image-column .inner-column {
    padding-left: 10px;
}
form input, textarea {
    border-radius: 6px !important;
    padding: 10px !important;
}
.explore_btn {
    font-size: 14px;
}
}

@media (max-width: 1366px) {



}

@media (max-width: 1200px) {}

@media (max-width: 991px) {
    :root {
        --font-size-33: 26px;
        --font-size-17: 15px;
        --font-size-19: 14px;
        --font-size-27: 16px;
        --font-size-22: 16px;
        --font-size-25: 16px;
        --font-size-38: 22px;
        --line-height-30: 22px;
        --font-size-41: 25px;
        --font-size-48: 30px;
    }
    .testimonial-card .quota {
    font-size: 80px;
}
.author h4 {
    font-size: 20px;
}
    .testimonial-card {
        padding: 0 5%;
        padding-top: 35px;
    }
    .circle {
    position: relative;
    float: right;
    width: 110px;
    height: 110px;
}
        section.services-section.section-space, section.services-section1.section-space {
        padding: 50px 0;
    }
    .services-section .row{
            flex-direction: column-reverse;
    }
    h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px!important;
}
.title-text {
    margin-bottom: 10px;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 25px;
    }
        .title {
        font-size: 50px;
    }

    .mobile-view {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }
        br{
        display: none;
    }


    /* banner */
    .banner-content {
        padding-left: 30px;
    }
    .card-flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding-left: 0px;
    padding-top: 30px;
}
.about-img {
    position: absolute;
    left: 50%;
    width: 60%;
    bottom: 5%;
}
    .about-us .explore_btn,.services .explore_btn{
        display: none;
    }
    .services-text {
        padding: 0px;
        padding-left: 10px;
    }
    .services .explore_btn {
    margin-top: 0px;
}
       .big-title {
        font-size: 200px;
        margin-top: -50px;
    }
    .video-player {
    margin-top: -100px;
}
    .video-player iframe {
        width: 55%;
        height: 250px;
    }
     .thumbnail {
        width: 22%;
        height: 100px;
        border-radius: 16px;
    }
        .counter, .counter-box h3 {
        font-size: 45px;
        line-height: 55px;
    }
.circle h2 {
    font-size: 30px;
}
.circle text {
    font-size: 16px;
}
    .portfolio-slider img {
        height: 200px;
    }
.form-content {
    padding-left: 0;
}
.form-section {
    background-size: cover;
}
form {
    margin-top: 0;
}
form {
    padding: 25px
}
form .explore_btn {
    margin-top: 15px;
}
.counter-flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
}
    .footer {
        padding-top: 30px;
    }
    ul.footer-contact {
        flex-direction: column;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 15px 30px;
    flex-wrap: wrap;
}
    .testimonial-slider {
        width: 100%;
        height: 280px;
    }
 
        .about-card img {
        margin-bottom: 10px;
    }
.founder-card h6 {
    line-height: normal;
}
.founder-card {
    padding: 15px;
}

    .breadcrumb {
        position: relative;
        height: 250px;
        margin-top: 80px;
    }

.video-modal {
    width: 80%;
    height: 400px;
}
.film-img img {
    width: 100%;
    height: 250px;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
    .breadcrumb .mt-5 {
        margin-top: 0!important;
    }
    .gallery_sec {
    padding: 60px 0px;
}
.list {
    column-count: 3;
    columns: 3;
    gap: 14px;
    width: 100%;
}
    .contact-section p {
        width: 100%;
    }
ul.list-unstyled li {
    gap: 5px;
}
    ul.list-unstyled {
        width: 100%;
        gap: 5px;
        margin-top: 15px;
    }
    .list-unstyled li i {
    font-size: 16px;
}
.about-section .mainimg {
    border-radius: 12px;
}
li.mobile-view.menu-inner-logo {
    display: flex!important;
    justify-content: center;
}

li.mobile-view.menu-inner-logo .logo {
    width: 80%;
    margin-top: 20px;
}
}

@media (max-width: 767px) {
    .social-bg {
        display: none;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 15px;
    }


    .mobile-img {
        display: block;
    }

    .desktop-img {
        display: none;
    }


}

@media (max-width: 575px) {

    :root {
        --font-size-17: 14px;
        --font-size-25:18px;
        --font-size-41: 20px;
        --font-size-48: 30px;
        --font-size-50: 25px;
    }
    p{
        line-height: normal;
        text-align: justify;
    }
    .testimonial-card p {
    font-size: 12px;
}
.testimonial-slider .swiper-pagination {
    left: 0px;
}
    .testimonial-slider {
        width: 100%;
        height: 300px;
    }
    .instagram-btn i,.youtube-btn i {
    font-size: 18px;
    }
       .section-space {
        padding: 30px 0px;
    }
    .site-mobile-menu .site-nav-wrap>li>a span{
        font-size: 14px;
        padding: 5px 8px;
    }
    .explore_btn {
    gap: 5px;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 6px;
}
.explore_btn i{
    font-size: 16px;
}
        .title {
        font-size: 30px;
        text-align: center;
    }
         .title br{
            display: block;
        }
        .banner-content {
        justify-content: end;
        align-items: center;
       
    }
     .sticky-wrapper {
        position: relative;
        height: 100% !important;
    }
    .banner, .banner-content {
    position: relative;
    height: 400px;
}
.breadcrumb {
    padding-bottom: 20px;
}
.banner-overlay {
    background: linear-gradient(0deg, #00000094 0%, transparent 73%);
}
    .banner-content {
      padding: 0 35px;
       padding-bottom: 50px;
    }
    a.read-more {
    display: flex
;
    align-items: center;
    justify-content: center;
}
a.read-more {
    justify-content: center;
}
    .card-flex {
        grid-template-columns: repeat(1, 1fr);
    }
        .services-inner {
        padding: 15px;
    }
.counter-box h6 {
    font-size: 14px;
    margin-bottom: 0!important;
}
.counter-box {
    width: 50%;
}
.counter-flex {
    flex-wrap: wrap;
            gap: 25px 0;
}
    .counter, .counter-box h3 {
        margin-bottom: 0;
        line-height: 35px;
    }
    .services-inner h3 i {
    font-size: 16px;
}
    .big-title {
        font-size: 100px;
        margin-top: 0;
    }
     .video-player iframe {
        width: 100%;
        border-radius: 8px;
        height: 200px;
    }
        .video-player {
        margin-top: -50px;
    }
    .thumbnails {
    gap: 5px;
}
    .thumbnail {
        width: 49%;
        height: 100px;
        border-radius: 8px;
    }
    .thumbnail:hover {
    transform: scale(1.00);
    border: 1px solid var(--color-55022b);
}
    .title-text {
    justify-content: center;
}
.main-title{
    text-align: center;
}
    .services-text {
        padding: 0px;
        padding-left: 0;
        align-items: center;
    }
        .portfolio-slider img {
        height: 200px;
        border-radius: 8px;
    }
    .masonry-item {
    border-radius: 8px;
}
    .row2 {
    margin: 15px 0;
}
.circle {
    width: 100px;
    height: 100px;
    border: 1px solid #d1a85c;
}
    .circle h2 {
        font-size: 22px;
        margin: 0 !important;
    }
        .porfolio .title-text {
        justify-content: start;
    }
          .porfolio .main-title {
        text-align: left;
    }
    .magnifier-icon {
    width: 25px;
    height: 25px;
    bottom: 35%;
    right: 45%;
}
.testimonial-slider .swiper-pagination {
    gap: 5px;
}
.testimonial-slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}
.testimonial-card .quota{
    font-size: 50px;
}
.author h4{
    font-size: 18px;
}
        .author h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0!important;
    }
    .author {
    margin-top: 0;
}
        .testimonial-card {
        padding: 0 4%;
        padding-top: 30px;
    }
    .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0px;
    margin-bottom: 5px;
}
    .author h4 {
        font-size: 14px;
    }

    .testimonial-slider .swiper-pagination {
    top: 50%;
    gap: 0;
}
.form-section img {
    max-width: 60px;
}
.logo {
    width: 60%;
    padding: 5px 0
}
    .sticky-wrapper.is-sticky .logo {
        width: 50%;
        padding: 5px 0;
    }
.menu-btn img {
    width: 45px;
    height: 45px;
}
.copy-right p, .copy-right p a {
    text-align: left;
}
    .copy-right {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 0;
        display: flex
;
        justify-content: space-between;
        flex-direction: column;
        border-top: 1px solid #55022b37;
    }
.social-btn ,.whatsapp-btn,#button {
    width: 40px;
    height: 40px;
}
#button::after{
    font-size: 20px;
}
form label {
    font-size: 12px;
}
.form-group input, .contact-form textarea{
    font-size: 14px;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
    form {
        padding: 20px;
        border-radius: 12px;
    }
    form .explore_btn{
        font-size: 14px;
    }
    .breadcrumb {
        position: relative;
        height: 120px;
        margin-top: 0;
    }
        .founder-card img {
        width: 250px;
        height: 250px;
    }
    .founder-section .mb-5 {
    margin-bottom: 1rem !important;
}
    .pt-100 {
        padding-top: 30px !important;
    }
        .footer {
        padding-bottom: 10px;
    }
    .mb-5 {
    margin-bottom: 1rem !important;
}
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 20px;
}
.project-info h3{
    margin-bottom: 3px!important;
}
    .project-info {
        padding: 12px;
    }
    .project-info p{
        margin: 0;
    }
    .project-card {
    border-radius: 16px;
}
p.wedding-tagline {
    text-align: center;
}
.services-section .image-column .image-1 img, .services-section1 .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 16px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
    section.services-section.section-space, section.services-section1.section-space {
        padding: 30px 0;
    }
        .spin {
        width: 200px;
        height: 200px;
    }
    .moving-cicle::before {
    animation: spin 6s 
linear infinite;
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), black calc(100% - 4px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), black calc(100% - 4px));
}
.services-section .image-column .inner-column-right, .services-section1 .image-column .inner-column-right {
    position: relative;
    padding-right: 0px !important;
    padding-bottom: 30px;
    padding-left: 0 !important;
}
.services-section1 .image-column .inner-column{
        position: relative;
    padding-right: 0px !important;
    padding-bottom: 30px;
    padding-left: 0 !important;
}
.services-section .image-column .inner-column::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 105%;
    border-radius: 16px;
    top: -9%;
    right: -20%;
    background: var(--color-55022b);
    z-index: -9;
}
    .inner-column h6 {
        line-height: normal;
        font-size: 14px;
    }
    .inner-column li {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
    }

.inner-column li img {
    height: 18px;
    margin-right: 5px;
}
    .services-section1 .image-column .inner-column::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 105%;
        border-radius: 16px;
        top: -9%;
        left: -20%;
        background: var(--color-55022b);
        z-index: -9;
    }
    section.breadcrumb.mt-5 {
        margin-top: 0!important;
    }
    .list {
    column-count: 2;
    columns: 2;
    gap: 10px;
    width: 100%;
}
    .gallery_sec {
        padding: 30px 0px;
    }
    .galler-div {
   background: #000;
        margin-bottom: 0;
        border-radius: 8px;
    }
.gallery_sec img {
        border-radius: 8px;

}
.breadcrumb h1 {
    font-size: 22px;
    letter-spacing: 1.3px;
    font-weight: 500;
}
.breadcrumb ol li a {
    font-size: 12px;}
    .breadcrumb ol li {
    font-size: 12px;
}
.breadcrumb h1{
    margin-bottom: 4px!important;
}
    .spin {
        top: 0%;
    }
    .footer h2 {
        margin-bottom: 0!important;
    }
        .copy-right p, .copy-right p a {
        font-size: 11px;
        text-align: left;
        line-height: normal;
    }
    .mt-5 {
    margin-top: 2rem !important;
}
    .about-card img {
        width: 40px;
    }
}

@media (max-width: 480px) {
  
}