
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Montserrat';
font-size:16px;
color:#000000;
}
:root{
--main-blue:#1C8BDC;
--sec-color:#CFF1FF;
}
html{
scroll-behavior:smooth;
scroll-padding-top:85px;
}

header{
padding:0px 70px;
width:100%;
height:85px;
display:flex;
justify-content:space-between;
align-items:center;
position:fixed;
top:0;
left:0;
z-index:100;
}
.header-bg-change{
background-color:white;
box-shadow:0px 0px 10px black;
}

.logo{
width:fit-content;
height:80px;
}
.logo h2{
font-size:30px;
color:var(--main-blue);
}
.logo img{
height:100%;
width:100%;
object-fit:cover;
}
.nav-bar{
width:fit-content;
}
.menu-links{
list-style-type:none;
}
.menu-links li{
display:inline-block;
margin:0px 25px;

}
.menu-links li a{
color:#000000;
font-weight:600;
text-decoration:none;
}
a.menu-icon{
text-decoration:none;
display:none;
}
a.menu-icon i{
font-size:25px;
color:var(--main-blue);
}
#hero{
background-image:linear-gradient(270deg, #CFF1FF 0%, #F2FCFF 0%, #F9FDFF 95.23%);
padding-top:85px;

}

.hero-container{
padding:50px 70px;
display:flex;
justify-content:space-between;
}
.hero-left{
width:50%;
}
.hero-left h2{
font-family:'Montserrat Alternates';
font-size:60px;
line-height:73px;
}
.sub-text{
margin-top:10px;
font-size: 18px;
line-height:28px;
font-weight:400;
}
.sub-heading{
font-size:18px;
font-weight:600;
color:#353566;
margin-top:20px;
}
.hero-right{
width:45%;
}
.hero-right img{
width:100%;
height:100%;
object-fit:contain;
}
.cta-buttons{
display:flex;
margin-top:25px;
}
.cta-buttons a{
font-weight:600;
font-size:20px;
border-radius:15px;
padding:10px 20px;
text-align:center;
display:block;
margin-right:20px;
border:2px solid #000000;
text-decoration:none;
}
.active-btn{
background-color:var(--main-blue);
color:white!important;
border:2px solid var(--main-blue)!important;
}

#prob-section{
padding:50px 70px;
}
#usp{
padding:50px 70px;
background-color:#F4FAFF;
}

