@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --Color: #000000;
  --scandColor: #a4262a;
  --secColor: #f1e8d7;
  --whColor: #ffffff;
  --fontFm: "Alexandria", sans-serif;
}

body {
  direction: rtl;
  height: 100%;
  font-family: var(--fontFm);
}
/* SecHome */
.SecHome {
  width: 100%;
  height: 112vh;
  background-image: url("imgg/001.jpg");
  background-position: center;
  position: relative;

  background-repeat: no-repeat;
  background-size: cover;
}
.SecHome .homeDiv {
  margin-top: 20px;
  text-align: center;
}
.SecHome .homeDiv .HomeLogo {
  width: 80px;
}
.SecHome .homeDiv h1 {
  color: var(--scandColor);
  font-weight: bold;
  font-size: 45px;
  margin: 20px 0;
}
.btnImg {
  width: 300px;
}
.SecHome .homeDiv h5 {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.SecHome .homeDiv span {
  color: var(--Color);
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
}
.SecHome .homeDiv .linksadText {
  margin-top: 30px;
}
.SecHome .Linkes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.SecHome .Linkes img {
  width: 300px;
  margin: 5px 0;
}

.SecHome .linksadText span {
  color: var(--Color);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .SecHome .homeDiv {
    margin-top: 30px;
  }
  .SecHome .homeDiv .HomeLogo {
    width: 50px;
  }
  .btnImg {
    width: 200px;
  }
  .SecHome {
    width: 100%;
    height: 100vh;
    background-image: url("imgg/001-Mobile.jpg");
    background-position: right;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
  }
  .SecHome .homeDiv h1 {
    color: var(--scandColor);
    font-weight: bold;
    font-size: 35px;
    margin: 10px 0;
  }
  .SecHome .homeDiv h5 {
    color: var(--Color);
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .SecHome .homeDiv span {
    color: var(--Color);
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
  }

  .SecHome .linksadText {
    margin-top: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
  }
  .SecHome .linksadText span {
    font-size: 9px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    line-height: 0;
  }
  .SecHome .Linkes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    flex-direction: column;
  }
  .SecHome .Linkes img {
    width: 200px;
    margin: 2px 0;
  }
  /*  */
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .SecHome .homeDiv {
    margin-top: 20px;
  }
  .SecHome {
    width: 100%;
    height: 120vh;
    background-image: url("imgg/001-Mobile.jpg");
    background-position: center;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
  }
  .SecHome .homeDiv {
    width: 100%;
  }
  .btnImg {
    width: 200px;
  }
  .SecHome .homeDiv h1 {
    color: var(--scandColor);
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0;
  }
  .SecHome .homeDiv h5 {
    color: var(--Color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .SecHome .homeDiv span {
    color: var(--Color);
    font-size: 15px;
    line-height: 55px;
    font-weight: 400;
  }
  .SecHome .homeDiv ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    list-style-type: none; /* Remove bullets */
    margin-top: 20px;
  }

  .SecHome .linksadText {
    margin-top: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
  }
  .SecHome .linksadText span {
    font-size: 10px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    line-height: normal;
  }
  .SecHome .Linkes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
  }
  .SecHome .Linkes img {
    width: 200px;
    margin: 2px 0;
  }
  /*  */
}

@media screen and (min-width: 1800px) {
  .SecHome {
    width: 100%;
    height: 100vh;
    background-image: url("imgg/001.jpg");
    background-position:left;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
  }
  .SecHome .homeDiv {
    margin-top: 20px;
    text-align: center;
  }
  .SecHome .homeDiv .HomeLogo {
    width: 80px;
  }
  .SecHome .homeDiv h1 {
    color: var(--scandColor);
    font-weight: bold;
    font-size: 65px;
    margin: 40px 0;
  }
  .btnImg {
    width: 300px;
  }
  .SecHome .homeDiv h5 {
    color: black;
    font-size:28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  
  .SecHome .homeDiv span {
    color: var(--Color);
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
  }
  .SecHome .homeDiv .linksadText {
    margin-top: 40px;
  }
  .SecHome .Linkes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .SecHome .Linkes img {
    width: 300px;
    margin: 5px 0;
  }
  
  .SecHome .linksadText span {
    color: var(--Color);
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }
  
}

/* SecForm */
.SecForm {
  background-color: var(--secColor);
}
.SecForm .divRightText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 0;
  padding-right: 50px;
}

.SecForm .divRightText img {
  width: 100%;
}
.SecForm .divLeftForm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  padding-right: 50px;
}
.SecForm .divLeftForm form {
  background-color: #ffffff;
  height: 630px;
  width: 70%;
  border: 1px solid black;
  padding: 20px 20px;
  border-radius: 10px;
}
.SecForm .divLeftForm form h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}
.SecForm .divLeftForm form input {
  outline: none;
  border: 1px solid black;
  background-color: #ffffff00;
  margin: 10px 0;
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 500;
  color: black;
  transition: all 0.3s ease;
}
.SecForm .divLeftForm form input:focus {
  outline: none;
  border: 3px solid var(--scandColor);
  box-shadow: 0 4px 8px 0 rgba(198, 84, 107, 0.2),
    0 6px 20px 0 rgba(198, 84, 107, 0.19);
}

