/* TABLE OF CONTENT */
/* -----------------
1.General
2.Navbar
3.Banner
4.About
5.Story
6.Footer
---------------------*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
-webkit-box-sizing:border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
a:hover,
a.active{
color: var(--color-mainColor) !important;
}
ul{
margin:0;
padding:0;
}
/* =========== Variable Define ========== */
:root{
  --color-mainColor: #f53838;
  --color-secondColor: #4f5665;
  --color-dark-blue: #0b132a;
  --color-black: #000;
  --color-white: #fff;
}
/* 1 Custom Css */
html{
scroll-behavior: smooth;
}
body{
font-family: "Rubik", sans-serif;
}
::-webkit-scrollbar{
width:.425rem;
}
::-webkit-scrollbar-track{
background: var(--color-white);
}
::-webkit-scrollbar-thumb{
background: var(--color-mainColor);
}
.main-btn{
font-size:1rem;
text-transform: capitalize;
-webkit-transition:all 0.3s ease-out 0s;
-moz-transition:all 0.3s ease-out 0s;
-o-transition:all 0.3s ease-out 0s;
-ms-transition:all 0.3s ease-out 0s;
transition:all 0.3s ease-out 0s;
background-color: var(--color-mainColor);
padding: 1.0938rem 4.8438rem;
font-weight:700;
border-radius:10px;
color: var(--color-white);
position: relative;
box-shadow: 0px 29px 33px -21px rgba(245, 56, 56, 0.98);
border: 0.2rem solid transparent;
}
.main-btn:hover{
  background-color: white;
  border: 0.2rem solid var(--color-mainColor);
  color: var(--color-mainColor);
}
.main-btn2{
font-size:1rem;
font-weight: 500;
text-transform: capitalize;
-webkit-transition:all 0.4s ease-out 0s;
-moz-transition:all 0.4s ease-out 0s;
-o-transition:all 0.4s ease-out 0s;
-ms-transition:all 0.4s ease-out 0s;
transition:all 0.4s ease-out 0s;
background-color:transparent;
color: var(--color-mainColor);
width: 150px;
height: 45px;
border-radius: 50px;
border: 1px solid var(--color-mainColor);
}
.main-btn2:hover{
background-color:var(--color-mainColor);
box-shadow: rgb(245, 56, 56) 0px 23px 26px -17px;
border:1px solid var(--color-mainColor);
color: var(--color-white);
}
/* 2 Navbar */
.header_wrapper .navbar{
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
padding:1rem 0;
align-items: center;
border-bottom: 1px solid var(--color-mainColor);
}
.header_wrapper .navbar-brand img{
max-width:150px;
height:36.23px;  
}
.header_wrapper .menu-navbar-nav{
width: 70%;
display: flex;
justify-content: center;
}   
.header_wrapper .nav-item{
margin:0 15px;
}
.header_wrapper .nav-item .nav-link{
font-weight:400;
font-size: 16px;
color: var(--color-secondColor);
}
.nav-btn{
color: #000;
font-size: 16px;
font-weight: 500;
}
.header-scrolled {
position: fixed;
margin-top: 0;
top: 0;
left: 0;
width: 100%;
background:var(--color-white);
-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
}
.header-scrolled .navbar-brand img { 
width:190px;
height: auto;
animation: animated 0.1s ease-in-out;
} 
@keyframes animated {
0% {
width:210px;
}
50% {
width:200px;
}
100% {
width:190px;
}
}
.header-scrolled .nav-item .nav-link{
font-size: 17px; 
}
/* 3 Top Banner */
.top-banner{
width: 100%;
height:100%;
background:#fff;
background-size:cover;
padding:10.875rem 0 5.375rem;
}
.top-banner h1{
font-size: 50px;
font-weight: 500;
line-height: 70px;
}
.top-banner h1 span{
font-size: 50px;
font-weight: 700;
}
.top-banner p{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
}
.top-banner p span{
font-size: 16px;
font-weight: 500;
}
/* counter */
.counter-body{
width: 1140px;
height: 200px;
background-color: var(--color-white);
border-radius: 10px;
display: flex;
box-shadow: 0px 36px 36px -9px hsla(232.5, 48%, 9.8%, 0.06);
}
.counter-body .contents{
display: flex;
justify-content: center;
align-items: center;
gap: 2.2813rem;
height: 125.57px;
border-right: 2px solid #EEEFF2;
}
.counter-body .contents .icons i{
color: #f53838;
width: 55px;
height: 55px;
border-radius: 70px;
background: #FFECEC;
text-align: center;
padding-top: 1.1rem;
}
.counter-body .contents .numbers h5{
font-size: 20px;
font-weight: 400;
color: var(--color-secondColor);
}
/* features */
.features-section h2{
font-size: 35px;
font-weight: 500;
line-height: 50px;
}
.features-section p{
font-size: 16px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0;
color: var(--color-secondColor);
}
.features-section ul li{
font-size: 14px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
margin-bottom: 15px;
position: relative;
margin-left: 1.875rem;
}
.features-section ul li::before{
position: absolute;
left:-2.1875rem;
color: #2FAB73;
font-family: "Font Awesome 5 Free";
content:"\f058";
display: inline-block;
font-weight: 900;
font-size: 21px;
}
/* pricing */
.pricing_title{
font-size: 35px;
font-weight: 500;
line-height: 50px;
color: var(--color-dark-blue);
margin-bottom: 1.25rem;
margin-top: 4rem;
}
.pricing_subtitle{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
}
.pricing_card{
width: 330px;
height: 760px;
border-radius: 10px;
border: 2px solid #DDDDDD;
background: #FFFFFF;
align-items: center;
justify-content: center;
text-align: center;
padding: 4.9769rem 2.8rem 3.125rem;
}
.pricing_card img{
margin-bottom:1.875rem;
}
.pricing_card h3{
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: var(--color-dark-blue);
}
.pricing_card .pricing_all_plan{
height: 230px;
width: 11.9087rem;
margin: 0 auto 3.125rem;
}
.pricing_card .pricing_all_plan ul li{
font-size: 14px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
text-align: left;
position: relative;
margin-bottom:0.625rem;
margin-left: 1.875rem;
}
.pricing_card .pricing_all_plan ul li::before{
position: absolute;
left:-2.1875rem;
color: #2FAB73;
font-family: "Font Awesome 5 Free";
content:"\f00c";
display: inline-block;
font-weight: 900;
font-size: 14px;
}
.pricing_card h2{
font-size: 25px;
font-weight: 500;
line-height: 30px;
color: var(--color-dark-blue);
}
.pricing_card h2 span{
font-size: 25px;
color: var(--color-secondColor);
}
.pricing_card .main-btn2{
width:177.88px;
}
.pricing_3 .main-btn2{
background-color: var(--color-mainColor);
color: var(--color-white);
box-shadow: rgb(245, 56, 56) 0px 23px 26px -17px;
}
/* brands */
.infinite{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0px;
  }
  .infi-logo img{
  height:50px;
  margin: 0px 30px;
  cursor: pointer;
  }
  .infi-logo{
  display: inline-block;
  white-space: nowrap;
  animation: 30s slide infinite linear;
  }
  .infinite:hover .infi-logo{
  animation-play-state: paused;
  }
  @keyframes slide {
  from{
  transform: translateX(0);
  }
  to{
  transform: translateX(-100%);
  }
  }
  /* ******************** */
  /*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
transform: scale(.85);
transition: .5s;
width: 400px;
height: 230px;
border-radius: 10px;
border: 2px solid #DDDDDD;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  border-color: var(--color-mainColor);
}

.testimonial-carousel .owl-item .testimonial-item img {
  width: 50px;
  height: 50px;
}

.testimonial-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-mainColor);
  border: 1px solid var(--color-mainColor);
  border-radius: 45px;
  transition: .5s;
}
.testimonial-carousel .owl-nav .owl-next{
  color: #FFFFFF;
  background: var(--color-mainColor);
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--color-mainColor);
}
.testimonial-carousel .owl-dots {
  margin-top: -26px;
  display: flex;
  align-items: flex-end;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #DDE0E4;
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width:45px;
  background: var(--color-mainColor);
}
/* Newsletter */
.newsletter-body{
width: 1140px;
height: 233px;
border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
padding:0 4.375rem;
background-color: var(--color-white);
box-shadow: 0px 36px 36px -9px hsla(232.5, 48%, 9.8%, 0.06);
transform: translateY(120px);
}
.newsletter-body .content h2{
font-size: 35px;
font-weight: 500;
line-height: 45px;
color: var(--color-dark-blue);
}
.newsletter-body .content p{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
}
/* footer */
footer{
padding:11.25rem 0 5rem;
background-color: #F8F8F8;
}
footer .logo{
margin-bottom: 20px;
width:150px;
}
footer .company_details{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
}
footer .company_details span{
font-weight:500;
}
.footer__icons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.footer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-mainColor);
  width:33.6px;
  height:33.6px;
  border-radius: 50%;
  box-shadow: 0 13px 18px 0 rgba(17, 19, 35, 0.08);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.footer__icon:hover {
  transform: scale(1.3);
}
footer .copyright p{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #AFB5C0;
}
footer .copyright p span{
font-weight: 500;
}
footer h5{
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: var(--color-dark-blue);
}
footer .link-widget li a{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: var(--color-secondColor);
}
footer .link-widget li {
list-style: none;
}