@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  background: #FAFAFA;
  scroll-behavior: smooth;
}

body {
  color: #3b3a40;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5rem;
  font-weight: 500;
}

#myBtn {
  display: none;
}

a {
  color: #ffffff;
}

h2 {
  font-weight: 700;
  text-transform: capitalize;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

h5 {
  font-size: 1.375rem;
  font-weight: 700;
}

h6 {
  font-size: 1.25rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.content-width {
  max-width: 80rem;
  margin: 0 auto;
}

/* Common */
.heading {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.heading h2 {
  text-transform: capitalize;
}

.primary-square-btn {
  padding: 1rem 2.5rem;
  background: #ff7b47;
  border: 1px solid #ff7b47;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: capitalize;
}

.primary-square-btn:hover {
  background: #f05e25;
  transition: 0.2s;
}

.link-hover li a {
  max-width: max-content;
  margin: 0 auto;
}

.link-hover li a:after {
  content: "";
  display: block;
  border-bottom: solid 2px #bdbdbd;
  transform: scaleX(0);
  transform-origin: 0% 100%;
  transition: transform 0.3s ease-in-out;
}

.link-hover li a:hover:after {
  transform: scaleX(1);
}

/* Header section */
.header {
  color: #ffffff;
  height: auto;
  background: #1f2437;
  position: relative;
}

.header .content-width {
  padding-top: 0;
  height: 100%;
}

.header h5 {
  color: #262c42cc;
  font-weight: 700;
  position: absolute;
  left: -1%;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.936875rem;
}

.navigation__nav {
  display: flex;
  align-items: center;
}

.navigation__nav ul {
  list-style: none;
  display: flex;
  width: 100%;
}

.navigation__nav ul li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}

.navigation__button {
  border: 1px solid #ffffff;
  border-radius: 10rem;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 43.01px;
  margin: 0 auto;
}

.navigation__button:hover {
  background: #ff7b47;
  border: 1px solid #ff7b47;
  transition: 0.2s;
}

.navigation__button a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__content {
  width: 100%;
}

.header__text h1 {
  font-weight: 400;
}

.header__text h1 span {
  font-weight: 700;
  color: #ff7b47;
  display: block;
  padding: 0.4rem 0;
  line-height: 5.5rem;
  text-transform: capitalize;
}

.header__text p span {
  display: block;
}

/* custom */

.FAQ ol {
  padding-left: 15px;
}

/* custom ends  */

/* Contact Banner */
.contact-banner {
  background: #23283b;
}

.contact-banner .content-width {
  padding: 3.5rem 0;
}

.contact-banner__content {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 15px;
}

.contact-banner__button a {
  text-decoration: none;
}

/* Testimonial Section */
.section-testimonial {
  background: #ffffff;
}

.section-testimonial .content-width {
  display: flex;
  justify-content: center;
}

.testimonial__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
}

.testimonial__heading {
  color: #08150a;
  line-height: 3.65rem;
  width: 100%;
  align-self: center;
}

.testimonial p {
  color: #3b3a40;
  margin-bottom: 3rem;
  font-weight: 400;
  font-style: italic;
}

.testimonial span {
  font-weight: 400;
  margin-top: 1.2rem;
}

button[data-action="start"],
button[data-action="stop"] {
  display: none;
}

.tns-nav {
  margin-top: 3.25rem;
}

.tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #d8d8d8;
  border: 0;
}

.tns-nav>.tns-nav-active {
  background: #ff7b47;
}

#tns1-mw {
  margin: 0 auto;
}

/* Contact Section */
.section-contact {
  background: #23283b;
  color: #ffffff;
}

.section-contact .content-width {
  position: relative;
}

.section-contact .heading {
  display: flex;
  flex-direction: column;
}

.section-contact .heading h2 {
  max-width: 60%;
  width: 100%;
  align-self: center;
}

.contact__content {
  display: flex;
  position: absolute;
}

.contact__img img {
  height: 100%;
}

.contact__form--block {
  color: #252b42;
  background: #ffffff;
  padding: 3rem;
  font-size: 0.875rem;
}