.SecForm .divLeftForm .btnform {
  outline: none;
  border: none;
  background-color: var(--scandColor);
  color: white;
  margin: 15px 0;
  width: 100%;
  height: 70px;
  padding: 5px 20px;
  font-size: 30px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.SecForm .paid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SecForm .paid img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .SecForm {
    background-color: #f1e8d7;
    padding-top: 10px;
  }
  .SecForm .divRightText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0;
    margin: auto;
  }
  .SecForm .divLeftForm {
    padding: 50px 20px;
  }
  .SecForm .divLeftForm form {
    height: 550px;
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
  }
  .SecForm .divLeftForm form h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }
  .SecForm .divLeftForm form input {
    outline: none;
    border: 1px solid black;
    background-color: #ffffff00;
    margin: 10px 0;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 500;
    color: black;
    transition: all 0.3s ease;
  }
  .SecForm .divLeftForm form input:focus {
    outline: none;
    border: 3px solid var(--scandColor);
    box-shadow: 0 4px 8px 0 rgba(198, 84, 107, 0.2),
      0 6px 20px 0 rgba(198, 84, 107, 0.19);
  }

  .SecForm .divLeftForm .btnform {
    outline: none;
    border: none;
    background-color: var(--scandColor);
    color: white;
    margin: 15px 0;
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    font-size: 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .SecForm .divRightText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .SecForm {
    background-color: #f1e8d7;
    padding-top: 10px;
  }
  .SecForm .divRightText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0;
    margin: auto;
  }
  .SecForm .divLeftForm {
    padding: 50px 20px;
  }
  .SecForm .divLeftForm form {
    height: 550px;
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
  }
  .SecForm .divLeftForm form h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }
  .SecForm .divLeftForm form input {
    outline: none;
    border: 1px solid black;
    background-color: #ffffff00;
    margin: 10px 0;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 500;
    color: black;
    transition: all 0.3s ease;
  }
  .SecForm .divLeftForm form input:focus {
    outline: none;
    border: 3px solid var(--scandColor);
    box-shadow: 0 4px 8px 0 rgba(198, 84, 107, 0.2),
      0 6px 20px 0 rgba(198, 84, 107, 0.19);
  }

  .SecForm .divLeftForm .btnform {
    outline: none;
    border: none;
    background-color: var(--scandColor);
    color: white;
    margin: 15px 0;
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    font-size: 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .SecForm .divRightText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

/* secAboutBox */
.secAboutBox {
  margin: 0;
  padding: 0;
}

.aboutBoxRight{
  height: 620px;
  margin: 0;
  padding: 0;
}
.secAboutBox .rightTop {
  padding-right: 50px;
}
.secAboutBox ul {
  margin-top: 10px;
  margin-right: 0px;
}
.secAboutBox ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
.secAboutBox ul li:nth-child(5) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 10px 0;
}
.secAboutBox .aboutBoxLeft {
  padding: 0px;
}
.secAboutBox .aboutBoxLeft .pcImg {
  width: 100%;
  height: 620px;

  display: block;
}
.secAboutBox .aboutBoxLeft .phoneImg {
  height: 100%;
  display: none;
}
.secAboutBox ul li span {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
  margin-top: 0;
}
.secAboutBox ul li img {
  width: 10px;
}
.secAboutBox .rightTop .textAboutPro {
  margin-top: 10px;
}
.aboutBoxRight {
  padding-bottom: 0px;
}

