/* bannerSection */
.bannerSection {
  width: 100%;
  flex-wrap: wrap;
}

.bannerImg {
  width: 100%;
  height: auto;
  aspect-ratio: 3.7/1.9;
}

.bannerSliderDiv {
  width: 100%;
}

.mainSwiper {
  width: 100%;
  min-width: 0;
}

.nextSlideBtn,
.preSlideBtn {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bgClr);
  box-shadow: 0 0 15px #00000040;
  z-index: 40;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.preSlideBtn {
  right: unset;
  left: 25px;
}

.rtl .preSlideBtn {
  left: unset;
  right: 25px;
}

.rtl .nextSlideBtn {
  right: unset;
  left: 25px;
}

.pagDiv {
  margin-top: 15px;
}

.sponserTopDiv {
  display: none;
}

@media screen and (min-width: 768px) {
  .bannerSection {
    width: 94%;
  }
}

@media screen and (min-width: 968px) {
  .bannerSection {
    gap: 10px;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr;
  }

  .bannerSliderDiv {
    min-width: 0;
  }

  .bannerImg {
    aspect-ratio: unset;
  }

  .sponserTopDiv {
    display: -webkit-flex;
    display: flex;
    background-color: var(--clrF);
    border: 1px solid var(--clrE2);
    border-top: none;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
  }

  .sponsetTopTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--clr21);
    height: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sponserTopList {
    margin-top: 20px;
    gap: 15px;
    position: absolute;
    left: 0;
    top: 30px;
    height: calc(100% - 52px);
    width: calc(100% - 10px);
    overflow-y: auto;
    padding-left: 10px;
    background-color: var(--clrF);
    scrollbar-width: 5px;
    scrollbar-color: #999;
  }

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

  .sponserTopList::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .sponserTopList::-webkit-scrollbar-thumb {
    background: #888;
  }

  .sponserTopList::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .sponserTopItem {
    border: 1px solid var(--clrE2);
    padding: 8px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .sponserTopImg {
    width: 64px;
    height: 64px;
    border: 1px solid #a6ceea;
    background-color: #f0f2f5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .sponserTopItemInfoDiv {
    width: calc(100% - 75px);
     
  }

  .sponserTopName {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--clr21);
  }

  .sponserTopItemDesc {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--clr21);
  }

  .sponserTopItemDesc span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: var(--clr86);
  }
}

