@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");
html,
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
html:lang(ar),
body:lang(ar) {
  font-family: "AGC Arabic", serif;
  text-align: right;
}
html:lang(fa),
body:lang(fa) {
  font-family: "Poppins", sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: noen;
}
section {
  overflow: visible !important;
}
img {
  object-fit: contain !important;
}
.sec-title {
  text-align: center;
  margin-bottom: 60px;
}
.sec-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1c68a5;
  line-height: 1.2;
  text-transform: capitalize;
  position: relative;
}
.sec-title h2.get-icon::after {
  position: absolute;
  top: -44px;
  left: 50%;
  translate: -50% 0;
  content: ". . .";
  font-size: 42px;
  color: #e93f38;
}

.btn-action a {
  display: inline-block;
  padding: 12px 15px;
  width: 176px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #e93f38;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 8px;
}
.btn-action a.soc {
  background-color: transparent;
  border: 1px solid #e93f38;
  color: #e93f38;
}

.btn-action a:hover {
  background-color: #c0332e;
  color: #fff;
}

.btn-action a.soc:hover {
  background-color: #e93f38;
}

.header {
  padding: 100px 0;
  position: relative;
}
.header .fixed-icon {
  position: absolute;
  bottom: 70px;
  left: 50%;
  translate: -50% 0;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #1c68a5;
  border-radius: 50%;
}
.header .fixed-icon svg {
  color: #1c68a5;
  font-size: 12px;
}
.header .info {
  padding: 40px 0 0;
}
.header .info h1 {
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  font-size: 32px;
}
.header .info h1 span {
  color: #1c68a5;
}
.header .info h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1c68a5;
  margin-bottom: 30px;
}
.header .info h2 span {
  color: #e93f38;
}
.header .info p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #1c68a5;
}
.btn.action {
  background: #222;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-transform: capitalize;
  width: 160px;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.btn.action svg {
  font-size: 28px;
  margin-left: 12px;
}
.btn.action svg:lang(ar),
.btn.action svg:lang(fa) {
  margin-left: 0;
  margin-right: 12px;
}
.header .img img {
  width: 100%;
  height: 100%;
  max-width: 450px;
}
/* ========================== */
.why-card {
  padding-bottom: 60px;
}
.why-card .info p {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.why-card .info p:last-of-type {
  margin-bottom: 0;
}
.why-card .info p.trans {
  margin-left: 20px;
}
span.icon-star {
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #eee;
  margin-right: 12px;
  box-shadow: 0 0.2rem 0.6rem rgba(33, 37, 41, 0.15) !important;
}
.why-card .info p span.icon-star:lang(ar),
.why-card .info p span.icon-star:lang(fa) {
  margin-right: 0;
  margin-left: 12px;
}
.why-card .info p span.icon-star svg {
  color: #e93f38;
}
.why-card .img img {
  width: 100%;
}
/* ================== */
.create-page {
  background-color: #222;
  color: #fff;
  position: relative;
  padding: 75px 0;
}
.create-page .img img {
  width: 100%;
}
.create-page .info {
  padding: 60px 0;
}
.create-page .info p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
}
.create-page .info p span.icon-star {
  background: #fff;
  color: #e93f38;
  font-size: 22px;
  margin-right: 20px;
}
.create-page .info p span.icon-star:lang(ar),
.create-page .info p span.icon-star:lang(fa) {
  margin-right: 0;
  margin-left: 20px;
}
.floating-image {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 25%;
  height: 440px;
}
.floating-image:lang(ar),
.floating-image:lang(fa) {
  left: auto;
  right: 25%;
}
/* ================== */
.choose-card {
  padding: 80px 0 100px;
}
.choose-card .card-item > img {
  width: 100%;
  max-width: 315px;
  height: auto !important;
}
.choose-card .card-item .info {
  display: flex;
  margin-left: 12%;
}

.choose-card .card-item .info:lang(ar),
.choose-card .card-item .info:lang(fa) {
  margin-left: 0;
  margin-right: 12%;
}

.choose-card .card-item .info .icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1c68a5;
  color: #1c68a5;
  display: flex;
  justify-content: center;
  line-height: 24px;
  font-size: 22px;
  translate: 0 6px;
  margin-right: 10px;
}
.choose-card .card-item .info .icon:lang(ar),
.choose-card .card-item .info .icon:lang(fa) {
  margin-right: 0;
  margin-left: 10px;
}
.choose-card .card-item .info h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.choose-card .card-item .info p {
  font-size: 14px;
  text-transform: capitalize;
}