label {
  font-weight: 600;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 12px 20px;
  margin: 0.7rem 0;
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.contact__form button {
  width: 100%;
  background-color: #ff7b47;
  color: #ffffff;
  padding: 14px 20px;
  margin-top: 2.1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
}

.contact__form button:hover {
  background: #f05e25;
  transition: 0.2s;
}

textarea {
  width: 100%;
  height: 9.4rem;
  padding: 12px 20px;
  margin: 0.7rem 0;
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  line-height: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

input:focus-visible {
  border: 1px solid #737373;
  outline: none;
}

textarea:focus-visible {
  outline: none;
  border: 1px solid #737373;
}

/* Newsletter Banner */
.newsletter-banner {
  background: #23283b;
}

.newsletter-banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.875rem;
}

.newsletter-banner__text {
  flex-basis: 30%;
  line-height: 2rem;
}

.newsletter-banner__button {
  flex-basis: 30%;
}

.newsletter__form {
  display: flex;
  box-sizing: border-box;
}

.newsletter__form button {
  padding: 1rem;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-radius: 0 5px 5px 0;
}

.newsletter__form input {
  margin: 0;
  border-radius: 5px 0 0 5px;
}

/* Footer Section */
.section-footer {
  background: #1f2437;
  color: #ffffff;
}

.section-footer .content-width {
  display: flex;
  opacity: 0.9;
}

.footer__col-2 {
  display: flex;
}

.footer__description {
  font-weight: 400;
  font-size: 0.875rem;
}

.footer__social--icons {
  display: flex;
}

.footer__social--icons>* {
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer__social--icons a:hover {
  background: #ff7b47;
  border: 1px solid #ff7b47;
}

.footer__col-2 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer__col-2 ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  max-width: max-content;
}

.footer__col-2 ul li a {
  text-decoration: none;
}

/* Footer Section Small */
.section-footer--small {
  background: #1f2437;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.section-footer--small .content-width {
  font-weight: 400;
  opacity: 0.9;
  justify-content: center;
}

.section-footer--small span a {
  text-decoration: none;
}

.section-footer--small span a:hover {
  border-bottom: 1px solid #bdbdbd;
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  /* Common */
  .heading h2 {
    margin-bottom: 0.9375rem;
  }

  .heading p {
    font-size: 1rem;
  }

  .openbtn,
  .closebtn {
    display: none;
  }

  .header__text h1 span {
    font-size: 4.5rem;
  }

  .navigation__right {
    display: flex;
    justify-content: space-between;
  }

  /* Contact Banner */
  .contact-banner__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .contact-banner__text>*:first-child {
    margin-bottom: 0.625rem;
  }

  /* Testimonial Section */
  .testimonial__content {
    max-width: 60%;
  }

  .testimonial__heading {
    margin-bottom: 4rem;
  }

  .testimonial__heading h2 {
    font-size: 3rem;
  }

  .testimonial p {
    line-height: 32.4px;
  }

  .testimonial span {
    font-size: 0.875rem;
  }

  /* Contact Section */
  .section-contact {
    padding-bottom: 28rem;
  }

  .contact__form--block {
    flex-basis: 60%;
  }

  /* Newsletter Banner */
  .newsletter-banner .content-width {
    padding: 3.5rem 0;
  }

  /* Footer */
  .section-footer>.content-width {
    justify-content: space-between;
  }

  .footer__col-1 {
    flex-basis: 50%;
  }

  .footer__col-2 {
    flex-basis: 40%;
    justify-content: space-around;
  }

  .footer__social p {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }

  .footer__social--icons>* {
    width: 40px;
    height: 40px;
  }

  .footer__social--mobile {
    display: none;
  }

  /* Footer Small */
  .section-footer--small .content-width {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 3rem;
  }

  .content-width {
    padding: 5rem 1.25rem;
  }

  /* Header */
  .header__text h1 {
    margin-bottom: 2rem;
  }

  .header__text p {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .navigation__nav ul li:not(:last-child) {
    padding-right: 1.5rem;
  }

  .navigation__button {
    margin-left: 2.5rem;
  }

  /* Testimonial Section */
  .testimonial__heading {
    max-width: 70%;
  }

  /* Contact Section */
  .section-contact .heading {
    max-width: 73%;
  }

  .contact__content {
    margin-top: 5.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
    left: 0;
  }

  /* Nesletter Banner */
  .newsletter-banner {
    margin-top: 20rem;
  }
}

@media screen and (min-width: 1280px) {
  #tns1-mw {
    max-width: 91%;
  }
}

/* Responsive for Smaller desktop */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }

  .content-width {
    padding: 5rem 2rem;
  }

  .navigation__nav ul li {
    padding-right: 0.7rem;
  }

  .navigation__button {
    margin-left: 1rem;
  }

  .navigation__nav ul li a {
    font-size: 0.7rem;
  }

  .header__content {
    max-width: 80%;
  }

  .header__text h1 {
    margin-bottom: 2rem;
  }

  .header__text p {
    font-size: 0.875rem;
    line-height: 1.3rem;
  }

  /* Testimonial */
  .testimonial__heading {
    max-width: 80%;
  }

  /* Contact */
  .section-contact .heading {
    max-width: 95%;
  }

  .contact__content {
    margin-top: 4.5rem;
    left: 0;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .contact__form--block h2 {
    font-size: 2rem;
  }

  .contact__img img {
    width: 100%;
  }

  textarea {
    height: 8rem;
  }

  /* Newsletter Banner */
  .newsletter-banner {
    margin-top: 16rem;
  }
}

