@keyframes imageMove {
  0% {
    translate: 0;
  }
  50% {
    translate: 0 -30px;
  }
  100% {
    translate: 0;
  }
}
@keyframes star {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg__main {
  background-color: #d6f0f7;
}

.study_in_turkey_page {
  padding-top: 60px;
}

.new_std_tr_main {
  position: relative;
}

.new_std_tr_main .last-news-sec {
  height: auto !important;
  margin-top: 40px;
  position: sticky;
  top: 110px;
}

.main__line__effict {
  padding: 30px 0;
}

.main__line__effict img {
  display: inline-block;
  width: 60%;
  max-width: 300px;
}

.new_std_tr_page_header {
  padding: 100px 0 0;
  padding-top: 0;
}

.new_std_tr_page_header .info {
  padding-top: 70px;
}

.new_std_tr_page_header .info img {
  width: 75px;
}
.new_std_tr_page_header .info h1,
.new_std_tr_page_header .info .h1 {
  font-size: 48px;
  /* font-size: 80px; */
  color: #c5424d;
  font-weight: 800;
  line-height: 1.2;
}
.new_std_tr_page_header .info h1:lang(en),
.new_std_tr_page_header .info .h1:lang(en) {
  font-size: 38px;
}
.new_std_tr_page_header .img img {
  max-width: 90%;
  animation: imageMove 5s ease;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

/* ====================================== */

.new_std_tr_page_second {
  padding: 30px 0;
}

.new_std_tr_page_second .content {
  max-width: 85%;
  margin: auto;
  padding: 15px;
  position: relative;
  overflow: visible;
}
.new_std_tr_page_second .content::after {
  content: "";
  width: 90px;
  height: 90px;
  background-image: url("../photo%204.html");
  background-size: cover;
  position: absolute;
  bottom: 25px;
  right: -40px;
  z-index: 2;
}

.new_std_tr_page_second .content .info {
  text-align: center;
}

.new_std_tr_page_second .content .info img {
  width: 85px;
  margin-bottom: 15px;
}

.new_std_tr_page_second .content .info .h2 {
  /* font-size: 85px; */
  font-size: 56px;
  font-weight: 800;
  color: #c5424d;
  position: relative;
}
.new_std_tr_page_second .content .info .h2::after {
  content: "";
  width: 60%;
  height: 50px;
  background-image: url("../photo%201.html");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  translate: -50% 0;
}

.new_std_tr_page_second .content .img {
  text-align: center;
}

.new_std_tr_page_second .content .img img {
  max-width: 80%;
  animation: imageMove 5s ease;
  animation-iteration-count: infinite;
}

/* ================================= */

.new_std_tr_page_features {
  padding: 30px 0;
}

.new_std_tr_page_features .group {
  position: relative;
}

.new_std_tr_page_features .group .line__effict {
  position: absolute;
  top: -61px;
  left: 48%;
  translate: -50% 0;
  width: 76%;
}

.new_std_tr_page_features .group:not(:last-of-type) {
  margin-bottom: 30px;
}

.new_std_tr_page_features .row > div {
  display: flex;
  justify-content: center;
}

.new_std_tr_page_features .item .icon {
  display: inline-block;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../webp/photo%202-3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.new_std_tr_page_features .item .icon img {
  width: 50px;
}

.new_std_tr_page_features .item h3 {
  color: #3a8cdc;
  font-weight: 700;
  /* font-size: 32px; */
  font-size: 22px;
  text-align: center;
}

/* ================================= */

.new_std_tr_page_steps_title {
  padding: 30px 0;
}

.new_std_tr_page_steps_title .info .h2 {
  /* font-size: 85px; */
  font-size: 52px;
  color: #c5424d;
  font-weight: 800;
  position: relative;
}

.new_std_tr_page_steps_title .info .h2::after {
  content: "";
  width: 50%;
  height: 20px;
  background-image: url("../webp/photo%208-3.webp");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  translate: -50% 0;
}

.new_std_tr_page_steps_title .img img {
  width: 100%;
}

/* ====================================== */
.new_std_tr_page_steps .item {
  text-align: center;
}

.new_std_tr_page_steps .item img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 12px;
}

.new_std_tr_page_steps .item h3 {
  /* font-size: 32px; */
  font-size: 20px;
  font-weight: 700;
  color: #3a8cdc;
  line-height: 1.1;
}

/* =============================== */

.new_std_tr_page_price .title {
  margin-bottom: 30px;
}

.new_std_tr_page_price .title .h2 {
  font-size: 80px;
  font-weight: 800;
  color: #a10303;
}
.new_std_tr_page_price .title .h2:lang(en) {
  font-size: 55px;
}

.new_std_tr_page_price .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new_std_tr_page_price .title .h2 img {
  width: 100px;
}

.new_std_tr_page_price .item .head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.new_std_tr_page_price .item .head span.num {
  width: 120px;
  height: 120px;
  background-image: url("../webp/photo%204-3.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 55px;
}
.new_std_tr_page_price .item .head span.num span {
  translate: 0 -10px;
}
.new_std_tr_page_price .item .head h3 {
  color: #3a8cdc;
  /* font-size: 55px; */
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

.new_std_tr_page_price .item .content {
  padding-right: 60px;
  color: #fff;
  text-align: center;
}

.new_std_tr_page_price .item .content:lang(en) {
  padding-right: 0;
  padding-left: 60px;
}

.new_std_tr_page_price .item .content p {
  font-size: 24px;
  font-weight: 400;
  color: #3a3a3a;
}
.new_std_tr_page_price .item .content p.-m-top {
  margin-top: -20px;
}

.new_std_tr_page_price .item .content span.price_count {
  font-size: 55px;
  font-weight: 800;
  color: #3a3a3a;
}

/* ============================= */

.new_std_tr_page_req {
  padding-bottom: 60px;
}

.new_std_tr_page_req .title .h2 img {
  width: 120px;
}

.new_std_tr_page_req .title .h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c5424d;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
}

.new_std_tr_page_req .title .h2:lang(en) {
  font-size: 45px;
}

.new_std_tr_page_req .row > div {
  margin-bottom: 30px;
}

.new_std_tr_page_req .item {
  text-align: center;
  position: relative;
}

.new_std_tr_page_req .item img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 12px;
}

.new_std_tr_page_req .item h3 {
  /* font-size: 24px; */
  font-size: 22px;
  font-weight: 700;
  color: #3a8cdc;
  line-height: 1.3;
}

.new_std_tr_page_req .item p {
  font-size: 18px;
  color: #3a8cdc;
}

/* ================================= */
.new_std_tr_page_impo {
  padding: 40px 0;
}

.new_std_tr_page_impo .content {
  max-width: 85%;
  margin: auto;
}

.new_std_tr_page_impo .info .h2 {
  /* font-size: 72px; */
  font-size: 40px;
  font-weight: 800;
  color: #c5424d;
}

.new_std_tr_page_impo .img img {
  width: 100%;
}

.new_std_tr_page_impo .req {
  padding-top: 60px;
}

.new_std_tr_page_impo .req .data {
  text-align: center;
}

.new_std_tr_page_impo .req .data img {
  width: 120px;
  margin-bottom: 12px;
  animation: star 4s ease;
  animation-iteration-count: infinite;
}

.new_std_tr_page_impo .req .data h4 {
  /* font-size: 40px; */
  font-size: 32px;
  font-weight: 800;
  color: #c5424d;
}

.new_std_tr_page_impo .req .data h4:lang(en) {
  font-size: 22px;
}

.new_std_tr_page_impo .req .data h4 span {
  display: block;
}

/* ========================= (max-width: 425px)*/

.aside-sec {
  height: auto !important;
  position: sticky;
  top: 115px;
}

.header-article-sec .row:first-of-type > div:not(.find__and__more__container) {
  height: auto !important;
}

.new_std_tr_page_header .info {
  margin-bottom: 30px;
}

.go__fileds__btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 15px;
  background: #fff;
  color: #3a3a3a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #e9e9e9;
  transition: all 0.18s ease;
}
.go__fileds__btn:hover {
  border-color: #c35760;
  color: #c35760;
}
.go__fileds__btn span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.go__fileds__btn.down {
  width: auto;
  background-color: #3a8cdc;
  color: #fff;
  padding: 6px 15px;
  /*width: 120px;*/
}
.go__fileds__btn.down:hover {
  border-color: #2c6baa;
  background-color: #2c6baa;
}

/* Media Quiery */

@media (min-width: 992px) {
  .new_std_tr_page_req .container-fluid {
    padding-inline: 100px !important;
  }
}

@media (max-width: 1460px) {
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    /* font-size: 70px; */
    font-size: 45px;
  }
  .new_std_tr_page_features .group .line__effict {
    top: -45px;
  }
  .new_std_tr_page_impo .info .h2 {
    /* font-size: 58px; */
    font-size: 36px;
  }
  .new_std_tr_page_req .item p:lang(en) {
    font-size: 14px;
  }
}