.secAboutBox .rightTop .textAboutPro h4 {
  font-size: 20px;
  color: var(--scandColor);
  font-weight: bold;
}
.secAboutBox .rightTop .textAboutPro p {
  margin-top: 10px;

  color: rgb(0, 0, 0);
}
.secAboutBox .aboutBoxRight {
  padding: 0px 0px;
  margin-bottom: 0px;
}

.aboutBoxRight .linksadText {
  margin-top: 10px;
  text-align: center;
}

.aboutBoxRight .Linkes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.aboutBoxRight .linksadText img {
  width: 300px;
  margin: 10px;
}
.aboutBoxRight .Linkes img:nth-child(1) {
  margin-left: 0px;
}
.aboutBoxRight .linksadText {
  text-align: center;
}
.aboutBoxRight .linksadText span {
  color: rgb(84, 84, 84);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: start;
}
.aboutBoxRight .linksadText .spnTwo {
  color: rgb(55, 55, 55);
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  text-align: start;
}

@media screen and (max-width: 768px) {
  .secAboutBox .rightTop {
    padding-right: 20px;
  }
  .secAboutBox ul {
    margin-top: 20px;
    margin-right: 0px;
  }
  .secAboutBox ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
  }
  .secAboutBox ul li:nth-child(5) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
  }
  .secAboutBox .aboutBoxLeft {
    padding: 0;
  }
  .secAboutBox .aboutBoxLeft .pcImg {
    width: 100%;
    height: 400px;
    display: none;
  }
  .secAboutBox .aboutBoxLeft .phoneImg {
    display: block;
    width: 100%;
    height: 250px;
  }
  .secAboutBox ul li span {
    font-size: 13px;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 0;
  }
  .secAboutBox ul li img {
    width: 10px;
  }
  .secAboutBox .rightTop .textAboutPro {
    margin-top: 30px;
  }

  .secAboutBox .rightTop .textAboutPro h4 {
    font-size: 15px;
    color: var(--scandColor);
    font-weight: bold;
  }
  .secAboutBox .rightTop .textAboutPro p {
    font-size: 13px;
    margin-top: 10px;
  }
  .secAboutBox .aboutBoxRight {
    padding: 30px 0px 0px 0px;
  }

  .aboutBoxRight .linksadText {
    margin-top: 40px;
    text-align: center;
  }

  .aboutBoxRight .Linkes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .aboutBoxRight .linksadText img {
    width: 250px;
    margin: 10px;
  }
  .aboutBoxRight .Linkes img:nth-child(1) {
    margin-left: 0px;
  }
  .aboutBoxRight .linksadText {
    text-align: center;
  }
  .aboutBoxRight .linksadText span {
    color: rgb(84, 84, 84);
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    text-align: start;
  }
  .aboutBoxRight .linksadText .spnTwo {
    color: rgb(52, 49, 49);
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    text-align: start;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .secAboutBox .rightTop {
    padding-right: 20px;
  }
  .secAboutBox ul {
    margin-top: 20px;
    margin-right: 0px;
  }
  .secAboutBox ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
  }
  .secAboutBox ul li:nth-child(5) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
  }
  .secAboutBox .aboutBoxLeft {
    padding: 0;
  }
  .secAboutBox .aboutBoxLeft img {
    width: 100%;
    height: 100%;
  }
  .secAboutBox ul li span {
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 0;
  }
  .secAboutBox ul li img {
    width: 10px;
  }
  .secAboutBox .rightTop .textAboutPro {
    margin-top: 30px;
  }

  .secAboutBox .rightTop .textAboutPro h4 {
    font-size: 22px;
    color: var(--scandColor);
    font-weight: bold;
  }
  .secAboutBox .rightTop .textAboutPro p {
    font-size: 15px;
    margin-top: 10px;
  }
  .secAboutBox .aboutBoxRight {
    padding: 30px 0px 0px 0px;
  }

  .aboutBoxRight .linksadText {
    margin-top: 40px;
    text-align: center;
  }

  .aboutBoxRight .Linkes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .aboutBoxRight .linksadText img {
    width: 250px;
    margin: 10px;
  }
  .aboutBoxRight .Linkes img:nth-child(1) {
    margin-left: 0px;
  }
  .aboutBoxRight .linksadText {
    text-align: center;
  }
  .aboutBoxRight .linksadText span {
    color: rgb(84, 84, 84);
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    text-align: start;
  }
  .aboutBoxRight .linksadText .spnTwo {
    color: rgb(52, 49, 49);
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    text-align: start;
  }
}