/* Responsive Mobile */
@media screen and (max-width: 1023px) {
  .content-width {
    padding: 3rem 1.25rem;
  }

  .heading h2 {
    margin-bottom: 1rem;
  }

  .header__content {
    max-width: 100%;
  }

  .navigation__logo a {
    display: flex;
  }

  .openbtn,
  .closebtn {
    display: block;
  }

  .menuWidth {
    width: 100% !important;
  }

  .navigation__right {
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  #navigation__right-box {
    width: 0;
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
  }

  .navigation__nav ul {
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .navigation__nav ul li {
    padding-right: 0;
  }

  .navigation__nav ul a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .navigation__nav ul .closebtn {
    position: absolute;
    top: 5%;
    right: 25px;
    font-size: 36px;
  }

  .openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    color: #ffffff;
    border: none;
  }

  .openbtn:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }

  /* Contact Banner */
  .contact-banner__content {
    flex-direction: column;
    text-align: center;
  }

  .contact-banner__text h4 {
    max-width: 55%;
    margin: 0 auto;
    margin-bottom: 6px;
  }

  .contact-banner__button {
    margin-top: 1.75rem;
  }

  /* Testimonial */
  .testimonial__content {
    max-width: 60%;
  }

  /* Contact */
  .section-contact {
    padding-bottom: 18rem;
  }

  .section-contact .heading h2 {
    max-width: 70%;
    margin-bottom: 1rem;
  }

  .contact__content {
    margin-top: 3rem;
    margin-right: 0;
  }

  .contact__img {
    display: none;
  }

  .contact__form--block {
    flex-basis: 95%;
  }

  /* Newsletter Banner */
  .newsletter-banner__content {
    flex-direction: column;
  }

  .newsletter-banner__text {
    max-width: 75%;
    text-align: center;
    margin-bottom: 1rem;
  }

  /* Footer */
  .section-footer .content-width {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__col-2>*:first-child {
    margin-bottom: 2rem;
  }

  .footer__col-1 {
    display: none;
  }

  .footer__col-2 {
    flex-direction: column;
    font-size: 0.75rem;
  }

  .footer__col-2 ul li {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__col-2 h3 {
    color: #ff7b47;
  }

  .footer__social--mobile {
    display: block;
    margin-top: 3.5rem;
  }

  .footer__social--mobile p {
    font-size: 10px;
  }

  .footer__social--icons {
    margin-top: 1rem;
  }

  .footer__social--icons>* {
    width: 28px;
    height: 28px;
  }

  /* Footer Small */
  .section-footer--small .content-width {
    font-size: 10px;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1;
    font-size: 12px;
    outline: none;
    background-color: #FF7B47;
    cursor: pointer;
    padding: 8px;
    border: 2px solid #FF7B47;
    border-radius: 2px;
  }

  #myBtn svg {
    fill: #FFFFFF;
  }

  ::placeholder {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .content-width {
    padding: 3rem 0.9375rem;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
  }

  .header__content {
    padding-right: 0;
  }

  .navigation {
    padding-top: 1.81rem;
    padding-bottom: 1.76rem;
  }

  .navigation__logo a img {
    width: 160px;
    height: 23px;
  }

  .openbtn {
    font-size: 22.8px;
  }

  .heading p {
    line-height: 1.25rem;
  }

  .header__text h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }

  .header__text h1 span {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .header__text p span {
    display: inline;
  }

  .navigation__right {
    align-items: center;
  }

  /* Contact Banner */
  .contact-banner__text h4 {
    font-size: 1rem;
  }

  /* Testimonial */
  .testimonial__content {
    max-width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .testimonial__heading {
    margin-bottom: 3rem;
    max-width: 70%;
  }

  .testimonial__heading h2 {
    font-size: 1.5rem;
  }

  .testimonial h6 {
    font-size: 0.875rem;
  }

  .testimonial p {
    line-height: 1.75rem;
  }

  .testimonial span {
    font-size: 0.75rem;
  }

  #tns1-mw {
    max-width: 99.5%;
  }

  .tns-nav {
    margin-top: 1.875rem;
  }

  /* Contact */
  .section-contact .heading {
    max-width: 100%;
  }

  .contact__content {
    margin-top: 3rem;
    margin-right: 0;
  }

  .contact__form button {
    margin-top: 0.9rem;
  }

  /* Newsletter Banner */
  .newsletter-banner__text h4 {
    font-size: 1.25rem;
  }

  .newsletter-banner {
    margin-top: 26.5rem;
  }

  /* Footer */
  .footer__col-2 ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .footer__col-2 h3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
  }
}

/* Responsive for Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  p {
    font-size: 0.75rem;
  }

  .header .content-width {
    padding-bottom: 6.5rem;
  }

  .heading p {
    font-size: 0.75rem;
  }

  .header__content {
    padding-top: 3rem;
  }

  .header__text h1 {
    /* line-height: 0; */
    max-width: 75%;
  }

  .header__text h1 span {
    font-size: 3rem;
  }

  .header__text p {
    font-size: 0.9rem;
  }

  .header__text {
    margin-top: 0;
  }

  .navigation__right {
    align-items: normal;
  }

  /* Contact Banner */
  .contact-banner__text h4 {
    font-size: 1rem;
    max-width: 40%;
  }

  /* Testimonial */
  .testimonial__heading h2 {
    font-size: 1.5rem;
  }

  .testimonial__heading {
    max-width: 60%;
    margin-bottom: 2rem;
  }

  /* Contact */
  .section-contact .heading {
    max-width: 95%;
  }

  .section-contact .heading h2 {
    max-width: 50%;
  }

  .contact__content {
    margin-top: 3rem;
    left: 5%;
  }

  /* Newsletter Banner */
  .newsletter-banner {
    margin-top: 25.5rem;
  }
}