/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Global
	6. 	Plugins
	7. 	Page Templates
		a. 	Template: Home
		b. 	Template: Gallery
    c.  Template: Send a Case
    d.  Template: Products
    e.  Template: Contact
		z. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Extras
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--bgColor);
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* -------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */

.paddingLeftLarge {
  padding-left: 189px;
}


/* -------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------- */

.header {
  background: transparent;
  padding: 8px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

.header.scrolled{
  background: var(--bgColor);
}

.header li {
  list-style: none;
}

.logoArea {
  width: 202px;
  height: 72px;
}

.logoArea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar {
  margin-bottom: 0;
}

.navbar .navbarItem a {
  color: #FFF;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
}

.navbar .menuItemsWrapper {
  gap: 80px;
}

.navbar .headerButtons {
  display: flex;
  align-items: center;
  gap: 125px;
}

.navbar .headerButtons .socialMedia {
  gap: 30px;
}

.navbar .headerButtons .sendCaseBtn {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  display: flex;
  width: 181px;
  height: 39px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--btnColor);
}

.mobileMenu {
  background-color: var(--bgColor);
  width: 100% !important;
}

.mobileMenu button {
  font-size: 22px;
  opacity: 1;
}

.mobile-menu-items li {
  list-style: none;
}

.mobile-menu-items a {
  font-size: 24px;
  color: #fff;
}

.mobile-menu-items {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 10px;
  padding-top: 0;
}

.mobileMenu .sendCaseBtn {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  display: flex;
  width: 181px;
  height: 39px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--btnColor);
  margin-top: 20px;
}

/* -------------------------------------------------------------------------- */
/*	5. Global
/* -------------------------------------------------------------------------- */

.submitBtnWrapper input[type="submit"] {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  display: flex;
  width: 193px;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--btnColor);
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: white;
  border-radius: 12px;
}

/* -------------------------------------------------------------------------- */
/*	6. Plugins
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*	7. Page Templates
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/*	7a. Template: Home
/* -------------------------------------------------------------------------- */

.homepageGif {
  margin-top: -105px;
}

.hero {
  margin-top: -200px;
  position: relative;
  z-index: 2;
}

.hero .heroBox {
  background-color: #000;
  border-radius: 251.814px;
  margin-bottom: 85px;
  padding-left: 166px;
}

.heroBox .title {
  color: var(--primaryColor);
  font-family: "Inter";
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  line-height: 87.023%;
  max-width: 730px;
}

.heroBox p {
  color: #FFF;
  font-family: "Sora";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  max-width: 567px;
  margin-top: 45px;
}