/* productSec */

.productSec {
  background-image: url("imgg/007.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.productSec h1 {
  color: var(--whColor);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.productSec span {
  color: var(--whColor);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}
.productSec span p {
  color: var(--whColor);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}
.productSec .productCard img {
  width: 100%;
}

.productSec .Linkes {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0px;
}
.productSec .Linkes img {
  width: 300px;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  /* productSec */

  .productSec {
    background-image: url("imgg/007-Mobile.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .productSec h1 {
    color: var(--whColor);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .productSec span {
    color: var(--whColor);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .productSec span p {
    color: var(--whColor);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .productSec .productCard {
    margin-bottom: 20px;
  }
  .productSec .productCard img {
    width: 100%;
  }

  .productSec .Linkes {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 0px;
  }
  .productSec .Linkes img {
    width: 250px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  /* productSec */

  .productSec {
    background-image: url("imgg/007-Mobile.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .productSec h1 {
    color: var(--whColor);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .productSec span {
    color: var(--whColor);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .productSec span p {
    color: var(--whColor);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .productSec .productCard {
    margin-bottom: 20px;
  }
  .productSec .productCard img {
    width: 100%;
  }

  .productSec .Linkes {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 0px;
  }
  .productSec .Linkes img {
    width: 250px;
    margin: 5px 0;
  }
}
/*  */

/* EndSec */
.EndSec {
  margin-top: 0px;
  text-align: center;

  padding: 20px 0;
}
.EndSec h1 {
  font-size: 35px;
  font-weight: bold;
  color: var(--Color);
  margin-bottom: 50px;
}
.swiper-slide {
  width: 100%;
}
.swiper-slide img {
  width: 350px;
}
.EndSec .Linkes {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 20px;
}

.EndSec .Linkes img {
  width: 300px;
  margin: 5px 0;
  margin-bottom: 5px;
}
.EndSec .Linkes img:nth-child(1) {
  margin-left: 10px;
}

.EndSec .linksadText span {
  color: var(--whColor);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.EndSec .ImgPayd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.EndSec .ImgPayd img {
  width: 40%;
}
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--scandColor);
  display: none;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--scandColor);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--scandColor)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .EndSec {
    margin-top: 0px;
    text-align: center;
    
  }
  .EndSec h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .swiper-slide {
    width: 100%;
  }
  .swiper-slide img {
    width: 350px;
  }
  .EndSec .Linkes {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .EndSec .Linkes img {
    width: 250px;
    margin: 5px 0;
    margin-bottom: 5px;
  }
  .EndSec .Linkes img:nth-child(1) {
    margin-left: 10px;
  }

  .EndSec .linksadText span {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  }
  .EndSec .ImgPayd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .EndSec .ImgPayd img {
    width: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .EndSec {
    margin-top: 0px;
    text-align: center;
   
  }
  .EndSec h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .swiper-slide {
    width: 100%;
  }
  .swiper-slide img {
    width: 350px;
  }
  .EndSec .Linkes {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .EndSec .Linkes img {
    width: 250px;
    margin: 5px 0;
    margin-bottom: 5px;
  }
  .EndSec .Linkes img:nth-child(1) {
    margin-left: 10px;
  }

  .EndSec .linksadText span {
    color: var(--whColor);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  }
  .EndSec .ImgPayd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .EndSec .ImgPayd img {
    width: 80%;
  }
}
