/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  width: 100%;
  height: 5rem;
  background-color: #212121;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 0px 8px black;
  margin-bottom: 30px;
}
.header__content {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__content-right {
  width: 15%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__content-right-img {
  width: 70%;
  height: 70%;
  object-fit: cover;
}
.header__content-center {
  display: flex;
  width: 25%;
  margin-right: 90px;
}
.header__content-center-text {
  color: white;
  margin-left: 20px;
  font-size: 1vw;
}
.header__content-left {
  width: 17%;
  height: 100%;
  display: flex;
  text-align: start;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.header__content-left-serch {
  border: none;
  width: 80%;
  border-radius: px;
  height: 60%;
  list-style: none;
  background-color: rgba(212, 212, 212, 0.137254902);
}
.header__content-left-but {
  text-decoration: none;
  width: 90%;
  height: 60%;
  background-color: rgb(178, 2, 201);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: white;
  border: none;
  font-size: 1rem;
}
.header__content-left-but:hover {
  transition: 0.5s all ease-in;
  background-color: rgb(74, 0, 83);
  cursor: pointer;
}

body {
  background-color: #212121;
  direction: rtl;
  padding: 0px;
  margin: 0px;
}

.welcome {
  width: 100%;
  height: auto;
  margin-top: 170px;
}
.welcome__content {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.welcome__content-right {
  padding-right: 100px;
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.welcome__content-right-head {
  color: white;
  font-size: 2vw;
}
.welcome__content-right-te {
  color: rgb(198, 198, 198);
  font-size: 1vw;
}
.welcome__content-right-but {
  margin-top: 2rem;
  width: 17vw;
  height: 4vw;
  background-color: #3394ff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome__content-right-but-text {
  color: white;
  font-size: 1.5rem;
}
.welcome__content-right-text {
  color: rgb(135, 135, 135);
  margin-top: 20px;
  padding-left: 20px;
}
.welcome__content-left {
  width: 50%;
  height: auto;
}
.welcome__content-left-img {
  object-fit: contain;
  width: 50vw;
}

/* utilities/_variable.scss color */
/* utilities/_variable.scss font-size */
.buttom {
  width: 100%;
  height: 250px;
}
.buttom__content {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
}
.buttom__content--items {
  display: flex;
  flex-direction: column;
  width: 35%;
  padding: 10px;
}
.buttom__content--item-1 {
  padding: 10px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid rgb(63, 63, 63);
  height: auto;
  display: flex;
  justify-content: space-between;
}
.buttom__content--item-1-big {
  color: white;
  justify-content: center;
}
.buttom__content--item-1-text {
  color: rgb(174, 174, 174);
  margin-bottom: 10px;
}
.buttom__content--item-1-img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}
.buttom__content--item-1-img {
  width: 90px;
  height: 60px;
  object-fit: cover;
}

.buttom__content--item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttom__content--item-2-img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  align-items: center;
}

.vido {
  width: 100%;
  height: auto;
  margin-top: 30px;
  background-color: #102540;
}
.vido__content {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.vido__content--right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  margin: 50 0px;
}
.vido__content--right-titl {
  color: rgb(178, 178, 178);
}
.vido__content--right-head {
  color: white;
}
.vido__content--right-paragraf {
  color: rgb(233, 230, 230);
  font-size: 1.3rem;
}
.vido__content--left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.vido__content--left-img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  margin-top: 30px;
}
.vido__content--left-head {
  color: white;
}
.vido__content--left-paragraf {
  color: rgb(199, 199, 199);
}

.card {
  width: 100%;
  height: auto;
}
.card__content {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.card__content--items {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.card__content--items-top {
  padding: 15px;
  border: 4px solid #ffa3a3;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.card__content--items-top-2 {
  padding: 15px;
  border: 4px solid #aca6ff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.card__content--items-top-3 {
  padding: 15px;
  border: 4px solid #ffd5a6;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.card__content--items-top-text {
  color: white;
}
.card__content--items-top-spase {
  display: flex;
  justify-content: space-between;
  margin-top: px;
  align-items: center;
}
.card__content--items-top-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.card__content--items-top-icon {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #ffa3a3;
}
.card__content--items-top-icon-2 {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #aca6ff;
}
.card__content--items-top-icon-3 {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #ffd5a6;
}
.card__content--items-button {
  border: 4px solid #8cc0ff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.card__content--items-button-2 {
  border: 4px solid #9cf7aa;
  border-radius: 20px;
  padding: 15px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.card__content--items-button-3 {
  border: 4px solid #ffabf9;
  border-radius: 20px;
  padding: 15px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.card__content--items-button-icon {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #8cc0ff;
}
.card__content--items-button-icon-2 {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #9cf7aa;
}
.card__content--items-button-icon-3 {
  width: 50px;
  height: 50px;
  align-self: flex-end;
  border-radius: 100%;
  background-color: #ffabf9;
}

.text {
  text-align: center;
  color: white;
  font-size: 2rem;
  margin-top: 70px;
  margin-bottom: 70px;
}

.jab {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.jab__content {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.jab__content--img {
  width: 30%;
  height: 250px;
  border-radius: 40px;
}
.jab__content--img-item {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.myket {
  width: 100%;
  height: auto;
  background-color: #102540;
  margin-top: 60px;
}
.myket__content {
  padding: 40px;
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.myket__content--head {
  margin-top: 15px;
  color: white;
  font-size: 1.5rem;
}
.myket__content--end {
  color: white;
  font-size: 1rem;
}
.myket__content--buttom {
  margin-left: 7px;
  width: 230px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0079ff;
}
.myket__content--buttom-item {
  color: white;
  font-size: 1rem;
}
.myket__content--buttom-2 {
  width: 230px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e416f;
  border-radius: 20px;
}
.myket__content--space {
  display: flex;
  margin-top: 30px;
}

.foter {
  width: 100%;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  height: 200px;
  background-color: hsl(265, 28%, 17%);
  display: block;
  margin-bottom: 0px;
  padding: 15px 0;
}
.foter__content {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.foter__content-head {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.foter__content-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.foter__content-btn1 {
  text-decoration: none;
  width: 210px;
  height: 40px;
  background-color: rgb(178, 2, 201);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: white;
  cursor: pointer;
}
.foter__content-btn2 {
  color: white;
  width: 210px;
  height: 40px;
  background-color: rgba(117, 105, 119, 0.6235294118);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .welcome__content-right-head {
    font-size: 1vw;
  }
  .welcome__content-right-te {
    font-size: 1.2-vw;
  }
  .welcome__content-right-head {
    font-size: 3vw;
  }
}
@media (max-width: 1200px) {
  .welcome__content-right-but {
    width: 20vw;
    margin-top: 14;
  }
  .welcome__content-right-head {
    font-size: 3vw;
  }
  .welcome__content-right-te {
    font-size: 1.5vw;
  }
  .welcome__content-right {
    padding: 0;
  }
  .welcome__content-left {
    padding: 0;
  }
  .header__content-item-left {
    display: none;
  }
}
@media (max-width: 1400px) {
  .welcome__content-right-but {
    width: 22vw;
    height: 4.9vw;
    margin-top: 14;
  }
  .welcome__content-right-head {
    font-size: 3.4vw;
  }
  .welcome__content-right-te {
    font-size: 1.7vw;
  }
}
@media (max-width: 768px) {
  .welcome__content-left {
    display: none;
  }
  .welcome__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.main {
  width: 100%;
  height: auto;
}
.main__content {
  gap: 25px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: flex;
}
.main__content-right {
  width: 80%;
  height: auto;
}
.main__content-left {
  margin-top: 5px;
  width: 20%;
  height: 800px;
  overflow: auto;
  border: 1px solid rgb(65, 65, 65);
  border-radius: 15px;
}
.main__content-left-items {
  margin-top: 10px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.main__content-left-item1 {
  width: 40%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.main__content-left-item2 {
  color: white;
}

.main__content-left-items2 {
  display: none;
}

@media (max-width: 1200px) {
  .header__content-left-serch {
    width: 0%;
  }
  .header__content-left-but {
    width: 100%;
  }
  .header__content-left {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .header__content-right-img {
    width: 85%;
    margin-right: 30px;
    height: auto;
  }
  .header__content-center-text {
    display: none;
  }
}
@media (max-width: 760px) {
  .header__content-right-img {
    margin-right: 60px;
    width: 100%;
  }
  .header__content-right {
    width: 20%;
  }
  .header__content-left {
    width: 25%;
  }
  .header__content-left-but {
    width: 100;
    display: flex;
    padding: 0 10px;
    justify-content: flex-end;
  }
  .header__content-left {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .header__content-right {
    width: 27%;
  }
  .header__content-left-but {
    width: auto;
    height: auto;
    padding: 15px 13px;
  }
}
@media (max-width: 480px) {
  .header__content-left-but {
    text-align: center !important;
    font-size: 8px;
  }
  .header__content-left {
    width: 30%;
  }
  .header__content-right {
    width: 40%;
  }
}
@media (max-width: 1600px) {
  .main__content-right {
    width: 70%;
  }
  .main__content-left {
    width: 30%;
    height: 650;
  }
}
@media (max-width: 1200px) {
  .main__content-left {
    display: none;
  }
  .main__content-right {
    width: 100%;
  }
  .link__content {
    display: block;
    background-color: red;
  }
}
@media (max-width: 576px) {
  .foter__content-btn {
    display: block;
  }
  .foter__content-btn2 {
    margin-top: 10px;
  }
  .foter__content {
    width: 100%;
  }
  .toter {
    border-radius: 0;
  }
}
.link {
  width: 100%;
  height: 450%;
  margin-bottom: 70px;
}
.link__content {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  display: none;
  padding: 0 15px;
  border-radius: 10px;
}
.link__content-items {
  margin-top: 10px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(51, 51, 51);
  gap: 20px;
  border-radius: 10px;
}
.link__content-items-img {
  width: 10%;
  height: auto;
  border-radius: 10px;
}
.link__content-items-text {
  color: rgb(255, 255, 255);
}
.link__content-items-lin {
  width: 2px;
  background-color: red;
  height: 105px;
  border-radius: 10px;
  margin-right: 20px;
}

/*# sourceMappingURL=style.css.map */