/* row2Section */
.row2Section {
  display: none;
}

 
  .row2Section {
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
  }

  .row2LeftDiv,
  .row2RightDiv {
    width: calc(60% - 15px / 2);
    padding: 15px;
    background-color: var(--clrF);
    border: 1px solid var(--clrE2);
  }

  .row2RightDiv {
    width: calc(40% - 15px / 2);
  }

  .row2Title,
  .row2RightTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--clr21);
  }

  .row2Grid {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
  }

  .row2GridItem {
    width: calc(100% / 2 - 15px / 2);
    padding: 5px;
    border: 1px solid var(--clrC1);
    text-align: center;
  }

  .row2ImgItem {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .row2GridItemLink {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 141%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: var(--clr21);
    margin-top: 7px;
  }

  .row2GridItemNumber {
    font-weight: 400;
    font-size: 14px;
    line-height: 141%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: var(--clr21);
    margin-top: 2px;
  }

  .row2SeeAll,
  .gateWaySeeAll {
    font-weight: 700;
    font-style: Medium;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: var(--clrBlue1);
    gap: 10px;
    margin-top: 25px;
    align-self: flex-end;
  }

  .row2SeeAll svg,
  .gateWaySeeAll svg {
    transform: translateY(-2px);
  }

  .row2RightList {
    padding: 0 5px;
    margin-top: 10px;
    height: 100%;
    max-height: calc(100% - 70px);
    overflow-y: auto;
  }

  .row2RightItem {
    width: 100%;
    padding: 15px 5px 15px 0;
    border-bottom: 1px dashed var(--clrE2);
    gap: 12px;
    align-items: flex-start;
  }

  .row2RightItem:last-child {
    border-bottom: none;
  }
 
@media screen and (max-width: 768px) {

  .row2Section.flex.container{
    flex-direction: column;
  }
  .row2LeftDiv{
    width: 100%;
  }
  .row2RightDiv{
    width: 100%;
  }



}


@media screen and (min-width: 968px) {
  .row2GridItem {
    width: calc(100% / 3 - 15px * 2 / 3);
    padding: 5px;
    border: 1px solid var(--clrC1);
    text-align: center;
  }
}

@media screen and (min-width: 1150px) {
  .row2LeftDiv {
    width: calc(50% - 15px / 2);
  }

  .row2RightDiv {
    width: calc(50% - 15px / 2);
  }
}

@media screen and (min-width: 1250px) {
  .row2GridItem {
    width: calc(100% / 5 - 15px * 3 / 4);
  }
}

/* gatewaySection */
.gatewaySection {
  margin-top: 15px;
  background-color: var(--clrF);
  border: 1px solid var(--clrC1);
  padding: 20px 15px;
  text-align: start;
  justify-content: start;
  align-items: start;
  
  >.body>article>.article-inner{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;

    >.article-header{
      flex: 0.4;
    }

    >.article-body-container{
      flex: 0.6;
    }

    @media(max-width: 786px){
      max-width: 100%;
      flex-direction: column;
    }

    >.article-body-container>.gateway-left>.gatewayImage{
      flex: 0.3;
      width: 100%;

      @media(max-width:786px){
        width: 100%;
        flex: 1;
        margin-bottom: -20px;
      }
    }

    >.article-body-container>.gateway-left{
      flex: 0.7;

      @media (max-width: 786px) {
        flex: 1;
      }

      
    }
    
  }

}




.gatewayTitle {
  font-weight: 900;
  font-style: Regular;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #004BD7;
  text-align: start;

  @media(max-width: 425px){
    font-size: 29px;
    text-align: center;
  }
}

.gateWayText1 {
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: start;
  color: #5C6367;
  margin-top: 5px;
  @media(max-width: 425px){
    font-size: 22px;
    text-align: center;
  }
}

.gateWayGrid {
  margin-top: 45px;
  text-align: center;
  flex-wrap: wrap;
  gap: 35px;
}

.gateWayItem {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.gateWayItemText {
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -3%;
  text-align: start;
  color: var(--clr21);
  @media(max-width: 425px){
    font-size: 20px;
    text-align: center;
  }
}

.gateWaySeeAll {
  align-self: center;
  justify-content: center;
  align-items: center;
  margin: 50px auto 20px;
}

@media screen and (min-width: 649px) {
  .gateWayItem {
    width: calc(100% / 2 - 35px / 2);
  }
}

@media screen and (min-width: 968px) {
  .gatewaySection {
    padding: 35px;
  }

  .gatewayTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: start;
  }

  .gateWayText1 {
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: start;
  }
}

@media screen and (min-width: 1150px) {
  .gateWayGrid {
    gap: 20px;
  }

  .gateWayItem {
    width: calc(100% / 4 - 20px * 3 / 4);
  }

  .gateWaySeeAll {
    margin: 50px auto 0;
  }
}

/* latestArrivals */
.latestArrivals {
  margin-top: 15px;
  background-color: var(--clrF);
  border: 1px solid var(--clrC1);
  padding: 15px;
  flex-wrap: wrap;
  gap: 15px;
}

.latestArrivalsTitle {
  width: 100%;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  color: var(--clr21);
}

.latestArrivalsList {
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.latestArrivalsItem {
  border: 1px solid var(--clrC1);
  width: 100%;
}

.latestArrivalsImg {
  width: 100%;
  height: auto;
  aspect-ratio: 308/220;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* .latestArrivalsItemTopDiv {
  height: 80px;
} */

.latestArrivalTextLink {
  margin-top: 15px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  color: var(--clr21);
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

.latestArrivalsCo {
  margin: 15px 0;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr5C);
  padding: 0 15px;
}

.latestArrivalsMoreLink {
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue1);
  padding: 0 15px;
  margin-top: auto;
  gap: 7px;
  align-items: center;
}

.latestArrivalsFooterDiv {
  margin-top: 20px;
  border-top: 1px solid var(--clrC1);
  padding: 20px;
  gap: 5px 10px;
  align-items: center;
  min-height: 97px;
}

.latestArrivalsManagerImg {
  border: 1px solid #eee;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.latestArrivalsManagerName {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  color: var(--clr21);
}

.latestArrivalsManagerInfo {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr69);
}

.latestArrivalsBookmarkIcon {
  position: absolute;
  right: 5px;
  top: 5px;
}

.rlt .latestArrivalsBookmarkIcon {
  right: unset;
  left: 5px;
}

.latestArrivalsManagerDiv {
  height: fit-content;
  margin-top: 3px;
  gap: 3px;
}

.latestArrivalsItem:nth-child(n + 3) {
  display: none;
}

.latestArrivalsSeeMore {
  font-weight: 700;
  font-style: Medium;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue1);
  gap: 10px;
}

