@import url("https://fonts.googleapis.com/css2?family=Sintony:wght@400;700&display=swap");
.normal-form .form-control {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  padding: 9px 16px;
  color: #0E0E0E;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
}
.normal-form .form-control::-moz-placeholder {
  color: #0E0E0E;
}
.normal-form .form-control::placeholder {
  color: #0E0E0E;
}
.normal-form textarea {
  min-height: 148px;
}
.normal-form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.normal-form .form-check-input {
  border: 1px solid #656565;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  flex: 0 0 24px;
}
.normal-form .form-check-label {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #3C3C3C;
}
.normal-form .form-check-label a {
  color: #005BB9;
  text-decoration: none;
}
.normal-form .submit-btn {
  padding: 12px 32px;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  color: white;
  border: 0;
}
.normal-form .submit-btn:hover {
  background-color: white;
  color: #DF5B50;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
header a.active {
  color: #DF5B50 !important;
}
header .header-desktop {
  padding: 5px 0;
  max-width: 1197px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-desktop .nav-list {
  width: 1020px;
  position: relative;
}
header .header-desktop .nav-list ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: end;
}
header .header-desktop .nav-list ul li {
  list-style: none;
  text-align: center;
}
header .header-desktop .nav-list ul li a {
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 16px 0;
  border-left: 1px solid #F4F4F4;
  width: 170px;
}
header .header-desktop .nav-list ul li a:hover {
  color: #ECB21D;
}
header .header-desktop .nav-list ul li .services-link[aria-expanded=true],
header .header-desktop .nav-list ul li .gbp-link[aria-expanded=true] {
  color: #DF5B50;
}
header .header-desktop .nav-list .sub-nav {
  border-top: 1px solid #F4F4F4;
}
header .header-desktop .nav-list .sub-nav a:hover {
  color: #DF5B50;
}
header .header-mobile {
  padding: 9px 0;
  max-width: 327px;
  margin: auto;
}
header .header-mobile .menu-btn-link[aria-expanded=false] .menu-btn-img {
  display: inline-block;
}
header .header-mobile .menu-btn-link[aria-expanded=false] .menu-btncross {
  display: none;
}
header .header-mobile .menu-btn-link[aria-expanded=true] .menu-btn-img {
  display: none;
}
header .header-mobile .menu-btn-link[aria-expanded=true] .menu-btncross {
  display: inline-block;
}
header .menu-mb-collapse {
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-top: 6px solid #DF5B50;
  background: #1E1E1E;
  padding: 0 24px 24px 24px;
}
header .menu-mb-collapse .nav-list {
  display: flex;
}
header .menu-mb-collapse .nav-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .menu-mb-collapse .nav-list ul a {
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  color: white;
  padding: 24px 28px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #3C3C3C;
}
header .menu-mb-collapse .nav-list ul a:hover {
  color: #DF5B50;
}
header .menu-mb-collapse .nav-list .sub-nav a {
  padding: 24px 5px;
  border-left: 1px solid #3C3C3C;
}
header .menu-mb-collapse .nav-list .gb-sub-nav a {
  padding: 24px 52px;
}
header .menu-mb-collapse .gbp-link[aria-expanded=false] .dropdown-shape-two {
  display: inline-block;
}
header .menu-mb-collapse .gbp-link[aria-expanded=false] .dropdown-shape-active-two {
  display: none;
}
header .menu-mb-collapse .gbp-link[aria-expanded=true] .dropdown-shape-active-two {
  display: inline-block;
  transform: rotateZ(90deg);
}
header .menu-mb-collapse .gbp-link[aria-expanded=true] .dropdown-shape-two {
  display: none;
}
header .menu-mb-collapse .services-link[aria-expanded=false] .dropdown-shape {
  display: inline-block;
}
header .menu-mb-collapse .services-link[aria-expanded=false] .dropdown-shape-active {
  display: none;
}
header .menu-mb-collapse .services-link[aria-expanded=true] .dropdown-shape-active {
  display: inline-block;
  transform: rotateZ(90deg);
}
header .menu-mb-collapse .services-link[aria-expanded=true] .dropdown-shape {
  display: none;
}
header .menu-mb-collapse .services-link[aria-expanded=true] ~ #GBP-dropdown {
  display: none;
}

footer {
  background: #1E1E1E;
  padding: 40px 0;
}
footer .footer-wrap {
  max-width: 1256px;
  margin: auto;
}
footer .footer-wrap .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrap .nav-list {
  width: 1020px;
  position: relative;
}
footer .footer-wrap .nav-list ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: end;
}
footer .footer-wrap .nav-list ul li {
  list-style: none;
  text-align: center;
}
footer .footer-wrap .nav-list ul li a {
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 16px 0;
  border-left: 1px solid #3C3C3C;
  width: 170px;
}
footer .footer-wrap .nav-list ul li a:hover {
  color: #ECB21D;
}
footer .footer-wrap .nav-list ul li .services-link[aria-expanded=true],
footer .footer-wrap .nav-list ul li .gbp-link[aria-expanded=true] {
  color: #DF5B50;
}
footer .footer-wrap .nav-list .sub-nav {
  margin-top: 36px;
  position: absolute;
  right: 0;
}
footer .footer-wrap .nav-list .sub-nav a:hover {
  color: #DF5B50;
}
footer .footer-wrap .nav-list .services-link[aria-expanded=false] .dropdown-shape {
  display: inline-block;
}
footer .footer-wrap .nav-list .services-link[aria-expanded=false] .dropdown-shape-active {
  display: none;
}
footer .footer-wrap .nav-list .services-link[aria-expanded=true] .dropdown-shape-active {
  display: inline-block;
}
footer .footer-wrap .nav-list .services-link[aria-expanded=true] .dropdown-shape {
  display: none;
}
footer .footer-wrap .nav-list .services-link[aria-expanded=true] ~ #GBP-dropdown {
  display: none;
}
footer .footer-wrap .footer-center-sec {
  margin-top: 94px;
}
footer .footer-wrap .footer-center-sec .footer-center-sec-wrap {
  max-width: 348px;
}
footer .footer-wrap .footer-center-sec .footer-center-sec-wrap h5 {
  padding: 4px 0;
  margin-bottom: 24px;
  /* Body/Large - Bold */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #D0D0D0;
  border-bottom: 1px solid #3C3C3C;
}
footer .footer-wrap .footer-center-sec .footer-center-sec-wrap .contact-info {
  display: flex;
  gap: 16px;
  align-items: center;
}
footer .footer-wrap .footer-center-sec .footer-center-sec-wrap .contact-info a,
footer .footer-wrap .footer-center-sec .footer-center-sec-wrap .contact-info address {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 16px;
}
footer .footer-wrap .footer-bottom {
  margin-top: 40px;
}
footer .footer-wrap .footer-bottom p {
  color: white;
  /* Body/Small */
  font-family: "Sintony", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
}

.where-Ideas-sec {
  padding: 40px 40px 0 40px;
  background: white;
}
.where-Ideas-sec .where-Ideas-content-sec {
  background: #F4F4F4;
  text-align: center;
  padding: 80px;
}
.where-Ideas-sec .where-Ideas-content-sec h5 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  margin: 24px 0;
}
.where-Ideas-sec .where-Ideas-content-sec p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  max-width: 1008px;
  margin: auto;
}

