@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --theme-mainfont: "Roboto", sans-serif;
  --theme-parafont: "Roboto", sans-serif;
  --theme-paracolor: #757575;
  --theme-lightbg: #F1F3FA;
  --theme-white: #ffffff;
  --theme-yellow: #FFBB33;
  --theme-dark: #223073;
  --theme-black: #000;
  --theme-lightshadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  --theme-darkshadow: 0 3px 6px rgba(72,72,72,.0705882353);
  --theme-fullradius: 60px;
  --theme-normalradius: 8px;
  --theme-tranistion: all 300ms ease-in-out;
}
@font-face {
  font-family: "chicavenue";
  src: url("../font/Mollie\ Glaston.ttf");
}
:hover {
  cursor: pointer;
}
body,
html {
  overflow-x: hidden;
  font-family: var(--theme-parafont);
}
p {
  font-family: var(--theme-parafont);
  color: var(--theme-black);
  font-size: 15px;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--theme-mainfont);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-black);
  margin-bottom: 0;
  font-family: var(--theme-mainfont);
}
a {
  text-decoration: none;
  font-family: var(--theme-paracolor);
  color: var(--theme-paracolor);
}
img {
  max-width: 100%;
  object-fit: cover;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
.section {
  padding: 60px 20px;
}
.pt {
  padding-top: 60px;
}
.pb {
  padding-bottom: 60px;
}
.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.relative {
  position: relative;
}
.centerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enddiv {
  display: flex;
  align-items: center;
  justify-content: end;
}
textarea {
  resize: none;
  height: 120px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-darkblue);
}
button {
  outline: none;
  border: none;
}
.themebtn1,
.themebtn{
    color: var(--theme-white);
    text-align: center;
    text-transform: uppercase;
    transition: var(--theme-tranistion);
    font-size: 12px;
    font-weight: 500;
}
.themebtn1{
    background: var(--theme-dark);
    width: 220px;
    padding: 15px 20px;
    border-radius: 40px;
}
.themebtn{
    background: #7386e5;
    padding: 10px 20px;
    border-radius: 40px;
}
.themebtn:hover,
.themebtn1:hover{
    background: var(--theme-yellow);
    color: var(--theme-white);
}
.text-center {
  text-align: center;
}
.text-center-span {
  color: var(--theme-tan);
}
.text40{
    font-size: 40px;
}




.half-circle::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: var(--theme-lightbg);
    clip-path: circle(50% at 50% 4%);
    z-index: -1;
    transition: all 50ms linear;
}
header{
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 10px 20px;
    z-index: 999;
}
header.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--theme-white);
    box-shadow: var(--theme-darkshadow);
}
.header-design{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-design .logo{
    max-width: 150px;
}
.header-menu-ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-menu-ul li a{
    color: var(--theme-black);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.menu-bar{
    display: none;
}


.hero-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 150px 0;
}
.hero-content h2{
    font-weight: 700;
}




.builder-content p{
    font-weight: 500;
}
.builder-points li p{
    position: relative;
    padding: 8px 0 5px 30px;
    font-weight: 400;
}
.builder-points li p::after{
    content: "\f00c";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--theme-yellow);
    color: var(--theme-white);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.circle-box{
    position: absolute;
    top: -120px;
    left: -120px;
    z-index: -1;
}

.builder-image img{
  max-width: 500px;
}


.cta::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    transform: translateY(-50%);
    background: var(--theme-lightbg);
    z-index: -1;
}
.form-design{
    background: var(--theme-white);
    box-shadow: var(--theme-lightshadow);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--theme-dark);
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-content .footer-logo img{
    max-width: 200px;
}
.footer-ul ul{
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer-ul ul li a{
    color: var(--theme-black);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.footer-detail{
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-detail-info{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-detail-icon{
    width: 40px;
    height: 40px;
    background: var(--theme-lightbg);
    color: var(--theme-dark);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}


.testimonial{
    background: linear-gradient(45deg, #f8f9ff, #dde1f9);
}
.testimonial-top{
    display: flex;
    align-items: center;
    gap: 30px;
}
.testimonial-image img{
    max-width: 50px;
}
.testimonial-star i{
    color: #EECB00;
}
.testimonial-card{
    background: var(--theme-lightbg);
    box-shadow: var(--theme-darkshadow);
    padding: 30px;
    border-radius: 8px;
    margin: 10px;
}
.testi-slider2{
    transform: translateX(100px);
}

#mobilemenu{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: calc(100vh);
    background: var(--theme-lightbg);
    z-index: 9999;
    padding: 30px;
    transition: all 300ms linear;
}
#mobilemenu.active{
    left: 0;
}
.mobile-logo img{
    max-width: 180px;
    padding: 10px 0;
}
.mobile-ul-design{
    transform: translateY(40px);
}
.mobile-ul-design ul li a{
    text-transform: uppercase;
    color: var(--theme-black);
    font-weight: 500;
    padding: 5px 0;
    display: block;
}
.close-menu{
    position: absolute;
    top: 50px;
    right: 30px;
    color: var(--theme-black);
    font-size: 20px;
}

.whychoose-item{
  display: flex;
  align-items: start;
  gap: 40px;
  padding: 10px;
}
.whychoose-icon{
  width: 50px;
  height: 50px;
  background: var(--theme-lightbg);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  min-width: 50px;
}
.whychoose-icon img{
  max-width: 40px;
}


.social-media a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--theme-lightbg);
  display: inline-block;
  color: var(--theme-dark);
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 992px){
    header{
        top: 10px;
        padding: 10px 0;
    }
    .header-menu{
        display: none;
    }
    .themebtn{
        display: none;
    }
    .menu-bar{
        display: block;
    }
    .menu-bar i{
        color: var(--theme-black);
        font-size: 20px;
    }
}

@media(max-width: 650px){
    .hero-content{
        padding: 30px 0;
    }
    .text40{
        font-size: 30px;
    }
    .testi-slider2{
        transform: translateX(0);
    }
    .footer-ul ul{
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-detail{
        flex-wrap: wrap;
    }
}