.latestArrivalsSeeMore {
  margin: 10px 0 10px auto;
}

.rlt .latestArrivalsSeeMore {
  margin: 10px auto 10px 0;
}

@media screen and (min-width: 649px) {
  .latestArrivals {
    padding: 20px;
    justify-content: space-between;
  }

  .latestArrivalsList {
    order: 3;
  }

  .latestArrivalsItem {
    width: calc(100% / 2 - 20px / 2);
  }

  .latestArrivalsTitle {
    width: fit-content;
  }

  .latestArrivalsSeeMore,
  .rtl .latestArrivalsSeeMore {
    margin: 0;
  }
}

@media screen and (min-width: 968px) {
  .latestArrivalsTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .latestArrivalsSeeMore {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
  }

  .latestArrivalsItem {
    width: calc(100% / 3 - 20px * 2 / 3);
  }

  .latestArrivalsItem:nth-child(3) {
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (min-width: 1150px) {
  .latestArrivalsTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .latestArrivalsSeeMore {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
  }

  .latestArrivalsItem {
    width: calc(100% / 4 - 20px * 3 / 4);
  }

  .latestArrivalsItem:nth-child(n + 3) {
    display: -webkit-flex;
    display: flex;
  }

  .latestArrivalsItemTopDiv {
    height: 150px;
  }
}

/* stoneBlockSection */
.stoneBlockSection,
.cutStoneSection {
  margin-top: 15px;
  border: 1px solid var(--clrBlue1);
  position: relative;
}

.stoneBlockTitle {
  width: 100%;
  background-color: var(--clrBlue1);
  color: var(--clrF);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.stoneBlockList {
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 20px;
}

.stoneBlockItem {
  width: calc(100% / 2 - 20px / 2);
  background-color: var(--clrF);
  padding: 5px 5px 10px;
}

.stoneBlockImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.stoneBlockLink {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 111%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--clr21);
  margin: 10px 20px 0;
  min-height: 36px;
}

.stoneBlockCat {
  align-self: flex-end;
  color: var(--clrBlue1);
  margin-top: 10px;
}

.stoneBlockCatText {
  display: none;
}

.stoneBlockSeeAll {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue1);
  gap: 10px;
  align-self: flex-end;
  margin: 5px 20px 20px;
}

.stoneBlockSeeAll svg {
  height: 13px;
  width: 13px;
}

.stoneBlockCat.disabled {
  color: var(--clrC1);
  pointer-events: none;
}

@media screen and (min-width: 868px) {
  .stoneBlockList {
    gap: 10px;
  }

  .stoneBlockItem {
    width: calc(100% / 4 - 10px * 3 / 4);
  }
}

@media screen and (min-width: 1150px) {
  .stoneBlockSection {
    grid-template-columns: 50px 1fr;
  }

  .cutStoneSection {
    grid-template-columns: 1fr 50px;
  }

  .stoneBlockTitle {
    width: 50px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .cutStoneSection .stoneBlockTitle {
    order: 2;
  }

  .stoneBlockTitle span {
    transform: rotate(90deg) translateY(3px);
    white-space: nowrap;
  }

  .stoneBlockList {
    margin: 0;
    padding: 20px;
    justify-content: space-between;
  }

  .stoneBlockItem {
    padding: 15px;
    max-width: 260px;
  }

  .stoneBlockLink {
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
  }

  .stoneBlockCat svg {
    display: none;
  }

  .stoneBlockCat {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.5px;
    border: 1px solid var(--clrBlue1);
    color: var(--clrBlue1);
    width: 100%;
    margin: 35px 0 0;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }

  .stoneBlockCat.disabled {
    border: 1px solid var(--clrC1);
  }

  .stoneBlockCatText {
    display: block;
    text-align: center;
  }

  .stoneBlockSeeAll {
    margin: 15px 20px 30px;
  }

  .cutStoneSection .stoneBlockSeeAll {
    align-self: flex-start;
  }
}

/* quotationsSection */
.quotationsSection {
  margin-top: 15px;
  width: 100%;
  background: radial-gradient(389.79% 62.15% at 55.49% 61.23%,
      #0055f3 0%,
      #062866 100%);
  background-image: -moz-radial-gradient(389.79% 62.15% at 55.49% 61.23%,
      #0055f3 0%,
      #062866 100%);
  background-image: -webkit-radial-gradient(389.79% 62.15% at 55.49% 61.23%,
      #0055f3 0%,
      #062866 100%);
  position: relative;
  padding: 30px 40px 35px;
}

.quotationsTitle {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--clrF);
}

.quotationsGrid {
  margin-top: 25px;
  flex-wrap: wrap;
  z-index: 10;
}

.quotationsForm {
  width: 100%;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.quotationsTitleInput,
.quotationsNumberInput {
  width: 100%;
  height: 48px;
  padding: 0 15px 0 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr69);
  background-image: url("/assets/icon/search.svg");
  background-size: 22px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  outline: none;
  border: none;
  background-color: var(--clrF0);
}

.quotationsNumberInput {
  background-image: none;
  padding: 0 15px;
}

.quotationsNumberInput::-webkit-outer-spin-button,
.quotationsNumberInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quotationsNumberInput {
  -moz-appearance: textfield;
}

.quotationsSelect {
  background-color: var(--clrF0);
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr69);
  outline: none;
  border: none;
}

.quotationsSubmitBtn {
  height: 56px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrF);
  background-color: var(--clrBlue1);
  border: 1px solid var(--clrF);
  width: 100%;
  gap: 10px;
  margin-top: 5px;
}

.quotationsReportDiv {
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.quotationsItem {
  width: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid var(--clrF);
  padding: 25px 0;
  background-color: #ffffff26;
}

.quotationsItemInfoDiv {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quotationsItemReportText {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--clrF);
}

.quotationsItemReportCat {
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--clrF);
}

.qShape1 {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
  pointer-events: none;
}

.rtl .qShape1 {
  left: unset;
  right: 0;
}

.qShape2 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 1;
  pointer-events: none;
}

.rtl .qShape2 {
  right: unset;
  left: 0;
}

.qShape3,
.qShape4,
.qShape5 {
  display: none;
}

@media screen and (min-width: 968px) {
  .quotationsSection {
    padding: 30px 40px 70px;
    width: 94%;
  }

  .qShape1,
  .qShape2 {
    display: none;
  }

  .quotationsTitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    width: fit-content;
  }

  .quotationsGrid {
    align-items: flex-start;
    justify-content: space-between;
  }

  .quotationsForm {
    width: 40%;
    gap: 15px 25px;
  }

  .quotationsSelect,
  .quotationsNumberInput {
    width: calc(50% - 25px / 2);
  }

  .quotationsSubmitBtn {
    width: 65%;
    margin-top: 10px;
  }

  .quotationsReportDiv {
    width: 55%;
    margin-top: 0;
  }

  .quotationsItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3 - 20px * 2 / 3);
  }

  .qShape3,
  .qShape4,
  .qShape5 {
    display: block;
    position: absolute;
    pointer-events: none;
  }

  .qShape3 {
    right: 0;
    top: 0;
  }

  .rtl .qShape3 {
    left: 0;
    right: unset;
  }

  .qShape4 {
    bottom: 0;
    right: 20%;
  }

  .rtl .qShape4 {
    left: 20%;
    right: unset;
  }

  .qShape5 {
    top: 0;
    left: 20%;
    display: none;
  }

  .rtl .qShape5 {
    left: unset;
    right: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .quotationsSection {
    padding: 30px 60px 70px;
  }

  .quotationsReportDiv {
    width: 50%;
  }

  .qShape5 {
    display: block;
  }
}