/* ========================= */
.how-use {
  padding: 0 0 80px;
}
.how-use .info .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-use .go-down {
  margin-top: 20px;
}
.how-use .info {
  position: relative;
}
.how-use .info .icon svg {
  font-size: 24px;
}
.how-use .info p {
  font-size: 17px;
}
.how-use .info.item-up::after {
  content: "";
  position: absolute;
  right: -43px;
  top: -50px;
  width: 220px;
  height: 85px;
  background: url(https://turkeycampus.com/public/front/assets/images/card-page/line-01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
.how-use .info.item-down::after {
  content: "";
  position: absolute;
  right: -47px;
  top: -58px;
  width: 212px;
  height: 100px;
  background: url(https://turkeycampus.com/public/front/assets/images/card-page/line-02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}

/* ========================= */
.our__companies {
  padding: 40px 0 80px;
}
.our__companies .swiper .item {
  text-align: center;
  overflow: hidden;
}
.our__companies .swiper .item img {
  width: 90px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 12px;
}
.our__companies .swiper .item .company_name {
  font-weight: 700;
  font-size: 17px;
  color: #3a3a3a;
}

.partners__container .partner__item {
  padding: 30px 0;
}
.partners__container .partner__item:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.partners__container .location__title {
  display: flex;
  gap: 12px;
  color: #1c68a5;
  font-size: 22px;
  font-weight: 600;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.075) !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
  color: #1c68a5;
}
.swiper-button-prev {
  left: -20px;
}
.swiper-button-next {
  right: -20px;
}
.partner__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  translate: 0 50px;
  transition: all 0.18s ease;
}
.partner__action a {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  gap: 4px;
  color: #e93f38;
}
.partner__action span {
  font-weight: 700;
}
.our__companies .swiper .item:hover .partner__action {
  translate: 0;
}

.partners__container__list .partner__list__item {
  border-radius: 55px;
  overflow: hidden;
  padding: 8px;
  max-height: 270px;
  transition: all 0.18s ease;
  margin-bottom: 30px;
}
.partners__container__list .partner__list__item:hover {
  max-height: 10000px !important;
}
.partners__container__list
  .partner__list__item:hover
  .partner__list__item__action {
  translate: 0 0;
}

.partners__container__list .partner__list__item img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  object-fit: cover !important;
}
.partners__container__list .partner__list__item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.partners__container__list .partner__list__item .info {
  padding: 20px 15px;
}
.partner__list__item__action {
  translate: 0 100px;
  transition: all 0.18s ease;
}
.partners__container__list .partner__list__item .discount__item .desc_num {
  font-weight: 700;
  font-size: 18px;
}
.partner__item__action {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #1c68a5;
  border-radius: 40px;
  text-align: center;
  transition: all 0.18s ease;
}
.partner__item__action:hover {
  background: #164f7e;
}
.partners__map {
  padding: 0 0 80px;
}
.partners__map #partnerMap {
  width: 100%;
  max-width: 600px;
  margin: auto;
  height: 400;
}
/* ========================= */
.footer {
  background-color: #222;
  color: #fff;
}
.footer .img {
  margin-top: -28%;
}
.footer .img img {
  width: 100%;
  height: auto;
}
.footer .info {
  padding: 40px 0;
}
.footer .info .sec-title {
  text-align: left;
}
.footer .info .sec-title:lang(ar),
.footer .info .sec-title:lang(fa) {
  text-align: right;
}
.footer .info .sec-title h2 {
  color: #fff;
}
.footer .info .sec-title h2::after {
  left: 26px;
}
.footer .info .sec-title h2:lang(ar):after,
.footer .info .sec-title h2:lang(fa):after {
  left: auto;
  right: 0px;
}
.footer .info .steps .step {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .info .steps .step h4 {
  text-align: center;
}
.footer .info .steps .step .icon {
  margin-top: 15px;
  width: 230px;
  height: 20px;
  background: url(https://turkeycampus.com/front/assets/images/Untitleas-02.svg);
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: 130%;
  position: relative;
}
.footer .info .steps .step .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 32px;
  color: #fff;
}
.footer .info .steps .step .icon-num {
  min-width: 45px;
  min-height: 45px;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e93f38;
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  -webkit-box-shadow: 15px 15px 3px -4px #fff;
  -moz-box-shadow: 15px 15px 3px -4px #fff;
  box-shadow: 15px 15px 3px -4px #fff;
}
.footer .info .steps .step .icon-num:lang(ar),
.footer .info .steps .step .icon-num:lang(fa) {
  margin-right: 0;
  margin-left: 10px;
}

/* =========================== */
.partner__details__page .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.partner__details__page .imgs img {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}
.partner__details__page .info .discount {
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  background-color: #1c68a5;
  color: #fff;
  margin-bottom: 15px;
}
.partner__details__page .info .discount p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.partner__details__page .info .discount span {
  font-size: 32px;
  font-weight: 700;
}
.partner__details__page .info h2 {
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
}
.partner__details__page .info p:not(:last-of-type) {
  margin-bottom: 8px;
}
.partner__details__page .info .action {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .header .info h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sec-title h2 {
    font-size: 32px;
  }
  .container {
    max-width: 97%;
  }
  .navbar .btn.action {
    display: flex;
  }
  .header h1 br {
    display: none;
  }
  .create-page .info p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-title h2 {
    font-size: 26px;
  }
  .img {
    text-align: center !important;
  }
  .img img {
    max-width: 260px !important;
  }
  .choose-card .row > div,
  .how-use .row > div {
    width: 49% !important;
  }
  .choose-card .card-item .info {
    margin: 0;
  }
  .how-use .info.item-down::after,
  .how-use .info.item-up::after {
    display: none;
  }
  .how-use .go-down {
    margin: 0 !important;
  }
  .why-card {
    padding-bottom: 135px;
  }
  .floating-image {
    position: absolute;
    top: -65%;
    translate: -50% 50%;
    left: 50%;
    height: 230px;
  }
  .create-page .info p {
    font-size: 22px;
  }
  .footer .img {
    margin-top: -10% !important;
  }
  .footer .info .steps {
    justify-content: center !important;
  }
}
@media (max-width: 567px) {
  .header .info p br {
    display: none;
  }
  .sec-title h2 {
    font-size: 25px;
  }
  .our__partners .content-title-with-filter {
    flex-direction: column !important;
  }
}
@media (max-width: 500px) {
  .header .info p {
    font-size: 16px;
  }
  .sec-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .header .info h2 {
    font-size: 18px;
  }
}
@media (max-width: 376px) {
  .header .info h1 {
    font-size: 24px;
  }
  .header .info p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header .info h1 {
    font-size: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .header .info h1 {
    font-size: 28px;
  }
  .floating-image {
    left: 18%;
  }
  .floating-image:lang(ar),
  .floating-image:lang(fa) {
    right: 18%;
    left: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .info h1 {
    font-size: 24px;
  }
  .floating-image {
    left: 6%;
  }
  .floating-image:lang(ar),
  .floating-image:lang(fa) {
    right: 6%;
    left: auto;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  .header .info h1 {
    font-size: 32px;
  }
}
@media (min-width: 500px) and (max-width: 567px) {
  .header .info h1 {
    font-size: 30px;
  }
}
@media (min-width: 425px) and (max-width: 500px) {
  .header .info h1 {
    font-size: 25px;
  }
}
@media (min-width: 400px) and (max-width: 425px) {
  .header .info h1 {
    font-size: 19px;
  }
}
@media (min-width: 376px) and (max-width: 400px) {
  .header .info h1 {
    font-size: 22px;
  }
}