@media (max-width: 1315px) {
  .new_std_tr_page_second .content .info .h2 {
    /* font-size: 76px; */
    font-size: 48px;
  }
  .new_std_tr_page_steps_title .info .h2 {
    /* font-size: 74px; */
    font-size: 48px;
  }
  .new_std_tr_page_req .title .h2:lang(en) {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    /* font-size: 58px; */
    font-size: 38px;
  }
  .new_std_tr_page_second .content .info .h2 {
    /* font-size: 70px; */
    font-size: 44px;
  }
  .new_std_tr_page_second .content .info img {
    width: 150px;
  }
  .new_std_tr_page_steps_title .info .h2 {
    /* font-size: 68px; */
    font-size: 44px;
  }

  .new_std_tr_page_steps .item img {
    max-width: 210px;
  }

  .new_std_tr_page_steps .item h3 {
    /* font-size: 28px; */
    font-size: 17px;
  }

  .new_std_tr_page_price .item .head h3 {
    /* font-size: 48px; */
    font-size: 28px;
  }

  /* only new edit */
  .new_std_tr_page_price .item .head span.num {
    width: 100px;
    height: 100px;
  }

  /* only new edit */
  .new_std_tr_page_price .item .content span.price_count {
    font-size: 40px;
  }

  .new_std_tr_page_impo .info .h2 {
    /* font-size: 52px; */
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .new_std_tr_page_header .info h1 {
    /* font-size: 56px; */
    font-size: 36px;
  }
  .new_std_tr_page_second .content .info .h2 {
    /* font-size: 66px; */
    font-size: 42px;
  }
  .new_std_tr_page_steps_title .info .h2 {
    /* font-size: 65px; */
    font-size: 42px;
  }

  /* only new edit */
  .new_std_tr_page_req .title .h2 {
    font-size: 52px;
  }

  .new_std_tr_page_req .title .h2:lang(en) {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .new_std_tr_page_header .info {
    padding-top: 0;
  }
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    /* font-size: 43px; */
    font-size: 28px;
  }
  .new_std_tr_page_header .info h1:lang(en),
  .new_std_tr_page_header .info .h1:lang(en) {
    font-size: 30px;
  }
  .new_std_tr_page_second .content::after {
    width: 65px;
    height: 65px;
    bottom: -15px;
    right: -40px;
  }
  .new_std_tr_page_second .content .info .h2 {
    /* font-size: 50px; */
    font-size: 30px;
  }
  .new_std_tr_page_second .content .info img {
    width: 100px;
  }
  .new_std_tr_page_features .item .icon {
    /*
    width: 140px;
    height: 140px;
    */
    width: 118px;
    height: 118px;
  }
  .new_std_tr_page_features .item .icon img {
    width: 40px;
  }
  .new_std_tr_page_features .item h3 {
    /* font-size: 24px; */
    font-size: 16px;
  }
  .new_std_tr_page_features .group .line__effict {
    top: -30px;
    width: 78%;
  }
  .new_std_tr_page_steps_title .info .h2 {
    /* font-size: 52px; */
    font-size: 32px;
  }
  .new_std_tr_page_steps .item img {
    max-width: 140px;
  }

  .new_std_tr_page_steps .item h3 {
    /* font-size: 20px; */
    font-size: 16px;
  }

  /* only new edit */
  .new_std_tr_page_req .item h3 {
    font-size: 16px;
  }

  /* only new edit */
  .new_std_tr_page_req .item p {
    font-size: 12px;
  }

  .new_std_tr_page_price .item .head h3 {
    font-size: 30px;
  }
  .new_std_tr_page_price .item .head h3:lang(en) {
    font-size: 24px;
  }
  .new_std_tr_page_price .item .content p:lang(en) {
    font-size: 16px;
  }
  .new_std_tr_page_price .item .content span.price_count:lang(en) {
    font-size: 32px;
  }
  .new_std_tr_page_price .item .content p.-m-top:lang(en) {
    margin-top: 0;
  }
  .new_std_tr_page_req .item img {
    max-width: 140px;
  }
  .new_std_tr_page_req .title .h2 {
    /* font-size: 45px; */
    font-size: 32px;
  }

  .new_std_tr_page_impo .info .h2 {
    /* font-size: 40px; */
    font-size: 25px;
  }

  /* only new edit */
  .new_std_tr_page_impo .req .data img {
    width: 80px;
  }

  /* only new edit */
  .new_std_tr_page_impo .req .data h4 {
    font-size: 26px;
  }
  .new_std_tr_page_impo .req .data h4:lang(en) {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .new_std_tr_page_header {
    padding-top: 40px;
  }
  .new_std_tr_page_header .info {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    font-size: 55px;
  }
  .new_std_tr_page_second .content {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
  }
  .new_std_tr_page_second .content::after {
    width: 45px;
    height: 45px;
    bottom: -27px;
    right: 13px;
  }
  .new_std_tr_page_second .content .info .h2 {
    font-size: 45px;
  }
  .new_std_tr_page_features .item .icon {
    width: 115px;
    height: 115px;
  }
  .new_std_tr_page_features .item .icon img {
    width: 34px;
  }
  .new_std_tr_page_features .item h3 {
    font-size: 20px;
  }
  .new_std_tr_page_features .group .line__effict {
    top: -20px;
    width: 78%;
  }
  .new_std_tr_page_steps_title .row > div:first-of-type {
    order: 3;
  }
  .new_std_tr_page_steps_title .img img {
    width: 65%;
  }
  .new_std_tr_page_steps_title .info {
    width: 100%;
  }
  .new_std_tr_page_steps_title .info .h2 {
    text-align: center;
  }
  .new_std_tr_page_price .container {
    width: 100%;
    max-width: 100%;
  }
  .new_std_tr_page_price .item .head h3 {
    font-size: 30px;
  }
  .new_std_tr_page_price .item .head span.num {
    width: 80px;
    height: 80px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 30px;
  }
  .new_std_tr_page_impo .req .data img {
    width: 90px;
  }
  .new_std_tr_page_impo .req .data h4 {
    font-size: 32px;
  }
  .article-scroll-container {
    order: 3;
  }
}

@media (max-width: 567px) {
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    font-size: 48px;
  }
  .new_std_tr_page_second .content .info .h2 {
    font-size: 38px;
  }
  .new_std_tr_page_features .item .icon {
    width: 100px;
    height: 100px;
  }
  .new_std_tr_page_features .item .icon img {
    width: 30px;
  }
  .new_std_tr_page_features .item h3 {
    font-size: 18px;
  }
  .new_std_tr_page_req .item img {
    width: 115px;
  }
  .new_std_tr_page_req .item h3 {
    font-size: 20px;
  }
  .new_std_tr_page_req .item p {
    font-size: 14px;
  }
  .new_std_tr_page_req .title .h2 img {
    width: 65px;
  }
  .new_std_tr_page_impo .content {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    font-size: 45px;
  }
  .new_std_tr_page_second .content .info .h2 {
    font-size: 32px;
  }
  .new_std_tr_page_features .item .icon {
    width: 85px;
    height: 85px;
  }
  .new_std_tr_page_features .item .icon img {
    width: 28px;
  }
  .new_std_tr_page_price .title .h2 img {
    width: 80px;
  }
  .new_std_tr_page_price .title .h2 {
    font-size: 55px;
  }
  .new_std_tr_page_price .row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .new_std_tr_page_price .item .content span.price_count {
    font-size: 45px;
  }
  .new_std_tr_page_req .title .h2 {
    font-size: 32px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 24px;
  }
}

@media (max-width: 425px) {
  .new_std_tr_page_second .content .info .h2 {
    font-size: 30px;
  }
  .new_std_tr_page_features .item .icon {
    width: 80px;
    height: 80px;
  }
  .new_std_tr_page_features .item .icon img {
    width: 26px;
  }
  .new_std_tr_page_features .item h3 {
    font-size: 16px;
  }
  .new_std_tr_page_features .group .line__effict {
    top: -15px;
    width: 80%;
    left: 47%;
  }
  .new_std_tr_page_steps_title .info .h2 {
    font-size: 45px;
  }
  .new_std_tr_page_steps .row > div {
    padding-inline: 0;
  }
  .new_std_tr_page_steps .item h3 {
    font-size: 14px;
  }
  .new_std_tr_page_req .item img {
    width: 85px;
  }
  .new_std_tr_page_req .item h3 {
    font-size: 14px;
  }
  .new_std_tr_page_req .item p {
    font-size: 10px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 22px;
  }
  .new_std_tr_page_impo .req .data img {
    width: 60px;
  }
  .new_std_tr_page_impo .req .data h4 {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    font-size: 42px;
  }
  .new_std_tr_page_second .content .info .h2 {
    font-size: 28px;
  }
  .new_std_tr_page_req .title .h2 {
    font-size: 28px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .new_std_tr_page_second .content .info .h2 {
    font-size: 25px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .new_std_tr_page_second .content .info .h2 {
    font-size: 30px;
  }
  .new_std_tr_page_features .item .icon {
    width: 80px;
    height: 80px;
  }
  .new_std_tr_page_features .item .icon img {
    width: 26px;
  }
  .new_std_tr_page_features .item h3 {
    font-size: 16px;
  }
  .new_std_tr_page_features .group .line__effict {
    top: -15px;
    width: 80%;
    left: 47%;
  }
  .new_std_tr_page_steps_title .info .h2 {
    font-size: 45px;
  }
  .new_std_tr_page_steps .row > div {
    padding-inline: 0;
  }
  .new_std_tr_page_steps .item h3 {
    font-size: 14px;
  }
  .new_std_tr_page_req .item img {
    width: 85px;
  }
  .new_std_tr_page_req .item h3 {
    font-size: 20px;
  }
  .new_std_tr_page_req .item p {
    font-size: 10px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 22px;
  }
  .new_std_tr_page_impo .req .data img {
    width: 60px;
  }
  .new_std_tr_page_impo .req .data h4 {
    font-size: 25px;
  }

  .new_std_tr_page_header .info h1,
  .new_std_tr_page_header .info .h1 {
    font-size: 42px;
  }
  .new_std_tr_page_second .content .info .h2 {
    font-size: 28px;
  }
  .new_std_tr_page_req .title .h2 {
    font-size: 28px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 20px;
  }

  .new_std_tr_page_second .content .info .h2 {
    font-size: 25px;
  }
  .new_std_tr_page_impo .info .h2 {
    font-size: 18px;
  }

  .new_std_tr_page_header .info {
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .new_std_tr_page_header .row {
    justify-content: center;
  }

  .new_std_tr_page_steps_title .info .h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .new_std_tr_page_steps_title .row {
    justify-content: center;
  }

  .new_std_tr_page_price .title .h2 img {
    width: 80px;
  }
  .new_std_tr_page_price .title .h2 {
    font-size: 55px;
  }
  .new_std_tr_page_price .row > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .new_std_tr_page_price .item .content span.price_count {
    font-size: 35px;
  }

  .new_std_tr_page_price .item .content p.-m-top {
    margin-top: 0;
  }

  .new_std_tr_page_req .title .h2 img {
    width: 90px;
  }

  .new_std_tr_page_price .title .h2:lang(en) {
    font-size: 42px;
  }

  .new_std_tr_page_impo {
    padding-top: 0;
  }

  .new_std_tr_page_req {
    padding-bottom: 0;
    padding-top: 0;
  }

  .new_std_tr_page_impo .row {
    justify-content: center;
  }

  .new_std_tr_page_impo .info .h2 {
    font-size: 28px;
    text-align: center;
  }

  .new_std_tr_page_req .title .h2:lang(en) {
    font-size: 28px;
  }
  .new_std_tr_page_second {
    padding-top: 0;
  }
  .new_std_tr_page_price .container {
    width: 100%;
    max-width: 100%;
  }
  .new_std_tr_page_price .item .head h3 {
    font-size: 30px;
  }
  .new_std_tr_page_price .item .head span.num {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .new_std_tr_page_features .item h3 {
    font-size: 14px;
  }
  .new_std_tr_page_steps_title .info .h2 {
    font-size: 30px;
  }
  .new_std_tr_page_header .info h1:lang(en),
  .new_std_tr_page_header .info .h1:lang(en) {
    font-size: 32px;
  }
}