/* supplierSection */
.supplierSection {
  background-color: var(--clrF);
  border: 1px solid var(--clrC1);
  margin-top: 15px;
}

.supplierTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
}

.supplierDiv {
  padding: 20px 30px;
}

.supplierDiv:first-child {
  border-bottom: 1px solid var(--clrC1);
}

.supplierGrid {
  flex-wrap: wrap;
}

.supplierLeftDiv {
  width: 100%;
  flex-wrap: wrap;
  gap: 30px 25px;
}

.supplierImg {
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 1px solid var(--clrC1);
}

.supplierInfoDiv {
  width: calc(70% - 25px);
  justify-content: space-between;
  padding: 10px 0;
  max-height: 120px;
}

.supplierCoName {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  color: var(--clr21);
}

.supplierType {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: var(--clr21);
}

.supplierType span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: var(--clr86);
}

.supplierDate {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: var(--clr21);
}

.supplierDate span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: var(--clr86);
}

.supplierProducts {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--clr21);
}

.supplierProducts span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  color: var(--clr86);
}

.supplierRightDiv {
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}

.supplierCatItem {
  flex-direction: column;
  width: calc(100% / 2 - 30px / 2);
  border: 1px solid var(--clrC1);
  cursor: pointer;
}

.supplierCatImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.supplierCatName {
  padding: 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--clr21);
}