.learnMoreBtn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--btnColor);
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.heroItemsArea .heroItem {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heroItemsArea .heroItem::before {
  content: '';
  width: 39.375px;
  height: 7.875px;
  background-color: #C99518;
  display: block
}

.heroItemsArea .heroItem h5 {
  color: #FFF;
  font-family: "Sora";
  font-size: 26.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 112.023%;
  max-width: 180px;
}

.heroItemsArea .heroItem:nth-last-child(1) h5 {
  max-width: 253px;
}

.heroItemsWrapper {
  gap: 110px;
}

.promotion {
  border-radius: 155px;
  background: var(--boxColor);
  padding-top: 125px;
  padding-bottom: 85px;
  margin-top: 85px;
  background-image: url('../images/home/man.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 65%;
  position: relative;
  margin-bottom: 196px;
}

.promotion-overlay {
  width: 714.936px;
  height: 100%;
  background: linear-gradient(90deg, #F3E9D3 36.65%, rgba(197, 195, 181, 0.00) 104.9%);
  position: absolute;
  top: 0;
  left: 29%;
}

.promotion .promotionContent {
  max-width: 1198px;
  position: relative;
  z-index: 2;
}

.promotion .title {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
  margin-bottom: 35px;
}

.promotion p {
  color: #000;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  max-width: 888px;
}

.promotionListArea {
  margin-top: 75px;
}

.promotionListArea .listRow {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}

.promotionListArea .listItem {
  padding-right: 60px;
  border-right: 1px solid #000;
  height: 103px;
  max-width: 366px;
}

.promotionListArea .listItem:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
  max-width: 403px;
}

.promotionListArea li {
  color: #000;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  list-style: square;
}

.productsContent .title {
  color: #FFF;
  font-family: "Inter";
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
  margin-bottom: 30px;
  max-width: 878px;
}

.productsContent p {
  color: #FFF;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  margin-bottom: 75px;
  max-width: 792px;
}

.productsContent li {
  color: #FFF;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  list-style: square;
}

.productsContent .itemsWrapper {
  gap: 40px;
  max-width: 997px;
}

.productsContent .item {
  padding-right: 40px;
  border-right: 1px solid #fff;
}

.productsContent .item:nth-child(1) li {
  width: 339.5px;
}

.productsContent .item:nth-child(2) li {
  width: 190px;
}

.productsContent .item:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}

.products .imgWrapper {
  width: 837.86px;
  height: 562px;
  background-color: #323232;
  border-radius: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  position: relative;
  left: -50px;
}

.products .imgWrapper img {
  border-top-right-radius: 49px;
  border-bottom-right-radius: 49px;
  width: 774.883px;
  height: 455.905px;
}

.testimonialsWrapper {
  padding-bottom: 150px;
  background-image: url('../images/system/capillary.svg');
  background-position: left bottom 50px;
  background-repeat: no-repeat;
  background-size: 50%;
}

.testimonials {
  border-radius: 155px;
  background: var(--boxColor);
  padding-top: 100px;
  padding-bottom: 184px;
  margin-top: 175px;
  position: relative;
  z-index: 2;
}

.testimonials .title {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
  max-width: 687px;
}

.discoverList {
  margin-top: 75px;
  row-gap: 38px;
}

.discoverImg {
  width: 635px;
  height: 625px;
}

.discoverList li {
  color: #000;
  font-family: "Sora";
  font-size: 26.116px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  max-width: 481px;
  list-style: square;
}

.discoverList .listItem {
  padding-bottom: 38px;
  border-bottom: 1px solid #000;
  max-width: 575px;
}

.discoverList .listItem:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}

.testimonialsArea {
  margin-top: 73px;
  padding-top: 107px;
  border-top: 1px solid #000;
}

.testimonialsArea .testimonialsItemsWrapper {
  margin-top: 85px;
  gap: 100px;
}

.testimonialsArea .testimonialItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonialsArea .testimonialItem p {
  color: #000;
  font-family: "Sora";
  font-size: 26.116px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
}

.testimonialsArea .testimonialItem li {
  list-style: square;
  color: #000;
  font-family: "Sora";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  margin-top: 75px;
}


/* -------------------------------------------------------------------------- */
/*	7b. Template: Gallery
/* -------------------------------------------------------------------------- */

.galleryBox {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 86px;
}

.galleryBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 51px;
}