.innovation-sec {
  padding: 0 40px;
  background: white;
  padding-bottom: 118px;
  max-width: 1920px;
  margin: auto;
}
.innovation-sec .innovation-sec-wrap {
  background: #F4F4F4;
  position: relative;
}
.innovation-sec .innovation-left-sec {
  position: relative;
  /*width: -moz-fit-content;*/
  /*width: fit-content;*/
}
.innovation-sec .innovation-left-sec .innovation-left-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 521px;
}
.innovation-sec .innovation-left-sec .innovation-left-content h5 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: white;
  margin-bottom: 40px;
  color: white;
  position: relative;
}
.innovation-sec .innovation-left-sec .innovation-left-content h5::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FFF;
  top: 50%;
  transform: translateY(-50%);
  left: -56px;
}
.innovation-sec .innovation-left-sec .innovation-left-content p {
  color: white;
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
}
.innovation-sec .innovation-left-sec .innovation-left-content a {
  margin-top: 64px;
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: white;
  padding: 10.5px 31px;
  text-decoration: none;
  color: #1E1E1E;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.innovation-sec .innovation-left-sec .innovation-left-content a::before {
  content: "";
  position: absolute;
  background: url(../images/white-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}
.innovation-sec .innovation-left-sec .innovation-left-content a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.innovation-sec .innovation-right-sec-wrap {
  position: absolute;
  right: 0;
  top: 45px;
}
.innovation-sec .innovation-right-sec {
  position: relative;
  left: 0;
  bottom: -55px;
}
.innovation-sec .innovation-right-sec .innovation-right-content {
  position: absolute;
  top: 351px;
  left: 187px;
}
.innovation-sec .innovation-right-sec .innovation-right-content h5 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  max-width: 430px;
  color: white;
}
.innovation-sec .innovation-right-sec .innovation-right-content h5 span {
  color: #DF5B50;
}
.innovation-sec .innovation-right-sec .innovation-right-content-top h6 {
  /* Heading/Large H */
  font-family: "Sintony", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  color: #0E0E0E;
  margin-left: 137px;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.innovation-sec .innovation-right-sec .innovation-right-content-top h6 span {
  color: white;
}
.innovation-sec .innovation-right-sec .innovation-right-content-top h6::after {
  content: "";
  position: absolute;
  background-color: #DF5B50;
  width: 28px;
  height: 28px;
  top: -40px;
  right: -27px;
}

.services-sec {
  position: relative;
  padding-bottom: 50px;
}
.services-sec .services-right-img {
  position: absolute;
  right: 0;
  top: 40px;
}
.services-sec .left-sec {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
}
.services-sec .left-sec h4 {
  /* Heading/Large H */
  font-family: "Sintony", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  margin-bottom: 0;
  line-height: 0.7;
}
.services-sec .services-items {
  max-width: 1363px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.services-sec .service-content-wrap {
  max-width: 439px;
}
.services-sec .service-content-wrap h5 {
  /* Heading/Large H */
  font-family: "Sintony", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  color: #0E0E0E;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1;
}
.services-sec .service-content-wrap .service-content-para {
  padding-left: 104px;
}
.services-sec .service-content-wrap .service-content-para h6 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #0E0E0E;
  margin-bottom: 19px;
}
.services-sec .service-content-wrap .service-content-para p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  margin-bottom: 19px;
  color: #3C3C3C;
}
.services-sec .service-content-wrap .service-content-para a {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-left: 9px;
}
.services-sec .service-content-wrap .service-content-para a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.services-sec .service-content-wrap .service-content-para a:hover .accordion-header button {
  color: #fff;
}
.services-sec .service-content-wrap .service-content-para a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}
.services-sec .service-1 {
  background: url(../images/services-1.png) no-repeat left top 20px;
}
.services-sec .service-1 .service-content-para {
  padding-left: 110px;
}
.services-sec .service-1 h5 {
  padding-left: 36px;
}
.services-sec .service-2 {
  margin: 73px 0 0 52px;
  background: url(../images/services-2.png) no-repeat left top 20px;
  max-width: 428px;
}
.services-sec .service-2 .service-content-para {
  padding-left: 94px;
}
.services-sec .service-2 h5 {
  padding-left: 26px;
  padding-top: 47px;
}
.services-sec .service-3 {
  margin: 190px 0 0 0;
  background: url(../images/services-3.png) no-repeat left top;
}
.services-sec .service-3 .service-content-para {
  padding-left: 105px;
}
.services-sec .service-3 h5 {
  padding-left: 31px;
  padding-top: 29px;
}
.services-sec .service-4 {
  margin-top: -109px;
  background: url(../images/services-4.png) no-repeat left top 27px;
}
.services-sec .service-4 .service-content-para {
  padding-left: 102px;
}
.services-sec .service-4 h5 {
  padding-left: 36px;
}
.services-sec .service-5 {
  margin: 39px 22px 0 22px;
  background: url(../images/services-5.png) no-repeat left top 20px;
  max-width: 428px;
}
.services-sec .service-5 .service-content-para {
  padding-left: 94px;
}
.services-sec .service-5 h5 {
  padding-left: 26px;
  padding-top: 4px;
}
.services-sec .service-6 {
  margin: 165px 0 0 0;
  background: url(../images/services-3.png) no-repeat left top;
}
.services-sec .service-6 .service-content-para {
  padding-left: 105px;
}
.services-sec .service-6 h5 {
  padding-left: 31px;
  padding-top: 29px;
}

.home-contact-sec {
  background: url(../images/home-contact-sec-img.png) no-repeat center center;
  background-size: cover;
  min-height: 700px;
  height: 700px;
}
.home-contact-sec .home-contact-wrap {
  display: flex;
  gap: 62px;
  height: 100%;
  justify-content: end;
  align-items: center;
}
.home-contact-sec .home-contact-wrap .home-contact-content {
  width: 555px;
  max-width: 100%;
}
.home-contact-sec .home-contact-wrap .home-contact-content h6 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #0E0E0E;
}
.home-contact-sec .home-contact-wrap .home-contact-content p {
  color: #3C3C3C;
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
}
.home-contact-sec .home-contact-wrap h4 {
  /* Heading/Large H */
  font-family: "Sintony", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
}

.our-story-welcome-sec {
  position: relative;
}
.our-story-welcome-sec .our-story-wel-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
}
.our-story-welcome-sec .our-story-wel-content h1 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: white;
  margin-bottom: 32px;
}
.our-story-welcome-sec .our-story-wel-content p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: white;
  max-width: 670px;
  margin-bottom: 32px;
}
.our-story-welcome-sec .our-story-wel-content a {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.our-story-welcome-sec .our-story-wel-content a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.our-story-welcome-sec .our-story-wel-content a:hover .accordion-header button {
  color: #fff;
}
.our-story-welcome-sec .our-story-wel-content a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}
.our-story-welcome-sec .scroll-btn {
  position: absolute;
  bottom: 14%;
}
.our-story-welcome-sec .scroll-btn img {
  margin-right: 14px;
}
.our-story-welcome-sec .scroll-btn a {
  /* Body/Large */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: white;
  text-decoration: none;
}

.our-Experts-sec {
  background: white;
  padding: 74px 80px;
  display: flex;
  align-items: center;
  gap: 59px;
}
.our-Experts-sec .our-Experts-content {
  width: 614px;
}
.our-Experts-sec .our-Experts-content h2 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #0E0E0E;
  margin-bottom: 24px;
}
.our-Experts-sec .our-Experts-content p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #3C3C3C;
}
.our-Experts-sec .our-Experts-content a {
  margin-top: 40px;
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.our-Experts-sec .our-Experts-content a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.our-Experts-sec .our-Experts-content a:hover .accordion-header button {
  color: #fff;
}
.our-Experts-sec .our-Experts-content a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}

