@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.br {
  height: 10px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fafafa;
}

::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 5px;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #2c2936;
}

a {
  font-size: 14px;
  font-weight: 400;
  color: #2c2936;
  text-decoration: none;
}
a:hover {
  color: #ff704c !important;
}

h1 {
  font-weight: 500;
}

h2 {
  font-weight: 400;
}

button {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.pbtn {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  background-color: #ff704c;
  color: #fff2ef;
}
.pbtn:hover {
  background-color: #fff2ef;
  color: #ff704c;
}

.olbtn {
  padding: 9px 20px;
  border-radius: 5px;
  border: 1px solid #ff704c;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
  color: #ff704c;
}
.olbtn:hover {
  background-color: #fff2ef;
}

.wbtn {
  font-weight: bold !important;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  color: #ff704c;
}

.sbtn {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ff704c;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  background-color: none;
  color: #ff704c;
}
.sbtn:hover {
  background-color: #ff704c;
  color: #fff2ef;
}

.txtbtn {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
  color: #ff704c;
}
.txtbtn:hover {
  background-color: #fff2ef;
  color: #ff704c;
}

.bnrtxt {
  color: #2c2936;
}

.gradtxt {
  font-size: 72px;
  background: -webkit-linear-gradient(45deg, #ff704c, #7700ff, #ffc354);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex_c_5 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.flex_c_10 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
  outline: none;
}

body {
  background-color: brandLight;
}

.active {
  color: #ff704c !important;
  font-weight: bold;
}

.homelink.active {
  color: #2c2936 !important;
  font-weight: bold;
}

#starter {
  background: url("/static/svg/bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mob_header {
  display: none;
}

.headerM {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  z-index: 10;
  padding: 20px 80px;
  background: #fff2ef;
  position: sticky;
  top: 0;
}
.headerM .brand {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
.headerM .brand h1 {
  color: #ff704c;
}
.headerM .brand menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.headerM .brand menu a {
  text-decoration: none;
  color: #2c2936;
}

.logo {
  width: 130px;
  height: 45px;
}

.header2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 20px 80px;
  background: transparent;
}
.header2 .brand {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
.header2 .brand h1 {
  color: #ff704c;
}
.header2 .brand menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.header2 .brand menu a {
  text-decoration: none;
  color: #2c2936;
}

.service {
  color: #2c2936;
  cursor: pointer;
  position: relative;
}
.service span {
  font-size: 14px;
}

.service_menu {
  display: none;
  z-index: 10;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  top: 30px;
  left: 0;
}
.service_menu a,
.service_menu span,
.service_menu p {
  color: #2c2936 !important;
}
.service_menu a:hover,
.service_menu span:hover,
.service_menu p:hover {
  color: #ff704c !important;
}
.service_menu header {
  width: 100%;
  padding-bottom: 15px;
  color: #ff704c;
  border-bottom: 1px solid #cfcfcf;
}

.banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 87vh;
  color: #2c2936;
}
.banner .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}
.banner .banner-text h1 {
  font-size: 50px;
}
.banner .banner-text p {
  font-weight: 300;
  width: 80%;
}
.banner .banner-image {
  width: 500px;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.btn3d {
  border-radius: 10px;
  height: 50px;
  width: 170px;
  background-color: #c24324;
  cursor: pointer;
}

.btn3dchild {
  width: 97%;
  height: 85%;
  border: none;
  color: #fff2ef;
  border-radius: 6px;
  padding: 10px 20px;
  background-color: #ff704c;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn3dchildoff {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #ff704c;
}

.clients {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.logoz {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 50px;
}
.logoz img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  filter: grayscale(1) contrast(100) brightness(1) opacity(50%);
}

.features {
  background: url("/static/svg/bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.features .one {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}
.features .one .features-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.features .two img {
  border-radius: 10px;
}

.testimonials {
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.testimonials .cards {
  padding: 60px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.testimonials .cards .card {
  position: relative;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 230px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.testimonials .cards .card .sign {
  width: 100%;
  text-align: end;
  font-family: "Kalam", cursive;
}
.testimonials .cards .card p {
  text-align: justify;
}
.testimonials .cards .card img {
  width: 40px;
  height: 40px;
}
.testimonials .cards .card .imz {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials .cards .card .q1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: -10px;
}
.testimonials .cards .card .q2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: -10px;
}
.testimonials .cards .card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tsky {
  background: url("/static/svg/bg.svg");
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 40px;
}
.tsky img {
  height: 400px;
}

.testimonials > .cards > .card:nth-child(odd) {
  margin-top: -40px;
}

.testimonials > .cards > .card:nth-child(even) {
  margin-top: 40px;
}

.callus {
  padding: 40px 100px;
  background: #fff2ef;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.callus input {
  padding: 20px;
  width: 600px;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.callus button {
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: #ff704c;
  color: #fff2ef;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
.callus button:hover {
  background: #fff2ef;
  color: #ff704c;
}

.footer {
  color: #ff704c;
}
.footer a {
  color: #fff2ef;
}
.footer .container {
  background: #2c2936;
  padding: 40px;
}
.footer .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  gap: 0;
}
.footer .container .row .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.footer .container .row .footer-col .social-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.footer .copyright {
  background: #1f171d;
  padding: 10px;
  text-align: center;
  color: #fff2ef;
  font-weight: 300;
  font-size: 12px;
}
.footer .copyright b {
  color: #ff704c;
}

.mob_menu {
  display: none;
}

#faqs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
#faqs #faqlist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
}
#faqs #faqlist .faq {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  width: 80%;
}
#faqs #faqlist .faq .faq_btn {
  text-align: start;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
#faqs #faqlist .faq .faq_btn h3 {
  font-size: 18px;
  font-weight: 400;
}
#faqs #faqlist .faq .faq_btn .faq_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#faqs #faqlist .faq .faq_content {
  display: none;
  padding: 10px 20px;
  color: #636363;
}
#faqs #faqlist .faq .faqsep {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  .headerM,
  .header2 {
    display: none !important;
  }
  .mob_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 20px 20px;
    background: #fff2ef;
  }
  .mob_header .logo {
    width: 150px;
    height: 50px;
  }
  .mob_menu {
    background: #fff2ef;
    padding: 20px 40px;
    display: none;
    flex-direction: column;
    gap: 15px;
  }
  .mob_menu ul li {
    list-style: none;
    padding: 5px 10px;
  }
  .banner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #2c2936;
  }
  .banner .banner-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .banner .banner-text h1 {
    text-align: center;
    font-size: 50px;
  }
  .banner .banner-text span {
    text-align: center !important;
    font-size: 14px;
  }
  .banner .banner-image {
    display: none;
  }
  .clients {
    padding: 20px 0;
  }
  .clients h2 {
    font-size: 20px;
  }
  .clients .br {
    width: 80px;
    height: 3px;
  }
  .logoz img {
    width: 60px;
    height: 50px;
  }
  .features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 20px 20px;
  }
  .features .one {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .features .one p {
    text-align: center;
  }
  .features .two {
    width: 100%;
  }
  .features .two img {
    width: 100%;
  }
  .testimonials {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .testimonials .cards {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    overflow-x: scroll;
  }
  .testimonials .cards .card {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    min-width: 230px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
  }
  .testimonials .cards .card .sign {
    width: 100%;
    text-align: end;
    font-family: "Kalam", cursive;
  }
  .testimonials .cards .card p {
    text-align: justify;
  }
  .testimonials .cards .card img {
    width: 40px;
    height: 40px;
  }
  .testimonials .cards .card .imz {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .testimonials .cards .card .q1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: -10px;
  }
  .testimonials .cards .card .q2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: -10px;
  }
  .testimonials .cards .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .testimonials > .cards > .card:nth-child(odd) {
    margin-top: 0;
  }
  .testimonials > .cards > .card:nth-child(even) {
    margin-top: 0;
  }
  .callus {
    padding: 10px;
    background: #fff2ef;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .callus .callSect {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .callus .callSect input {
    padding: 20px;
    width: 80%;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .callus .callSect button {
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: #ff704c;
    color: #fff2ef;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
  }
  .callus .callSect button:hover {
    background: #fff2ef;
    color: #ff704c;
  }
  #faqs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  #faqs #faqlist {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
    width: 100%;
  }
  #faqs #faqlist .faq {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    width: 90%;
  }
  #faqs #faqlist .faq .faq_btn {
    text-align: start;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }
  #faqs #faqlist .faq .faq_btn h3 {
    font-size: 16px;
    font-weight: 400;
  }
  #faqs #faqlist .faq .faq_btn p {
    font-size: 14px;
  }
  #faqs #faqlist .faq .faq_btn .faq_icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  #faqs #faqlist .faq .faq_content {
    display: none;
    padding: 10px 20px;
    color: #636363;
  }
  #faqs #faqlist .faq .faqsep {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
  }
  .tsky {
    padding: 20px;
  }
  .tsky img {
    height: 100px !important;
  }
  .footer {
    color: #ff704c;
  }
  .footer a {
    color: #fff2ef;
  }
  .footer .container {
    background: #2c2936;
    padding: 20px;
  }
  .footer .container .row {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
  }
  .footer .container .row .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .footer .container .row .footer-col .social-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .footer .copyright {
    background: #1f171d;
    padding: 10px;
    text-align: center;
    color: #fff2ef;
    font-weight: 300;
    font-size: 12px;
  }
  .footer .copyright b {
    color: #ff704c;
  }
}
.modal-out {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.modal-out .modal-in {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  width: 400px;
  box-shadow: rgba(100, 100, 111, 0.2745098039) 0px 7px 29px 0px;
}
.modal-out .modal-in header {
  background: linear-gradient(55deg, #ff704c 0%, #ffc7a2 50%, #ff7dd4 100%);
  color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}
.modal-out .modal-in .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.modal-out .modal-in .content::-webkit-scrollbar {
  width: 4px;
}
.modal-out .modal-in .content input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cecece;
}
.modal-out .modal-in .content input:focus {
  outline: none;
  border: 1px solid #ff704c;
}
.modal-out .modal-in .content select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #cecece;
}
.modal-out .modal-in .content select:focus {
  outline: none;
  border: 1px solid #ff704c;
}
.modal-out .modal-in .content .action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.modal-out .modal-in .content .action button {
  width: 100%;
}
.modal-out .modal-in .content:has(.col) {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.modal-out .modal-in .content:has(.col) .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.modal-out .modal-in .content:has(.col) .col button {
  width: 100%;
  border-radius: 10px;
}
.modal-out .modal-in:has(.col) {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.modal-out .modal-full {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  box-shadow: rgba(100, 100, 111, 0.2745098039) 0px 7px 29px 0px;
}
.modal-out .modal-full .content {
  width: 100%;
  height: auto;
  padding: 30px;
  background: linear-gradient(55deg, #ff704c 0%, #ffb686 25%, #a74aff 75%, #ff7dd4 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  border-radius: 6px;
}
.modal-out .modal-full .content h1 {
  font-size: 50px;
}
.modal-out .modal-full .content button {
  width: 100%;
}/*# sourceMappingURL=style.css.map */