.galleryBox .imageContent {
  position: absolute;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.galleryBox .imageContent span {
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
}

.galleryRow{
  max-height: 1262px;
  overflow: hidden;
}

.galleryRow.show{
  max-height: none!important;
}

.loadMoreArea {
  margin-top: 35px;
}

/* -------------------------------------------------------------------------- */
/*	7c. Template: Send a Case
/* -------------------------------------------------------------------------- */

.sendCaseHero p {
  text-transform: uppercase;
  font-size: 24px;
  max-width: 630px;
  margin-top: 33px;
}

.sendCaseHero .title {
  max-width: 630px;
}

.firmBox {
  border-radius: 53px;
  background-color: var(--boxColor);
  padding: 60px 64px 102px 42px;
  min-height: 470px;
  margin-bottom: 42px;
}

.firmBox .firmBoxHeader {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

.firmBox .logo {
  max-width: 243px;
  width: max-content;
  height: 89px;
}

.firmBox .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.firmBox .firmBoxBody {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.firmBoxBody .detailsArea {
  display: flex;
  flex-direction: column;
}

.firmBox .firmBoxBody span {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.023%;
  text-transform: uppercase;
}

.firmBox .firmBoxBody span>a {
  color: #C09C4A;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.form {
  padding-top: 100px;
}

.formContentWrapper .title {
  color: var(--primaryColor);
  font-family: "Inter";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 105.023%;
  margin-bottom: 50px;
  max-width: 900px;
}

.formContentWrapper p {
  color: #FFF;
  font-family: "Sora";
  font-size: 26.116px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  text-transform: uppercase;
}

.stepsWrapper {
  margin-top: 25px;
  margin-bottom: 95px;
}

.stepsWrapper .stepBox {
  padding: 41px 84px 31px 69px;
  background-color: var(--boxColor);
  border-radius: 25px;
}

.stepsWrapper .icon {
  margin-left: 7px;
  margin-right: 16px;
}

.stepsWrapper .stepBox span {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  text-transform: uppercase;
}

.stepsSubtitleWrapper p {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  margin-bottom: 15px;
  text-transform: none;
}

.stepsSubtitleWrapper p>a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}

.fileUploadArea {
  margin-top: 45px;
}

.fileUploadArea .title {
  color: #FFF;
  font-family: "Sora";
  font-size: 26.116px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.fileUploadArea .uploadBox {
  padding: 55px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  border: 3px dashed #F4EAD3;
  border-radius: 45px;
}

.fileUploadArea .uploadBox .uploadTitle {
  color: #FFF;
  font-family: "Sora";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  text-transform: uppercase;
}

.fileUploadArea .uploadBox .subtitle {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
}

.inputFile {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  text-transform: uppercase;
  border-radius: 32px;
  background: var(--btnColor);
  width: 236px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
}

.inputFile input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}

.formArea {
  margin-top: 75px;
  margin-bottom: 200px;
}

.formArea .inputWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  margin-bottom: 42px;
}

.formArea .inputWrapper label {
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
}

.formArea .inputWrapper input {
  outline: none;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #F4EAD3;
  height: 58px;
  color: white;
  padding: 10px;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
}

.sendCaseFooterBanner p {
  text-transform: uppercase;
  font-size: 26px;
  display: flex;
  flex-direction: column;
}

.sendCaseFooterBanner span>a,
.sendCaseFooterBanner p>span {
  color: var(--btnColor)!important;
}


/* -------------------------------------------------------------------------- */
/*	7d. Template: Products
/* -------------------------------------------------------------------------- */


.productsHero {
  padding: 75px 0;
}

.productsHeroImg {
  border-radius: 50%;
  border: 35px solid #232323;
}

.productsHeroImg img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-width: 420px;
  object-fit: cover;
  border-radius: 50%;
  border: 20px solid #000;
}

.productsHero .title {
  color: var(--primaryColor);
  font-family: "Inter";
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  line-height: 87.023%;
  margin-bottom: 25px;
}

.productsHero p {
  color: #FFF;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  margin-bottom: 70px;
  max-width: 775px;
}

.productsHero .slogan {
  color: #FFF;
  font-family: "Inter";
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
  max-width: 1090px;
  margin-top: 85px;
}

.productsFooterBanner .title {
  max-width: 827px !important;
}

.productsFooterBanner {
  margin-top: 125px;
}

.productsFooterBanner .footerContent p {
  text-transform: uppercase;
  max-width: none;
}

.footerImg img {
  border-radius: 73px;
}

.productBox {
  border-radius: 155px;
  background: var(--boxColor);
  padding: 92px 140px 40px 92px;
  margin-bottom: 30px;
}

