@font-face {
  font-family: "Montserrat.ttf";
  src: url("../assets/fonts/Montserrat/Montserrat-Thin.43dd5b7a3d27.ttf")
}

@font-face {
  font-family: "Montserrat-SemiBold.ttf";
  src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.c641dbee1d75.ttf")
}

@font-face {
  font-family: "Montserrat-Medium.ttf";
  src: url("../assets/fonts/Montserrat/Montserrat-Medium.c8b6e083af3f.ttf");
}

@font-face {
  font-family: "Comforta-Regular.ttf";
  src: url("../assets/fonts/Comfortaa/static/Comfortaa-Regular.c2488bfda16e.ttf");
}

@font-face {
  font-family: "Comforta-Variable.ttf";
  src: url("../assets/fonts/Comfortaa/Comfortaa-VariableFont_wght.f40889caa259.ttf");
}

@font-face {
  font-family: "Comforta-Bold.ttf";
  src: url("../assets/fonts/Comfortaa/static/Comfortaa-Bold.801965b04368.ttf");
}

@font-face {
  font-family: "Arial.ttf";
  src: url("../assets/fonts/Arial/Arial.2d1068a7f51e.ttf");
}

input{
    outline:none;
}
.way {
  width: 100%;
  margin: 0 auto;
  color: #303669;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 100px;
  text-align: left;
  margin-top: 1em;
}

.article-page {
  width: 1200px;
  margin: 0 auto;
}

.article-page h2 {
  width:100%;
  color: #303669;
  font-family: "Montserrat-SemiBold";
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: left;
  margin-bottom: 1.5em;
}
.article-page h3 {
  font-family: "Montserrat-Medium";
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 1em;
  margin-bottom: 1em;
}

.article-page p {
  color: #303669;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
}

.article-social {
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
  display: flex;
  align-items: center;
}

.article-social p {
  color: #303669;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
}

.fa-facebook, .fa-telegram {
  font-size: 36px;
  margin-left: 17px;
  color: #babec9;
}

.fa-facebook:hover {
  color: #4b6baf;
  cursor: pointer;
}

.fa-telegram:hover {
  color: #30a8de;
  cursor: pointer;
}

.more-pointer {
  width: 1400px;
  margin: 0 auto;
  margin-top: 120px;
}

.article-item img{
  border-top-left-radius:20px;
}

.more-pointer h3 {
  text-align: center;
  color: #303669;
  font-family: "Montserrat-SemiBold";
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 2em;
}

.slider-item {
  width: 380px;
  margin: 0 auto;
}

.slider-top {
  width: 380px;
  height: 236px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
}

.slider-top img {
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: -18px 0 20px -20px #333, 18px 0 20px -20px #333;
}

.slider-bottom {
  width: 380px;
  height: 149px;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-bottom p {
  color: #303669;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
}

.article-stext {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  transform:translateY(-50%)
}

.article-stext p {
  text-shadow: 1px 2px 0 rgba(11, 11, 11, 0.63);
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
}

.pointer-slider {
  position: relative;
}

.left-slide, .right-slide {
  position: absolute;
}

.left-slide, .right-slide:hover {
  cursor: pointer;
}

.left-slide {
  left: 0px;
  top: 50%;
}

.right-slide {
  right: 0px;
  top: 50%;
}
@media(max-width:1400px) {
  .more-pointer {
    width: 100%;
  }

  .slider-item {
    width: 80%;
  }

  .slider-top {
    width: 100%;
    height: auto;
  }

  .slider-bottom {
    width: 100%;
    height: 180px;
  }

  .article-stext p {
    font-size: 16px;
  }
  .article-stext a{
    text-shadow:2px 2px 3px rgba(51,22,14,0);
    color:white;
    font-family: Montserrat;
  }
}

@media(max-width:1200px) {
  .article-page {
    width: 80%;
  }

  .article-social {
    width: 80%;
  }

  .fa-facebook, .fa-telegram {
    font-size: 30px;
  }

  .more-pointer h3 {
    font-size: 27px;
  }

  .slider-item {
    width: 90%;
  }
}

@media(max-width:1100px) {
  .slider-item {
    width: 95%;
  }

  .slider-bottom p {
    font-size: 12px;
  }

  .article-stext {
    top: 60%;
    left: 10%;
  }

  .article-stext p {
    font-size: 15px;
  }

  .article-page h2 {
    font-size: 25px;
  }

  .article-page h3 {
    font-size: 20px;
  }

  .article-page p {
    font-size: 13px;
  }
}

@media(max-width:991px) {
  #s-3 {
    display: none;
  }

  .slider-item {
    width: 70%;
  }

  .article-page h2 {
    font-size: 20px;
  }

  .article-page p {
    font-size: 12px;
  }

  .article-page h3 {
    font-size: 19px;
  }

  .fa-facebook, .fa-telegram {
    font-size: 25px;
  }

  .fa-facebook {
    color: #4b6baf;
  }

  .fa-telegram {
    color: #81c9ea;
  }

  .more-pointer h3 {
    font-size: 22px;
  }

  .article-stext {
    left: 5%;
  }

  .article-stext p {
    font-size: 12px;
    text-align: center;
  }

  .slider-bottom p {
    font-size: 10px;
  }

  .left-slide, .right-slide {
    width: 17px;
    height: 33px;
  }

  .left-slide img {
    width: 100%;
  }

  .right-slide img {
    width: 100%;
  }
}

@media(max-width:767px) {
  .way {
    font-size: 10px;
  }

  #s-2 {
    display: none;
  }

  .article-page h2 {
    font-size: 18px;
  }

  .article-page h3 {
    font-size: 15px;
  }

  .article-page p {
    font-size: 10px;
  }

  .fa-facebook, .fa-telegram {
    font-size: 22px;
  }

  .more-pointer h3 {
    font-size: 20px;
  }

  .slider-item {
    width: 40%;
    margin-top:1em;
  }

  .article-stext p {
    font-size: 12px;
  }

  .left-slide {
    left: 100px;
    width: 15px;
    height: 30px;
  }

  .right-slide {
    right: 100px;
    width: 15px;
    height: 30px;
  }

  .slider-bottom {
    height: auto;
  }
}

@media(max-width:667px) {
  .article-stext {
    top: 50%;
  }

  .article-stext p {
    font-size: 11px;
  }

  .slider-bottom {
    height: 190px;
  }

  .article-page h2 {
    font-size: 16px;
    margin-bottom: 1em;
    width: 90%;
  }

  .article-page p {
    line-height: 30px;
  }

  .more-pointer h3 {
    margin-bottom: 1.5em;
  }
}

@media(max-width:570px) {
  .slider-item {
    width: 60%;
  }

  .left-slide {
    left: 50px;
  }

  .right-slide {
    right: 50px;
  }
}

@media(max-width:470px) {
  .slider-item {
    width: 80%;
  }

  .left-slide {
    left: 0px;
  }

  .right-slide {
    right: 0px;
  }

  .article-stext p {
    font-size: 12px;
  }

  .article-page {
    width: 100%;
  }

  .article-page h2 {
    line-height: 30px;
  }
}

@media(max-width:340px) {
  .article-stext p {
    font-size: 10px;
  }
}
