@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;800&display=swap");
.element-with-background {
  position: absolute;
  width: 100vw;
  height: 620px;
}

#mobileNewModal,
#desktopNewModal {
  z-index: 999999;
}

/* Mobile New Modal  */
#mobileNewModal .modal-content,
#desktopNewModal .modal-content {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 14px;
}

#mobileNewModal .modal-content {
  width: 343px;
}

#mobileNewModal button,
#desktopNewModal button {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 888;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
#mobileNewModal img,
#desktopNewModal img {
  border-radius: 14px;
}

@media only screen and (min-width: 991px) {
  #desktopNewModal .modal-content {
    width: 660px;
  }
}

.element-with-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/backgroundImage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main-part-first {
  position: relative;
}
.upper {
  position: fixed;
  width: 100vw;
  top: 0;
}

.video-format {
  display: flex;
  align-items: center;
  /* flex-direction: row; */
  gap: 16px;
  /* padding: 12px 0 12px 0; */
  margin-top: 96px;
  padding-bottom: 24px;
}

.video-format-text {

  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffffb2;
}

.text-format-text {

  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.text-format {
  margin-top: 28px;
}

.button-format {
  background-color: var(--main-color);
  border-radius: 32px;
  width: 188px;
  height: 56px;
  text-align: center;
  align-items: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.button-format > span {
  color: #fff;
}

.button-format-nobck {
  background-color: #fff;
  padding: 0;
}

.button-format-nobck > span {

  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main-color);
}

.main-section-1 {
  height: 620px;
  /* background-image: url("../images/backgroundImage.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  /* animation: slideshow 10s infinite; */
  width: 100%;
}
/* @keyframes slideshow {
  0%, 100% { background-image: url('../images/HeroSliderImage1.png'); }
  33.33% { background-image: url('../images/HeroSliderImage2.png'); }
  66.66% { background-image: url('../images/HeroSliderImage3.png'); }
} */
.main-section-1-img1 {
  background-image: url("../images/HeroSliderImage1.png");
  /* display: none; */
  display: block;
}
.main-section-1-img2 {
  background-image: url("../images/HeroSliderImage2.png");
  display: none;
}
.main-section-1-img3 {
  background-image: url("../images/HeroSliderImage3.png");
  display: none;
}
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.text-container {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  text-align: center;
  color: white;
  font-size: 24px;
}
.text-container.active {
  display: block;
}

.main-section-second {
  /* position: relative; */
  margin-top: 48px;
}

.main-section-second > .container > .cardv1-container {
  /* Half of the div2 height */
  /* position: absolute; */
  /* top: 0; */
  /* margin-top: 50px; */
}

.cardv1-info {

  font-size: 22px;
  font-weight: 700 !important;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color) !important;
}

.cardv1-container {
  margin-top: -100px;
}

.xidmet-zerfi {
  padding: 56px 0 56px 0;
  border-radius: 12px;
}
.card-title {

  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 0;
}

.xidmet-left {
  /* background-color: #3d50b6; */
  background-image: url("/app/img/xidmetZerfiBackgroundimg.jpg");
  height: 100%;
  max-height: 425px;
  background-size: cover;
}

.xidmet-left .card-body {
  display: grid;
}