.prob-container{
display:flex;
flex-direction:row;
justify-content:space-between;
margin-top:20px;
margin-bottom:20px;
}
.prob-wrapper{
display:flex;
justify-content:space-between;
}
.problem-card{
width:48%;
background-color:#fff6f6;
padding:30px;
border-radius:15px;
}
.problem-card h2{
font-family:'Montserrat Alternates';
font-size:40px;
font-weight:600;
margin:0px auto;

}
.problem-card ul{
margin-top:20px;
}
.problem-card ul li{
line-height:45px;
list-style-type:none;
display:flex;
align-items:center;
font-weight:500;
}
.problem-card ul li img{
width:25px;
margin-right:10px;
}
.sol-card{
width:48%;
background-color:#f6fdff;
padding:30px;
border-radius:15px;
}
.sol-card ul{
margin-top:20px;
}
.sol-card ul li{
line-height:45px;
font-weight:500;
list-style-type:none;
display:flex;
align-items:center;
}
.sol-card ul li img{
width:25px;
margin-right:10px;
}
.sol-card h2{
font-family:'Montserrat Alternates';
font-size:40px;
font-weight:600;
margin:0px auto;
}
.tick-green{
color:green;
}
.prob-card{
padding:15px;
width:22%;
text-align:center;
box-shadow:0px 0px 10px #cecece;
border-radius:15px;

}
.prob-card img{
width:64px;
}
.prob-card p{

border-radius:10px;
font-weight:600;
font-size:18px;
}
.problems{
margin-top:20px;
}
.usp-wrapper{
margin-top:50px;
}
.usp-row{
display:flex;
justify-content:space-between;
margin:25px 0px;
}
.usp-card{
display:flex;
align-items:center;
width:45%;
border-radius:15px;
box-shadow:0px 0px 10px #cecece;
padding:15px;
background:white;
}
.usp-text-container{
margin-left:15px;
}
.usp-text-container h3{
font-weight:600;
font-size:20px;
}
.usp-text-container p{
margin-top:5px;
line-height:25px;
font-weight:400;
}
#services{
padding:50px 70px;
}
.section-heading{
font-family:'Montserrat Alternates';
font-size:40px;
font-weight:600;
width:50%;
margin:0px auto;
text-align:center;
}
.section-heading .div-blue{
font-family:'Montserrat Alternates';
color:var(--main-blue);
font-size:40px;
}
.service-wrapper{
margin-top:50px;
display:flex;
justify-content:space-between;
}
.service-container{
width:29%;
text-align:center;
}
.service-pic-container{
width:100%;
height:253px;
border-radius:10px;
overflow:hidden;
}
.service-pic-container img{
width:100%;
height:100%;
object-fit:cover;
}
.service-heading{
margin:25px 0px;
font-size:20px;
}
.service-description{
font-size:16px;
line-height:19.5px;
font-weight:400;
}
.service-wrapper a{
display:block;
margin:25px auto;
width:fit-content;
background-color:var(--main-blue);
color:white;
font-weight:600;
border-radius:10px;
padding:10px 20px;
text-decoration:none;
}
#about{
background-color:var(--sec-color);
display:flex;
}
.about-sec-heading{
width:100%;
text-align:justify;
}
.about-pic-container{
width:40%;
}
.about-pic-container img{
width:100%;
height:100%;
object-fit:cover;
}
.about-content{
width:60%;
padding:50px 70px 50px 50px;
}
.about-content ul li{
list-style-type:none;
line-height:32px;

}
.about-content ul li::before{
content:'';
display:inline-block;
height:18px;
width:18px;
margin-right:10px;
background-image:url('assets/img/green-tick.svg');
}
.about-content p{
text-align:justify;
line-height:30px;
font-weight:400;
margin-top:30px;
}
.about-content a{
text-decoration:none;
width:fit-content;
border-radius:10px;
padding:10px 20px;
background-color:var(--main-blue);
color:white;
font-weight:600;
}
.section-sub-heading{
text-align:center;
font-size:18px;
margin-top:10px;
margin-bottom:10px;
color:grey;
}
#workflow{
padding:50px 70px;
}
.workflow-wrapper{
display:flex;
justify-content:space-between;
margin-top:20px;
}
#workflow a{
display:block;
background:var(--main-blue);
color:white;
font-size:18px;
font-weight:600;
color:white;
padding:15px 20px;
width:fit-content;
margin:50px auto 0px auto;
border-radius:15px;
text-decoration:none;
}
.workflow-card{
width:23%;
}
.workflow-step{

}
.workflow-step p{
font-weight:700;
font-size:25px;
color:white;
background:var(--main-blue);
padding:20px;
border-radius:50%;
text-align:center;
width:fit-content;
margin:20px auto;
}
.workflow-card h3{
text-align:center;
font-size:18px;
}
.workflow-desc{
margin-top:10px;
text-align:center;
line-height:22px;
}
#features{
padding:50px 70px;
}
.features-wrapper{
display:flex;
justify-content:space-between;
margin-top:50px;
width:100%;
}
.feature-col{
width:45%;
}
.feature-container{
display:flex;
justify-content:space-between;
margin-top:25px;
}
.feature-content-container{
width:80%;
}
.feature-icon{
width:15%;
height:inherit;
}
.feature-icon img{
width:100%;
height:100%;
object-fit:contain;
}

.feature-heading{
font-weight:600;
font-size:20px;
}
.feature-content{
margin-top:5px;
line-height:25px;
font-weight:400;
}

#portfolio{
background-color:var(--main-blue);
padding:50px 70px;
}
.heading-white{
color:white!important;
}
.portfolio-wrapper{
width:100%;
margin-top:20px;
display:flex;
justify-content:space-between;
}
.portfolio-container{
width:47%;
height:370px;

}
.portfolio-container img{
width:100%;
height:100%;
object-fit:contain;
}
#pricing{
padding:50px 70px;
}
.pricing-wrapper{
margin-top:50px;
display:flex;
flex-direction:row;
justify-content:center;
}
.price-card{
width:40%;
padding:40px;
border-radius:20px;
border:1px solid grey;
box-shadow:0px 0px 10px #cecece;
margin-left:20px;
margin-right:20px;
}
.best-price-card{
border:2px solid var(--main-blue);
}
.price-card h3{
font-size:22px;
text-align:center;
}
.price-tag{
color:var(--main-blue);
font-size:30px!important;
margin-top:15px;
}
.features-wrapper{
margin-top:40px;
}
.features-wrapper ul{
width:100%;
}
.features-wrapper ul li{
line-height:35px;
list-style-type:none;
}
.price-cta{
display: block;
background: var(--main-blue);
color: white;
font-size: 18px;
font-weight: 600;
color: white;
padding: 15px 20px;
text-align:center;
margin: 50px auto 0px auto;
border-radius: 15px;
text-decoration: none;
}
.flex-list{
display:flex;
justify-content:space-between;
}
.tick{
color:var(--main-blue);
}
.best-seller-tag{
background-color:var(--main-blue);
color:white;
font-weight:600;
font-size:16px;
text-align:center;
padding:10px 15px;
border-radius:20px;
margin:-60px auto 20px auto;
width:fit-content;
}

