@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Urbanist';
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

*[class*="col-"]{
    padding: 0 15px;
}

::selection{
    color: white;
    background-color: #8f8dcf;
}

.padding-20{
    padding: 0 50px;
    padding-top: 100px;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.gap-30{
    gap: 30px;
}
.gap-40{
    gap: 40px;
}
.gap-50{
    gap: 50px;
}

.justify-content-center{
    justify-content: center;
}

.justify-content{
    justify-content: space-between

}

.align-center{
    align-items: center;
}

.height-100{
    height: 100%;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    
}
/* header starts  */
.container{
    max-width: 1320px;
    margin: auto;
}
.logo{
    max-width: 100%;   
    height: auto;
    margin-top: 30px;
   
}
.menubar{
    
    font-size: 17px;
    margin-top: 30px;
   
    font-weight: 600;
    
    
} 
.menu-1{
    cursor: pointer;
}
.menu-1:hover {
    color: rgb(63 120 224 )
    
    
}

.media-icons{
    margin-top: 30px;
    font-weight: 700;
    cursor: pointer;
  
}

.media-icons li i{
    transition: all 0.1s linear;
}

.media-icons li i:hover{
    transform: translateY(-3px);
}

/* header ends  */

/* section 1 starts */


.box-1{
    /* margin-top: 70px; */
    padding: 30px;
    
}
.bg-image1{
    background-image: url(https://sandbox-tailwindapp.vercel.app/assets/img/photos/bg22.png);
    height: 650px;
    border-radius: 10px;
    background-position: center center;
}

.section1-content{
    width: 45%;
    padding: 90px 0px;
}

.section1-h{
   
    font-size: 35px;
    font-weight: 600;
}
.section1-h span{
    color: #f6529a;
    
}

.section1-c{
    margin-top: 20px;
    font-size: 27px;
    font-weight: 500px;
   
    color: #616a7c;
}

.section1-button{
    padding: 15px 28px;
    font-size: 16px;
    margin-top: 20px;
    background-color: #f54f94;
    color: white;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
   cursor: pointer;
    transition: all 0.2s linear;
}
.section1-button:hover{
    transform: translateY(-3px);
    box-shadow: 5px 5px 20px rgb(20, 19, 19);
    
}

.section1-image{
    width: 100%; 
    height: 622px; 
    margin-left: 0;
}

/* section 2 starts  */
.section-2{
    padding: 100px;
}
.section-2h{
    color: #f54f94;
    text-align: center;
    margin-top: 80px;
    font-weight: 500;
    font-size: 20px;
   
}
.section-2c{
    text-align: center;
   
    font-weight: 600;
    font-size: 40px;
    color: #343f52;
    padding: 15px;
    
}

.section2-box{
    margin-top: 50px;
}
.section-2-boxes{
    margin-bottom: 50px;
}

.section2-box svg{
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.solid-duo.text-grape-fuchsia .fill-secondary {
    fill: #f857a6;
}
.solid-duo.text-grape-fuchsia .fill-primary {
    fill: #605dba;
}


.box1 h4 {
    font-size: 22px;
   
    color: #343f52;
    
}
.box1 p{
    font-size: 20px;
    margin-top: 10px;
   
    color: #616a7c;
    
}
/* section 2 ends here  */
/* section 3 starts here  */
.section-3{
    padding: 100px;
}
.section3-c{
    padding: 50px;
}
.section3-image{
    max-width: 100%;
    height: auto;
}

.section-3h{
    color: #f54f94;
   
    font-weight: 500;
    font-size: 20px;
}
.section-3c{
    font-weight: 600;
    font-size: 38px;
   
    margin-top: 15px;
}

.section3-content{
   
    color: #616a7c;
    margin-top: 30px;
    font-size: 17px;
    line-height: 27px;  
}

.section3-ctick{
    margin-top: 40px;
}

.section3-ctick div p{
    padding-bottom: 40px;
    font-size: 17px;
    line-height: 25px;
    width: 85%;
    color: #616a7c;
}

.section3-ctick div span{
    font-size: 20px;
    width: 15%;
    
}
/* section 3 ends here  */
/* section 4 starts here  */
.section-4{
    padding: 100px;
  
}

.section-4h{
    color: #f54f94;
    font-weight: 500;
    font-size: 38px;
}
.section-4c{
    font-weight: 600;
    font-size: 38px;
    margin-top: 15px;
   
}

.section4-content{
    
    color: #616a7c;
    margin-top: 30px;
    font-size: 17px;
    margin-bottom: 30px;  
    line-height: 27px;  
}

.section4-content-tick  {
    width: 100%;
}
.section4-content-tick li {
    font-size: 19px ;
}
.section4-content-tick span {
    font-size: 19px;
    color: #616a7c;
    margin-left: 15px; 
    
}
.section4-img{
    max-width: 100% ;
    height: auto;
}
/* section 4 ends here  */
/* section 5 starts here  */
.section5-box-1{
    background-image: url(https://sandbox.elemisthemes.com/assets/img/photos/bg22.png);
    max-width: 100%;
    height: auto;
    padding: 80px;
    background-position: center center;
    border-radius: 15PX;
    position: relative;
    padding-bottom: 120px;
    margin-top: 100px;
    
    
}
.section5-icons{
    align-items: center;
}

.section5-h{
    font-size: 38px;
}

.section5-c{
    margin-top: 20px;
    font-size: 22px;
    line-height: 27px;  
    color: #616a7c;
    
}


.completed-projects svg{
    width: 44px;
    height: 44px;
}

.completed-projects{
    text-align: center;
}
.revenue-Growth{
    text-align: center;
}
.revenue-Growth svg {
    width: 44px;
    height: 44px;
    
}
.customer-satisfaction{
    text-align: center;
}
.customer-satisfaction svg{
    width: 44px;
    height: 44px;
}
.section5-icons h3 {
    font-size: 41px;   
}
.section5-icons p {
    font-size: 17px;

}
/* section - cards starts  */
.cards-4{
    position: relative;
    margin-top: -80px;
}

.card{
    padding: 40px;
    border-bottom: 6px #cfceea solid;
    background-color: white;
    box-shadow: rgba(30, 34, 40, .07);
    border-radius: 10px;
    line-height: 25px;
    height: 100%;

}
.card p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #616a7c;


}
.card h5{
    font-size: 19px;
    margin-bottom: 10px;
}
/* section 5 ends here */
/* section 6 starts here */

.section-6{
    padding: 150px;
}

.s6-sub-heading{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #f762a2;
    margin-bottom: 20px;
}

.s6-heading{
    font-size: 36px;
    text-align: center;
    color: #343f52;
}

.s-6-section{
    margin-top: 50px;
}

.s-6img{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.s-6img img{
    transition: all 0.3s linear;
}

.read-more{
    width: 100%;
    height: 100%;
    background-color: rgba(34, 27, 27, 0.549);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    top: 0;
    opacity: 0;
    transition: all 0.3s linear;
}

.read-more:hover{
    opacity: 1;
}

.s-6img:hover img{
    transform: scale(1.1);
}

.section6-heading{
    margin-top: 20px;
    color: #343f52;
}

.section-6-content{
    margin-top: 20px;
    color: #d7dadf;
}
.section-6-content-2{
    margin-top: 20px;
    color: #d7dadf;
}
/* section 6 ends here  */
/* section 7 starts here  */
.section-7{
    padding: 50px;
}

.section-7-img1 img{
    border-radius: 10px;
    
}
.section-7-img2 img{
    margin-top: 25px;
    border-radius: 10px;
    
}
.section-7-img3{
    text-align: center;
    margin-top: 20px;
}

img{
    border-radius: 10px;
    
}
.ideas h4{
    margin-bottom: 10px;
    font-size: 20px;
}
.ideas p{
    line-height: 30px;
    font-size: 17px;
}
/* section 8 starts here  */
.section-8{
    height: calc(100vh - 90px);
    padding: 100px 0;
   
}

.about-img img{
    max-width: 100%;
    height: auto;
}

.about-que{
    padding: 0 40px;
}
.about-que .section-3h {
    margin-bottom: 20px;
}

.about-que h3{
    font-size: 36px;
    font-family: var(--font-style-primary);
    font-weight: 600;
    color: #343F52;
}

.personal-info{
    margin-top: 30px;
}

.location-icon span i{
    font-size: 25px;
}

.location {
    padding-left: 20px;
    font-family: var(--font-style-primary);
}

.location h5{
    font-size: 18px;
    font-weight: 700;
    color: #3F495A;
}

.location p{
    font-size: 16px;
    margin-top: 5px;
    color: #676F80;
    font-weight: 600;
}

.phone-icon{
    font-size: 19px;
    text-align: center;
}

.mail-icon{
    font-size: 21px;
    text-align: center;
}
/* section 9 starts here  */
.section-9-box-1{
    background-image: url(https://sandbox.elemisthemes.com/assets/img/photos/bg22.png);
    max-width: 100%;
    height: auto;
    background-position: center center;
    text-align: center;
    padding: 100px 0px;
    color: #343f52;
}
/* section 9 ends here  */
/* footer starts here  */
.footer-main{
    padding: 100px 15px;
}

.footer-info p{
    font-size: 16px;
    font-family: var(--font-style-primary);
    color: #60697b;
    line-height: 25px;
}

.footer-icon{
    margin-top: 25px;
}

.footer-logo{
    margin-bottom: 15px;
}

nav a span i{
    font-size: 18px;
    transition: all 0.1s linear;
}

nav a span i:hover{
    transform: translateY(-3px);
}

.footer-heading{
    font-size: 18px;
    font-family: var(--font-style-primary);
    color: #343f52;
    font-weight: 700;
}

.footer-content{
    font-size: 16px;
    font-family: var(--font-style-primary);
    color: #626B7D;
    margin-top: 16px;
    line-height: 28px;
    font-weight: 600;
}

.our-service li a{
    font-size: 16px;
    font-family: var(--font-style-primary);
    color: #626B7D;
    font-weight: 600;
    transition: all 0.3s linear;
}

.our-service li a:hover{
    color: rgb(63 120 224 )
}

.our-service li{
    padding-top: 13px;
}

.email-box{
    margin-top: 25px;
}

.input-box{
    padding: 12px 0;
    width: 75%;
    padding-left: 15px;
    font-family: var(--font-style-primary);
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #E9ECF2;
    color: #626B7D;
    border-right: none;
}

.join-box{
    border: none;
    width: 25%;
    background-color: #f54f94;
    font-family: var(--font-style-primary);
    font-size: 14px;
    color: white;
    padding: 12px 8px;
    border-radius: 5px;
    transition: all 0.2s linear;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.join-box:hover{
    box-shadow: 2px 2px 10px rgb(203, 197, 197);
}