.supplierFooter {
  margin: 40px auto;
  flex-direction: column;
  gap: 25px;
}

.supplireSeeMore {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue1);
  gap: 7px;
}

.supplireSeeMore svg {
  transform: translateY(-2px);
}

.contactSupplier {
  padding: 12px 25px;
  border: 1px solid var(--clrBlue1);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: var(--clrBlue1);
}

@media screen and (min-width: 968px) {
  .supplierTitle {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    width: fit-content;
    margin: 0 0 20px 20px;
  }

  .supplierGrid {
    gap: 20px;
    align-items: flex-start;
  }

  .supplierLeftDiv {
    width: calc(40% - 10px);
    gap: 25px 15px;
  }

  .supplierRightDiv {
    width: calc(60% - 10px);
    margin-top: 0;
  }

  .supplierImg {
    width: 110px;
  }

  .supplierInfoDiv {
    width: calc(100% - 125px);
  }

  .supplierFooter {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0 0;
  }

  .supplireSeeMore {
    order: 2;
    font-style: Medium;
    font-size: 18px;
  }

  .supplierProducts {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .supplierProducts span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 1150px) {
  .supplierLeftDiv {
    width: calc(30% - 10px);
  }

  .supplierRightDiv {
    width: calc(70% - 10px);
    gap: 20px;
  }

  .supplierCatItem {
    width: calc(100% / 4 - 20px * 3 / 4);
  }
}

@media screen and (min-width: 1250px) {
  .supplierGrid {
    gap: 60px;
  }

  .supplierLeftDiv {
    width: calc(30% - 30px);
  }

  .supplierRightDiv {
    width: calc(70% - 30px);
  }
}

/* offerSection */
.offerSection {
  background-color: var(--clrF);
  width: 100%;
  margin-top: 15px;
  padding: 15px 3%;
  border: 1px solid var(--clrC1);
}

.offerTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--clr21);
}

.offerGrid {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 25px;
}

.offerItem {
  border: 1px solid var(--clrC1);
  width: calc(100% / 2 - 5px);
}