.experts-sec {
  padding: 120px 0 117px 0;
  background-color: #1E1E1E;
  min-height: 1241px;
}
.experts-sec .expert-sec-wrap {
  max-width: 1194px;
  margin: auto;
}
.experts-sec .expert-sec-wrap .expert-top-content {
  max-width: 477px;
  margin-bottom: 32px;
}
.experts-sec .expert-sec-wrap .expert-top-content h4 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: white;
  margin-bottom: 32px;
}
.experts-sec .expert-sec-wrap .expert-top-content a {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.experts-sec .expert-sec-wrap .expert-top-content a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.experts-sec .expert-sec-wrap .expert-top-content a:hover .accordion-header button {
  color: #fff;
}
.experts-sec .expert-sec-wrap .expert-top-content a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}
.experts-sec .expert-sec-wrap .expert-wrap-flex {
  display: flex;
  align-items: flex-start;
}
.experts-sec .expert-sec-wrap .expert-main-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.experts-sec .expert-sec-wrap .expert-main-wrap .expert-main-content {
  max-width: 319px;
  padding: 44px 43px;
  background: #DF5B50;
  color: white;
  position: absolute;
  right: 0;
  bottom: -62px;
}
.experts-sec .expert-sec-wrap .expert-main-wrap .expert-main-content h6 {
  /* Body/Large - Bold */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.experts-sec .expert-sec-wrap .expert-main-wrap .expert-main-content h5 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
}
.experts-sec .expert-sec-wrap .expert-main-wrap .expert-main-content p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
}
.experts-sec .expert-sec-wrap .expert-content-1 {
  margin-top: -104px;
}
.experts-sec .expert-sec-wrap .expert-content-1 .expert-main-content {
  right: unset;
  bottom: unset;
  top: -131px;
  left: 0;
  background-color: white;
  color: #3C3C3C;
}
.experts-sec .expert-sec-wrap .expert-content-3 .expert-main-content {
  right: 62px;
  top: 0px;
  bottom: unset;
  left: unset;
  background-color: #0E0E0E;
  color: white;
}
.experts-sec .expert-sec-wrap .expert-main-content-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.experts-sec .expert-sec-wrap .expert-main-para {
  padding: 55px 32px;
  max-width: 541px;
  margin-top: 62px;
}
.experts-sec .expert-sec-wrap .expert-main-para p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: white;
  margin-bottom: 0;
}

.our-values-sec {
  position: relative;
  background: url(../images/our-values-sec-bg.png) no-repeat right bottom;
  background-size: contain;
  min-height: 837px;
}
.our-values-sec .our-values-wrap {
  max-width: 60%;
  width: 100%;
  padding: 130px;
  position: absolute;
  top: 0;
  background: #F6F6F6;
  z-index: -1;
}
.our-values-sec .our-values-wrap h6 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
}
.our-values-sec .our-values-wrap p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
}
.our-values-sec .our-values-wrap a {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-top: 40px;
}
.our-values-sec .our-values-wrap a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.our-values-sec .our-values-wrap a:hover .accordion-header button {
  color: #fff;
}
.our-values-sec .our-values-wrap a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}
.our-values-sec .our-value-content {
  max-width: 521px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.support-top-sec {
  position: relative;
}
.support-top-sec .support-top-content {
  max-width: 694px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.support-top-sec .support-top-content h1 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  margin-bottom: 32px;
  color: white;
}
.support-top-sec .support-top-content .contact-info-sec-wrap h5 {
  padding: 4px 0;
  margin-bottom: 24px;
  /* Body/Large - Bold */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #D0D0D0;
  border-bottom: 1px solid #3C3C3C;
}
.support-top-sec .support-top-content .contact-info-sec-wrap .contact-info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.support-top-sec .support-top-content .contact-info-sec-wrap .contact-info a,
.support-top-sec .support-top-content .contact-info-sec-wrap .contact-info address {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 0px;
}

.support-main-sec {
  background: url(../images/linear-gradient-img-faq.png) no-repeat top left, url(../images/faq-right-img.png) no-repeat bottom right;
  background-color: white;
}
.support-main-sec .faq-sec {
  padding: 80px 0;
}
.support-main-sec .faq-sec h4 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #0E0E0E;
  margin-bottom: 40px;
  position: relative;
}
.support-main-sec .faq-sec h4::after {
  content: "";
  position: absolute;
  background: url(../images/line-faq-icon.svg) no-repeat;
  width: 117px;
  height: 19px;
  left: -124px;
  top: -5px;
}
.support-main-sec .faq-sec .accordion .accordion-button {
  border: 0 !important;
  background: unset;
  box-shadow: unset;
  padding: 0;
}
.support-main-sec .faq-sec .accordion .accordion-button::after {
  background: url(../images/plus-icon.svg) no-repeat;
}
.support-main-sec .faq-sec .accordion .accordion-button:not(.collapsed)::after {
  background: url(../images/collapse-faq-icon.svg) no-repeat center right;
}
.support-main-sec .faq-sec .accordion .accordion-item {
  margin-bottom: 16px;
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  border-radius: 0 0 5px 0;
  padding: 20px 40px;
  max-width: 604px;
  width: 100%;
}
.support-main-sec .faq-sec .accordion .accordion-item:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.support-main-sec .faq-sec .accordion .accordion-item:hover .accordion-header button {
  color: #fff;
}
.support-main-sec .faq-sec .accordion .accordion-item::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}
.support-main-sec .faq-sec .accordion .accordion-item:hover {
  color: white;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
}
.support-main-sec .faq-sec .accordion .accordion-item::before {
  background: url(../images/accordion-right-icon.svg) no-repeat left bottom;
  background-size: cover;
}
.support-main-sec .faq-sec .accordion .accordion-item h2 button {
  /* Body/Large - Bold */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  color: white;
}
.support-main-sec .faq-sec .accordion .accordion-item p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #3C3C3C;
  margin-top: 8px;
  margin-bottom: 0;
}
.support-main-sec .faq-sec .accordion .accordion-item:has(.accordion-button[aria-expanded=true]) {
  background: white;
  border: 3px solid #DF5B50;
  border-width: 3px;
  top: -3.3px;
  padding-right: 50px;
  max-width: 614px;
}
.support-main-sec .faq-sec .accordion .accordion-item:has(.accordion-button[aria-expanded=true]) h2 button {
  color: #0E0E0E;
}
.support-main-sec .faq-sec .accordion .accordion-item:has(.accordion-button[aria-expanded=true])::before {
  background: url(../images/accordion-right-collapse-icon.svg) no-repeat right bottom;
  background-size: 12px 14px;
  height: 100%;
  top: unset;
  bottom: -6.1px;
  right: -3px;
}
.support-main-sec .faq-sec .accordion .accordion-item:has(.accordion-button[aria-expanded=true]) p {
  padding-right: 24px;
}
.support-main-sec .faq-sec .accordion .accordion-body {
  padding: 0;
}
.support-main-sec .support-our-team {
  max-width: 609px;
  margin-left: auto;
  padding: 80px;
  background-color: #F4F4F4;
}
.support-main-sec .support-our-team h4 {
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #656565;
  margin-bottom: 24px;
}
.support-main-sec .support-our-team p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #656565;
  margin-bottom: 32px;
}
.support-main-sec .support-our-team .submit-btn {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 0 0 6px 0;
}
.support-main-sec .support-our-team .submit-btn:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.support-main-sec .support-our-team .submit-btn:hover .accordion-header button {
  color: #fff;
}
.support-main-sec .support-our-team .submit-btn::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}

