* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

.container {
    max-width: 1191px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}

a{
    text-decoration: none;  
}

li{
    list-style: none;
}

html{
    overflow-x: hidden;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: black;
    background-color: white;
    font-family: "Inter", serif;
    scroll-behavior: smooth;
}

.cmn-button{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: rgb(76,175,78);
    border: 1px solid  rgb(76,175,78);
    font-family: "Inter", serif;
    border-radius: 6px;
    padding: 10px 20px;
    display: inline-block;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* COL START */

.col20{
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0 15px;
}

.col25{
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 15px;
}

.col30{
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 15px;
}

.col33{
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
}

.col35{
    max-width: 35%;
    flex: 0 0 35%;
    padding: 0 15px;
}

.col40{
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 15px;
}

.col45{
    max-width: 45%;
    flex: 0 0 45%;
    padding: 0 15px;
}

.col55{
    max-width: 55%;
    flex: 0 0 55%;
    padding: 0 15px;
}


.col50{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}


.col60{
    max-width: 60%;
    flex: 0 0 60%;
    padding: 0 15px;
}

.col65{
    max-width: 65%;
    flex: 0 0 65%;
    padding: 0 15px;
}


.col70{
    max-width: 70%;
    flex: 0 0 70%;
    padding: 0 15px;
}

.col100{
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

/* COL END */



/* NAVBAR START */

.navbar{
    position: absolute;
    width: 100%;
    z-index: 20;
    top: 0;
    padding: 30px 0;
}

.navbar .container{
    max-width: 1245px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}


.navbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.navbar-links .nav-links{
    display: flex;
}


.nav-links li{
    padding-right: 50px;
}

.nav-links li:nth-last-child(1){
    padding-right: 0;
}

.nav-links li a{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}

.nav-links li a:after{
    content: "";
    position: absolute;
    height: 3px;
    width: 0%;
    background-color: #000000;
    transform: translate(-50%);
    top: 25px;
    left: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.nav-links li a:hover::after{
    width: 100%;
}

.nav-button-main{
    display: flex;
    align-items: center;
}

.nav-button-1 a{
    color: #000000;
    font-size: 16;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}

.nav-button-1 a:hover{
    color: rgb(76,175,78);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.nav-button-2{
    margin-left: 30px;
}

.nav-logo a{
    width: 100%;
    max-width: 154.49px;
    display: block;
}


.nav-logo a img{
    object-fit: cover;
}

.nav-button-2 a:hover{
    background-color: #FFFFFF;
    color:  rgb(76,175,78);
    border: 1px solid  rgb(76,175,78);
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.nav-button-main .fa-bars{
    margin-left: 10px;
    display: none;
} 
/* NAVBAR END */


/* BANNER START */

.banner{
    min-height: 600px;
    background-color: rgb(244,247,250);
    padding: 161.5px 0 0px 0;
    width: 100%;
}

.banner-main-cont{
    display: flex;
}

.banner-cont-img{
    max-width: 60%;
    flex: 0 0 60%;
    padding-top: 70px;
}

.banner-img{
    max-width: 40%;
    flex: 0 0 40%;  
}

.banner-cont-img h1{
    color: #000000;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
}

.banner-cont-img h1 span{
    color:  rgb(76,175,78);
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    padding-bottom: 16px;
}

.banner-cont-img p{
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.banner-cont-img  a:hover{
    background-color: #FFFFFF;
    color:  rgb(76,175,78);
    border: 1px solid  rgb(76,175,78);
    transition: all 0.4s ease-in-out;
}

.banner .swiper-btn{
    margin-top: 32px;
}

.banner-img img{
    height: auto;
    max-width: 100%;
}

.banner .swiper-pagination-bullet{
    background-color: rgb(76,175,78);
}


/* BANNNER END */

/* CLIENTS SECTION START */

.clients{
    padding: 40px 0;
}

.clients .container .row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-style1 img{
    height: auto;
    max-width: 100%;
}

.slide-style1{
    text-align: center;
}

.clients-heading{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.clients-heading h2{
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}

.clients-heading p{
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 16px;
}

/* CLIENTS SECTION END */


/* MANAGE SECTION START */

.manage{
    padding: 42px 0;
}

.manage-heading{
    text-align: center;
    padding: 0 310px ;
}

.manage-heading h2{
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}

.manage-heading p{
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 16px;
}

.manage-card{
    background-color: #FFFFFF;  
    text-align: center;
    box-shadow: 0px 2px 4px 0 rgba(171, 190, 209, 0.2);
    border-radius: 8px;
    padding: 24px 20px 5px 20px;
}

.manage-card-img{
    margin-bottom: 16px;
}

.manage-card-text-title{
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 8px;
}

.manage-card-text p{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}


#manage-card-1{
    padding: 0 30px 25px 45px;
}

#manage-card-2{
    padding: 0 50px 8px 50px;
}

#manage-card-3{
    padding: 0 35px 25px 35px;
}

.manage-card-text-title span{
    display: block;
}

/* MANAGE SECTION END */


/* UNSEEN SECTION START */

.unseen{
    padding: 42px 0;
}

.unseen .row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.unseen .unseen-image img{
    height: auto;
    max-width: 100%;
}

.unseen-cont h3{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 16px;
}

.unseen-cont p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 32px;
}

.unseen-cont a:hover{
    background-color: #FFFFFF;
    color: rgb(76,175,78);
    border: 1px solid rgb(76,175,78);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}


/* UNSEEN SECTION END */


/* LOCAL BUSINESS SECTION START */

.local-business{
    background-color: rgb(244,247,250);
    padding: 84px 0;
}

.local-business-logo-main-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.local-business-logo-cont{
    display: flex; 
    width: 40%;
    gap: 16px;
}

.local-business-logo-text span{
   color: rgb(37,50,56);
   font-size: 28px;
   font-weight: 700;
   line-height: 1.2;
}

.local-business-logo-text-title{
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.local-business-logo-cont:nth-child(2){
    margin-bottom: 30px;
}

.local-business-cont h3{
    color: rgb(37,50,56);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}

.local-business-cont h3 span{
    color: rgb(76,175,78);
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}


.local-business-cont p{
    color: rgba(24, 25, 31, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


/* LOCAL BUSINESS SECTION END */


/* DESIGN SECTION START */

.design{
    padding: 42px 0;
}

.design .row{
    display: flex;
    justify-content: center;
    align-items: center;
}


.design-image img{
    height: auto;
    max-width: 100%;
}

.design-img-cont h3{
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 16px;
}


.design-img-cont p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 32px;
}

.design-img-cont a:hover{
    background-color: #FFFFFF;
    color: rgb(76,175,78);
    border: 1px solid rgb(76,175,78);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

/* DESIGN SECTION END */

/* TIM SMITH SECTION START */

.tim-smith{
    background-color: rgb(244,247,250);
    padding: 32px 0;
    width: 100%;
}


.tim-smith-image img{
    height: auto;
    max-width: 100%;
}

.tim-smith-first-cont p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 16px;
    color: rgb(59,70,76);
}

.tim-smith-main-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tim-smith-logo-img{
    display: flex;
    justify-content: space-between;
    max-width: 60%;
    flex: 0 0 60%;
}

.tim-smith-title{
    color: rgb(76,175,78);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 8px;
}

.tim-smith-first-cont span{
    color: rgb(59,70,76);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    padding-bottom: 32px;
}

.tim-smith-logo-meet{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    flex: 0 0 40%;
}

.tim-smith-logo-meet-button-cont a{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(76,175,78);
  display: inline-block;
}

.tim-smith-logo-meet-button-icon a i{
    margin-left: 8px;
    color: rgb(76,175,78);
}

/* TIM SMITH SECTION END */

/* NEW MARKETING SECTION START */

.new-marketing{
    background-color: rgb(255,255,255);
    padding: 40px 0 100px 0;
    min-height: 654px;
    width: 100%;
}


.new-marketing-img img{
    height: auto;
    max-width: 100%;
}


 .new-marketing-card{
   position: relative;
} 

.new-marketing-card-cont{
    position: absolute;
    bottom: -50px;
    background-color: rgb(244,247,250);
    box-shadow: rgba(171, 190, 209, 0.4);
    border-radius: 8px;
    padding: 16px 16px ;
    width: 90%;
    left: 18px;
    
}

.new-marketing-card-cont:hover{
    background-color: black;
    transition: all 0.4s ease-in-out;
    cursor: pointer;

    .new-marketing-card-para p{
        color: white;
    }
}


.new-marketing-card-para{
    text-align: center;
}


.new-marketing-heading{
    text-align: center;
    padding: 50px 259px 0 259px;
    margin-bottom: 16px;
}

.new-marketing-heading h2{
    color: rgba(77, 77, 77, 1);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 8px;
}

.new-marketing-heading p{
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* .new-marketing #para-3{
    padding: 16px 6px;
} */

.new-marketing-card-para p{
   color: rgba(113, 113, 113, 1);
   font-size: 20px;
   font-weight: 600;
   line-height: 1.4;
   padding-bottom: 16px;
}

.card-button{
    text-align: center;
}


.card-button a{
    color: rgb(76,175,78);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

#new-marketing-card-2{
   padding: 0 10px;
}


#new-marketing-card-3{
    padding: 0 10px;
 }

/* 
#new-marketing-card-3{
    padding: 10px 705px;
} */

.new-marketing .row:nth-child(2){
    margin-bottom: 80px;
}


/* NEW MARKETING SECTION END */



/* DEMO SECTION START */

.demo{
    background-color: rgb(244,247,250);
    padding: 32px 0 ;
}

.demo .container{
    max-width: 917px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}


.demo .demo-cont{
    text-align: center;
    padding: 0 100px;
}

.demo-cont h2{
    color: rgb(37,50,56);
    font-size: 64px;
    font-weight: 600;
    line-height: 1.18;
    padding-bottom: 32px;
}

.demo-button a:hover{
    background-color: #FFFFFF;
    color: rgb(76,175,78);
    border: 1px solid rgb(76,175,78);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.demo-button a i{
    margin-left: 8px;
}

/* DEMO SECTION END */


/* FOOTER START */
 
footer{
    background-color: rgb(37,50,56);
    padding: 64px 0 74.33px 0;
    width: 100%;
}

.footer .container{
    max-width: 1145px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer-logo{
    margin-bottom: 20px;
}

.footer-logo a img{
    object-fit: cover;
}

.footer-logo a{
    width: 100%;
    max-width: 191px;
    display: block;
}

.footer-1-text a{
    color: #FFFFFF;
    font-family: "Inter", serif;
}

.footer-1-text-span {
    color: #FFFFFF;
    display: block;
    font-family: "Inter", serif;
    padding: 10px 0 20px 0;
}

.footer-icon ul{
    display: flex;
    margin: 0 -8px;
}

.footer-icon ul li{
   margin: 0 8px;
}

.footer-icon ul li a{
    background-color: rgb(59,70,76);
    color: #FFFFFF;
    border: 1px solid rgb(59,70,76);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 15px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-icon ul li a:hover{
    background-color: #FFFFFF;
    color: rgb(59,70,76);
    border: 1px solid rgb(59,70,76);
    transition: all 0.4s ease-in-out;
}

.footer-2 span{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Inter", serif;
    padding-bottom: 15px;
    display: block;
}

.footer-3 span{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Inter", serif;
    padding-bottom: 15px;
    display: block;
}

.footer-4 span{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Inter", serif;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
}

.footer-2 ul li a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1;   
    display: inline-block;
    font-family: "Inter", serif;
}

.footer-2 ul li a:hover{
    color: blueviolet;
    transition: all 0.4s ease-in-out;
}

.footer-3 ul li a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1;
    font-family: "Inter", serif;
}


.footer-3 ul li a:hover{
    color: blueviolet;
    transition: all 0.4s ease-in-out;
}

.footer-4-stay{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #717171;
    border-radius: 8px;
    padding: 10px 15px;
}

.footer-4-mail input{
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 1.42;
    font-weight: 400;
    color: white;
    font-family: "Inter", serif;
    width: 100%; 
}

.footer-4-mail input::placeholder{
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Inter", serif;
}

.footer-4-send-icon a{
    color: #FFFFFF; 

}


/* FOOTER END */

/* MEDIA QUERY START */

@media (max-width:1441px){
  
.banner-cont-img h1{
    font-size: 54px;
}

.banner-cont-img h1 span{
    font-size: 54px;
}

.manage-card-text-title{
    font-size: 20px;
}

.unseen-cont h3{
    font-size: 30px;   
}

.local-business-cont h2{
    font-size: 30px;
}

.local-business-cont h2 span{
    font-size: 30px;
}

.local-business-logo-text span{
    font-size: 25px;
}

.design-img-cont h3{
    font-size: 30px;
}

.new-marketing-heading h2{
    font-size: 30px;
}

.new-markeing-card-para p{
    font-size: 18px;
}

#new-marketing-card-3{
    padding: 0 25px;
}

.demo-cont h2{
    font-size: 54px;
}


}


@media (max-width:1200px){

    .nav-button-2 a{
        padding: 8px 12px;
    }
    .banner-cont-img h1{
        font-size: 44px;
    }
    
    .banner-cont-img h1 span{
        font-size: 44px;
    }

    .clients-heading h2{
        font-size: 30px;
    }

    .manage-heading h2{
        font-size: 30px;
    }
    
    .manage-card-text-title{
        font-size: 20px;
    }
    
    
   #manage-card-1{
    padding: 0 40px 25px 40px;
   }
    
    #manage-card-2{
        padding: 0 50px 5px 50px;
    }
    
    #manage-card-3{
        padding: 0 15px 25px 15px;
    }
    
    .unseen-cont h3{
        font-size: 30px;   
    }
    
    .local-business-cont h3{
        font-size: 30px;
    }
    
    .local-business-cont h3 span{
        font-size: 30px;
    }

    .local-business-cont p{
        font-size: 14px;
    }

    .local-business-logo-text-title{
        font-size: 14px;
    }
    
    .local-business-logo-text span{
        font-size: 22px;
    }
    
    .design-img-cont h3{
        font-size: 30px;
    }
    
    .new-marketing-heading h2{
        font-size: 30px;
    }
    
    .new-marketing-card-para p{
        font-size: 16px;
        line-height: 1.3;
    }
    
    #new-marketing-card-3{
        padding: 0 25px;
    }

    .new-marketing .card-button a{
       font-size: 16px; 
    }
    
    .demo-cont h2{
        font-size: 54px;
    }

}