.card-text {

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.left-paragraph {

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

.xidmet-addition {
  display: flex;
  gap: 5px;
  align-items: end;
  transition: all 0.1s ease-in-out;
}

.xidmet-addition > span {

  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.ox-button img {
  transition: all 0.1s linear;
}

.ox-button:hover img {
  transition: all 0.1s linear;
  transform: translateX(5px) !important;
}

.xidmet-addition:hover img {
  transition: all 0.1s linear;
  transform: translateX(5px) !important;
}

.button-format:hover img {
  transition: all 0.1s linear;
  transform: translateX(5px) !important;
}

.xidmet-right-card-par {

  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 20px;
  color: var(--text-primary-color);
}

.card {
  border-radius: 12px;
  border: 0.5px solid #dcdde540;
  gap: 20px;
}
.section-3 {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px !important;
  gap: 24px;
}
.section-3 h5 {
  color: var(--text-primary-color);
  margin-top: 12px;
}
.card-no-border {
  border: none !important;
}

.sec3-rght-down {
  padding: 24px;
  border-radius: 12px;
  background-color: #f2f5fc;
}

.section3-data-value {

  font-size: 22px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: -0.005em;
  text-align: left;
  color: var(--main-color);
  margin-bottom: 1px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.section3-data-name {

  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--text-secondary-color);
  display: flex;
  justify-content: center;
}

.section-4 {
  padding: 48px 0 56px 0;
  gap: 24px;
}
.section-4-inside {
  padding: 56px 0;
  gap: 24px;
}

.section-4-par {

  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
  margin: 0;
  padding: 0;
}

.button-format-xeberler {
  padding: 16px 24px 16px 24px;
  border-radius: 56px;
  background-color: var(--main-color);
  margin-bottom: 10px;
  height: 56px;
}
.button-format-xeberler > span {

  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.card-text-sec4-info {

  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
}
.section-inside {
  position: relative;
  padding: 30px;
  height: 450px;
  background: #3db699;
  border-radius: 24px;
}
.section-inside .row {
  /* background-color: #3db699; */
}
.section-inside .row .image-block {
  position: absolute;
  top: -86px;
  right: 0;
}

.section-inside.section-5-responsive .row .image-block {
  right: 50%;
  transform: translateX(57%);
}

.section-5 {
  /* height: 500px;   */
  /* background-color: #3db699; */
  padding-top: 56px;
  padding-bottom: 48px;
}

.sec3-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #5e5f5f;
  margin-bottom: 12px;
}

.sec3-desc {

  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #5e5f5f;
}

.home-desc {

  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #5e5f5f;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.home-desc-1 {
  margin-bottom: 12px;
  text-align: center;
  display: block;
}

.section-5-head > span {

  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.section-5-text > span {

  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fafafa;
}

.section-5-text {
  margin-top: 24px;
  margin-bottom: 14px;
}

.section5-qrcode-text > span {

  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fafafa;
}

.section-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-6-par {

  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 0;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
}

.gradient-overlay {
  position: relative;
  overflow: hidden;
}

.gradient-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          180deg,
          rgba(5, 21, 75, 0) 0%,
          rgba(5, 21, 75, 0.26) 100%
  );
  border-radius: 12px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.gradient-overlay:hover::before {
  opacity: 0; /* Set opacity to 0 on hover */
}
.gradient-overlay img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.gradient-overlay-section3 {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
}
.gradient-overlay-section3 > img {
  height: 100% !important;
}

.gradient-overlay-section3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          180deg,
          rgba(5, 21, 75, 0) 0%,
          rgba(5, 21, 75, 0.26) 100%
  );
  border-radius: 12px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.gradient-overlay-section3 > img {
  width: 100%;
  height: auto;
  display: block;
  /*height: 485px !important;*/
  object-fit: cover;
}

.img-block-video {
  position: relative;
  overflow: hidden;
  max-height: 402px;
}

.img-block-video-right {
  height: 408px;
}

.img-block-video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
          360deg,
          rgba(5, 21, 75, 0.72) 0%,
          rgba(39, 46, 72, 0) 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.img-block-video:hover::before {
  opacity: 0; /* Set opacity to 0 on hover */
}
.img-block-video > .video-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
.img-block-video {
  border-radius: 12px;
  height: 100%;
}

.card-text-info {

  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
  max-height: 100px;
  overflow: hidden;
}

.info-name {

  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
}
.action-name {

  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-secondary-color);
  padding: 0;
  margin: 0;
}

.card-rght-img-video {
  position: relative;
  overflow: hidden;
}

.card-rght-img-video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(
          180deg,
          rgba(5, 21, 75, 0) 0%,
          rgba(5, 21, 75, 0.26) 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.card-rght-img-video:hover::before {
  opacity: 0; /* Set opacity to 0 on hover */
}
.card-rght-img-video > .video-img {
  width: 100%;
  height: auto;
  display: block;
}

.informative-video-card {
  border: 0.5px solid #dcdde540;
  max-height: 198px !important;
}

.card-rght-img-video > img {
  border-radius: 12px;
  max-height: 198px !important;
}

.custom-card-video {
  height: 192px;
  border: 0.5px solid #dcdde540;
}
.card-img-right-video {
  height: 192px;
  object-fit: cover;
}

.info-name {
  margin-bottom: 0;
}

.section3-button-format {
  margin-bottom: 18px;
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide {
  width: 212px;
  margin-right: 10px;
  border-radius: 46px;
  background: #f2f5fc;
  padding: 4px;
}
.swiper-slide > a > span {
  /*  */
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.swiper-slide > a > img {
  max-width: 100%;
  height: auto;
  margin-right: 10px;
}

.swiper-slide-xidmet {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 99% !important;
}

.section-7 {
  background-color: #fff;
  padding-top: 48px;
}
.section-7-par {

  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
}

.href-div {
  display: flex;
  align-items: center;
  padding-left: 3px;
  padding-right: 7px;
}

.cardv1 {
  transition: box-shadow 0.3s ease;
  height: 220px;
}

.cardv1 .card-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.card-icon-v1 {
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 72px;
  border: 0.5px;
  gap: 10px;
  border: 0.5px solid #dcdde520;
  width: 72px;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
.cardv1:hover .card-body > .card-icon-v1 {
  background-color: var(--main-color);
}
.cardv1:hover .card-body > .card-icon-v1 > img {
  filter: brightness(0) invert(1);
}
.cardv1:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.section2-heartSvg {
  width: 72px;
  padding: 15px;
  border-radius: 72px;
  border: 0.5px;
  gap: 10px;
  border: 0.5px solid #dcdde520;
  transition: 0.3s ease;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
}

.card-section2 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-section2:hover .card-body > .section2-heartSvg {
  background-color: var(--main-color);
}
.card-section2:hover .card-body > .section2-heartSvg > img {
  filter: brightness(0) invert(1);
}
.card-section2:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.card-section2-responsive {
  display: none;
  width: 212px;
  /* height:140px; */
  gap: 16px;
  border-radius: 12px 0 0 0;
  /*border: 1 0 0 0;*/
  /*opacity: 0px;*/
}

.info-row-responsive {
  display: none;
}
.phoneImg-responsive {
  display: none;
}
.section-5-responsive {
  display: none;
}
.section-5-responsive-text {
  /* position: absolute; */
  /* bottom: 300px; */
  position: absolute;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-5-responsive-text > span {

  font-size: 24px;
  font-weight: 800;
  line-height: 28.8px;
  text-align: center;
  color: #fff;
}
.section-5-responsive-playstore {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.playmarket {
  width: 141.65px;
  height: 41.48px;
}
.appstore {
  width: 141.65px;
  height: 41.48px;
}
.info-video-responsive {
  display: none;
}

.info-video-block {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.info-video-block-small::after {
  content: "";
  background: linear-gradient(
          180deg,
          rgba(5, 21, 75, 0) 0%,
          rgba(5, 21, 75, 0.26) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 5px;
}

.main-video-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 10px;
  padding: 16px;
  color: #fff !important;
}

.main-video-desc {

  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  color: white;
}

.main-video-text .info-name {

  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: white;
}

.main-video-text .action-name {

  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: white;
}

.video-play-button {
  display: flex;
  width: 96%;
  height: 96%;
  position: absolute;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.text-align-center {
  text-align: center;
}
.section-6-par-responsive {
  display: none;
}
.text-container {
  position: relative;
  /* width: 300px;   */
  height: 120px;
  overflow: hidden;
}
.text-container span {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  /* transition:  30s ease-in-out; */
  /* display: none; */
}
.text-container span.active {
  /* display: block; */
  /* transition: 30s; */
}
.section-5-desktop {
  padding: 56px !important;
}

.nav-desktop {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.slider-content {
  padding-top: 110px;
}

.slider-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.main-slide-wrapper {
  width: 100%;
  height: 620px;
  position: absolute;
  top: 0;
  z-index: 0;
}

.main-slide-pagination {
  margin-bottom: 100px;
}

.main-slide-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}

.main-slide-pagination .swiper-pagination-bullet-active {
  border: 0.5px solid var(--grayish-bg-color);
  background-color: var(--main-color);
}

.swiper-xidmet {
  height: 100%;
  padding: 8px;
}

.swiper-xidmet .swiper-initialized {
  overflow: visible !important;
}

.swiper-xidmet .swiper-wrapper {
  display: grid !important;
  /* grid-template-columns: repeat(auto-fill, 215px) !important; */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.header__body {
  position: relative;
}

.header-logo {
  max-height: 42px;
}

.searchShow {
  animation-name: searchShow;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@keyframes searchShow {
  from {
    opacity: 0;
    transform: rotateY(90deg);
    border-radius: 0px;
  }
  to {
    opacity: 1;
    transform: rotateY(0deg);
    border-radius: 30px;
  }
}

.searchHide {
  animation-name: searchHide;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

@keyframes searchHide {
  from {
    opacity: 1;
    transform: rotateY(0deg);
    border-radius: 30px;
  }
  to {
    opacity: 0;
    transform: rotateY(90deg);
    border-radius: 0px;
  }
}

.search-div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9898989899;
}

.search-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ5NEU1MyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICA8cGF0aCBkPSJNOSAxOS44TDktMS44TS0xLjggOUwxOS44IDkiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDkgOSkiLz4KICAgIDwvZz4KPC9zdmc+Cg==)
  no-repeat 50%;
  height: 18px;
  margin-right: 15px;
  text-indent: -9999px;
  width: 38px;
  height: 38px;
  border: none;
}

.search-button-text {
  background-color: transparent;
  border: none;
  color: var(--main-color);

  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
}

.search-input-main {
  border-radius: 0;
}

.search-trigger-button {
  border: none;
  background-color: transparent;
}

.useful-links {
  max-height: 72px !important;
}

.useful-links img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.main-section-1-button {
  transition: all 0.1s ease-in-out;
}

.main-section-1-button:hover img {
  transform: translateX(5px);
  transition: all 0.1s ease-in-out;
}

.scroll-to-top {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 0.5px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  cursor: pointer;
}
.scroll-to-top:hover {
  background-color: #f8f8f8;
}
.scroll-to-top img {
  transform: rotate(180deg);
}

.swiper-slide-reports {
  margin-right: 4px;
}

/* media queires */
@media only screen and (max-width: 991px) {
  .swiper-xidmet .swiper-wrapper {
    display: flex !important;
  }

  .card-section2 {
    margin-top: 12px;
  }

  .swiper-slide-xidmet {
    width: 80% !important;
  }

  .partners .swiper-slide {
    margin-right: 8px !important;
  }

  .video-section .info-video-block {
    position: relative;
    height: 390px;
  }

  .main-video-desc {
    font-size: 16px;
  }

  .section3-data-name {
    margin-bottom: 32px;
  }

  .info-name {
    font-size: 12px;
  }

  .action-name {
    font-size: 12px;
  }

  .slider-content {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    /* width: 90%; */
  }

  .button-format {
    height: 48px;
    width: 168px;
    font-size: 14px;
  }

  .button-format-xeberler > span {
    font-size: 14px;
  }

  .text-container {
    height: auto;
    overflow: visible;
  }

  .main-slide-wrapper {
    height: 100%;
  }

  .video-format-text {

    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #ffffffb2;
  }

  .cardv1-container {
    margin-top: 0px !important;
  }
  .kabinet-button {
    border-radius: 38px !important;
    padding: 10px !important;
  }

  .video-format {
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 24px;
  }
  .card-section2-responsive {
    display: block;
  }
  .section2-card-side {
    display: none;
  }
  .section-3 {
    padding: 0;
    padding-top: 48px;
  }
  .section3-data-value {
    text-align: center;
    margin-top: 0px;
  }
  .section-4 {
    padding: 48px 0 48px 0;
  }
  .section-4-par {
    font-size: 24px;
  }
  .button-format-xeberler {
    padding: 13px 16px;
    margin-bottom: 50px;
  }
  .text-format-text {

    font-size: 28px;
    font-weight: 800;
    line-height: 33.6px;
    text-align: left;
  }
  .xidmet-addition {
    margin-top: 0;
  }
  .main-section-1 {
    padding-bottom: 50px;
    height: 100%;
  }
  .main-section-1-button {
    margin-top: 48px;
  }
  .cardv1 {
    background-color: #fafafa;
  }
  .cardv1-container {
    padding: 48px 0 0 0;
  }
  .services-section {
    background-color: #fff;
  }
  .cardv1-container > .row {
    gap: 16px;
  }
  .xidmet-zerfi {
    padding: 48px 0;
    background-color: var(--grayish-bg-color);
  }
  .info-row-responsive {
    display: block;
  }
  .col-md-4 {
    width: 100%;
  }
  .section-6-par {
    display: none;
  }
  .section-6-par-responsive {

    font-size: 24px;
    font-weight: 800;
    line-height: 28.8px;
    text-align: left;
    display: block !important;
  }
  .phoneImg-responsive {
    display: block;
  }
  .phomeImg-desktop {
    display: none;
  }
  .section-5-desktop {
    display: none;
  }
  .section-5-responsive {
    display: block;
  }
  .section-5 {
    padding-top: 102px;
    padding-bottom: 24px;
    background-color: #fff;
  }
  .section-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-6-par-responsive {
    margin: 0;
  }

  .video-section {
    padding-top: 24px;
  }
  .info-video-responsive {
    display: block;
  }
  .info-video-desktop {
    display: none;
  }
  .section-7-par {
    display: none;
  }
  .slider-container {
    height: 70svh;
  }
  .main-menu-wrapper {
    top: 0px;
  }

  .kabinet-button {
    display: none;
  }

  .scroll-to-top {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
  .scroll-to-top:hover {
    background-color: #f8f8f8;
  }
  .scroll-to-top img {
    transform: rotate(180deg);
  }
  .main-slide-pagination {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider-container {
    /* transform: translateY(50px); */
  }
}

#chatModal {
  margin-top: 45px;
}

.officialSiteBanner {
  position: relative;
  padding: 8px 0;
  background-color: #ffffff;
}

.officialSiteBanner-header {
  position: relative;
  display: flex;
  align-items: center;
}

.officialSiteBanner-title {
  margin: 0 12px;
  color: #344054;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.officialSiteBanner-collapse span {
  color: #3d50b6;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.officialSiteBanner-header > .officialSiteBanner-collapse {
  position: relative;
}

.officialSiteBanner .collapse::after {
  content: "";
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  left: 0;
  right: 0;
  top: 5px;
  background-color: #e6eaf2;
}

.officialSiteBanner #collapseSite {
  position: relative;
}

.officialSiteBanner-link[data-bs-toggle].collapsed:after {
  position: absolute;
  right: -20px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.7337 0.811714C19.3788 0.456744 18.8031 0.456683 18.4481 0.811774L10.0002 9.25983L1.55191 0.811714C1.19694 0.456744 0.621303 0.456683 0.266273 0.811774C-0.0887576 1.1668 -0.0887576 1.74238 0.266273 2.09741L9.35742 11.1883C9.44184 11.2727 9.54205 11.3397 9.65235 11.3854C9.76264 11.431 9.88085 11.4545 10.0002 11.4545C10.1196 11.4545 10.2378 11.431 10.3481 11.3853C10.4584 11.3396 10.5586 11.2727 10.643 11.1883L19.7337 2.09735C20.0888 1.74238 20.0888 1.16674 19.7337 0.811714Z" fill="%233D50B6"/></svg>');
}

.officialSiteBanner-link[data-bs-toggle]:not(.collapsed):after {
  position: absolute;
  right: -20px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.7337 0.811714C19.3788 0.456744 18.8031 0.456683 18.4481 0.811774L10.0002 9.25983L1.55191 0.811714C1.19694 0.456744 0.621303 0.456683 0.266273 0.811774C-0.0887576 1.1668 -0.0887576 1.74238 0.266273 2.09741L9.35742 11.1883C9.44184 11.2727 9.54205 11.3397 9.65235 11.3854C9.76264 11.431 9.88085 11.4545 10.0002 11.4545C10.1196 11.4545 10.2378 11.431 10.3481 11.3853C10.4584 11.3396 10.5586 11.2727 10.643 11.1883L19.7337 2.09735C20.0888 1.74238 20.0888 1.16674 19.7337 0.811714Z" fill="%233D50B6"/></svg>');
  /* content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.7337 9.90262L10.6426 0.811715C10.5582 0.727283 10.458 0.660307 10.3477 0.614613C10.2374 0.56892 10.1191 0.545405 9.99974 0.54541C9.88036 0.545416 9.76214 0.568942 9.65184 0.614646C9.54155 0.66035 9.44134 0.727335 9.35694 0.811776L0.266273 9.90268C-0.0887576 10.2577 -0.0887576 10.8333 0.266273 11.1883C0.621242 11.5433 1.19688 11.5434 1.55191 11.1883L9.99979 2.74026L18.4481 11.1883C18.5324 11.2729 18.6326 11.3399 18.7429 11.3856C18.8533 11.4313 18.9715 11.4547 19.0909 11.4546C19.2104 11.4547 19.3286 11.4313 19.4389 11.3856C19.5493 11.3399 19.6495 11.2728 19.7338 11.1883C20.0888 10.8332 20.0888 10.2577 19.7337 9.90262Z" fill="%233D50B6"/></svg>'); */
}

.officialSite-body {
  display: flex;
  justify-content: space-between;
}

.officialSite-card {
  display: flex;
  gap: 8px;
}

.officialSite-span-mobile {
  display: none;
}

.officialSite-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dcdde5;
}

.officialSite-card-body {
  display: flex;
  flex-direction: column;
}

.officialSite-card-title {
  margin: 0;
  color: #353538;
  font-weight: 800;
}

.officialSite-card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.officialSite-card-link {
  position: relative;
  display: inline-block;
  color: #3d50b6;
  font-weight: 700;
  font-size: 14px;
}

.officialSite-card-link::after {
  content: url("/app/img/svg/arrowRightBlue.svg");
  position: absolute;
  top: 1.5px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .officialSiteBanner {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .officialSiteBanner-collapse span {
    display: none;
  }

  .officialSite-span-mobile {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #3D50B6;
    margin-top: 16px;
  }

  .officialSiteBanner-link[data-bs-toggle].collapsed:after {
    right: -5px;
    bottom: -13px;
  }

  .officialSiteBanner-link[data-bs-toggle]:not(.collapsed):after {
    right: -5px;
    bottom: -13px;
  }

  .officialSiteBanner .collapse::after {
    width: 90%;
    top: 10px;
  }

  .officialSite-body {
    flex-direction: column;
    gap: 16px;
  }

  .officialSite-card-body {
    gap: 4px;
  }

  .main-menu-wrapper {
    top: 30px;
  }
}

@media screen and (max-width: 423px) {
  .officialSiteBanner-title {
    font-size: 12px;
    align-items: center;
  }

  .officialSiteBanner .collapse::after {
    width: 90%;
    top: 10px;
  }

  .main-menu-wrapper {
    top: 36px;
  }

  .officialSiteBanner-link[data-bs-toggle].collapsed:after {
    right: -5px;
  }

  .officialSiteBanner-link[data-bs-toggle]:not(.collapsed):after {
    right: -5px;
  }
}

@media screen and (max-width: 375px) {
  .officialSiteBanner-title {
    font-size: 11px;
  }

  .main-menu-wrapper {
    top: 56px;
  }

  .officialSiteBanner-link[data-bs-toggle].collapsed:after {
    right: 5px;
  }

  .officialSiteBanner-link[data-bs-toggle]:not(.collapsed):after {
    right: 5px;
  }

}

@media screen and (max-width: 376px) and (min-width: 341px) {
  .main-menu-wrapper {
    top: 36px;
  }
}