.service-top-sec {
  position: relative;
}
.service-top-sec .service-top-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-top-sec .service-top-content h1 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: white;
  margin-bottom: 32px;
}
.service-top-sec .service-top-content a {
  color: white;
  /* Body/Large */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.what-seo .left-img-what {
  padding: 40px 0;
}
.what-seo .what-seo-content-wrap {
  max-width: 932px;
  margin-left: auto;
  padding: 80px;
  background: url(../images/what-seo-bg.png) no-repeat right bottom;
  background-color: #DF5B50;
  margin-top: -109px;
  position: relative;
  z-index: 1;
}
.what-seo .what-seo-content-wrap .what-seo-content {
  max-width: 503px;
}
.what-seo .what-seo-content-wrap .what-seo-content h2 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  margin-bottom: 24px;
  color: white;
}
.what-seo .what-seo-content-wrap .what-seo-content p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: white;
}

.what-seo-email .what-seo-content-wrap .what-seo-content {
  max-width: 526px;
}

.benefits-sec {
  margin-top: 41px;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.benefits-sec .benefits-content {
  padding: 80px;
  background: #3C3C3C;
  width: 522px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits-sec .benefits-content h4 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: white;
}
.benefits-sec .benefits-content p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: white;
}

.the-Success-sec {
  padding: 80px 0;
  background: url(../images/the-Success-sec-bg.png) no-repeat center right;
  background-size: contain;
}
.the-Success-sec h3 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #0E0E0E;
  text-align: center;
  margin-bottom: 127px;
}
.the-Success-sec .service-content-wrap h5 {
  /* Heading/Large H */
  font-family: "Sintony", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  color: #0E0E0E;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1;
}
.the-Success-sec .service-content-wrap .service-content-para {
  padding-left: 78px;
}
.the-Success-sec .service-content-wrap .service-content-para h6 {
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #0E0E0E;
  margin-bottom: 19px;
}
.the-Success-sec .service-content-wrap .service-content-para p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  margin-bottom: 0px;
  color: #3C3C3C;
}
.the-Success-sec .service-1 {
  background: url(../images/services-1.png) no-repeat left top 20px;
  padding-left: 36px;
}
.the-Success-sec .service-2 {
  background: url(../images/services-2-2.png) no-repeat left top 20px;
}
.the-Success-sec .service-2 h5 {
  padding-left: 26px;
  padding-top: 47px;
  margin-top: -47px;
}
.the-Success-sec .service-2 .service-content-para {
  padding-left: 97px;
}
.the-Success-sec .service-3 {
  background: url(../images/services-3.png) no-repeat left top 20px;
}
.the-Success-sec .service-3 h5 {
  padding-left: 26px;
  padding-top: 47px;
  margin-top: -47px;
}
.the-Success-sec .service-3 .service-content-para {
  padding-left: 97px;
}

.capabilities-sec {
  max-width: 88%;
  display: flex;
  align-items: end;
  gap: 24px;
  margin-bottom: 40px;
}
.capabilities-sec .capabilities-wrap H6 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  padding: 40px;
  max-width: 679px;
}
.capabilities-sec .capabilities-wrap .object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}
.capabilities-sec .capabilities-wrap .capabilities-wrap-content {
  padding: 80px;
  background: #3C3C3C;
  width: 511px;
}
.capabilities-sec .capabilities-wrap .capabilities-wrap-content p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: white;
  margin-bottom: 0;
}

.pricing-package-sec {
  padding: 80px 0;
}
.pricing-package-sec .swipe-info {
  color: #1E1E1E;
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 158%;
  text-align: center;
  margin: 32px 0;
}
.pricing-package-sec h5 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: center;
  color: #1E1E1E;
}
.pricing-package-sec h6 {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  text-align: center;
  color: #1E1E1E;
}
.pricing-package-sec .pricing-package-wrap {
  max-width: 1251px;
  margin: auto;
}
.pricing-package-sec .nav-tabs {
  border: 0;
  gap: 15px;
  margin-bottom: 32px;
}
.pricing-package-sec .nav-tabs .nav-link {
  padding: 12px 24px;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  border: 1px solid #DF5B50;
  border-radius: 0;
  color: #3C3C3C;
}
.pricing-package-sec .nav-tabs .nav-link:hover {
  background: #DF5B50;
  color: #fff;
  border: 1px solid #DF5B50;
}
.pricing-package-sec .nav-tabs .nav-link.active {
  color: white;
  background-color: #DF5B50;
}
.pricing-package-sec .table {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background: #FFF;
}
.pricing-package-sec .table thead th {
  /* Body/Large - Bold */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #272833;
  padding: 20px 0;
  text-align: center;
  text-transform: capitalize;
}
.pricing-package-sec .table tbody tr {
  border: 0 solid transparent;
}
.pricing-package-sec .table tbody tr:nth-child(odd) td {
  background: #F4F4F4;
}
.pricing-package-sec .table tbody tr td {
  text-align: center;
  padding: 24px 0;
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
}
.pricing-package-sec .table tbody tr td:first-child {
  text-align: left;
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  padding: 24px;
}
.pricing-package-sec .table tbody .price-list td {
  /* Body/Large - Bold */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.pricing-package-sec .table tfoot td {
  background: #F4F4F4;
  padding: 10px 0;
  border-bottom: 1px solid #D0D0D0;
  text-align: center;
}
.pricing-package-sec .table tfoot td a {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.pricing-package-sec .table tfoot td a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pricing-package-sec .table tfoot td a:hover .accordion-header button {
  color: #fff;
}
.pricing-package-sec .table tfoot td a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}

.addto-cart-wrap .modal-dialog {
  max-width: 565px;
}
.addto-cart-wrap .addto-cart {
  border-top: 10px solid #3CA455;
  border-bottom: 5px solid #3CA455;
  background: #F4F4F4;
  padding: 0px 24px 65px 24px;
}
.addto-cart-wrap .addto-cart .btn-wrap {
  gap: 16px;
}
.addto-cart-wrap .addto-cart .white-btn {
  border: 1px solid #DF5B50;
  background: #FFF;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  color: #3C3C3C;
  padding: 12px 32px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.addto-cart-wrap .addto-cart .white-btn:hover {
  background: #DF5B50;
  color: #fff;
}
.addto-cart-wrap .addto-cart .primary-btn {
  border: 1px solid #DF5B50;
  background: #DF5B50;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  color: white;
  text-align: center;
  padding: 12px 32px;
  text-decoration: none;
  width: 100%;
}
.addto-cart-wrap .addto-cart .primary-btn:hover {
  background-color: #fff;
  color: #DF5B50;
}
.addto-cart-wrap .check-icon {
  margin-top: -50px;
}
.addto-cart-wrap h6 {
  /* Heading/H2 */
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 50px;
}
.addto-cart-wrap p {
  /* Body/Large */
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 32px auto;
  max-width: 391px;
}

.error-wrap {
  position: relative;
}
.error-wrap .error-container {
  max-width: 580px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.error-wrap .error-container h1 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  margin-bottom: 16px;
  color: white;
  position: relative;
}
.error-wrap .error-container h1::after {
  content: "";
  position: absolute;
  background: url(../images/errortext-bg.png) no-repeat center;
  width: 214.5px;
  height: 173px;
  left: -91px;
  top: -53px;
  z-index: -1;
}
.error-wrap .error-container p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  margin-bottom: 32px;
  color: white;
}
.error-wrap .error-container a {
  display: inline-block;
  /* Body/Btn */
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  background-color: #DF5B50;
  padding: 10.5px 31px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.error-wrap .error-container a:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.error-wrap .error-container a:hover .accordion-header button {
  color: #fff;
}
.error-wrap .error-container a::before {
  content: "";
  position: absolute;
  background: url(../images/primary-btn-img.svg) no-repeat bottom right;
  background-size: cover;
  width: 10px;
  height: 100%;
  top: 0;
  right: -9px;
}

.term-top-sec {
  background: url(../images/term-bg.png) no-repeat center;
  background-size: cover;
  padding: 164px 0 94px 0;
}
.term-top-sec h1 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: white;
}

.term-main {
  padding: 80px 0;
  background: url(../images/term-content-left-bg.png) no-repeat left top, url(../images/term-content-right-bg.png) no-repeat bottom right;
}
.term-main .term-main-wrap {
  max-width: 1256px;
  margin: auto;
}
.term-main .term-main-wrap p {
  /* Body/Standard */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #656565;
  text-align: justify;
}

video {
  width: 100%;
}

.welcome-sec {
  position: relative;
}
.welcome-sec .slider-text {
  position: absolute;
  width: 100%;
  bottom: 22%;
  transform: translateY(-50%);
  max-width: 597px;
  left: 330px;
}
.welcome-sec .slider-text h2 {
  /* Heading/H1 */
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: #fff;
}

.scrolldown {
  display: flex;
  position: absolute;
  bottom: 90px;
  left: 330px;
  gap: 18px;
  align-items: center;
}
.scrolldown h4 {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  margin: 0px;
  /* 135% */
}

.common-form .form-control {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
  padding: 14px 16px;
  margin-bottom: 16px;
  color: #0E0E0E;
  /* P/fields */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  text-transform: capitalize;
}
.common-form .form-control::-moz-placeholder {
  color: #0E0E0E;
}
.common-form .form-control::placeholder {
  color: #0E0E0E;
}
.common-form .form-control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0E0E0E;
}
.common-form .form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0E0E0E;
}
.common-form .form-control :-ms-input-placeholder {
  /* IE 10+ */
  color: #0E0E0E;
}
.common-form .form-control :-moz-placeholder {
  /* Firefox 18- */
  color: #0E0E0E;
}
.common-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0E0E0E;
}
.common-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0E0E0E;
}
.common-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0E0E0E;
}
.common-form :-moz-placeholder {
  /* Firefox 18- */
  color: #0E0E0E;
}
.common-form .dropdown-toggle {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
  padding: 14px 16px;
  margin-bottom: 16px;
  color: #0E0E0E;
  /* P/fields */
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.common-form .dropdown-toggle:after {
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
  border: none;
  width: 14px;
  height: 9px;
  position: absolute;
  top: 22px;
  right: 25px;
}
.common-form .dropdown-menu.show {
  border: 1px solid #9B9B9B;
  background: #D0D0D0;
  width: 100%;
  border-radius: 0;
  top: -2px !important;
  position: relative;
}
.common-form .dropdown-menu.show li a {
  padding: 4px 16px;
  color: #3C3C3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  /* 21.7px */
  text-transform: capitalize;
}
.common-form .dropdown-menu.show li a:hover {
  background-color: transparent;
}
.common-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #656565;
}
.common-form .form-check .form-check-input {
  min-width: 24px;
  width: 24px;
  height: 22px;
  margin-top: 0;
}
.common-form .form-check label {
  color: #F4F4F4;
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
}
.common-form .form-check label a {
  color: #005BB9;
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  text-decoration: none;
}