@media (max-width:1025px){
    .nav-button-2 a{
        padding: 8px 12px;
    }
    .banner-cont-img h1{
        font-size: 35px;
    }
    
    .banner-cont-img h1 span{
        font-size: 35px;
    }

    .clients-heading h2{
        font-size: 25px;
    }

    .manage-heading h2{
        font-size: 25px;
    }

    .manage-heading{
        padding: 0 250px ;
    }
    
    .manage-card-text-title{
        font-size: 20px;
    }
    
    .manage-card{
        padding: 24px 10px 5px 10px;
    }
    
   #manage-card-1{
    padding: 0 15px 25px 15px;
   }
    
    #manage-card-2{
        padding: 0 25px 10px 25px;
    }
    
    #manage-card-3{
        padding: 0 20px 30px 20px;
    }
    
    .unseen-cont h3{
        font-size: 25px;   
    }
    
    .local-business-cont h2{
        font-size: 28px;
    }
    
    .local-business-cont h2 span{
        font-size: 28px;
    }
    
    .local-business-logo-text span{
        font-size: 20px;
    }
    
    .design-img-cont h3{
        font-size: 25px;
    }

    .tim-smith-title{
        font-size: 18px;
    }

    .tim-smith-logo-meet-button-cont a{
        font-size: 15px;
    }
    .new-marketing-heading h2{
        font-size: 30px;
    }
    
    .new-markeing-card-para p{
        font-size: 18px;
    }
    
    #new-marketing-card-3{
        padding: 0 25px;
    }
    
    
   .new-marketing-heading{
    padding: 50px 200px 0 200px;
    }

    .new-marketing-heading h2{
        font-size: 30px;
    }

    