#reviews{
padding:50px 70px;
}
.reviews-wrapper{
margin-top:70px;
display:flex;
justify-content:space-between;
}
.review-tile-container{
width:25%;
background-color:var(--main-blue);
border-radius:15px;
padding:20px;
}
.review-stars-center{
text-align:center;
}
.review-pic-container{
width:150px;
height:150px;
border-radius:50%;
overflow:hidden;
margin:-100px auto 0px auto;
border:5px solid var(--main-blue);
}
.review-pic-container img{
width:100%;
height:100%;
object-fit:cover;
}
.review-tile-content{
margin-top:10px;
}
.user-review{
text-align:center;
color:white;
line-height:25px;
}
.user-name{
margin-top:10px;
font-weight:500;
color:white;
text-align:center;
}

#offer{
background-color:var(--sec-color);
display:flex;
flex-direction:row;
justify-content:space-between;
}
.offer-content{
width:55%;
padding:50px 0px 50px 70px;

}
.offer-content h3{
font-family:'Montserrat Alternates';
font-size:38px;
font-weight:600;
line-height:55px;
}
.div-bl{
color:var(--main-blue);
font-size:38px;
font-weight:600;
}
.offer-content a{
display:block;
width:fit-content;
margin-top:25px;
padding:10px 20px;
border-radius:10px;
background-color:var(--main-blue);
color:white;
font-weight:600;
text-decoration:none;
}
.offer-pic{
width:40%;
height:385px;
}
.offer-pic img{
width:100%;
height:100%;
object-fit:contain;
}

#contact{
padding:50px 70px;
}
.contact-wrapper{
display:flex;
justify-content:space-between;
}
.contact-content-wrapper{
width:40%;
}
.contact-content-wrapper h2{
font-family:'Montserrat Alternates';
font-size:38px;
font-weight:600;
}
.contact-content-wrapper p{
margin-top:40px;
font-size:16px;
line-height:24px;
}
.contact-form-container{
width:40%;
border-radius:15px;
box-shadow:0px 0px 10px grey;
padding:25px;
}
.icon-container-section{
margin-top:40px;
}
.icon-container{
display:flex;
align-items:center;
margin:15px 0px;
}
.icon-container i{
display:block;
width:fit-content;
color:var(--main-blue);
font-size:25px;
}
p.contact-details{
margin:0px 0px 0px 15px;
}
.icon-container p a{
text-decoration:none;
}
.contact-form-container input[type="text"]{
display:block;
width:100%;
padding:10px;
margin:10px 0px;
font-size:16px;
}
.contact-form-container input[type="email"]{
display:block;
width:100%;
padding:10px;
margin:10px 0px;
font-size:16px;
}
textarea{
display:block;
width:100%;
padding:10px;
margin:10px 0px;
font-size:16px;
}
.contact-form-container input[type="submit"]{
background-color:var(--main-blue);
color:white;
font-weight:600;
width:100%;
padding:10px;
border-radius:10px;
border:none;
}
.contact-form-title{
font-weight:500;
font-size:20px;
text-align:center;
margin-top:5px;
margin-bottom:20px;
}
footer{
background-color:#3e3c3c;/*#656262;*/
}
.footer-wrapper{
display:flex;
padding:20px 70px;
justify-content:space-between;
}
.footer-logo-section{
width:30%;
}
.footer-logo-section h2{
font-size:30px;
color:var(--main-blue);
}
.footer-logo-section p{
color:white;
font-size:16px;
font-weight:500;
margin-top:20px;
}
.quick-links{
width:35%;
text-align:center;
}
.footer-heading{
font-size:25px;
color:var(--main-blue);
}
.quick-links ul li{
list-style-type:none;
margin:5px 0px;
}
.quick-links ul li a{
text-decoration:none;
color:white;
font-weight:500;
}
.s-links-container{
margin-top:15px;
}
.s-links-container a{
text-decoration:none;
margin:0px 5px;
}
.s-links-container a i{
color:white;
font-size:22px;
}
.author{
color:white;
text-align:center;
padding:5px;
background-color:#444242;
font-size:15px;
font-weight:500;
}
.txt-small{
color:white;
font-size:15px;
text-align:center;
background-color:#444242;
}