.common-form .common-btn {
  background: #DF5B50;
  padding: 11px 31px;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: capitalize;
  -webkit-clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 95% 100%, 0% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 95% 100%, 0% 100%, 0% 100%, 0% 10%);
  transition: all 0.4s ease-in-out;
}
.common-form .common-btn:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.register-header-wrapper {
  background-color: #1E1E1E;
  z-index: 99;
  position: relative;
  overflow: hidden;
}

.register-sec {
  background: url(../images/register-vector-bg.png) no-repeat right center;
  background-size: auto;
}
.register-sec::before {
  content: " ";
  background: url(../images/register-left-img-bg.png) no-repeat;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 568px;
  height: 1080px;
  z-index: -1;
}
.register-sec .register-form-sec {
  max-width: 449px;
  width: 100%;
  margin-left: auto;
  margin-right: 130px;
  padding: 240px 0 190px 0;
}
.register-sec .register-form-sec .regi-heding {
  margin-bottom: 40px;
}
.register-sec .register-form-sec .regi-heding h1 {
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: #FFFFFF;
  text-align: center;
}
.register-sec .register-form-sec .regiter-form .checkbox-captcha-inline {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.register-sec .register-form-sec .regiter-form .checkbox-captcha-inline .check-box-sec {
  max-width: 243px;
  width: 100%;
}
.register-sec .register-form-sec .regiter-form .pass-eye-icon {
  background-image: url(../images/password-icon-img.svg);
  background-position: right 4% center;
  background-repeat: no-repeat;
}
.register-sec .register-form-sec .regiter-form .create-acc-btn {
  max-width: 270px;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.register-sec .register-form-sec .regiter-form .signup-link {
  text-align: center;
}
.register-sec .register-form-sec .regiter-form .signup-link p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
}
.register-sec .register-form-sec .regiter-form .signup-link p a {
  color: #DF5B50;
  text-decoration: none;
}

.signin-header-wrapper {
  background-color: #1E1E1E;
  z-index: 99;
  position: relative;
  overflow: hidden;
}

.signin-sec {
  background: url(../images/signin-vector-bg.png) no-repeat 50px 210px;
  background-size: auto;
}
.signin-sec::after {
  content: " ";
  background: url(../images/signin-right-bg-img.png) no-repeat;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  width: 568px;
  height: 951px;
  z-index: -1;
}
.signin-sec .signin-form-sec {
  max-width: 449px;
  width: 100%;
  margin-right: auto;
  margin-left: 136px;
  padding: 280px 0 220px 0;
}
.signin-sec .signin-form-sec .signin-heding {
  margin-bottom: 40px;
}
.signin-sec .signin-form-sec .signin-heding h1 {
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: #FFFFFF;
  text-align: center;
}
.signin-sec .signin-form-sec .signin-heding p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  text-align: center;
  max-width: 391px;
  width: 100%;
  margin: auto;
}
.signin-sec .signin-form-sec .signin-form .forgot-pass-link a {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #DF5B50;
  text-decoration: none;
}
.signin-sec .signin-form-sec .signin-form .pass-eye-icon {
  background-image: url(../images/password-icon-img.svg);
  background-position: right 4% center;
  background-repeat: no-repeat;
}
.signin-sec .signin-form-sec .signin-btn {
  margin: 40px auto;
  max-width: 134px;
  width: 100%;
}
.signin-sec .signin-form-sec .resetpass-btn {
  max-width: 234px;
}
.signin-sec .signin-form-sec .register-page-link {
  text-align: center;
}
.signin-sec .signin-form-sec .register-page-link p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
}
.signin-sec .signin-form-sec .register-page-link p a {
  text-decoration: none;
  color: #DF5B50;
}