#new-marketing-card-2{
    padding: 0 5px;
 }
 
 #new-marketing-card-3{
     padding: 0 5px;
 }

 .demo .demo-cont{
    text-align: center;
    padding: 0 180px;
}


    .demo-cont h2{
        font-size: 44px;
    }
    

    .footer-2 span{
        font-size: 18px;
    }
    
    .footer-3 span{
        font-size: 18px;
    }
    
    .footer-4 span{
        font-size: 18px;
    }
}

@media (max-width: 992px){
    .navbar .container .navbox .nav-button-main .fa-bars{
        display: block;
        color: #000000;
        transition: all 0.4s ease-in-out;
        &.fa-xmark{
            transform: rotate(180deg);
        }
    }

    .navbar .container .navbox .navbar-links .nav-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 70vh;
        width: 100%;
        top: 58px;
        left: 0;
        right: 0;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        z-index: 50;
        transition: all 0.4s ease-in-out;
        background-color: rgb(76,175,78);
        cursor: pointer;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);

        &.active{
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        }
    }

    .navbar .container .navbox .navbar-links .nav-links li{
        padding-right: 0;
        line-height: 2;
        border-bottom: 2px solid #FFFFFF;
        width: 100%;
        text-align: center;
        border-radius: 10px;
    }

    .navbar .container .navbox .navbar-links .nav-links li a{
        color: #FFFFFF;
    }

     .nav-button-1{
        display: none;
    }

    .nav-button-2{
        display: none;
    } 


    .clients-heading h2{
        font-size: 25px;
    }

    .manage-heading h2{
        font-size: 25px;
    }

    .manage-heading{
        padding: 0 250px ;
    }
    
    .manage-card-text-title{
        font-size: 20px;
    }
    
    .manage-card{
        padding: 24px 10px 5px 10px;
    }
    
   #manage-card-1{
    padding: 0 15px 25px 15px;
   }
    
    #manage-card-2{
        padding: 0 25px 10px 25px;
    }
    
    #manage-card-3{
        padding: 0 10px 30px 10px;
    }
    
    .unseen-cont h3{
        font-size: 25px;   
    }
    
    .local-business-cont h2{
        font-size: 25px;
    }
    
    .local-business-cont h2 span{
        font-size: 25px;
    }
    
    .local-business-logo-text span{
        font-size: 18px;
    }
    
    .design-img-cont h3{
        font-size: 25px;
    }

    .tim-smith-title{
        font-size: 18px;
    }

    .tim-smith-logo-meet-button-cont a{
        font-size: 15px;
    }
    .new-marketing-heading h2{
        font-size: 25px;
    }
    
    .new-markeing-card-para p{
        font-size: 18px;
    }
    
    #new-marketing-card-3{
        padding: 0 25px;
    }
    
    
   .new-marketing-heading{
    padding: 50px 200px 0 200px;
    }

    .new-marketing-heading h2{
        font-size: 30px;
    }

    