/*CSS code for mobile responsive design*/
@media(max-width:480px){

header{
padding:0px 30px;
flex-direction:column;
align-items:center;
justify-content:center;
width:100%;
}
.logo{
width:100%;
text-align:center;
}
.logo img{
width:75px;
}
.navbar{
width:100%;
position:absolute;
top:85px;
left:0px;
background-color:white;
display:none;
}
.navbar-resp{
width:100%;
position:absolute;
top:85px;
left:0px;
background-color:white;
display:block;
}
.menu-links li{
display:block;
margin:20px 0px;
text-align:center;
}
a.menu-icon{
text-decoration:none;
display:block;
position:absolute;
top:30px;
right:15px;
}
a.menu-icon i{
font-size:25px;
color:var(--main-blue);

}

.hero-container{
padding-left:30px;
padding-right:30px;
flex-direction:column-reverse;
align-items:center;
}
.hero-left{
width:100%;
margin-top:20px;
text-align:center;

}
.hero-left h2{
font-size:43px;
text-align:center;
line-height:55px;
}
.hero-right{
width:100%;
}
.cta-buttons a{
font-size:18px;
}
#prob-section{
padding:50px 30px;
}
.prob-wrapper{
flex-direction:column;
}
.problem-card{
width:100%;
}
.problem-card h2{
font-size:35px;
}
.problem-card ul li{
line-height:35px;
}
.sol-card{
width:100%;
margin-top:30px;
}
.sol-card ul li{
line-height:35px;

}
.prob-container{
flex-direction:column;
}
.prob-card{
width:100%;
margin-top:15px;
margin-bottom:15px;
}
#usp{
padding:50px;
}
.usp-row{
flex-direction:column;
margin-top:0;
margin-bottom:0;
}
.usp-card{
width:100%;
margin-top:20px;
margin-bottom:20px;
}
.usp-text-container h3{
font-size:18px;
}
.usp-text-container p{
font-size:16px;
}
#services{
padding-left:30px;
padding-right:30px;
}
.section-heading{
font-size:35px;
width:100%;
}
.section-heading .div-blue{
font-size:35px;
}
.service-wrapper{
flex-direction:column;
}
.service-container{
width:100%;
}
#about{
flex-direction:column;
}
.about-pic-container{
width:100%;
}
.about-content{
width:100%;
padding:30px 30px;
}
#workflow{
padding:50px;
}
.workflow-wrapper{
flex-direction:column;
}
.workflow-card{
width:100%;
margin-top:15px;
margin-bottom:15px;
}
#features{
padding:50px 30px;
}
.features-wrapper{
flex-direction:column;
}
.feature-col{
width:100%;
margin:0px;
}
.feature-container{
margin:30px 0px!important;
align-items:center;
}
.feature-content-container{
width:72%;
}
.feature-icon{
width:20%;
}
#portfolio{
padding:50px 30px;
}
.portfolio-wrapper{
flex-direction:column;
}
.portfolio-container{
width:100%;
height:215px;
margin:30px auto;
background-color:white;
border-radius:20px;
}
.portfolio-container img{
object-fit:contain;
}
#pricing{
padding:50px;
}
.pricing-wrapper{
flex-direction:column;
align-items:center;
width:100%;
}
.price-card{
width:100%;
margin-top:15px;
margin-bottom:15px;
}
#reviews{
padding:50px 30px;
}
@keyframes reviews-slider{
0% { left:0%; }
30% { left:0%; }
35% { left:-100%; }
65% { left:-100%; }
70% { left:-200%; }
100% { left:-200%; }
}
.review-slider{
overflow:hidden;

}
.reviews-wrapper{
position:relative;
width:300%;
justify-content:space-between;
animation:reviews-slider 20s linear infinite;
}
.review-tile-container{
width:80%;
margin-left:15px;
margin-right:15px;
}
#offer{
flex-direction:column;
}
.offer-pic{
width:100%;
overflow:hidden;
}
.offer-content{
width:100%;
padding:30px;;
text-align:center;
}
.offer-content a{
margin-left:auto;
margin-right:auto;
}
.offer-content h3{
font-size:30px;
line-height:47px;
}
.div-bl{
font-size:30px;
}
#contact{
padding:50px 30px;
}
.contact-wrapper{
flex-direction:column;
}
.contact-content-wrapper{
width:100%;
}
.contact-form-container{
width:100%;
margin-top:30px;
}
.footer-wrapper{
padding:20px 30px;
flex-direction:column;
}
.footer-logo-section{
width:100%;
text-align:center;
}
.quick-links{
margin-top:20px;
width:100%;
}
.social-links{
text-align:center;
margin-top:20px;
}

}