.signin-sec .resetpass-form-sec {
  max-width: 554px;
  margin-left: 76px;
}
.signin-sec .resetpass-form-sec .signin-form {
  max-width: 449px;
  margin: auto;
}

#forgotpass-popup .modal-content {
  border-radius: unset;
  border-top: 10px solid #ECB21D;
  border-bottom: 5px solid #ECB21D;
  background: #F4F4F4;
}
#forgotpass-popup .modal-dialog {
  max-width: 507px;
}
#forgotpass-popup .modal-dialog .modal-body {
  position: relative;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec {
  padding: 55px 24px 60px 24px;
  position: relative;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .top-icon-img {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%);
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .popup-heading {
  padding-bottom: 32px;
  position: relative;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .popup-heading::after {
  content: "";
  background: #ECB21D;
  width: 66px;
  height: 3px;
  display: block;
  margin: auto;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .popup-heading h2 {
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #FFFFFF;
  color: #0E0E0E;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 32px;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .popup-para {
  max-width: 391px;
  width: 100%;
  margin: auto;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .popup-para p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  text-align: center;
  color: #0E0E0E;
  font-size: 20px;
  line-height: 27px;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .modal-form-sec {
  margin-top: 32px;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .modal-form-sec .submit-request-btn {
  margin-top: 32px;
}
#forgotpass-popup .modal-dialog .modal-body .forgotpass-form-sec .modal-form-sec .submit-request-btn .common-btn {
  -webkit-clip-path: unset;
          clip-path: unset;
}

.shoppingcart-header-wrapper {
  background: url(../images/shopping-cart-top-bg.png) no-repeat top center;
  background-size: cover;
}
.shoppingcart-header-wrapper .shopping-cart-heading {
  padding: 156px 0 100px 0;
}
.shoppingcart-header-wrapper .shopping-cart-heading h1 {
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0px;
}

.shopping-cart-sec {
  background: #FFFFFF;
  padding: 56px 0 80px 0;
  position: relative;
}
.shopping-cart-sec::before {
  content: " ";
  display: block;
  background: url(../images/shopping-cart-left-element-bg.png) no-repeat;
  background-size: cover;
  left: 0;
  width: 274px;
  height: 286px;
  position: absolute;
  top: 0;
}
.shopping-cart-sec::after {
  content: " ";
  display: block;
  background: url(../images/shopping-cart-right-element-bg.png) no-repeat;
  right: 0;
  background-size: cover;
  width: 205px;
  height: 399px;
  position: absolute;
  bottom: 0;
}
.shopping-cart-sec .cart-heading-sec {
  display: flex;
  flex-direction: row;
  max-width: 797px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  margin-left: 60px;
  border-bottom: 1px solid #D7D7D7;
}
.shopping-cart-sec .cart-heading-sec h3 {
  /* Heading/H3 */
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #0E0E0E;
  margin-bottom: 0;
}
.shopping-cart-sec .cart-heading-sec p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  font-size: 20px;
  line-height: 27px;
  color: #FF342D;
  margin-bottom: 0;
}
.shopping-cart-sec .cart-sec {
  max-width: 801px;
  width: 100%;
  margin-top: 32px;
  margin-left: 50px;
}
.shopping-cart-sec .cart-sec table {
  margin-bottom: 0;
}
.shopping-cart-sec .cart-sec table thead th {
  border: 0;
  padding: 0px 0.5rem 31px 0.5rem;
}
.shopping-cart-sec .cart-sec table thead h5 {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  color: #7A7A7A;
}
.shopping-cart-sec .cart-sec table thead .price {
  text-align: right;
}
.shopping-cart-sec .cart-sec table tbody tr:last-child td {
  padding: 0rem 0.5rem 0px 0.5rem;
}
.shopping-cart-sec .cart-sec table tbody tr td {
  border: 0;
  padding: 0rem 0.5rem 30px 0.5rem;
}
.shopping-cart-sec .cart-sec table tbody tr .order-checkbox {
  margin-top: 5px;
}
.shopping-cart-sec .cart-sec table tbody tr .order-checkbox .form-check .form-check-input {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 1px solid #D7D7D7;
}
.shopping-cart-sec .cart-sec table tbody tr .order-checkbox .form-check .form-check-input:checked {
  background-color: #3CCE37;
  border-radius: 7px;
  border: unset;
}
.shopping-cart-sec .cart-sec table tbody tr .order-checkbox .form-check .form-check-input:focus {
  box-shadow: unset;
}
.shopping-cart-sec .cart-sec table tbody tr .order-checkbox .form-check .form-check-input:active {
  filter: unset;
}
.shopping-cart-sec .cart-sec table tbody tr h3 {
  /* Heading/H3 */
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #0E0E0E;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.shopping-cart-sec .cart-sec table tbody tr .duration {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #656565;
  padding-bottom: 6px;
}
.shopping-cart-sec .cart-sec table tbody tr .edit-option {
  display: flex;
  align-items: center;
  max-width: 60px;
  width: 100%;
  gap: 8px;
}
.shopping-cart-sec .cart-sec table tbody tr .edit-option p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #DF5B50;
  margin-bottom: 0;
}
.shopping-cart-sec .cart-sec table tbody tr .product-price {
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: right;
}
.shopping-cart-sec .total-sec {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-top: 40px;
}
.shopping-cart-sec .total-sec .total-sec-box {
  background: #F4F4F4;
  border: 1px solid #656565;
  padding: 24px;
}
.shopping-cart-sec .total-sec .total-sec-box .subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shopping-cart-sec .total-sec .total-sec-box .discount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 16px 0;
}
.shopping-cart-sec .total-sec .total-sec-box .subtotal {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #656565;
}
.shopping-cart-sec .total-sec .total-sec-box .subtotal-amount {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #656565;
}
.shopping-cart-sec .total-sec .total-sec-box .total-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shopping-cart-sec .total-sec .total-sec-box .total-part .total {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.shopping-cart-sec .total-sec .total-sec-box .total-part .total-amount {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.shopping-cart-sec .total-sec .total-sec-box .apply-code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0 16px 0;
  gap: 8px;
}
.shopping-cart-sec .total-sec .total-sec-box .apply-code .discount-form .form-control {
  margin-bottom: inherit;
}
.shopping-cart-sec .total-sec .total-sec-box .apply-code .apply-btn-sec {
  max-width: 115px;
  width: 100%;
}
.shopping-cart-sec .total-sec .total-sec-box .apply-code .apply-btn-sec .apply-btn {
  display: block;
  padding: 14px 32px;
  border: 1px solid #DF5B50;
  background: #FFF;
  color: #3C3C3C;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
}
.shopping-cart-sec .total-sec .total-sec-box .code-applied-line p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  margin-bottom: 0;
  color: #3CA455;
}
.shopping-cart-sec .total-sec .total-sec-box .checkout-btn {
  margin: 24px 0 0 0;
}
.shopping-cart-sec .total-sec .total-sec-box .checkout-btn .common-btn {
  background: #DF5B50;
  padding: 11px 31px;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: capitalize;
  -webkit-clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 95% 100%, 0% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 95% 100%, 0% 100%, 0% 100%, 0% 10%);
  transition: all 0.4s ease-in-out;
}
.shopping-cart-sec .total-sec .total-sec-box .checkout-btn .common-btn:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.shopping-cart-sec .total-sec .total-sec-box .discount-link {
  text-align: center;
  margin-top: 24px;
}
.shopping-cart-sec .total-sec .total-sec-box .discount-link p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #0E0E0E;
  margin-bottom: 0;
}
.shopping-cart-sec .total-sec .total-sec-box .discount-link p a {
  color: #DF5B50;
  text-decoration: none;
}