#new-marketing-card-2{
    padding: 0 0px;
 }
 
 #new-marketing-card-3{
     padding: 0 5px;
 }

 .demo .demo-cont{
    text-align: center;
    padding: 0 260px;
}

 footer .container .row .col35{
    max-width: 50%;
    flex: 0 0 50%;
 }

 footer .container .row .col20{
    max-width: 50%;
    flex: 0 0 50%;
 }

 footer .container .row .col35 .footer-1{
    margin-bottom: 20px;
 }

 footer .container .row .col20 .footer-2{
    margin-bottom: 20px;
 }

    .demo-cont h2{
        font-size: 30px;
    }
    
    .footer-2 span{
        font-size: 15px;
    }
    
    .footer-3 span{
        font-size: 15px;
    }
    
    .footer-4 span{
        font-size: 15px;
    }

    .footer-2 ul li a{
        font-size: 12px;
    }

    .footer-3 ul li a{
        font-size: 12px;
    }

    .footer-4-mail input::placeholder{
        font-size: 12px;
    }

   

    .footer .row .col35{
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }

    .footer .row .col25{
        max-width: 30%;
        flex: 0 0 30%;
        padding: 0 15px;
    }

    
    .footer .row .col20{
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }

   

}


@media (max-width:768px){
    .banner-main-cont{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .banner-cont-img{
        margin-bottom: 40px;
        padding-top: 0px;
    }

    .banner-cont-img h1{
        font-size: 34px;
    }

 .banner   .banner-cont-img .cmn-button{
    margin-top: 32px;
    }
    
    .banner-cont-img h1 span{
        font-size: 34px;
    }


    .manage-heading{
        padding: 0 180px ;
    }

    .manage .row:nth-child(2){
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .manage .row .col33{
        max-width: 80%;
        flex: 0 0 80%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .manage .row .col33:nth-child(3){
        margin-bottom: 0px;
    }

    .manage-card-text-title{
        font-size: 18px;
    }

    .unseen .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .unseen .row .col40{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }


    .unseen .row .col60{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    
    .unseen-cont h3{
        font-size: 20px;   
    }

    .local-business .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .local-business .row .col40{
        max-width: 80%;
        flex: 0 0 80%;
        padding: 0 15px;
    }

    .local-business .row .col60{
        max-width: 80%;
        flex: 0 0 80%;
        padding: 0 15px;
    }

    .local-business-logo-main-cont{
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    } 

    .local-business-logo-cont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .design .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .design .container .row .col45{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .design .container .row .col55{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    
    .design-img-cont h3{
        font-size: 20px;   
    }

    .design-image{
        margin-bottom: 20px;
    }

    .tim-smith .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .tim-smith .row .col35{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }


    .tim-smith .row .col65{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .tim-smith-main-cont{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .new-marketing-heading{
        padding: 50px 40px 0 40px;
        margin-bottom: 30px;
    }  


    .new-marketing .row{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .new-marketing .row .col33{
        max-width: 90%;
        flex: 0 0 90%;
        padding: 0 15px;
        margin-bottom: 80px;
    }

    .new-marketing .row .col33:nth-child(3){
        margin-bottom: 0;
    }

    .new-marketing .row:nth-child(2){
        margin-bottom: 50px;
    }

    .new-markeing-card-para p{
        font-size: 15px;
     }

     .tim-smith-logo-img {
        display: flex;
        justify-content: center;
        align-items: center;
     }

     .card-button a{
        font-size: 15px;
     } 
     
    .demo .demo-cont{
        padding: 0 190px;
    }

    .demo-cont h2{
        font-size: 30px;
    }

    .tim-smith .col35{
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    
    .tim-smith-image img{
        height: auto;
        max-width: 100%;
    }

    .tim-smith-logo-meet{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .tim-smith-main-cont{
        width: 100%;
    }

    .tim-smith-logo-img{
        max-width: 100%;
        flex: 0 0 100%;
        gap: 20px;
    }

    .tim-smith-logo-meet{
        margin-top: 20px;
    }

    footer .row{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    footer .row .col35{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    footer .row .col25{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }


    .footer-icon ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .row .col20{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    footer .container .row .footer-4{
        margin-top: 20px;
    }

}



@media (max-width:576px){
   
    .banner-cont-img h1{
        font-size: 24px;
    }
    
    .banner-cont-img h1 span{
        font-size: 24px;
    }

    .manage-heading{
        padding: 0 80px ;
    }
    
    .manage-heading{
        font-size: 20px;
    }

    .manage-heading p{
        font-size: 15px;
    }

    .manage-card-text-title{
        font-size: 15px;
    }

    .unseen-cont h3{
        font-size: 20px;   
    }

    .new-marketing-heading h2{
        font-size: 20px;
    }

    
   .demo .demo-cont{
    text-align: center;
    padding: 0 150px;
}

    .demo-cont h2{
        font-size: 24px;
    }

    footer .container .row{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-logo{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .container .row .col35{
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}


@media (max-width:481px){
    .banner{
        padding: 80px 0 0px 0;
    }

    .banner-cont-img{
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 70px;
    } 

    .banner-img{
        max-width: 100%;
        flex: 0 0 100%;  
    }

    .clients .clients-heading h2{
        font-size: 20px;
    }

   .manage .manage-heading{
    padding: 0 70px;
   }

   .manage .manage-heading h2{
    font-size: 20px;
   }

   .local-business .local-business-cont h3{
    font-size: 22px;
   }

   .local-business .local-business-cont h3 span{
    font-size: 22px;
   }

   .tim-smith .tim-smith-logo-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }

   .demo .demo-cont{
    text-align: center;
    padding: 0 100px;
}

}


@media (max-width:376px){
    .unseen{
        padding: 22px 0;
    }

    .manage .manage-heading{
        padding: 0 20px;
    }

    
   .demo .demo-cont{
    text-align: center;
    padding: 0 40px;
}

    .demo .demo-cont h2{
        font-size: 20px;
    }
}

@media (max-width:321px){
    .manage .manage-heading{
        padding: 0 10px;
    }

    .manage .manage-heading h2{
        font-size: 18px;
    }

    .new-marketing .new-marketing-card-cont{
        left: 13px;
    }
}

/* MEDIA QUERY END */