.offerImgDiv {
  position: relative;
}

.offerItemImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7/1.2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.offerImgDiv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 0 solid transparent;
  border-top: 42px solid #ffbb00;
}

.offerItemInfoDiv {
  height: 120px;
  padding: 18px;
}

.offerItemLink {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -1%;
  color: var(--clr21);
}

.offerItemSize {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr21);
  margin-top: 10px;
}

.offerItemSize span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 5%;
  color: var(--clr5C);
}

.offerSection .supplireSeeMore {
  margin: 10px 18px;
}

@media screen and (min-width: 968px) {
  .offerSection {
    width: 94%;
    padding-top: 20px;
  }

  .offerTitle {
    width: fit-content;
  }

  .offerGrid {
    gap: 20px;
    margin-top: 30px;
  }

  .offerItem {
    width: calc(100% / 4 - 20px * 3 / 4);
  }

  .offerItemSize {
    display: block;
  }

  .offerItemInfoDiv {
    height: 100px;
  }
}

@media screen and (min-width: 968px) {
  .offerSection {
    padding: 20px 50px 15px 50px;
  }
}

/* verifiedSection */
.verifiedSection {
  margin-top: 15px;
  background-color: var(--clrF);
  border: 1px solid var(--clrC1);
  padding: 15px;
}

.verifiedTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--clr21);
}

.verifiedList {
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.verifiedItem {
  width: 100%;
  border: 1px solid var(--clrC1);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: flex-start;
  padding: 15px;
}

.verifiedItemImg {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 1px solid var(--clrC1);
}

.verifiedLink {
  width: calc(100% - 80px - 20px - 16px);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0px;
  color: var(--clr00);
}

.verifiedMarkSvg {
  justify-self: flex-end;
}

.verifiedLocation {
  margin-top: 10px;
}

.verifiedLocation,
.verifiedDate {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--clr21);
  width: 100%;
}

.verifiedDate span,
.verifiedLocation span {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--clr86);
}

.verifiedSeeMore {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue1);
  margin: 30px auto 20px;
  gap: 7px;
}

@media screen and (min-width: 649px) {
  .verifiedItem {
    width: calc(100% / 2 - 20px / 2);
  }
}

@media screen and (min-width: 968px) {
  .verifiedSection {
    padding: 20px 50px;
  }

  .verifiedTitle {
    width: fit-content;
    margin-top: 10px;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .verifiedItem {
    width: calc(100% / 3 - 20px * 2 / 3);
    height: 135px;
    position: relative;
    padding: 15px 10px 15px 135px;
  }

  .rtl .verifiedItem {
    padding: 15px 135px 15px 10px;
  }

  .verifiedItemImg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 115px;
    height: auto;
  }

  .rtl .verifiedItemImg {
    left: unset;
    right: 10px;
  }

  .verifiedLink {
    width: calc(100% - 20px);
  }

  .verifiedMarkSvg {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .rtl .verifiedMarkSvg {
    right: unset;
    left: 10px;
  }

  .verifiedSeeMore {
    display: none;
  }

  .verifiedLocation {
    margin-top: auto;
  }
}

@media screen and (min-width: 1250px) {
  .verifiedList {
    gap: 15px 30px;
  }

  .verifiedItem {
    width: calc(100% / 3 - 30px * 2 / 3);
  }
}

.requestResultTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: var(--clrBlue1);
}

.requestResultText {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--clr21);
  margin-top: 40px;
}

.requestResultBtn {
  padding: 8px 12px;
  border: 1px solid var(--clrC1);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: var(--clrC1);
  margin: 40px auto 0;
}

/* requestModal */
.requestModalHeader {
  background-color: var(--clrBlue1);
  padding: 12px;
}

.requestModal .modalContent {
  padding: 0;
}

.requestHeaderTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--clrF);
}

.requestCloserBtn {
  font-size: 16px;
  height: 30px;
  width: 30px;
  color: var(--clrF);
}

.requestForm {
  padding: 20px;
  max-height: 80dvh;
  overflow-y: auto;
  gap: 20px;
}

