* {
  font-family: PeydaWebFaNum;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: black;
}
a#stickycall {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #3544d6;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
}
a:hover {
  color: inherit;
}
.menu_item{
    font-weight: 700;
}
.sigmaLogoTool,.menu_item,.carBtn,.facConditionsBtn,.links div,.linkedin,.instagram {
  cursor: pointer;
}
.main-container {
  background: #1b1b1b;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
img {
  width: 100%;
  height: auto;
}
.sigmaLogoTool div {
    display: flex;
}
.firstCarPhoto {
  position: relative;
  display: flex;
  flex-direction: column;
}
.toolBar {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  display: flex;
  border-radius: 32px;
  justify-content: space-evenly;
  align-items: center;
  margin: 2% auto 0;
  right: 0;
  left: 0;
  background-color: rgb(228 228 228 / 60%);
  backdrop-filter: blur(3px);
  padding: 20px;
}
.carDeals {
  font-size: 32px;
  color: black;
  font-weight: 800;
}
.dealsExperience {
  font-size: 20px;
  color: black;
  font-weight: 500;
  margin-top: 19%;
}
.innerText {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: fit-content;
  margin: 10% auto 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.secondFrame {
  padding-top: 120px;
}
.secondFrameBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
}
.secondCarPhoto,
.secondSecFrame {
  flex: 1;
}
.secondSecFrame {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding-right: 70px;
  text-align: justify;
}
.but-box {
  margin-top: 8%;
  display: flex;
  justify-content: space-evenly;
}
.carBtn {
  border-radius: 32px;
  border: #fff solid 1px;
  padding: 11px 24px;
}
.facDivider {
  position: relative;
  width: 100%;
  display: flex;
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
  justify-content: center;
}
.facDivider span {
  background: #1b1b1b;
  color: white;
  padding: 0 20px;
  z-index: 2;
}
.facDivider:before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 100%;
  z-index: 1;
  top: 50%;
}
.thirdCarPhoto {
  position: relative;
}
.thirdSection {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col-right {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thirdFrameBox > div {
  position: relative;
  padding-right: 30px;
}
.thirdFrameBox > div:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: white;
  border-radius: 50%;
  top: 4px;
  right: 0;
}
.thirdFrameBox {
  /* border: 5px solid #fff; */
  padding: 70px 30px 70px 90px;
  color: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 65px;
  backdrop-filter: blur(12px);
  background-color: rgba(78, 78, 78, 0.459);
  border-radius: 10px;
}
.thirdCarPhoto img {
  object-fit: cover;
  height: 550px;
}
.facConditionsBtn {
  border-radius: 32px;
  border: #fff solid 1px;
  color: #fff;
  padding: 11px 24px;
  margin-top: 30px;
  width: 34%;
}
.fourthSection {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
}
.answers {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  padding-right: 70px;
  text-align: justify;
}
.purchaseBtn {
  border-radius: 32px;
  background-color: #fff;
  color: #1b1b1b;
  padding: 11px 24px;
  font-size: 20px;

  cursor: pointer;
}
.purchaseBtn div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
img.arrow {
  width: 23px;
}
.fifthCarPhotoSec {
  position: relative;
}
.box {
  width: 310px;
  height: 277px;
  padding: 30px 30px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  flex-direction: column;
  align-content: center;
  background-color: rgb(228 228 228 / 20%);
  text-align: center;
}
.fifthInnerSec {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.flex-row {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 50px;
  justify-content: space-evenly;
}
.title {
  font-size: 24px;
  font-weight: 700;
}
.section {
  font-size: 20px;
}
.boxLogos {
  width: 209px;
  height: 276px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.logoBoxes {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sixthFrame {
  padding-bottom: 100px;
}
.answerSec {
  position: relative;
  padding-right: 25px;
}
.answerSec:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: white;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.seventhFrame {
  background-color: #313131;
  color: #fff;
  padding: 60px 0;
}
.seventhInnersec {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #a8a8a8;
  padding: 20px;
  gap: 40px;
  flex-direction: column;
}
.links {
  display: flex;
  gap: 20px;
  font-size: 20px;
}
.sigmaLogo img {
  width: 100px;
  height: auto;
}
.companies {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.bottomFooter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.social {
  display: flex;
  gap: 16px;
}
.whiteColor{
  color: #fff;
}
@media (max-width: 768px) {
  .sigmaLogoTool {
    max-width: 80px;
  }
  .toolBar {
    display: flex;
    flex-wrap: wrap;
    max-width: 94%;
    padding: 20px 0px;
  }
  .menu_item {
    font-size: 12px;
    font-weight: 700;
  }
  .innerText {
    margin: 26% auto 0;
  }
  .carDeals {
    font-size: 15px;
    max-width: 80%;
    margin: 0 auto;
  }
  .dealsExperience {
    font-size: 15px;
    max-width: 90%;
    margin: 25% auto 0;
    background: #00000026;
    padding: 16px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    color: #fff;
  }
  .sigmaPlatform {
    font-size: 12px;
  }
  .secondFrameBox {
    display: flex;
    flex-direction: column;
  }
  .flex-row {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
  }
  img.heroImg {
    object-fit: cover;
    height: 80vw;
  }
  .secondFrame {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .secondSecFrame {
    padding: 16px;
  }
  .carBtn {
    font-size: 14px;
    padding: 4px 30px;
  }
  .col-right {
    max-width: 94%;
    margin: 0 auto;
  }
  .thirdFrameBox {
    padding: 30px;
    font-size: 14px;
  }
  .facConditionsBtn {
    width: unset;
    backdrop-filter: blur(12px);
    background-color: rgba(78, 78, 78, 0.459);
  }
  .thirdFrameBox > div:before {
    width: 10px;
    height: 10px;
  }
  .facDivider {
    padding: 30px 0;
  }
  .thirdCarPhoto img {
    height: 400px;
  }
  .fourthSection {
    flex-wrap: wrap;
  }
  .answers {
    font-size: 14px;
    line-height: 28px;
    padding: 0 20px;
  }
  .answerSec:before {
    width: 10px;
    height: 10px;
    top: 0;
    transform: translate(0, 9px);
  }
  .box {
    width: 90%;
    height: auto;
    gap: 20px;
    padding: 15px;
    backdrop-filter: blur(6px);
  }
  .title {
    font-size: 16px;
  }
  .section {
    font-size: 14px;
  }
  img.fifthCarPhoto {
    object-fit: cover;
    height: 530px;
  }
  .fifthInnerSec {
    justify-content: space-evenly;
  }
  .boxLogos {
    width: 139px;
    height: 181px;
  }
  .logoBoxes {
    align-items: center;
    flex-wrap: wrap;
  }
  .links {
    font-size: 14px;
  }
  .seventhFrame {
    padding: 36px 0;
  }
}