.productBox .productHeader {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

.productBox .productTitle {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.productBody .listTitle {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.productBody .listTitle span {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: lowercase;
}

.productBody .productList li {
  list-style: square;
  color: #000;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  margin-bottom: 20px;
}

.productBodyCustom .productList li {
  max-width: 550px;
}

.productBody .listWrapper {
  margin-bottom: 50px;
}

.productBody .multipleList {
  gap: 100px;
}

.productBody .multipleList.doubleList {
  gap: 275px;
}

.productBody .listWrapper p {
  color: #000;
  font-family: "Sora";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.023%;
  margin-bottom: 35px;
}

.listWrapperParagraph .doubleList {
  max-width: 623px;
}

.listWrapperCustom .listTitle {
  margin-bottom: 63px;
}

.listWrapper .customProductTitle {
  margin-bottom: 63px;
}

.listWrapper .doubleList {
  margin-top: 15px;
}


/* -------------------------------------------------------------------------- */
/*	7e. Template: Contact
/* -------------------------------------------------------------------------- */

.contact .title {
  color: var(--primaryColor);
  font-family: "Inter";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 105.023%;
  margin: 20px 0;
}

.formArea .inputWrapper textarea {
  outline: none;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #F4EAD3;
  height: 190px;
  color: white;
  padding: 10px;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  resize: none;
}

.formArea .inputWrapper input[type="submit"] {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  display: flex;
  height: 58px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--btnColor);
  border: none;
  width: 100%;
  margin-top: 20px;
}

.contactPage .footerImg {
  width: 492px;
  height: 687px;
}

.contactPage .footerImg  img{
  object-fit: cover;
}

/* -------------------------------------------------------------------------- */
/*	8. Post: Archive
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*	15.	Extras
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */

.footerWrapper {
  margin-top: 100px;
  padding-bottom: 75px;
}

.footerContent .title {
  color: var(--primaryColor);
  font-family: "Inter";
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 105.023%;
  max-width: 638px;
  margin-bottom: 60px;
}

.footerContent p {
  color: #FFF;
  font-family: "Sora";
  font-size: 26.116px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.023%;
  margin-bottom: 90px;
  max-width: 730px;
}


.footerContent .footerBtn {
  color: var(--bgColor);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.023%;
  display: flex;
  width: 236px;
  height: 53px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: var(--btnColor);
}

.footerLeft {
  gap: 130px;
}

.footerLeft .copyright {
  color: #FFF;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footerRight {
  gap: 98px;
}

.footerRight .footerMenu {
  gap: 124px;
  margin-bottom: 0;
}

.footerRight .footerMenuItem {
  list-style: none;
}

.footerRight .footerMenuItem a {
  color: #FFF;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.023%;
}

.footerRight .socialMedia {
  gap: 30.73px;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media(max-width:1899px) {
  .promotion {
    background-size: 69%;
  }

  .promotion-overlay {
    left: 25%;
  }
}

@media(max-width:1799px) {
  .promotion {
    padding-top: 75px;
  }
}

@media(max-width:1699px) {
  .promotion-overlay {
    left: 21%;
  }

  .promotion {
    background-size: 71%;
  }
}

@media(max-width:1599px) {
  .promotion .promotionContent {
    max-width: 820px;
  }

  .promotion {
    background-size: 78%;
  }

  .paddingLeftLarge {
    padding-left: 0;
  }

  .promotion-overlay {
    width: 615px;
    left: 22%;
  }

  .products .imgWrapper {
    width: 600px;
    height: 450px;
  }

  .products .imgWrapper img {
    width: 525px;
    height: 370px;
  }

  .heroBox .title {
    font-size: 96px;
    max-width: 500px;
  }

  .hero .heroBox {
    padding-top: 45px;
  }

  .heroBox .heroImg {
    width: 29%;
  }

  .productsHero .title {
    font-size: 100px
  }

  .listWrapperParagraph .doubleList {
    max-width: 580px;
  }

  .formContentWrapper .title {
    font-size: 64px;
  }

  .formContentWrapper p {
    font-size: 20px;
  }

  .stepsWrapper .stepBox span {
    font-size: 20px;
  }

  .stepsWrapper .stepBox {
    padding: 25px 50px;
  }

  .fileUploadArea .title {
    font-size: 52px;
  }

  .fileUploadArea .uploadBox .uploadTitle {
    font-size: 32px;
  }

  .firmBox .firmBoxBody span {
    font-size: 20px;
  }
}

@media(max-width:1499px) {
  .promotion-overlay {
    left: 19%;
  }

  .promotion {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(max-width:1399px) {
  .navbar .navbarItem a {
    font-size: 16px;
  }

  .navbar .menuItemsWrapper {
    gap: 45px;
  }

  .navbar .headerButtons {
    gap: 75px;
  }

  .heroBox .title {
    font-size: 72px;
    max-width: 400px;
  }

  .heroBox p {
    font-size: 20px;
    max-width: 475px;
    margin-top: 35px;
  }

  .hero .heroBox {
    padding-top: 20px;
  }

  .heroItemsArea .heroItem h5 {
    font-size: 20px;
  }

  .heroItemsArea .heroItem::before {
    height: 4.875px;
  }

  .heroItemsWrapper {
    gap: 55px;
  }

  .learnMoreBtn {
    font-size: 18px;
  }

  .promotion .title {
    font-size: 50px;
  }

  .promotionListArea li {
    font-size: 18px;
  }

  .promotionListArea {
    margin-top: 50px;
  }

  .promotionListArea .listRow {
    margin-bottom: 30px;
    gap: 30px;
  }

  .promotionListArea .listItem {
    padding-right: 30px;
  }

  .promotionListArea .listItem:nth-last-child(1) {
    max-width: 290px;
  }

  .promotion-overlay {
    width: 535px;
  }

  .promotion p {
    font-size: 16px;
  }

  .productsContent .title {
    font-size: 50px;
  }

  .productsContent p {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .productsContent li {
    font-size: 18px;
  }

  .productsContent .itemsWrapper {
    flex-direction: column;
    max-width: none;
    gap: 20px;
  }

  .productsContent .item {
    padding-right: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }

  .productsContent .item:nth-last-child(1) {
    border: none;
    padding-bottom: 0;
  }

  .testimonials .title {
    font-size: 50px;
    max-width: 475px;
  }

  .discoverImg {
    width: 500px;
    height: 700px;
  }

  .discoverList li {
    font-size: 22px;
  }

  .discoverList .listItem {
    padding-bottom: 24px;
    max-width: 475px;
  }

  .testimonialsArea {
    margin-top: 20px;
    padding-top: 75px;
  }

  .testimonials {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .testimonialsArea .testimonialItem p {
    font-size: 22px;
  }

  .testimonialsArea .testimonialItem li {
    font-size: 16px;
    margin-top: 45px;
  }

  .testimonialsWrapper {
    background-size: 55%;
    background-position: left bottom 95px;
  }

  .footerContent .title {
    font-size: 58px;
    max-width: 475px;
    margin-bottom: 45px;
  }

  .footerContent p {
    font-size: 22px;
    max-width: 500px;
    margin-bottom: 60px;
  }

  .footerRight .footerMenu {
    gap: 50px;
  }

  .footerRight {
    gap: 60px;
  }

  .footerLeft {
    gap: 75px;
  }

  .footerRight .footerMenuItem a {
    font-size: 18px
  }

  .footerWrapper {
    padding-bottom: 45px;
  }

  .productsContent .item:nth-child(2) li,
  .productsContent .item:nth-child(1) li {
    width: auto;
  }

  .productsHero .slogan {
    font-size: 48px;
    max-width: 800px;
  }
}

@media(max-width:1199px) {
  .heroBox .title {
    font-size: 56px;
    max-width: 350px;
  }

  .heroBox p {
    font-size: 18px;
    max-width: 390px;
    margin-top: 25px;
  }

  .heroItemsWrapper {
    gap: 25px;
  }

  .heroItemsArea .heroItem h5 {
    font-size: 18px;
    max-width: 165px;
  }

  .learnMoreBtn {
    font-size: 16px;
  }

  .navbar .headerButtons {
    gap: 40px;
  }

  .promotion .title {
    font-size: 38px;
  }

  .promotion {
    padding-top: 35px;
  }

  .promotion-overlay {
    width: 450px;
  }

  .promotionListArea .listItem {
    max-width: 275px;
  }

  .promotionListArea li {
    font-size: 16px;
  }

  .promotion p {
    max-width: 575px;
  }

  .productsContent .title {
    font-size: 38px;
  }

  .productsContent li {
    font-size: 16px;
  }

  .testimonials .title {
    font-size: 38px;
    max-width: 375px;
  }

  .discoverImg {
    width: 400px;
    height: 400px;
  }

  .discoverList {
    margin-top: 45px;
    row-gap: 25px;
  }

  .discoverList li {
    font-size: 18px;
  }

  .discoverList .listItem {
    padding-bottom: 15px;
    max-width: 325px;
  }

  .testimonialsArea {
    margin-top: 45px;
    padding-top: 45px;
  }

  .testimonialsArea .testimonialItem p {
    font-size: 18px;
  }

  .testimonialsArea .testimonialsItemsWrapper {
    margin-top: 50px;
    gap: 75px;
  }

  .footerContent .title {
    font-size: 42px;
    max-width: 400px;
  }

  .footerContent p {
    font-size: 18px;
    max-width: 375px;
    margin-bottom: 45px;
  }

  .footerImg {
    width: 350px;
    height: 491px;
  }

  .footerImg img {
    object-fit: cover;
  }

  .footerContent .footerBtn {
    width: 185px;
    height: 42px;
  }

  .footerRight .footerMenu {
    gap: 25px;
  }

  .footerLeft {
    gap: 35px;
  }

  .footerRight .socialMedia {
    gap: 15px;
  }

  .footerRight {
    gap: 35px;
  }

  .footerLeft .copyright {
    font-size: 13px;
  }

  .productsHero .title {
    font-size: 64px;
  }

  .productsHero p {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .productsHero .slogan {
    font-size: 36px;
    max-width: 610px;
    margin-top: 50px;
  }

  .productsHero {
    padding-bottom: 45px;
  }

  .productBox .productTitle {
    font-size: 28px;
  }

  .productBody .listTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .productBody .productList li {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .productBody .listTitle span {
    font-size: 20px;
  }

  .firmBox {
    padding: 50px 45px;
    min-height: 400px;
  }

  .formContentWrapper .title {
    font-size: 48px;
    max-width: 800px;
    margin-bottom: 35px;
  }

  .stepsWrapper .stepBox {
    padding: 20px 25px;
  }

  .stepsSubtitleWrapper p,
  .stepsWrapper .stepBox span {
    font-size: 16px;
  }

  .stepsWrapper {
    margin-bottom: 65px;
  }

  .fileUploadArea .title {
    font-size: 32px;
  }

  .fileUploadArea .uploadBox .uploadTitle {
    font-size: 24px;
  }

  .fileUploadArea .uploadBox {
    row-gap: 20px;
  }

  .fileUploadArea .uploadBox .subtitle {
    font-size: 16px;
  }
}

@media(max-width:1099px) {
  .promotion {
    padding-bottom: 20px;
  }
}

@media(max-width:991px) {
  .container {
    max-width: 768px;
  }

  .galleryRow{
    max-height: 1406px;
  }

  .hero .heroBox {
    padding-left: 75px;
    padding-top: 0;
    margin-bottom: 45px;
  }

  .heroBox .title {
    font-size: 48px;
    max-width: 275px;
  }

  .heroBox p {
    font-size: 16px;
    max-width: 382px;
  }

  .heroItemsArea .heroItem {
    gap: 10px;
  }

  .heroItemsArea .heroItem h5 {
    font-size: 16px;
    max-width: 130px;
  }

  .heroItemsArea .heroItem:nth-last-child(1) h5 {
    max-width: 175px;
  }

  .heroItemsArea .heroItem::before {
    width: 30.375px;
    height: 2.875px;
  }

  .learnMoreBtn {
    font-size: 14px;
    gap: 10px;
  }

  .learnMoreBtn .icon img {
    height: 24px;
  }

  .promotion {
    margin-top: 50px;
    background-size: 85%;
  }

  .promotion .title {
    font-size: 28px;
  }

  .promotion .promotionContent {
    max-width: 475px;
  }

  .promotionListArea li,
  .promotion p {
    font-size: 14px;
  }

  .promotionListArea .listItem,
  .promotionListArea .listItem:nth-last-child(1) {
    max-width: none;
  }

  .promotionListArea .listItem {
    flex: 1;
  }

  .promotion-overlay {
    left: 15%;
    width: 345px;
  }

  .products .imgWrapper {
    width: 450px;
    height: 375px;
  }

  .products .imgWrapper img {
    width: 400px;
    height: 315px;
  }

  .productsContent {
    padding-right: 25px;
  }

  .productsContent .title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .productsContent p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .productsContent .item {
    padding-bottom: 15px;
  }

  .productsContent .itemsWrapper {
    gap: 15px;
  }

  .productsContent li {
    font-size: 14px;
  }

  .testimonials .title {
    font-size: 28px;
    max-width: 275px;
  }

  .discoverList li {
    font-size: 14px;
  }

  .discoverList {
    margin-top: 30px;
    row-gap: 15px;
  }

  .discoverImg {
    width: 400px;
    height: 300px;
  }

  .testimonialsArea .testimonialItem p {
    font-size: 14px;
  }

  .testimonialsArea .testimonialsItemsWrapper {
    margin-top: 25px;
    gap: 50px;
  }

  .testimonialsArea .testimonialItem li {
    font-size: 14px;
    margin-top: 25px;
  }

  .testimonialsWrapper {
    background-size: 58%;
    background-position: left bottom 65px;
    padding-bottom: 100px;
  }

  .footerContent .title {
    font-size: 32px;
    max-width: 325px;
    margin-bottom: 25px;
  }

  .footerContent p {
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 35px;
  }

  .footerContent .footerBtn {
    width: 170px;
    height: 38px;
    font-size: 14px;
  }

  .contactPage .footerImg,
  .footerImg {
    width: 300px;
    height: 421px;
  }

  .footerWrapper {
    flex-direction: column;
    row-gap: 25px;
  }

  .footerRight .footerMenuItem a {
    font-size: 14px;
  }

  .productsHeroImg {
    width: 500px;
  }

  .productsHeroRight {
    order: 1;
    margin-bottom: 45px;
  }

  .productsHeroLeft {
    order: 2;
  }

  .productsHero {
    padding-top: 25px;
  }

  .productBody .multipleList.doubleList {
    gap: 45px;
  }

  .productsHero .title {
    font-size: 56px;
  }

  .productsHero .slogan {
    font-size: 32px;
    max-width: 540px;
    margin-top: 45px;
  }

  .productBox {
    padding: 50px;
    border-radius: 100px;
  }

  .productBox .productTitle {
    font-size: 24px;
  }

  .productBox .productHeader {
    margin-bottom: 35px;
  }

  .productBody .listTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .productBody .listWrapper {
    margin-bottom: 35px;
  }

  .productBody .productList li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .productBody .listTitle span {
    font-size: 16px;
  }

  .firmBox .logo {
    max-width: 200px;
    width: max-content;
    height: 70px;
  }

  .firmBox .firmBoxHeader {
    padding-bottom: 15px;
  }

  .firmBox .firmBoxBody {
    padding-top: 30px;
  }

  .firmBox .firmBoxBody span {
    font-size: 16px;
  }

  .firmBox {
    min-height: 325px;
  }

  .formContentWrapper p {
    font-size: 16px;
  }

  .stepsWrapper .stepBox {
    padding: 12px 20px;
  }

  .stepsSubtitleWrapper p,
  .stepsWrapper .stepBox span {
    font-size: 14px;
  }

  .stepsWrapper {
    margin-bottom: 50px;
  }

  .fileUploadArea .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media(max-width:899px) {
  .promotion {
    background-position: right -100px top;
    background-size: 93%;
    overflow: hidden;
  }

  .promotion-overlay {
    left: 6%;
    width: 400px;
  }
}

@media(max-width:820px) {
  .container {
    max-width: 720px;
  }

  .promotion {
    background-position: right -125px top;
    background-size: 100%;
  }
}

@media(max-width:767px) {
  .promotion {
    border-radius: 85px;
    margin-bottom: 75px;
  }

  .promotionListArea .listRow {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .promotionListArea .listItem {
    padding: 0;
    border: none;
  }

  .hero {
    margin-top: -100px;
  }

  .heroBox .title {
    font-size: 38px;
    max-width: 250px;
  }

  .heroBox .heroImg {
    width: 25%;
  }

  .heroBox p {
    font-size: 14px;
  }

  .heroItemsArea .heroItem h5 {
    font-size: 15px;
  }

  .heroItemsArea .heroItem:nth-last-child(1) h5 {
    max-width: 150px;
  }

  .heroItemsArea .heroItem h5 {
    max-width: 110px;
  }

  .promotion .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .promotionListArea {
    margin-top: 35px;
  }

  .productsContainer {
    flex-direction: column;
    align-items: start !important;
    row-gap: 35px;
  }

  .productsContent .itemsWrapper {
    max-width: 500px;
  }

  .productsContent {
    padding: 0 25px;
  }

  .testimonials {
    margin-top: 75px;
    border-radius: 85px;
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .testimonials .title {
    font-size: 24px;
  }

  .discoverList .listItem {
    padding-bottom: 10px;
    max-width: 250px;
  }
}

@media(max-width:575px) {
  .hero .heroBox {
    padding-left: 45px;
    border-radius: 85px;
  }

  .heroBox .title {
    font-size: 30px;
    max-width: 175px;
  }

  .heroBox p {
    max-width: 308px;
  }

  .heroItemsArea {
    flex-direction: column;
    row-gap: 25px;
  }

  .galleryBox{
    height: 400px;
  }

  .galleryRow{
    max-height: 2670px;
  }

  .promotion {
    background-position: right -175px top;
    background-size: 137%;
  }

  .promotion-overlay {
    left: 0;
    width: 300px;
  }

  .promotion .promotionContent {
    max-width: 350px;
    padding-left: 20px;
  }

  .productsContent .title {
    font-size: 24px;
    max-width: 350px;
  }

  .testimonialsBox {
    flex-direction: column;
    align-items: start !important;
  }

  .discoverList .listItem {
    max-width: none;
  }

  .discoverImg {
    width: 100%;
    height: 275px;
  }

  .testimonials {
    padding-left: 20px;
  }

  .testimonialsArea .testimonialsItemsWrapper {
    flex-direction: column;
    gap: 35px;
  }

  .testimonialsWrapper {
    background-size: 70%;
  }

  .footerBannerContentArea {
    flex-direction: column-reverse;
    row-gap: 25px;
  }

  .footerContent p,
  .footerContent .title {
    max-width: none;
  }

  .productsHeroImg {
    width: 375px;
    border-width: 15px;
  }

  .productsHeroImg img {
    border-width: 8px;
  }

  .productsHeroLeft {
    padding: 0 25px;
  }

  .productsHero .title {
    font-size: 32px;
  }

  .productsHero p {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .productsHero .slogan {
    font-size: 24px;
    max-width: 418px;
    margin-top: 45px;
    padding-left: 25px;
  }

  .productBody .listWrapper p {
    font-size: 14px;
  }

  .productBox .productTitle {
    font-size: 20px;
  }

  .productBody .listTitle {
    font-size: 16px;
  }

  .productBody .productList li {
    font-size: 14px;
  }

  .galleryBox {
    margin-bottom: 45px;
  }

  .stepsWrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  .stepsWrapper .icon {
    margin: 0;
    rotate: 90deg;
  }

  .firmBox {
    padding: 25px 50px;
    min-height: 300px;
  }

  .formContentWrapper .title {
    font-size: 32px;
    max-width: 450px;
    margin-bottom: 20px;
  }

  .formContentWrapper p {
    font-size: 14px;
  }

  .formContentWrapper .title {
    font-size: 18px;
  }

  .fileUploadArea .uploadBox .uploadTitle {
    font-size: 20px;
  }

  .fileUploadArea .uploadBox {
    row-gap: 10px;
  }

  .fileUploadArea .uploadBox .subtitle {
    font-size: 14px;
  }

  .inputFile {
    width: 195px;
    height: 40px;
    font-size: 14px;
  }

  .formArea {
    margin-bottom: 75px;
  }
}

@media(max-width:500px) {
  .hero .heroBox {
    flex-direction: column;
    row-gap: 25px;
    padding-top: 25px;
  }

  .heroBox p {
    max-width: none;
    margin-top: 15px;
  }

  .heroBox .heroImg {
    width: 45%;
  }

  .heroItemsWrapper {
    gap: 15px;
    flex-wrap: wrap;
  }

  .promotion-overlay {
    left: 0;
    width: 100%;
  }

  .promotion {
    background-size: cover;
    background-position: right -200px top;
  }

  .products .imgWrapper {
    width: 100%;
    padding-right: 40px;
  }

  .products .imgWrapper img {
    width: 100%;
  }

  .heroItemsWrapper {
    align-items: center;
    justify-content: center;
    gap: 45px;
  }

  .logoArea {
    width: 202px;
    height: 50px;
  }

  .homepageGif {
    margin-top: -82px;
    width: 100%;
    height: 275px;
  }

  .footerRight{
    flex-direction: column;
  }

  .promotion .promotionContent,
  .testimonials {
    padding-left: 10px;
  }

  .productBox {
    padding: 35px;
  }

  .doubleList {
    flex-direction: column;
  }

  .doubleList .productList:nth-child(1) {
    margin-bottom: 0;
  }

  .productBody .listTitle {
    margin-bottom: 15px !important;
  }
}