.customFieldset {
  outline: none;
  border: none;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.contentLabel {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr21);
}

.contentTextarea {
  background-color: var(--bgClr);
  border: 1px solid var(--clrC1);
  padding: 15px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr69);
  height: 180px;
  resize: vertical;
  width: 100%;
  outline: none;
}

.row2 {
  gap: 20px;
  flex-wrap: wrap;
}

.formLabel {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr21);
}

.photoInputList {
  gap: 8px;
}

.photoInputDiv {
  position: relative;
  width: calc(100% / 6 - 8px * 5 / 6);
  border-bottom: 1px solid var(--clrC1);
}

.photoInput {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.removeImg {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 18px;
  width: 18px;
  background-color: #ffffffb4;
  z-index: 12;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.photoInputDiv.hasFile .removeImg {
  display: flex;
}

.photoInputImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.customInput,
.customSelect {
  height: 48px;
  border: none;
  border-bottom: 2px solid var(--clrC1);
  background-color: var(--bgClr);
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.submitFormBtn {
  background-color: var(--greenClr);
  min-height: 48px;
  padding: 0 25px;
  color: var(--clrF);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .row2 .customFieldset {
    width: calc(100% / 2 - 20px / 2);
  }

  .photoInputList {
    justify-content: space-between;
  }

  .photoInputDiv {
    width: 48px;
  }

  .submitFormBtn {
    width: fit-content;
    padding: 0 40px;
  }
}

.home_category_link {
  text-align: center;
  min-height: 125px;
}

.home_category_link img {
  width: 50%;
  margin: auto;
}


@media screen and (max-width: 768px) {

  .sponsors_box{
    overflow: scroll;
  }

  .inner_sponsor{
    flex: 0 0 210px;
    width: 210px;
  }

  .sponsors_box img{
    width: 100px;
    height: auto;
  }

  .sponsors_box .sponserTopItemInfoDiv {
    font-size: 14px;
  }

  .sponsetTopTitle{
    font-size: 19px;
  }

  .stoneBlockSection .stoneBlockList {
    margin: 5px 10px;
  }
  .stoneBlockSection .stoneBlockList  img{
    width: 80%;
  }

  .stoneBlockCat {
    display: none;
  }


  .cutStoneSection  .stoneBlockList {
    margin: 5px 10px;
  }
  .cutStoneSection  .stoneBlockList  img{
    width: 80%;
  }

  .stoneBlockCat {
    display: none;
  }


}

.sponsors_box{
  margin-top: 15px;
}

.sponsors_box .sponserTopItemInfoDiv {
  color: #ffbb00 !important;
  font-size: 15px!important;
}

.sponsors_box .sponserTopItemDesc {
  color: #999 !important;
    font-size: 13px!important;
}

.sponsetTopTitle{
    color: #ffbb00;
}

.card.bordered {
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  overflow: hidden;
}

.card{
  flex: 1;
  >.card-header{
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 20px;
    margin-bottom: 10px;

    >.title{
      flex:1;
      display: flex;
      flex-direction: column;
      justify-content: center;

      >*{
        text-align: center;
      }
    }
    >.logo{
      order: 2;
      justify-content: center;
      align-items: center;

      >div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background-color: #eee;
      }
    }
  }

  >.card-body{
    >img{
      max-height: 300px;
      width: 100%;
      background-position: center;
      background-size: cover;
      object-fit: cover;
        object-position: center;
    }
  }
}

.card.bordered:hover {
  border-color: #d1d5db;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  cursor: pointer;
}

.sponserSwiper{
  width: 100%;
}

.featured-article {
  width: 94%;

  align-items: stretch;

  display: flex;

  gap: 70px;

  max-width: 1350px;

  margin: 20px auto;

  background: #ffffff;

  border-radius: 0px;

  border: 1px solid var(--clrC1);

  overflow: hidden;

  position: relative;

}

html[dir="rtl"] .featured-article {

  flex-direction: row-reverse;

}

html[dir="ltr"] .featured-article {

  flex-direction: row;

}

.featured-article__content {
  padding: 25px;
  flex: 1;

}

.featured-article__image {
  flex: 1;
  display: flex;
  align-items: center;

  position: relative;

  overflow: hidden;


  clip-path: polygon(18% 0,
      100% 0,
      100% 100%,
      0 100%,
      8% 0);

}

html[lang="en"] .featured-article__image {
    flex: 1;
    display: flex;
    align-items: center;

    position: relative;
  
    overflow: hidden;
  
  
    clip-path: polygon(18% 0,
        100% 0,
        100% 100%,
        0 100%,
        8% 0);

}

html[lang="fa"] .featured-article__image {
  flex: 1;
  display: flex;
  align-items: center;

  position: relative;

  overflow: hidden;


  clip-path: polygon(0 0,
        82% 0,
        92% 100%,
        0 100%,
        0 0);

}

@media (max-width: 768px) {

  .featured-article__image {
    clip-path: polygon(0 0,
        100% 0,
        100% 100%,
        0 100%,
        0 0) !important;
  }

}

.featured-article__image img {

  width: 100%;
  height: 100%;

  display: block;


  object-fit: cover;

  transition: .5s;

}

.featured-article:hover img {

  transform: scale(1.04);

}

.article-badge {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 10px 22px;

  border-radius: 30px;

  border: 1px solid var(--orangeClr);

  color: var(--orangeClr);

  margin-bottom: 20px;

  font-weight: 600;

}

.article-badge svg {

  width: 18px;

}

.featured-article h2 {

  font-size: 40px;

  line-height: 1.4;

  color: #1c2435;

  font-weight: 800;

  margin-bottom: 20px;

  text-align: start;

}

.title-line {

  width: 70px;

  height: 4px;

  border-radius: 10px;

  background: #c7953f;

  margin-bottom: 20px;

}

.featured-article p {

  font-size: 18px;

  line-height: 2;

  color: #666;

  margin-bottom: 20px;

  text-align: start;

}

.article-meta {

  display: flex;

  flex-wrap: wrap;

  gap: 25px;

  margin-bottom: 20px;

}

.article-meta span {

  display: flex;

  align-items: center;

  gap: 8px;

  color: #777;

  font-size: 15px;

}

.article-button {

  display: inline-flex;

  align-items: center;

  gap: 15px;

  padding: 18px 34px;

  background: #c7953f;

  color: #fff;


  text-decoration: none;

  transition: .35s;

  font-weight: 600;

}

.article-button:hover {

  background: #c7953f;

  transform: translateY(-3px);

}

.arrow {

  transition: .3s;

}

html[dir="rtl"] .arrow {

  transform: rotate(180deg);

}

.featured-article:hover .arrow {

  transform: translateX(5px);

}

html[dir="rtl"] .featured-article:hover .arrow {

  transform: rotate(180deg) translateX(-5px);

}

.floating-card {

  position: absolute;

  inset-inline-end: 25px;

  inset-block-end: 25px;

  display: flex;

  align-items: center;

  gap: 18px;

  padding: 18px;

  background: rgba(40, 40, 40, .75);

  backdrop-filter: blur(14px);

  border-radius: 18px;

  color: #fff;

}

.floating-icon {

  width: 55px;

  height: 55px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(255, 255, 255, .15);

  font-size: 22px;

}

.floating-card strong {

  display: block;

  margin-bottom: 5px;

}

.floating-card small {

  color: #ddd;

}

@media(max-width:992px) {

  .featured-article {

    flex-direction: column !important;

    padding: 35px;

    gap: 35px;

  }

  .featured-article h2 {

    font-size: 36px;

  }

}

@media(max-width:768px) {

  .featured-article {

    padding: 22px;

    border-radius: 22px;

  }

  .featured-article h2 {

    font-size: 28px;

  }

  .featured-article p {

    font-size: 16px;

  }

  .article-meta {

    flex-direction: column;

    gap: 12px;

  }

  .article-button {

    width: 100%;

    justify-content: center;

  }

  .floating-card {

    inset-inline: 15px;

    inset-block-end: 15px;

  }

}