.securecheckout-header-wrapper {
  background: url(../images/checkout-top-bg.png) no-repeat top center;
  background-size: cover;
}
.securecheckout-header-wrapper .checkout-heading {
  padding: 156px 0 94.5px 0;
}
.securecheckout-header-wrapper .checkout-heading h1 {
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.cart-checkout-inline {
  display: flex;
  flex-direction: row;
  max-width: 1255px;
  width: 100%;
  margin: auto;
}
.cart-checkout-inline .cart-sec {
  max-width: 594px;
  width: 100%;
  margin: auto;
}
.cart-checkout-inline .cart-sec .secure-cart-heading {
  padding: 24px 0;
  border-bottom: 1px solid #D7D7D7;
}
.cart-checkout-inline .cart-sec .secure-cart-heading h3 {
  /* Heading/H3 */
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #0E0E0E;
  margin-bottom: 0;
}
.cart-checkout-inline .cart-sec .cart-table-sec {
  margin: 32px 0;
}
.cart-checkout-inline .cart-sec .cart-checkout-total-sec {
  max-width: 321px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cart-checkout-inline .cart-sec .cart-checkout-total-sec .checkout-total-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cart-checkout-inline .cart-sec .cart-checkout-total-sec .subtotal {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #656565;
}
.cart-checkout-inline .cart-sec .cart-checkout-total-sec .subtotal-amount {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.059%;
  color: #656565;
}
.cart-checkout-inline .cart-sec .cart-checkout-total-sec .total {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.cart-checkout-inline .cart-sec .cart-checkout-total-sec .total-amount {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.cart-checkout-inline .payment-info-sec {
  max-width: 603px;
  width: 100%;
  margin-left: auto;
}
.cart-checkout-inline .payment-info-sec .payment-info-box {
  border: 1px solid #656565;
  background: #F4F4F4;
  padding: 24px;
}
.cart-checkout-inline .payment-info-sec .payment-info-box h3 {
  /* Heading/H3 */
  font-family: "Sintony", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #0E0E0E;
  padding-bottom: 24px;
}
.cart-checkout-inline .payment-info-sec .payment-info-box .container {
  padding: 0;
}
.cart-checkout-inline .payment-info-sec .payment-info-box .checkout-form .form-check label {
  color: #3C3C3C;
}
.cart-checkout-inline .payment-info-sec .payment-info-box .checkout-form .form-check .form-check-input {
  width: 22px;
}
.cart-checkout-inline .payment-info-sec .payment-info-box .checkout-form .selectarrow {
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
}
.cart-checkout-inline .payment-info-sec .payment-info-box .checkout-form .captcha-mastercard-sec {
  display: flex;
  flex-direction: row;
  max-width: 470px;
  width: 100%;
  gap: 24px;
  margin: 24px auto;
}
.cart-checkout-inline .payment-info-sec .payment-info-box .checkout-form .securecheckout-btn .common-btn {
  -webkit-clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
}

#payment-error-popup .modal-content {
  border-radius: unset;
  border-top: 10px solid #DF5B50;
  border-bottom: 5px solid #DF5B50;
  background: #F4F4F4;
}
#payment-error-popup .modal-dialog {
  max-width: 507px;
}
#payment-error-popup .modal-dialog .modal-body {
  position: relative;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec {
  padding: 55px 8px 60px 8px;
  position: relative;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .top-icon-img {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%);
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .popup-heading {
  padding-bottom: 32px;
  position: relative;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .popup-heading::after {
  content: "";
  background: #DF5B50;
  width: 66px;
  height: 3px;
  display: block;
  margin: auto;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .popup-heading h2 {
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #FFFFFF;
  color: #0E0E0E;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 32px;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .popup-para {
  max-width: 391px;
  width: 100%;
  margin: auto;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .popup-para p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  text-align: center;
  color: #0E0E0E;
  font-size: 20px;
  line-height: 27px;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec {
  margin-top: 32px;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .continue-shopping {
  max-width: 225px;
  width: 100%;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .continue-shopping .cont-shop-btn {
  display: block;
  padding: 10px 22px;
  border: 1px solid #DF5B50;
  background: #FFF;
  color: #3C3C3C;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .continue-shopping .cont-shop-btn:hover {
  border: 1px solid #DF5B50;
  color: #FFF;
  background: #DF5B50;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .tryagain-btn {
  max-width: 221px;
  width: 100%;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .tryagain-btn .common-btn {
  display: block;
  -webkit-clip-path: unset;
          clip-path: unset;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .tryagain-btn .common-btn {
  background: #DF5B50;
  padding: 11px 31px;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .tryagain-btn .common-btn:hover {
  background: #fff;
  color: #DF5B50;
}
#payment-error-popup .modal-dialog .modal-body .payment-error-sec .modal-form-sec .btns-inline .tryagain-btn .common-btn:hover::before {
  content: "";
  background: url(../images/primarybtn-hover.svg) no-repeat bottom right;
  top: 0px;
  height: 44px;
  right: -10px;
}

.ordercomplete-header-wrapper {
  background: url(../images/order-complete-top-bg.png) no-repeat top center;
  background-size: cover;
}
.ordercomplete-header-wrapper .ordercomp-heading {
  padding: 156px 0 94.5px 0;
}
.ordercomplete-header-wrapper .ordercomp-heading h1 {
  font-family: "Sintony", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.order-complete-sec .order-complete-box {
  max-width: 925px;
  width: 100%;
  margin: auto;
  padding: 64px;
  background: #F4F4F4;
}
.order-complete-sec .order-complete-box .heading-part h2 {
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #FFFFFF;
  text-align: center;
  color: #0E0E0E;
  border-bottom: 1px solid #D7D7D7;
  padding: 24px 0;
}
.order-complete-sec .order-complete-box .heading-part h2 br {
  display: none;
}
.order-complete-sec .order-complete-box .heading-part .plarge {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
  text-align: center;
  padding: 32px 0;
}
.order-complete-sec .order-complete-box .heading-part p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
  max-width: 547px;
  width: 100%;
  margin: auto;
  color: #0E0E0E;
}
.order-complete-sec .order-complete-box .heading-part .orderdate-invoice-inline {
  max-width: 402px;
  width: 100%;
  margin: 32px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order-complete-sec .order-complete-box .cart-sec {
  max-width: inherit;
  width: 100%;
  margin-top: inherit;
  margin-left: inherit;
}
.order-complete-sec .order-complete-box .cart-sec .cart-checkout-total-sec {
  max-width: 321px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.order-complete-sec .order-complete-box .cart-sec .cart-checkout-total-sec .checkout-total-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.order-complete-sec .order-complete-box .cart-sec .cart-checkout-total-sec .subtotal {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #656565;
}
.order-complete-sec .order-complete-box .cart-sec .cart-checkout-total-sec .subtotal-amount {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.059%;
  color: #656565;
}
.order-complete-sec .order-complete-box .cart-sec .cart-checkout-total-sec .total {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.order-complete-sec .order-complete-box .cart-sec .cart-checkout-total-sec .total-amount {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.order-complete-sec .order-complete-box .order-complete-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
.order-complete-sec .order-complete-box .order-complete-btns .return-home {
  max-width: 390px;
  width: 100%;
}
.order-complete-sec .order-complete-box .order-complete-btns .return-home .backhome-btn {
  display: block;
  padding: 10px 22px;
  border: 1px solid #DF5B50;
  background: #FFF;
  color: #3C3C3C;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
}
.order-complete-sec .order-complete-box .order-complete-btns .return-home .backhome-btn:hover {
  border: 1px solid #FFF;
  background: #DF5B50;
  color: #fff;
}
.order-complete-sec .order-complete-box .order-complete-btns .view-order {
  max-width: 390px;
  width: 100%;
}
.order-complete-sec .order-complete-box .order-complete-btns .view-order .common-btn {
  display: block;
  -webkit-clip-path: unset;
          clip-path: unset;
}
.order-complete-sec .order-complete-box .order-complete-btns .view-order .common-btn {
  background: #DF5B50;
  padding: 11px 31px;
  font-family: "Sintony", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  -webkit-clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 95% 100%, 0% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 100%, 100% 73%, 95% 100%, 0% 100%, 0% 100%, 0% 10%);
}
.order-complete-sec .order-complete-box .order-complete-btns .view-order .common-btn:hover {
  color: white;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.dashboard-header-wrapper {
  background: url(../images/dashboard-top-bg.png) no-repeat top center;
  background-size: cover;
}

.dashboard-sec {
  margin-top: 35px;
  background: #FFFFFF;
  position: relative;
}
.dashboard-sec::before {
  content: " ";
  display: block;
  background: url(../images/shopping-cart-left-element-bg.png) no-repeat;
  background-size: cover;
  left: 0;
  width: 274px;
  height: 286px;
  position: absolute;
  top: 20%;
}
.dashboard-sec::after {
  content: " ";
  display: block;
  background: url(../images/shopping-cart-right-element-bg.png) no-repeat;
  right: 0;
  background-size: cover;
  width: 205px;
  height: 399px;
  position: absolute;
  bottom: 0;
}
.dashboard-sec .dashboard-inline {
  display: flex;
  flex-direction: row;
  max-width: 1256px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 80px;
}
.dashboard-sec .dashboard-inline .account-toggle-part {
  max-width: 328px;
  width: 100%;
  border: 1px solid #D0D0D0;
  background: #F4F4F4;
  margin-top: -77px;
}
.dashboard-sec .dashboard-inline .account-toggle-part .user-sec {
  padding: 40px 0;
  border-bottom: 1px solid #D0D0D0;
  text-align: center;
}
.dashboard-sec .dashboard-inline .account-toggle-part .user-sec .username {
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  margin-top: 21px;
}
.dashboard-sec .dashboard-inline .account-toggle-part .account-tabs {
  display: flex;
  flex-direction: column;
}
.dashboard-sec .dashboard-inline .account-toggle-part .account-tabs a {
  padding: 22px 24px;
  font-family: "Sintony", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #656565;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D0D0D0;
}
.dashboard-sec .dashboard-inline .account-toggle-part .account-tabs a:last-child {
  border-bottom: 0px solid #D0D0D0;
}
.dashboard-sec .dashboard-inline .account-toggle-part .account-tabs .active {
  color: #0E0E0E;
}
.dashboard-sec .dashboard-inline .account-toggle-part .mobile-account-tabs {
  display: none;
}
.dashboard-sec .dashboard-inline .account-info-part {
  max-width: 889px;
  width: 100%;
  background: #F4F4F4;
  padding: 40px;
  margin-top: -77px;
  border: 1px solid #D0D0D0;
}
.dashboard-sec .dashboard-inline .account-info-part h2 {
  padding: 44px 0 24px 0;
  font-family: "Sintony", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #FFFFFF;
  max-width: 315px;
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
  color: #0E0E0E;
}
.dashboard-sec .dashboard-inline .account-info-part p {
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  color: #FFFFFF;
  color: #0E0E0E;
  margin-top: 16px;
}
.dashboard-sec .dashboard-inline .account-info-part .container {
  padding: 0;
}
.dashboard-sec .dashboard-inline .account-info-part .acc-form {
  margin: 32px 0 27px 0;
}
.dashboard-sec .dashboard-inline .account-info-part .acc-form .savechange-btn {
  max-width: 208px;
  width: 100%;
  margin-top: 16px;
}
.dashboard-sec .dashboard-inline .account-info-part .acc-form .selectarrow {
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
}
.dashboard-sec .dashboard-inline .orderhistory-table {
  margin-top: 32px;
}
.dashboard-sec .dashboard-inline .orderhistory-table thead {
  background: #FFF;
}
.dashboard-sec .dashboard-inline .orderhistory-table thead th h5 {
  font-family: "Sintony", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #3C3C3C;
  margin-bottom: 0;
}
.dashboard-sec .dashboard-inline .orderhistory-table thead .order-no {
  display: flex;
  justify-content: space-between;
}
.dashboard-sec .dashboard-inline .orderhistory-table thead .shop-date {
  display: flex;
  justify-content: space-between;
}
.dashboard-sec .dashboard-inline .orderhistory-table tbody tr:nth-child(even) {
  background: #FFFFFF;
}
.dashboard-sec .dashboard-inline .orderhistory-table tbody tr p {
  font-family: "Sintony", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.dashboard-sec .dashboard-inline .orderhistory-table tbody .download-img {
  margin-top: 9px;
}

.errortextmobile {
  font-family: "Sintony", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 9.6px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.errortextdekstop {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -200px;
}
.errortextdekstop h2 {
  font-family: "Sintony", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 300px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 9.6px;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.accountdtlsbg {
  background: url(../images/accountbg-desktop.png) no-repeat top center;
  height: 151px;
  position: relative;
}
.accountdtlsbg::after {
  content: "";
  height: 35px;
  background: #1E1E1E;
  width: 100%;
  display: block;
  top: 150px;
  position: absolute;
}

.swipetext {
  color: #0E0E0E;
  text-align: center;
  font-family: "Sintony", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  /* 23.7px */
  margin-bottom: 24px;
}

.form-check-input:checked {
  background-color: transparent;
}

.form-check-input:checked[type=checkbox] {
  background-image: url(../images/check-pink.svg);
  background-size: 12px;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button--fenrir {
  background: none;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 60px;
  height: 60px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.button--fenrir span {
  position: relative;
  top: -1px;
}

.progress {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: transparent;
}

.button--fenrir:hover .progress {
  transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}

.button--fenrir:focus-visible .progress__circle {
  fill: rgba(252, 196, 63, 0.4);
}

.progress__path {
  stroke: #fff;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .progress__path {
  stroke-dashoffset: 0;
}

.scroll-sec .button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}
.scroll-sec .button--fenrir {
  background: none;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 60px;
  height: 60px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.scroll-sec .button--fenrir span {
  position: relative;
  top: -1px;
}
.scroll-sec .progress {
  position: absolute;
  width: 49px;
  height: 49px;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: transparent;
}
.scroll-sec .button--fenrir:hover .progress {
  transform: scale3d(1.2, 1.2, 1);
}
.scroll-sec .progress__circle,
.scroll-sec .progress__path {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}
.scroll-sec .button--fenrir:focus-visible .progress__circle {
  fill: rgba(252, 196, 63, 0.4);
}
.scroll-sec .progress__path {
  stroke: #fff;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.scroll-sec .button--fenrir:hover .progress__path {
  stroke-dashoffset: 0;
}

.our-story-welcome-sec .scrolldown {
  left: 304px;
}/*# sourceMappingURL=style.css.map */

