:root {
  --animate-duration: .1s;
}

body {
  font-family: "okmediafont-medium", Arial, sans-serif !important;
  overflow-x: hidden;
}


.owl-stage {
  padding-left: 0 !important;
}






.navbar {
  box-shadow: 0 2px 25px rgb(0 0 0 / 5%);
  z-index: 100;
}

.static-page-section-1-all {
  padding: 56px 0;
}

.static-page-section-1 {
  background: #f3f3f5;
  padding: 50px 141px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.static-page-section-1-left-side {
  width: 40%;
}

.static-page-section-1-left-side h3 {
  font-size: 16px;
  line-height: 24px;
}

.static-page-section-1-left-side h2 {
  font-size: 52px;
  line-height: 68px;
  font-family: "okmediafont-bold";
  padding: 70px 0 20px 0;
}

.static-page-section-1-left-side p {
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 30px;
}

.static-page-section-1-left-side button {
  padding: 17px 35px;
  border-radius: 12px;
  font-size: 18px;
  width: 100%;
  background-color: #23bc6a;
  color: #fff;
  border: 1px solid;
  transition: .2s;
  cursor: pointer;
  margin: 60px 0 0 0;
}

.static-page-section-1-right-side {
  width: 50%;
}

.static-page-timout {
  padding: 12px 16px;
  background: #000;
  max-width: 470px;
  border-radius: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 auto 40px auto;
}

.static-page-timeout-img {
  padding: 0 10px;
}

.cupp {
  width: 42px;
  margin-right: 10px;
}

.static-page-timeout-content {
  width: 85%;
}

.static-page-timeout-content h3 {
  color: #c2c2c2;
  font-size: 15px;
  line-height: 20px;
}

.static-page-timeout-content p {
  color: #c2c2c2;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.static-page-timeout-content p span {}

.static-page-section-1-right-side-img {
  text-align: center;
}

.static-page-section-1-right-side-img img {
  border-radius: 20px;
  max-width: 470px;
  height: 210px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width:1350px) {
  .static-page-section-1 {
    padding: 50px 31px;
  }
}

@media only screen and (max-width:992px) {


  .static-page-section-1 {
    background: #f3f3f5;
    padding: 30px 20px;
    border-radius: 20px;
    display: inherit;
  }

  .static-page-section-1-left-side {
    width: 100%;
  }

  .static-page-section-1-left-side h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .static-page-section-1-left-side h2 {
    font-size: 32px;
    line-height: 38px;
    padding: 20px 0 10px 0;
  }

  .static-page-section-1-left-side button {
    margin: 10px 0 25px 0;
  }

  .static-page-section-1-right-side {
    width: 100%;
    text-align: center;
  }

  .static-page-timout {
    padding: 12px 5px;
    min-width: inherit;
    border-radius: 20px;
    justify-content: start;
    align-items: flex-start;
    margin: 20px auto 40px auto;
  }

  .static-page-timeout-content {
    width: 100%;
  }

  .static-page-timeout-content h3,
  .static-page-timeout-content p {
    font-size: 14px;
    text-align: start;
  }

  .static-page-section-1-right-side-img img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    min-width: 180px;
  }
}

@media only screen and (max-width:400px) {
  .navbar {
    padding: 17px 14px;
  }
}







.static-page-section-3-all {
  padding: 56px 0;
}

.static-page-section-3-bg {
  padding: 70px;
  background: #f7f7f5;
  border-radius: 20px;
}

.static-page-section-3 {
  display: flex;
  justify-content: space-between;
}

.static-page-section-3-right-side {
  width: 100%;
}

.static-page-section-3-right-side {
  line-height: 22px;
}

.static-page-section-3-right-side h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "okmediafont-bold";
  padding: 0 0 10px 0;
}

.static-page-section-3-right-side p {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 30px 0;
  width: 100%;
}

.static-page-section-3-right-side button {
  padding: 17px 35px;
  border-radius: 12px;
  font-size: 18px;
  width: 100%;
  background-color: #23bc6a;
  color: #fff;
  border: 1px solid;
  transition: .2s;
  max-width: 300px;
  cursor: pointer;
  margin: 30px 0 0 0;
}


@media only screen and (max-width:1200px) {
  .static-page-section-3-bg {
    padding: 45px;
  }

  .static-page-section-3-right-side {
    width: 100%;
  }
}

@media only screen and (max-width:850px) {
  .static-page-section-3-bg {
    padding: 25px;
  }

  .static-page-section-3 {
    display: inherit;
  }

  .static-page-section-3-right-side {
    width: 100%;
  }

  .static-page-section-3-right-side h2 {
    font-size: 25px;
    line-height: 29px;
    font-family: "okmediafont-bold";
    padding: 0 0 10px 0;
  }

  .static-page-section-3-right-side p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    width: 100%;
  }
}

@media only screen and (max-width:300px) {
  .static-page-section-3-bg {
    padding: 10px;
  }
}






























.karyera-content {
  width: 60%;
  margin: 0 auto;
}

.xfvalues {
  padding: 10px 0;
}

.xfvalues h3 {
  font-size: 30px;
  padding: 20px 0;
}

.xfvalues ul li {
  padding: 0 0 10px 0;
}


@media only screen and (max-width:800px) {
  .karyera-content {
    width: inherit;
    margin: 0 auto;
  }
}





.order-2 {}

.container-musteriler {
  width: 80%;
  margin: 0 auto;
}

.musterilerinfikri-card {
  border: 1px solid #c5c5c5;
  padding: 20px 50px;
  border-radius: 30px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 900px;
}

.musterilerinfikri-card:nth-child(odd) {
  background: #f7f8fa;
  order: 2;
}

.musterilerinfikri-card:nth-child(even) {
  margin-left: auto;
}

.musteri-bg {
  margin: 20px 0 20px auto;
}

.musterilerinfikri-left-side {
  width: 40%;
  min-width: 260px;
  padding: 20px 0;
  text-align: center;
}

.musterilerinfikri-left-side-img img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  object-fit: cover;
}

.musterilerinfikri-left-side-about h3 {
  font-size: 16px;
  margin: 15px 0 10px;
  padding: 0 !important;
}

.musterilerinfikri-left-side-about h4 {
  font-size: 14px;
}

.musterilerinfikri-right-side p {
  font-size: 15px;

  line-height: 19px;
}

@media only screen and (max-width:1150px) {
  .musterilerinfikri-card {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
}

@media only screen and (max-width:950px) {

  .musterilerinfikri-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    justify-content: center;
  }

  .musterilerinfikri-left-side {
    width: 100%;
    min-width: 260px;
    text-align: center;
  }
}

@media only screen and (max-width:650px) {
  .container-musteriler {
    width: 100%;
    padding: 0 38px;
  }
}

@media only screen and (max-width:500px) {
  .musterilerinfikri-right-side p {
    font-size: 15px !important;

    line-height: 25px !important;
  }

  .musterilerinfikri-card {
    padding: 15px 30px;

  }
}






.contact-section {
  padding: 0 0 56px 0;
}

.clr p {
  color: #14b137;
  font-size: 18px;
}

.contact-bolder {
  font-family: okmediafont-bold;
}

.icon-color-black {
  color: #191919 !important;
}

.uf-alert-success {
  line-height: 23px;
}

.contact-parallax-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/2-elaqe.jpeg') center/cover fixed;
  height: 67vh;
  display: flex;
  justify-content: start;
  align-items: flex-end;
}

.parallax-bg-content {
  padding: 0 0 40px 0;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  height: 100%;
  color: #fff;
  font-size: 64px;

}

.conteact-desc {
  padding: 24px 0;
  font-size: 24px;
  color: #191919;
  max-width: 600px;
  line-height: 35px;
}

.contact-information {
  border-top: 1px solid #e4e4e4;
  padding: 40px 0;
  color: #191919;
}

.contact-information-content {
  display: flex;
  justify-content: stretch;
}

.contact-information-left-side {
  font-size: 24px;
  font-family: 'okmediafont-bold';
  color: #191919;
  width: 35%;
}

.contact-information-right-side {
  width: 65%;
}

.contact-information-right-side-card {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

.adress-contact {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  width: 75%;
}

.adress-info-contact {
  width: 70%;
}

.adress-contact p i {
  color: #f60c0b;
  margin-right: 20px;
}

.adress-info-contact p {
  margin: 8px 0 16px 0;
}

.adress-info-contact p:first-child {
  margin: 0 0 16px 0;
}

.adress-info-contact p a {
  color: #191919;
  transition: .4s;
}

.adress-info-contact p a:hover {
  opacity: 0.6;
}

.contact-form {
  padding: 40px 0;
}

.contact-information-right-side ul {
  margin: 13px 0;
}

.contact-form-flex {
  display: flex;
  justify-content: space-between;
}

.contact-form-flex li {
  width: 49%;
}

.ui-field__label-contact {
  position: relative;
  width: 100%;

}

.ui-field__input-contact {
  display: block;
  width: 100%;
  min-height: 58px;
  padding: 17px 18px 17px;
  border: 1px solid #19191933;
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  color: var(--text-main-color);
  font-size: 16px;
  font-family: inherit;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}

.ui-field__name-contact {
  position: absolute;
  top: 20px;
  left: 16px;
  color: var(--text-main-color);
  font-size: 14px;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: none;
}

.ui-field__input-contact:focus-visible {
  border-color: #d4d4dd;
  background-color: #fff;
  outline: 0;
}

.ui-field__input-contact:focus~.ui-field__name-contact,
.ui-field__input-contact:not(:focus):valid~.ui-field__name-contact {
  top: 7px;
  font-size: 10px;
  opacity: 1;
  left: 20px;
  color: #5c8eb5;
}

.contcat-button {
  border-radius: 4px !important;
}

.textarea-w100-contact {
  min-height: 160px;
}

.contact-button {
  width: inherit !important;
  display: inline-flex;
  justify-content: center;
  font-size: 15px;
  line-height: 16px;
  padding: 16px 32px;
  min-width: 220px;
  border-radius: 10px;
}

#map {
  height: 400px;
  overflow: hidden;
}

[class*="ground-pane"] {
  filter: grayscale(1);
}

@media only screen and (max-width:768px) {
  .contact-information-left-side {
    width: 100%;
  }

  .conteact-desc h3 {
    font-size: 24px;
  }

  .contact-information-content {
    display: inherit;
  }

  .contact-information-right-side {
    margin: 50px auto 0 0;
  }

  .adress-contact {
    display: inherit;
  }

  .adress-info-contact {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .adress-contact p i {
    margin: 0 10px 0 0;
  }

  .adress-contact p i.fa-location-dot {
    margin: 0 14px 0 0;
  }

  .contact-information-right-side {
    width: 100%;
  }

  .ui-field__input-contact {
    padding: 17px 20px;
  }

  .ui-field__name-contact {
    width: initial;
    left: 20px;
  }

  .ui-field__input-contact:focus~.ui-field__name-contact,
  .ui-field__input-contact:not(:focus):valid~.ui-field__name-contact {
    top: 7px;
    font-size: 10px;
    opacity: 1;
    left: 20px;
    color: #5c8eb5;
  }

  .contact-information-right-side {
    margin: 20px 0 0 0;
  }

  .contact-information {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
    color: #191919;
  }

  .contact-form {
    padding: 0;
  }
}

@media only screen and (max-width:370px) {
  .contact-button {
    min-width: inherit;
  }

  .parallax-bg-content h2 {
    font-size: 45px;
  }

  .contact-information-right-side ul {
    margin: 7px 0;
  }

  .ui-field__name-contact {
    left: 10px;
  }

  .conteact-desc h3 {
    font-size: 17px;
    line-height: 21px;
  }
}










.no {
  display: none;
  opacity: 0;
}

.smooth-portfolio {
  font-size: 19px;
  animation-name: portfolio-smooth;
  animation-duration: 0.41s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  transform: rotateZ(0deg);
  transition: 1s;
  opacity: 0;


}

@keyframes portfolio-smooth {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.all-portfolio-section-static {
  padding: 56px 0;
}

.portfolio-section-2 {
  display: flex;
  flex-wrap: wrap;

}

.portfolio-card-1 {
  width: 47%;
  margin: 20px 10px;
  min-width: 400px;
  transition: .4s;
}

.portfolio-swi-photo img {
  width: 100%;
  object-position: top;
  height: 330px;
  object-fit: cover
}

@media only screen and (max-width:1280px) {
  .portfolio-swi-photo img {
    height: 250px;
  }
}

@media only screen and (max-width:1140px) {
  .portfolio-swi-photo img {
    height: 170px;
  }
}

@media only screen and (max-width:800px) {
  .portfolio-swi-photo img {
    height: 170px;
  }
}

@media only screen and (max-width:500px) {
  .portfolio-swi-photo img {
    height: 200px;
  }
}

@media only screen and (max-width:400px) {
  .portfolio-swi-photo img {
    height: 140px;
  }
}

.portfolio-swi-all-photo {
  background: #f7f7f5;
  border-radius: 20px;
  padding: 18px;
}

.portfolio-swi-photo img {
  border-radius: 0 0 10px 10px;
}

.static-page-section-3-bg h3 {
  font-size: 25px;
  padding: 0 0 20px 0;
}

.static-page-section-3-bg p {
  font-size: 17px;
  line-height: 28px;
}

.swi-all a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 16px;
  z-index: 3;
  color: #fff;
  background-color: #00000085;
  display: flex;
  transition: .3s;
}

.showmore {
  text-align: center;
}

.showmorebutton {
  padding: 17px 35px;
  border-radius: 12px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #000f1e33;
  color: #000;
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  transition: .2s;
  cursor: pointer;
  margin: 20px 0;
}

.showmorebutton:hover {
  background: #000f1e1a;
  border-color: #000f1e33;
}

.showmorebutton svg {
  width: 18px;
  height: 18px;
  object-fit: cover;
}

@media only screen and (max-width:1170px) {
  .portfolio-card-1 {
    width: 45%;
    margin: 20px 10px;
    min-width: 300px;
  }

  .portfolio-swi-all-photo {
    padding: 12px;
  }
}

@media only screen and (max-width:992px) {
  .portfolio-card-1 {
    width: 47%;
    margin: 20px 10px;
    min-width: 300px;
  }

  .portfolio-swi-all-photo {
    background: #f7f7f5;
    border-radius: 20px;
    padding: 15px;
  }
}

@media only screen and (max-width:760px) {
  .portfolio-card-1 {
    width: 100%;
    margin: 20px 10px;
    min-width: inherit;
  }

  .portfolio-swi-all-photo {
    background: #f7f7f5;
    border-radius: 20px;
    padding: 20px;
  }

  .showmorebutton {
    padding: 11px 35px;
    font-size: 16px;
  }
}

@media only screen and (max-width:400px) {
  .portfolio-swi-all-photo {
    background: #f7f7f5;
    border-radius: 15px;
    padding: 10px;
  }

  showmorebutton {
    position: absolute;
    bottom: 10%;
    left: 10%;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 16px;
    z-index: 3;
    color: #fff;
    background-color: #00000085;
    display: flex;
    transition: .3s;
  }

  .showmorebutton {
    padding: 9px 35px;
    font-size: 13px;
  }

}













a {
  cursor: pointer !important;
}

.hide-swiper-slide {
  display: none !important;
}

.mycontainer {
  padding: 0 65px;
}

.mycontainer-swi {}

section {}

.hiddened-swiper-slide {
  display: none !important;
}

@media only screen and (max-width:1100px) {
  .mycontainer {
    padding: 0 44px;
  }
}

@media only screen and (max-width:800px) {
  .mycontainer {
    padding: 0 34px;
  }
}

@media only screen and (max-width: 550px) {
  .mycontainer {
    padding: 0 24px;
  }
}

@media only screen and (max-width:350px) {
  .mycontainer {
    padding: 0 14px;
  }
}

nav {
  height: 114px;
  width: 100%;
}

@media only screen and (max-width:992px) {
  nav {
    height: 94px;
  }
}

.animated-navbar-fixed {
  position: absolute;




  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 25px rgb(0 0 0 / 5%);
  background-color: rgba(255, 255, 255, 1);
}









.navbar {
  padding: 27px 60px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.navbar-1 {
  display: flex;


  align-items: center;
}

.logo {
  margin-right: 32px;
}

.logo img {
  width: 215px;
}

.nav {}

.nav ul {
  display: flex;
  justify-content: center;

  align-items: center;
}

.nav ul a {
  display: block;
  color: #6b6e79;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.2s;
  padding: 8px 16px 10px;
  margin: 0 3px;
  border-radius: 10px;
  border: 3px solid transparent;
}

.nav ul a:hover {
  color: #000;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown span {
  color: #8f93a3;
  font-size: 16px;
  line-height: 22px;
  font-family: 'okmediafont-bold';
  margin: 3px;
  transition: all 0.2s;
  padding: 10px 16px 10px;
  border-radius: 10px;
  border: 3px solid transparent;
  cursor: pointer;
}

.dropdown span:hover {
  color: #000;
}

.dropdown-content {

  opacity: 0;
  display: none;
  position: absolute;
  box-shadow: 0 2px 4px rgb(45 75 162 / 2%), 0 6px 24px rgb(45 75 162 / 12%);
  border-radius: 8px;
  transition: all 0.2s;



  background-color: #fff;
  padding: 12px 5px;
  margin: 0px 0;
  z-index: 3;
}

.dropdown-content a {
  white-space: nowrap
}

.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}

.navbar-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.nav-icons {
  margin: 0 15px 0 0;
}

.nav-icons a i {
  cursor: pointer;
  color: #000;
}

.nav-elaqe {

  display: flex;
  justify-content: space-around;
}

.nav-elaqe a {
  background-color: #eff0f5;
  color: #000;
  padding: 13px 16px 13px;
  border-radius: 10px;
  margin: 0 15px 0 0;
  transition: all 0.2s;
  ;
  font-size: 16px;
  align-items: center;
  display: flex;

}

.nav-elaqe a:last-child {
  margin: 0;
}

.nav-elaqe a:hover {
  background-color: #d4d4dd;
}

.btn {
  background-color: #eff0f5;
  color: #000;
  padding: 13px 16px 13px;
  border-radius: 10px;
  font-family: 'okmediafont-bold';
  transition: all 0.2s;
  font-size: 16px;
  cursor: pointer;
  outline: none !important;
  border: none !important;

}

.btn:hover {
  background-color: #d4d4dd !important;
  color: #000 !important;
}

.hamburger-menu {
  display: none;
}

#nav-icon1 {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow: hidden;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
  width: 60%;
}

#nav-icon1.open span:nth-child(1) {
  opacity: 0.3;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0.3;
}

#nav-icon1.open span:nth-child(3) {
  opacity: 0.3;
}


.all-hamburger-content {
  display: none;
}


.notafication {
  position: relative;
  display: inline-block;
  padding: 0 1px;
  width: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.notafi-icon {}

.notafi-icon i {
  font-size: 19px;
  animation-name: bildiris;
  animation-duration: 2.2s;
  animation-delay: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  transform: rotateZ(0deg);


}

@keyframes bildiris {
  0% {
    transform: rotateZ(0deg);
  }

  5% {
    transform: rotateZ(45deg);
  }

  10% {
    transform: rotateZ(-45deg);
  }

  15% {
    transform: rotateZ(45deg);
  }

  20% {
    transform: rotateZ(-45deg);
  }

  25% {
    transform: rotateZ(0deg);
  }

  30% {
    transform: rotateZ(0deg);
  }

  35% {
    transform: rotateZ(0deg);
  }

  40% {
    transform: rotateZ(0deg);
  }

  45% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  55% {
    transform: rotateZ(0deg);
  }

  60% {
    transform: rotateZ(0deg);
  }
}

.notafication-number {
  position: absolute;
  right: -6px;
  top: 13px;
  z-index: 10;
  display: flex;

  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  visibility: hidden;
  background: #ff0b2e;
  color: #fff;
  padding: 2px 5px;
  animation-name: bildirisNumber;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bildirisNumber {
  0% {
    visibility: hidden;
  }

  10% {
    visibility: visible;
  }

  20% {
    display: block;
  }

  30% {
    display: block;
  }

  40% {
    display: block;
  }

  50% {
    display: block;
  }

  100% {
    display: block;
  }
}

.notafication-content {
  display: none;
  position: absolute;
  box-shadow: 0 2px 4px rgb(45 75 162 / 2%), 0 6px 24px rgb(45 75 162 / 12%);
  border-radius: 8px;
  transition: all 0.2s;


  min-width: 286px;
  background-color: #fff;
  margin: 0px 0;
  z-index: 3;
  top: 60px;
  overflow: hidden;
}

.notafi-content-all {
  border-bottom: 1px solid #e6e7e8;
}

.notafi-content-all:last-child {
  border: none;
}

.notafi-card {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  transition: .4s;
}

.notafi-card:hover {
  background-color: #eee;
}

.notafi-card-text {
  padding-left: 11px;
}

.notafi-card-text a {
  display: inline !important;
}

.notafi-card-text h3 {
  font-size: 14px;
  padding: 0 0 3px 0;
  font-family: "okmediafont-bold";
}

.notafi-card-text p {
  font-size: 12px;
  line-height: 17px;
}

.notafi-card-img img {
  border-radius: 10px;
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.nav-icons a {
  display: none;
}

@media only screen and (max-width: 1259px) {
  .logo {
    margin-right: 25px;
  }

  .logo img {
    width: 195px;
  }

  .btn {
    font-size: 14px;
  }

  .nav-elaqe a {
    font-size: 14px;
  }

  .nav ul a {
    font-size: 14px;

    padding: 0 4px;
  }

  .dropdown span {

    padding: 0 4px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .nav {
    display: none;
  }

  .nav-elaqe {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .all-hamburger-content {
    display: block;
  }

  .navbar {

    position: fixed;
    z-index: 3;
    background-color: #fff;
    align-items: center;
    width: 100%;
    padding: 17px 25px;
    box-shadow: 0 2px 25px rgb(0 0 0 / 5%);
  }

  .all-section-with-hamburger {
    position: relative;
  }

  .logo {
    margin: 0 0 0 16%;
  }

  .logo img {
    width: 180px;
  }

  .hamburger-content {
    position: fixed;
    z-index: 2;
    padding: 8px 20px;
    background-color: #fff;
    width: 100%;

    display: none;
    top: 81px;
  }

  .hamburger-elaqe {
    margin: 42px 0;
  }

  .hamburger-elaqe a {
    background-color: #eff0f5;
    color: #000;
    padding: 16px 16px 18px;
    border-radius: 10px;
    font-family: 'okmediafont-bold';
    transition: all 0.2s;
    font-size: 16px;
    margin: 15px 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .hamburger-elaqe a:nth-last-of-type(1) {
    background: #23bc6a;
    color: #fff;
  }

  .hamburger-elaqe a:nth-last-of-type(1):hover {
    background: #000 !important;
    color: #fff !important;
  }

  .hamburger-elaqe a:hover {
    background-color: #d4d4dd !important;
    color: #000 !important;
  }

  .hamburger-content ul {
    margin: 42px 0;
  }

  .hamburger-content ul li,
  .accordion-body li {
    line-height: 26px;
    padding: 9px 0 11px;
  }

  .hamburger-content ul li a,
  .accordion-body li a {
    font-size: 20px;
    width: 100%;
    display: inline-block;
    color: #000;
  }

  .accordion-body li {
    margin-left: 25px;
  }

  .hamburger-content ul li button {
    font-size: 20px;
    color: #000;
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .hamburger-accordi {
    display: none;
  }

  .accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,
      background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: inherit !important;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: inherit !important;
    --bs-accordion-btn-icon: url(data:image/svg + xml,%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-focus-border-color: #000000;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: rgb(0, 0, 0);
    --bs-accordion-active-bg: #e7f1ff00;
  }

  .accordion-body {
    padding: 5px 0 15px 0;
  }

  .hamburger-modal {
    margin: 42px 0;
    width: 100%;
    text-align: center;
    padding: 12px 16px 14px;
    border-radius: 10px;
    font-family: 'okmediafont-bold';
    transition: all 0.2s;
    font-size: 16px;
    cursor: pointer;
  }

  .notafication-content {
    min-width: 226px;
    left: -100px;
    top: 50px;
  }

  .nav-icons {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .nav-icons a {
    padding: 12px 16px;
    border-radius: 9px;
    font-size: 16px;

    margin-left: 15px;
    background-color: #23bc6a;
    color: #fff;
    border: 1px solid;
    transition: .2s;
    display: inline;
    height: fit-content;
    cursor: pointer;
  }
}

@media only screen and (max-width:600px) {
  .nav-icons a {
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 14px;

    margin-left: 15px;
    background-color: #23bc6a;
    color: #fff;
    border: 1px solid;
    transition: .2s;
    display: inline;
    cursor: pointer;
  }
}

@media only screen and (max-width:430px) {
  .nav-icons {
    margin: 0;
  }

  .logo {
    margin: 0 0 0 10%;
  }

  .logo img {
    width: 160px;
  }

  .nav-icons a {
    padding: 15px 13px;
    font-size: 12px;
  }

}

@media only screen and (max-width:350px) {
  .navbar {
    padding: 17px 5px;
  }

  .nav-icons a {
    padding: 10px;
    border-radius: 7px;
    font-size: 12px;

    margin-left: 15px;
  }

  .nav-icons {
    justify-content: end;
  }

  .logo img {
    width: 140px;
    min-width: 130px;
  }

  .notafication {
    margin: 0 7px 0 0;
  }

  .notafication-content {
    min-width: 220px;
    left: -70px;
  }
}


.section-1 {
  z-index: 1;
  background: linear-gradient(76.6deg, #1b1b1b 0, #3f3f3f 100%);
  background: linear-gradient(76.6deg, #6e17d7 0, #2b2379 100%);
  background: linear-gradient(76.7deg, #6e17d7 0, #5b7ad1 100%);
  background: linear-gradient(76.6deg, #393939 0, #000000 100%);
  width: 100%;
  padding: 93px 0;
}

.section-1-head h2 {
  font-style: normal;
  font-family: 'okmediafont-bold';
  font-size: 64px;
  margin-bottom: 24px;
  max-width: 1000px;
  text-align: center;
  font-family: "okmediafont-bold";
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.section-1-head p {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 56px auto;
  font-style: normal;
  font-family: "okmediafont-regular";
  font-family: 'okmediafont-regular';
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
}

.section-1-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: 0 auto;
  align-items: center;
  gap: 5px 20px;
}

.imgs-5,
.imgs-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  justify-content: center;
}

.imgs-3 {
  justify-content: space-evenly;
  gap: 30px;
}

.section-1-card {
  margin: 0 0 10px 0;
}

.section-1-card div {
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
  margin: 8px 6px;
  width: 218px;
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  height: 100%;
  min-width: 200px;
  min-height: 70px;
  justify-content: center;
}

.section-1-card div img {
  object-fit: contain;

  max-width: 110px;
}

.card-tr-bg {
  background-color: transparent;
  box-shadow: inherit !important;
  width: 70px !important;
}

.card-tr-bg img {
  width: 80% !important;
}

.cbc-logo img {

  width: 53px;
}

.bx-none {
  box-shadow: none !important;
}

.bg-wht {
  background-color: #fff;
}

.js-spbt {
  justify-content: space-between !important;
}

.rt-1 {
  transform: rotate(2.5deg);
}

.rt-2 {
  transform: rotate(-2.5deg);
}

.rt-3 {
  transform: rotate(2.5deg);
}

.rt-4 {
  transform: rotate(-2.5deg);
}


@media only screen and (max-width:1198px) {
  .section-1-content {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;

  }
}

@media only screen and (max-width:1100px) {
  .section-1-content {
    display: flex;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto;

    align-items: center;

  }
}

@media only screen and (max-width:877px) {
  .section-1 {
    padding-top: inherit;
    padding-bottom: inherit;
    padding: 65px 0;
  }

  .section-1-all-content {
    max-width: 435px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .section-1-head h2 {
    font-size: 36px;
    line-height: 39px;
  }

  .section-1-head p {
    font-size: 17px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .section-1-content {
    gap: 2px;
    width: 100%;
    flex-wrap: wrap-reverse;
  }

  .imgs-5 {
    gap: 10px;
    width: 400px;
  }

  .imgs-3 {
    gap: 10px;
  }

  .img-3 .section-1-card div {
    min-height: 105px;
  }

  .section-1-card div {
    min-width: 90px;
    max-width: 96px;

  }

  .section-1-card div img {
    width: 100%;
    max-height: 60px;
  }
}

@media only screen and (max-width:420px) {
  .imgs-5 {
    gap: 10px;
    width: 335px;
  }
}

@media only screen and (max-width:350px) {
  .section-1-all-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
}


.section-2 {
  background-color: #fdeeee;

  margin: 56px auto 0 auto;
  border-radius: 56px;
  min-height: 50vh;
  padding: 56px 0;
  display: flex;
  align-items: center;
  --block-bg: linear-gradient(201.52deg, rgba(255, 129, 51, 0.1) 0%, rgba(222, 93, 14, 0.1) 100%);
}

.section-2::before {
  background: var(--block-bg, rgba(140, 140, 140, .3));
  content: "";
}

.section-2-cards {
  margin: 45px auto 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-grow: 2;

}

.section-2-card {
  width: 230px;
  margin: 28px 25px;

}

.section-2-card-img {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ok-sec-2.svg");
  margin: 0 16px 24px 0;


}

.section-2-card-img img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.section-2-card-content h2 {
  font-style: normal;
  font-family: 'okmediafont-bold';
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "okmediafont-bold";
}

.section-2-card-content p {
  font-style: normal;
  font-family: 'okmediafont-regular';
  font-size: 18px;
  color: #2f2c2c;
  line-height: 1.44;
  font-family: "okmediafont-medium";
}

@media only screen and (max-width:1310px) {
  .section-2 {
    width: 100%;
  }
}

@media only screen and (max-width:877px) {
  .section-2 {

    padding: 0;
  }

  .section-2-cards {
    margin: 0 auto;
  }

  .section-2-card {
    display: flex;
    align-items: center;
    width: 49%;
  }

  .section-2-card-img {
    background-repeat: no-repeat;
    background: #000;
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 33px;
    margin: 0 16px 0 0;
  }
}

@media only screen and (max-width:620px) {
  .section-2-card {
    display: block;
  }

  .section-2-card-img {
    margin: 0 16px 24px 0;
  }
}

@media only screen and (max-width:557px) {
  .section-2 {
    width: 100%;
  }

  .section-2-card {
    width: 100%;
  }
}


.section-3 {
  padding: 56px 0;
}

.section-3-head {
  width: 100%;
  display: flex;
  gap: 30px;
  background-color: #F7F7F5;
  border-radius: 12px;
  padding: 36px 48px;
}

.section-3-head h2 {
  font-size: 18px;
  line-height: 28px;
}

.section-3-cards {
  display: flex;
  padding: 56px 0;
}

.section-3-card-1 {
  text-align: start;
}

.section-3-card-1 h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "okmediafont-bold";
  margin-bottom: 8px;
}

.section-3-card-1 p {
  font-size: 18px;
  line-height: 28px;
  color: #040404;
  width: 90%;
}

@media only screen and (max-width:1200px) {
  .section-3 {
    width: 100%;
  }
}

@media only screen and (max-width:1024px) {
  .section-3 {
    width: 100%;
  }

  .section-3-head h2 {
    font-size: 16px;
  }

  .section-3-card-1 h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .section-3-card-1 p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width:768px) {
  .section-3 {
    width: inherit;
    padding: 56px 20px;
  }

  .section-3-head {
    flex-wrap: wrap;
    gap: 15px;
  }

  .section-3-head-img img {
    width: 48px;
    height: 48px;
  }

  .section-3-cards {
    display: block;
  }

  .section-3-card-1 {
    margin-bottom: 32px;
  }

  .section-3-head h2 {
    font-size: 16px;
    line-height: 24px;
  }
}


.section-4 {
  padding: 0 0px 56px 0px;
}

.section-4-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-4-card-1,
.section-4-card-2 {
  width: 300px;
  min-height: 270px;
  padding: 35px;
  color: #000;
  margin: 30px 24px 30px 0;
  border-radius: 32px;
}

.section-4-card-1:hover,
.section-4-card-2:hover {
  transform: translateY(-15px) !important;
  color: #000;
}

.section-4-card-1 {
  background-image: linear-gradient(180deg, #e9ffd4, #ffded6);
}

.section-4-card-2 {
  background-image: linear-gradient(180deg, #dbd4ff, #ffded6);
}

.section-4-card-img {
  text-align: end;
}

.section-4-card-img img {
  height: 108px;
  max-width: 100%;
  margin: -73px 0 0 0;
}

.section-4-card-content {
  padding-top: 40px;
}

.section-4-card-content h2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "okmediafont-medium";
}

.section-4-card-content p {
  font: 15px "okmediafont-regular";
  color: #191816;
  line-height: 1.2;
}

@media only screen and (max-width:1450px) {

  .section-4-card-1,
  .section-4-card-2 {
    min-width: 260px;
    width: 290px;
    margin: 30px 5px 30px 0;
  }
}

@media only screen and (max-width:1350px) {

  .section-4-card-1,
  .section-4-card-2 {
    min-width: 240px;
    width: 23%;
    margin: 30px 10px 30px 0;
  }
}

@media only screen and (max-width:1300px) {

  .section-4-card-1,
  .section-4-card-2 {
    width: 23%;
    margin: 30px 10px 30px 0;
  }
}

@media only screen and (max-width:1210px) {

  .section-4-card-1,
  .section-4-card-2 {
    width: 32%;
    margin: 30px 10px 30px 0;
  }
}

@media only screen and (max-width:1055px) {
  .section-4-cards {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 900px) {

  .section-4-card-1,
  .section-4-card-2 {
    min-width: 240px;
    width: 42%;
    margin: 30px 10px 30px 0;
  }
}

@media only screen and (max-width:742px) {
  .section-4-cards {
    justify-content: space-between;
  }

  .section-4-card-content {
    padding-top: 15px;
  }

  .section-4-card-1,
  .section-4-card-2 {
    min-width: 230px;
    width: 45%;
    margin-right: 0;
    margin: 30px 0px;
  }

  .section-4-card-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .section-4-card-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width:600px) {
  .section-4-cards {
    justify-content: center;
  }

  .section-4-card-1,
  .section-4-card-2 {
    width: 100%;
  }
}


.section-5 {
  padding: 0 0px 56px 0px;
}

.section-5-all-head {}

.section-5-head h2 {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 56px;
  line-height: 64px;
  font-family: 'okmediafont-bold';
  white-space: normal;
}

.section-5-buttons,
.section-5-buttons2 {
  margin-top: 32px;

}

.section-5-buttons ul,
.section-5-buttons2 ul {
  display: flex;
  flex-wrap: wrap;
}

.section-5-button-bg {
  background-color: #191816 !important;
  color: #fff !important;
}

.section-5-buttons ul li,
.section-5-buttons2 ul li,
.changed-bg {
  border: 1px solid #eff0f5 !important;
  border-radius: 66px;
  background-color: #fff;
  padding: 11px 20px !important;
  text-decoration: none;
  margin: 10px 15px 10px 0;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-size: 17px;

  line-height: 24px;
}

.section-5-buttons ul li:hover,
.section-5-buttons2 ul li:hover {
  background-color: #eff0f5;
}

.section-5-content {
  padding: 56px 0 0 0;
}

.centered-slide {
  text-align: center !important;
}

.slider-1-12 {
  visibility: hidden;
  transition: .15s;
}

.slider-1-last {

  transition: .15s;
}

.swi-all-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;


  padding: 30px;
  overflow: hidden;
}

.swi-all {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}






.swi-bar img {
  max-height: 27px;
  object-fit: cover;
  width: 100%;
}

.swi-photo img {
  width: 100%;
  height: 385px;
  border-radius: 0 0 10px 10px;
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width:800px) {
  .swi-photo img {
    height: 300px;
  }

  .section-5-content {
    padding: 0;
  }
}

.swi-all a {
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  z-index: 3;
  color: #fff;
  background-color: #00000085;
  display: flex;
  transition: .3s;
}

.swi-all a img {
  width: 18px;
  margin-left: 10px;
}

.swi-all a:hover {
  background: rgb(58, 58, 58);
  color: #fff;
  border-color: rgb(56, 56, 56);
}

.section-5-navigation {
  opacity: 0.3;
}

.section-5-buttons-2 {
  display: none;
}

@media only screen and (max-width:1243px) {
  .okmedia-search-bar {
    object-fit: contain !important;
  }

  .swi-bar {}

  .swi-photo {
    height: 92%;
  }
}

@media only screen and (max-width:1050px) {
  .swi-all-photo {
    height: 400px;
    min-height: 400px;
  }

  .okmedia-search-bar {
    top: -5px;
  }

  .swi-bar {}

  .swi-photo {
    height: 94%;
  }

}

@media only screen and (max-width:993px) {
  .okmedia-search-bar {
    object-fit: cover !important;
  }

  .section-5-buttons,
  .section-5-buttons2 {
    margin: 30px 30px 0 0px;
    gap: 15px;
  }

  .section-5-content {
    padding: 30px 0;
  }

  .section-5-head h2 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width:913px) {

  .section-5-head h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .section-5-content {
    padding: 25px 0;
  }
}

@media only screen and (max-width:800px) {

  .section-5-buttons ul,
  .section-5-buttons2 ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .section-5-content {
    padding: 15px 0;
  }

  .section-5-buttons,
  .section-5-buttons2 {
    display: none;
  }

  .section-5-buttons-2 {
    display: block;
    padding: 15px 0 0 0;
  }

  .section-5-navigation {
    display: none !important;
  }

  .section-5-head h2 {
    font-size: 30px;
    margin: 15px 0;
    line-height: 32px;

  }

  .section-5-buttons ul li,
  .item {
    background-color: #fff;
    padding: 11px 0px !important;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 15px 0 0;
    color: #000;
    text-align: center;
    font-size: 14px;
  }

  .owl-nav {
    display: none;
  }

  .okmedia-search-bar {
    object-fit: contain !important;
  }

  .swi-all-photo {
    height: inherit;
    min-height: inherit;
  }

  .swi-photo {
    height: inherit;
  }

  .swi-all a {

    width: fit-content;
    margin-top: 10px;


  }
}

@media only screen and (max-width:650px) {
  .okmedia-search-bar {
    object-fit: contain !important;
  }

  .swi-bar {}

  .swi-all-photo {
    padding: 14px;
  }

}

@media only screen and (max-width:540px) {
  .swi-head {
    display: block;
  }

  .swi-all-photo {
    padding: 14px;
  }

  .swi-head-content span {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    text-align: start;
    width: 100%;
    margin: 15px 0;
  }
}

@media only screen and (max-width:390px) {

  .section-5-buttons ul li,
  .item {
    font-size: 12px;
    margin: 0 8px 0 0;
  }
}



.section-6 {
  padding: 0 0px 56px 0px;
}

.section-6-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.section-6-head h1 {
  margin: 0 0 24px;
  max-width: 1076px;
  font-size: 56px;
  line-height: 64px;
  font-family: 'okmediafont-bold';
}

.section-6-head p {
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 20px 0;
  max-width: 1076px;
}

.section-6-head-link a i {
  margin-left: 10px;
  transition: 0.2s;
}

.section-6-head-link:hover i {
  margin-left: 15px;
}

.section-6-head-link a {
  font-size: 16px;
  line-height: 22px;
  color: #6654d9;
  transition: .2s;
  width: 130px;
  display: inline-block;
}

.section-6-cards {
  padding: 56px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}

.section-6-card {
  width: 420px;
  min-width: 386px;
  display: block;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #d4d4dd;
  border-radius: 16px;
  transition: all .2s ease-in-out;
}

.section-6-card:hover {
  border: 1px solid #ededed;
}

.section-6-card-img img {
  width: 4em;
  margin-bottom: 24px;
}

.section-6-card-content h3 {
  line-height: 1.3em;
  font-size: 14px;
  margin-bottom: 16px;
  color: #383838;
}

.section-6-card-content h2 {
  line-height: 1.3em;
  font-size: 24px;
  color: #383838;
  font-family: "okmediafont-bold";
  margin-bottom: 20px;
}

.section-6-card-content p {
  display: inline-flex;
  color: #373a49;
  background-color: #f4f5fa;
  margin-right: 8px;
  align-items: center;
  vertical-align: middle;
  width: fit-content;

  padding: 7px 16px;
  margin-bottom: 8px;
  border-radius: 16px;
  font-family: 'okmediafont-regular';
  font-size: 14px;
  line-height: 18px;

}


@media only screen and (max-width:1470px) {

  .section-6-cards {
    gap: 15px;
  }

  .section-6-card {
    width: 32%;
    min-width: 370px;
    display: block;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #d4d4dd;
    border-radius: 16px;
    transition: all .2s ease-in-out;
  }
}

@media only screen and (max-width:1350px) {

  .section-6-cards {
    gap: 10px;
  }

  .section-6-card {
    min-width: 320px;
  }
}

@media only screen and (max-width:1200px) {

  .section-6-cards {
    gap: 10px;
  }

  .section-6-card {
    width: 48%;
    min-width: 260px;
  }
}

@media only screen and (max-width:1024px) {
  .section-6-cards {
    justify-content: space-between;
    gap: 25px;
  }

  .section-6-card {
    width: 48%;
    min-width: 260px;
  }
}

@media only screen and (max-width:740px) {
  .section-6-cards {
    justify-content: space-between;
    gap: 25px;

  }

  .section-6-head h1 {
    margin: 0 0 24px;
    max-width: 1076px;
    font-size: 25px;
    line-height: 30px;
  }

  .section-6-head p {
    font-size: 17px;
    line-height: 23px;
    max-width: 1076px;
    margin: 0 0 30px 0;
  }

  .section {
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
  }

  .section-6-card {
    width: 450px;
    min-width: 100%;
  }
}

@media only screen and (max-width:320px) {
  .section-6-head {
    display: inherit;
  }
}


.section-7-all {
  padding: 0 0px 56px 0px;
}

.section-7 {
  background: #272727;
  border-radius: 20px;
  padding: 100px 0px;
}

.section-7-head h2 {
  font-size: 32px;
  color: #fff;

  line-height: 40px;
  margin-left: calc(3% + 40px);
  margin-bottom: 36px;

}

.section-7-card-all-content {}

.section-7-card {
  background-color: #353535;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  padding: 28px 20px 29px 20px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

}

.section-7-card-head-all {
  display: flex;
}

.section-7-card-head-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 24px 15px 0;
}

.section-7-card-head-content h2 {
  font-size: 20px;
  line-height: 26px;
  text-align: start;
  margin: 0 0 7px 0;
  color: #fff;
}

.section-7-card-head-content p {
  font-size: 14px;
  line-height: 15px;

  min-height: 45px;
  color: #9d9b98;
  text-align: start;
}

.section-7-card-content {
  text-align: start;
}

.section-7-card-content p {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  color: #fff;
  min-height: 110px;
  font-family: "okmediafont-regular";
}

.mrg-30 {
  margin: 40px auto 0;
}

@media only screen and (max-width:900px) {
  .section-7-card {
    padding: 10px;
  }
}

@media only screen and (max-width:750px) {
  .section-7 {
    padding: 56px 0px 56px 20px;
  }

  .section-7-card {
    overflow: hidden;
  }

  .sec-7-card {
    padding: 20px;
  }

  .section-7-head h2 {
    margin-left: 0;
  }

  .section-7-card-content p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media only screen and (max-width:450px) {
  .section-7-card-head-all {
    display: inherit;
    gap: 20px;
  }

  .section-7 {
    padding: 30px 0px 30px 17px;
  }

  .section-7-card-head-content h2 {
    font-size: 18px;
  }

  .section-7-head h2 {
    padding: 0 17px 0 0;
  }

  .sec-7-card {
    padding: 8px;
  }
}

@media only screen and (max-width:350px) {
  .section-7-card-content p {
    -webkit-line-clamp: 3;
    line-height: 21px;
  }
}


.section-8 {
  padding: 56px 0px;
  display: flex;
}

.section-8-bg {
  background-color: #F7F7F5;
  border-radius: 10px;
  padding: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-8-left-side {
  width: 49%;
}

.section-8-left-side-head h2,
.section-8-left-side-head-none h2 {
  font-size: 52px;
  line-height: 60px;
  font-family: "okmediafont-medium";
  margin-bottom: 40px;
  max-width: 600px;
}

.section-8-left-side-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-8-lfsd-card-img {
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 20px;
  margin: 0 0 20px 0;
  background-color: #fff;
}

.sc-8-lfsd-card-img img {
  width: 35px;
  object-fit: contain !important;
  height: 35px;
}

.section-8-left-side-card {
  width: 47%;
}

.section-8-left-side-card p {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.section-8-right-side {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-8-right-side img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.section-8-right-side p {
  width: 80%;
  padding-top: 20px;
  margin: 0 auto;
  line-height: 22px;
  text-align: center;
}

.section-8-left-side-head-none {
  display: none;
}

@media only screen and (max-width:1100px) {
  .section-8-left-side-head-none {
    display: block;
    width: 100%;
  }

  .section-8-bg {
    flex-wrap: wrap;
  }

  .section-8-left-side-head {
    display: none;
  }

  .section-8-left-side-cards {
    display: inherit;
  }

  .section-8-left-side-card {
    width: 100%;
    margin: 40px 0;
  }

  .section-8-right-side {
    text-align: center;
  }

  .section-8-right-side img {
    width: 100%;
  }

  .section-8-right-side p {
    margin-top: 24px;
    width: 100%;
  }
}

@media only screen and (max-width:1008px) {
  .section-8-bg {
    display: inherit;
    padding: 20px 6px;
  }

  .section-8-left-side {
    width: 100%;
  }

  .section-8-left-side-head h2,
  .section-8-left-side-head-none h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto 20px;
    font-family: "okmediafont-regular";
    max-width: 600px;
    width: 90%;

  }

  .section-8-left-side-card p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }

  .section-8-left-side-cards {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }

  .section-8-left-side-card {
    width: 47%;
    margin: 40px 0;
  }

  .section-8-right-side {
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
  }

  .section-8-right-side img {
    width: 60%;
    margin: 0 auto;
    object-fit: contain;
    height: inherit;
  }

  .section-8-right-side p {
    margin: 20px auto;
    width: 55%;
    text-align: center;
  }
}

@media only screen and (max-width:800px) {
  .section-8-right-side img {
    width: 60%;
    margin: 0 auto;
    min-width: 350px;
    object-fit: contain;
    height: inherit;
  }

  .section-8-left-side-head h2,
  .section-8-left-side-head-none h2 {
    line-height: 40px;
    font-size: 32px;
    margin: 25px auto 20px;
    max-width: 600px;
  }
}

@media only screen and (max-width:550px) {
  .section-8 {
    padding: 56px 0 0 0;
  }

  .section-8-left-side-card {
    width: 100%;
    margin: 20px 0;
  }
}

@media only screen and (max-width:468px) {
  .section-8-left-side-card {
    width: 100%;
    margin: 20px 0;
  }

  .section-8-right-side img {

    min-width: 100%;
    object-fit: cover;
  }

  .section-8-right-side p {
    font-size: 19px;
    padding-top: 15px;
    line-height: 27px;
    width: 100%;
  }

}


.section-9 {
  padding: 0 0px 56px 0px;
}

.section-9-head {
  margin-bottom: 64px;
}

.section-9-head h2 {
  font-size: 56px;
  line-height: 64px;
  font-family: 'okmediafont-bold';
  max-width: 1076px;
  line-height: 1.3em;
}

.section-9-cards {
  display: flex;
  justify-content: space-between;
}

.section-9-card-1 {
  width: 30%;

  background-color: rgb(232, 229, 249);
  border-radius: 20px;
  padding: 48px;
}

.section-9-card-1 h2 {
  text-align: left;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 55px;
}

.section-9-card-1 p {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.section-9-card-2 {

  width: 68%;
  border-radius: 20px;
  background-color: rgb(231, 237, 251);
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 40px;
  gap: 0px;
  row-gap: 0px;
  justify-content: space-around;
  align-content: space-between;
}

.grid-img,
.grid-img-1,
.grid-img-2 {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.grid-item {
  max-width: 170px;
  display: flex;
  justify-content: center;
}

.grid-img {
  height: 160px;
  width: 160px;
}

.grid-img-1 {
  height: 110px;
  width: 110px;
}

.grid-img-2 {
  height: 130px;
  width: 130px;
}

.grid-img img,
.grid-img-1 img,
.grid-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-9-m-t {
  margin-top: 0px;
}

.sec-9-mt-2 {
  margin-top: 0px;
}

.sec-9-mt-3 {
  margin-top: 60px;
}

@media only screen and (max-width:1350px) {
  .section-9-card-2 {
    width: 68%;
    border-radius: 20px;
    padding: 40px;
    gap: 15px;
    grid-template-columns: auto auto auto auto;
  }

  .grid-item {
    min-width: 150px;
  }

  .grid-img {
    height: 140px;
    width: 140px;
  }

  .grid-img-1 {
    height: 90px;
    width: 90px;
  }

  .grid-img-2 {
    height: 110px;
    width: 110px;
  }
}

@media only screen and (max-width:1100px) {
  .section-9 {
    padding: 56px 20px;
  }

  .section-9-head {
    margin-bottom: 24px;
  }

  .section-9-head h2 {
    text-align: left;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .section-9-card-1 p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .section-9-card-1 {
    padding: 12px;
  }

  .section-9-card-1 h2 {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .section-9-card-2 {
    width: 68%;
    border-radius: 20px;
    padding: 40px;
    gap: 10px;
    grid-template-columns: auto auto auto auto;
  }

  .grid-item {
    min-width: 130px;
    display: flex;
    justify-content: center;
  }

  .grid-img {
    height: 120px;
    width: 120px;
  }

  .grid-img-1 {
    height: 80px;
    width: 80px;
  }

  .grid-img-2 {
    height: 100px;
    width: 100px;
  }

  .sec-9-m-t {
    margin-top: 20px;
  }
}

@media only screen and (max-width:992px) {
  .section-9-cards {
    display: inherit;
  }

  .section-9-card-1 {
    width: 100%;
    min-height: initial;
    background-color: rgb(232, 229, 249);
    border-radius: 20px;
    padding: 48px;
    margin: 20px 0;
  }

  .section-9-card-2 {
    width: 100%;
    padding: 20px;
    gap: 10px;
  }

  .sec-9-m-t {
    margin-top: 0px;
  }
}

@media only screen and (max-width:740px) {
  .section-9-card-2 {
    min-height: 451px;
    width: 100%;
    border-radius: 20px;
    padding: 20px 40px;
    grid-template-columns: auto auto auto;
  }

  .grid-img,
  .grid-img-1,
  .grid-img-2 {
    height: 130px;
    width: 130px;
  }

  .sec-9-m-t,
  .sec-9-mt-2,
  .sec-9-mt-3 {
    margin-top: 0px;
  }
}

@media only screen and (max-width:600px) {
  .section-9 {
    padding: 56px 0;
  }

  .section-9-cards {
    display: inherit;
  }

  .section-9-card-1 {
    width: 100%;
    min-height: initial;
    background-color: rgb(232, 229, 249);
    border-radius: 20px;
    padding: 25px;
    margin: 20px 0;
  }

  .section-9-card-1 h2 {
    text-align: left;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .section-9-card-1 p {
    line-height: 21px;
  }

  .section-9-card-2 {
    min-height: 451px;
    width: 100%;
    border-radius: 20px;
    padding: 18px;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

}

@media only screen and (max-width:520px) {
  .section-9-head h2 {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .section-9-card-2 {
    min-height: 451px;
    padding: 18px;
    gap: 15px;
    grid-template-columns: auto auto;

    justify-content: center;
  }

  .grid-item {
    min-width: 135px;
  }

  .grid-img,
  .grid-img-1,
  .grid-img-2 {
    height: 135px;
    width: 135px;
  }

}

@media only screen and (max-width:390px) {
  .section-9-card-2 {
    min-height: 451px;
    width: 100%;
    border-radius: 20px;
    padding: 18px;
    gap: 30px;
    grid-template-columns: auto;
    justify-content: center;
  }

}

.section-10 {
  padding: 56px 48px;
}

.section-10-head h2 {
  font-size: 60px;
  line-height: 1.3em;
  max-width: 1076px;
}

.section-10-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
}

.hovered-blog:hover h2 {
  opacity: 0.6 !important;
}

.hovered-blog:hover p {
  opacity: 0.6 !important;
}

.section-10-head a {
  font-family: 'okmediafont-bold';
  font-size: 16px;
  line-height: 22px;
  color: #6654d9;
  transition: .2s;
  width: 180px;
}

.section-10-head a i {
  margin-left: 5px;
  transition: .2s;
}

.section-10-head a:hover i {
  margin-left: 15px;
}

.section-10-content {
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
}

.section-10-content a:nth-child(3),
.section-10-content a:nth-child(4) {
  border-top: 1px solid #636363;
}

.section-10-content a:nth-child(2) {
  padding: 0 0 32px 0;
}

.section-10-content a:nth-child(3) {
  padding: 32px 0;
}

.section-10-content a:nth-child(4) {
  padding: 32px 0 0 0;
}

.section-10-content a:nth-child(1) {
  grid-row: 1/4;
}

a.section-10-blogs:nth-child(1) {
  max-width: 418px;
  margin-right: 10px;
}

.section-10-blogs {
  display: none;
}

.section-10-blogs:not(:nth-child(n + 5)) {
  display: block;
}

a.section-10-blogs:nth-child(1) div {
  display: flex;
  flex-direction: column;
}

a.section-10-blogs:nth-child(1) img {
  border-radius: 20px;
  width: 100%;
  height: 223px;
  max-width: 418px;
  object-fit: cover;
  margin-bottom: 32px;
  order: -1;
}

a.section-10-blogs:nth-child(1) h2 {
  font-family: 'okmediafont-bold';
  margin-bottom: 16px;
  line-height: 1.3em;
  font-size: 32px;
  color: #000;
}

a.section-10-blogs:nth-child(1) p {
  line-height: 1.3em;
  font-size: 18px;
  color: #000;
}

a.section-10-blogs:not(:nth-child(1)) div {
  display: flex;
  justify-content: space-between;

}

.section-10-content a:nth-child(n+5) {
  display: none !important;
}

a.section-10-blogs:not(:nth-child(1)) div div {
  display: block;
}

a.section-10-blogs:not(:nth-child(1)) h2 {
  line-height: 1.3em;
  font-family: "okmediafont-bold";
  font-size: 24px;
  width: 80%;
  max-width: 327px;
  color: #000;

}

a.section-10-blogs:not(:nth-child(1)) p {
  line-height: 1.3em;
  font-size: 18px;
  width: 80%;
  color: #000;
}

a.section-10-blogs:not(:nth-child(1)) img {
  width: 161px;
  object-fit: cover;
  object-position: bottom;
  height: 90px;
  border-radius: 20px;
}

@media only screen and (max-width:1200px) {
  a.section-10-blogs:nth-child(1) {
    margin-right: 30px;
  }
}

@media only screen and (max-width:1050px) {
  .section-10 {
    padding: 56px 48px;
  }

  .section-10-head a {
    padding: 10px 0;
    width: 180px;
  }

  .section-10-content a:nth-child(3),
  .section-10-content a:nth-child(4) {
    border-top: none;
  }

  .section-10-content {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 48px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: inherit;
  }

  .section-10-content-1 {
    margin: 20px 30px 20px 0;
    max-width: 310px;
  }

  a.section-10-blogs:not(:nth-child(1)) div {
    flex-direction: column;

  }

  a.section-10-blogs:not(:nth-child(1)) div div {
    order: 1;
  }

  a.section-10-blogs:nth-child(1) {
    margin: 20px 30px 20px 0;
  }

  a.section-10-blogs:nth-child(1) div div {
    padding: 0;
  }

  a.section-10-blogs:not(:nth-child(1)) h2,
  a.section-10-blogs:nth-child(1) h2 {
    line-height: 1.3em;
    font-family: "okmediafont-bold";
    font-size: 24px;
    width: 100%;
  }

  a.section-10-blogs:not(:nth-child(1)) {
    max-width: inherit;
  }

  a.section-10-blogs img {
    width: 280px !important;
    height: 157px !important;
    margin-bottom: 30px;
  }





  a.section-10-blogs:not(:nth-child(1)) {
    display: block;
    margin: 20px 30px;
    padding: 0;
  }

  .section-10-content-2 {
    display: none;
  }

  .section-5-owl {
    display: block;
  }

  .section-1-content-2-bottom {
    display: block;
    padding-top: 0%;
    border-top: none;
    margin: 20px 30px;
  }

  .section-10-content-2 {
    display: flex;
  }

  .sec-10-stabil-width {
    min-width: 280px;
  }

}

@media only screen and (max-width:800px) {
  .section-10-content-1 {
    margin: 20px 0;
  }
}

@media only screen and (max-width:500px) {
  .section-10 {
    padding: 56px 0px;
  }

  .sec-10-stabil-width {
    min-width: 220px;
  }

  a.section-10-blogs img {
    width: 180px !important;
    height: 130px !important;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:400px) {
  .section-10-content-1 {
    max-width: 310px;
  }

  .section-10-content {
    margin-top: 20px;
  }

  .sec-10-stabil-width {
    min-width: 210px;
  }

  a.section-10-blogs:not(:nth-child(1)),
  a.section-10-blogs:nth-child(1) {
    margin: 20px 15px 20px 0;
  }

  a.section-10-blogs:nth-child(1) img {

    height: inherit;
  }

  a.section-10-blogs:not(:nth-child(1)) img {
    width: 161px;
    height: 90px;
  }

  .sec-10-stabil-width {
    min-width: 180px;
  }

  a.section-10-blogs img {
    width: 150px !important;
    height: 117px !important;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:302px) {}


.section-11 {
  padding: 56px 0px;
  background: #fff;
}

.section-11-head h2 {
  font-size: 56px;
  line-height: 64px;
  font-family: 'okmediafont-bold';
  margin-bottom: 2.5rem;
}

.section-11-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-self: flex-start;
  gap: 20px;

}

.section-11-cards button {
  background-color: #fafbfd;
  border: none;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  width: 15%;
  min-width: 150px;
  padding: 44px;
}

.section-11-cards button:hover img {
  transform: scale(0.9) translateZ(0);
}

.section-11-cards button img {
  width: 65%;
  z-index: 2;
  position: absolute;
  height: 100%;
  transition: .4s;
  inset: 0;
  object-fit: contain;
  margin: 0 auto;
}

.big-references {
  width: 85% !important;
}

.smalled-references {
  width: 40% !important;
}

.smalled-references-lite {
  width: 55% !important;
}

.sec-11-pt {
  padding: 0 0 56px 0;
}

.mouse-cursor-gradient-tracking {
  position: relative;
  font-size: 1.2rem;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.mouse-cursor-gradient-tracking span {
  position: relative;
}

.mouse-cursor-gradient-tracking::before {
  --size: 0;
  content: '';
  position: absolute;
  z-index: 1;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #dbdbe2, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.mouse-cursor-gradient-tracking:hover::before {
  --size: 1000px;
}



@media only screen and (max-width:1200px) {
  .section-11-cards button {
    width: 17%;
    min-width: inherit;
    margin: 5px;
  }
}

@media only screen and (max-width:1100px) {
  .section-11-cards button {
    width: 17%;
    margin: 5px;
  }
}

@media only screen and (max-width:950px) {
  .section-11-cards button {
    width: 16%;
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width:768px) {
  .section-11-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }

  .section-11-cards button {
    width: 31%;
    min-width: 125px;
    margin: 10px 0 10px 0;
  }

  .section-11-head h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width:470px) {
  .section-11-cards button {
    min-width: 125px;
    padding: 40px 0;
    width: 48%;
    margin: 10px 0;
  }
}

@media only screen and (max-width:450px) {
  .section-11-cards {
    justify-content: space-between;
  }

  .section-11-cards button {
    min-width: 125px;
    padding: 40px 0;
    width: 48%;
    margin: 10px 0;
  }
}

@media only screen and (max-width:320px) {
  .section-11-cards {
    justify-content: center;
  }

  .section-11-cards button {
    width: 75%;
  }
}


.section-12 {
  padding: 56px 0 0 0;
}

.section-12-content-all {
  padding: 48px 0;
}

.section-12-bg {
  background-color: #fede68;
  padding: 64px 0;
}

.section-12-content {
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  border-radius: 20px;
  background-color: #fff;
  min-height: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-12-card-1 {
  width: 49%;
}

.section-12-card-1 h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "okmediafont-bold";
  text-align: left;
}

.section-12-card-1 p {
  color: #d0d0d0;
  font-size: 13px;
  margin-top: 100px;
}

.section-12-card-1 h2 img {
  width: 34px;
}

.section-12-card-1 ul {
  display: flex;
  justify-content: space-between;
}

.section-12-card-1 ul li {
  width: 100%;
  margin: 7px 8px;
}

.textarea-w100 {
  min-height: 90px !important;
  padding: 0 0 30px 0;


}

.ui-field__label {
  position: relative;
  width: 100%;
}

.ui-field__input {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 17px 18px 17px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  color: var(--text-main-color);
  font-size: 16px;
  font-family: inherit;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f7f7f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}

.ui-field__name {
  position: absolute;
  top: 20px;
  left: 16px;
  color: var(--text-main-color);
  font-size: 14px;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  pointer-events: none;
}

.ui-field__input:focus-visible {
  border-color: #d4d4dd;
  background-color: var(--bg-main-color);
  outline: 0;
}


.ui-field__input:focus~.ui-field__name,
.ui-field__input:not(:focus):valid~.ui-field__name {
  top: 4px;
  font-size: 13px;
  opacity: 1;
  left: 20px;
  color: #cecece;
}

.textarea-w100 {
  width: 100% !important;
}

.call-back-ok {
  padding: 17px 35px;
  border-radius: 12px;
  font-size: 18px;
  width: 100%;
  background-color: #23bc6a;
  color: #fff;
  border: 1px solid;
  transition: .2s;
  cursor: pointer;
}

.call-back-ok:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width:1150px) {
  .call-back-ok {
    padding: 18px 10px;
  }
}

@media only screen and (max-width:1050px) {
  .section-12-card-1 {
    width: 600px;
    margin: 0 auto;
  }

  .section-12-card-1 p {
    margin-top: inherit;
    margin: 30px 0;
  }

  .section-12-card-1 ul li {
    margin: 0 5px 5px 0;
  }
}

@media only screen and (max-width:768px) {
  .section-12-bg {
    padding: 40px 0;
  }

  .section-12-content {
    padding: 24px;
    margin: 0;
  }

  .section-12-card-1 ul {
    display: block;
  }

  .section-12-content {
    display: block;
    width: 99%;
    text-align: center;
  }

  .section-12-card-1 {
    width: 100%;
  }

  .section-12-card-1 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .call-back-ok {
    width: 100%;
  }

  .ui-field__label {
    margin-bottom: 16px;
  }

}

@media only screen and (max-width:340px) {
  .section-12-card-1 p {
    line-height: 18px;
    text-align: start;
  }
}


.footer {
  background: #000;
  padding-bottom: 50px;
}

.footer-content {
  padding: 90px 0 30px 0px;
  width: 100%;
  margin: 0 auto;
}

.footer-head a {
  display: inline-block;
  flex-wrap: wrap;
  padding-bottom: 32px;
  font-family: "okmediafont-bold";
}

.footer-head a h2 {
  font-size: 28px;
  color: #fff;

  display: flex;
  padding: 0 10px 0 0;
}

.footer-head h2 img {
  width: 195px;
  object-fit: contain;
}

.footer-head a h3 {
  font-size: 28px;

  margin: 20px 0 0 0;
  line-height: 29px;
  color: rgba(255, 255, 255, .5);
  padding: 0;
}

.footer-head p {
  max-width: 475px;
  font-style: normal;
  font-family: 'okmediafont-regular';
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.footer-all-list {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}

.footer-list {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.footer-list ul {
  margin: 0px 15px 15px 0;
  text-align: start;
}

.hovered-footer {
  opacity: 0.7 !important;
}

.hovered-footer:hover {
  opacity: 0.4 !important;
}

.footer-list-head {
  font-family: 'okmediafont-bold';
  font-family: "okmediafont-bold";
  font-size: 26px;
  line-height: 29px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 20px;
  padding: 0;
}

.footer-list ul li a {
  font-style: normal;
  font-family: "okmediafont-regular";
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  transition: .1s;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;

  border-radius: 12px;
  opacity: 1;
}

.footer-list ul li a:hover {
  opacity: 0.7;
}

.footer-contact-all {
  width: 25%;
  min-width: 250px;
}

.nonned-footer-icon {

  transform: translateY(50px);
}

.footer-contact-icons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.footer-contact-icons ul li a {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 18px;
  margin-right: 16px;
  text-align: center;
  flex-direction: column;

  align-items: center;
  overflow: hidden;
  transition: .2s;
}

.footer-icon-1 {
  background-color: #3B5998;
  border: 1px solid #3B5998;
}

.footer-icon-2 {
  background-color: #de1111;
  border: 1px solid #de1111;
}

.footer-icon-3 {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border: 1px solid #dc2743;
}

.footer-icon-4 {
  background-color: #009be9;
  border: 1px solid #009be9;
}

.footer-contact-icons a i {
  font-size: 23px;
  color: #fff;
  display: block;
  margin-top: 12px;
  transition: .2s;
}

.facebook-icon-2 {
  transform: translateY(35px);
}

.animated-icon-footer:hover .facebook-icon {
  transform: translateY(-60px) !important;
}

.animated-icon-footer:hover .facebook-icon-2 {
  transform: translateY(-35px);
}

.footer-contact p {
  margin-top: 32px;
  font-style: normal;
  font-family: 'okmediafont-regular';
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, .5) !important;
}

.footer-link-2 {
  margin-top: 32px;
  font-family: "okmediafont-regular";
  font-style: normal;
  font-family: 'okmediafont-regular';
  font-size: 14px;
  width: 100% !important;
  line-height: 22px;
  color: rgba(255, 255, 255, .5);
}

@media only screen and (max-width:1450px) {

  .footer-contact-all {
    width: 28%;
    min-width: 250px;
  }
}

@media only screen and (max-width:1300px) {
  .footer-content {
    padding: 90px 0 0 0;
    margin: 0 auto;
  }

  .footer-contact-all {
    width: 33%;
    min-width: 250px;
  }
}

@media only screen and (max-width:1200px) {
  .footer-content {
    padding: 90px 0 0 0;
    margin: 0 auto;
  }

  .footer-contact-all {
    width: 37%;
    min-width: 270px;
  }
}

@media only screen and (max-width:1120px) {
  .footer-contact-icons ul li a {
    margin-right: 5px;
  }
}

@media only screen and (max-width:880px) {
  .footer-list {
    display: block;
    width: 50%;
  }

  .footer-contact-all {
    width: 48%;
    min-width: 250px;
  }

  .footer-list ul {
    min-width: 200px;
  }
}

@media only screen and (max-width:768px) {
  .footer {
    padding-bottom: 30px;
  }

  .footer-head a h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .footer-head a {
    padding-bottom: 15px;
  }

  .footer-all-list {
    display: block;
    justify-content: space-between;
    margin-top: 49px;
    width: 100%;
  }

  .footer-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-contact-all {
    width: 100%;
  }

  .footer-list ul {
    min-width: 110px;
    margin-top: 20px;
  }

  .footer-head a h2 {
    font-size: 28px;
    color: #fff;
    border-right: 1px solid #9d9b9800;
    display: flex;
    padding: 0 10px 0 0;
  }
}

@media only screen and (max-width:310px) {
  .footer-contact ul {
    flex-wrap: wrap;
  }

  .footer-contact-all {
    width: 25%;
    min-width: 180px;
  }

  .footer-contact-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    min-width: 40px;
    min-height: 40px;

    align-items: center;
    border-radius: 18px;
    margin-right: 5px;
  }
}

@Media only screen and (max-width:320px) {
  p {
    font-size: clamp(10px, 10vw, 22px);
  }

  h2 {

    font-size: 14px;
  }

  .section-3 {
    padding: 30px 10px;
  }
}

.quote-ml .quote {
  margin-left: 40px;
}



.pagination {
  display: flex;
  justify-content: center;
}

.pagination a,
.pagination span {
  width: 45px !important;
  height: 45px;
  min-width: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f1f3;
  margin: 0 4px;
  border-radius: 2px;
}

.pagination a i {
  color: #adadad !important;
}

.pagi-link span,
.pagi-link a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f1f3;
  margin: 0 4px;
  border-radius: 2px;
  color: #000 !important;
  transition: .2s;
}

.pagi-link span {
  background: #f2f3f5;
}

.pagi-link {
  display: inherit;
}

.pagi-link a:hover,
.pagination a:hover,
.pagination a:hover i {
  background: #564d77;
  color: #fff !important;
}
















.static-xidmetler {
  width: 70%;
  margin: 0 auto;
}

.static-xidmetler-head {
  padding: 20px 0;
}

.static-xidmetler-head h2 {
  font-size: 42px;
  text-align: center;
  padding: 0 0 10px 0;
}

.static-xidmetler-head p {
  height: 3px;
  width: 80px;
  background: #000;
  margin: 10px auto;
}

.static-xidmetler-body {
  font-size: 17px;
  line-height: 28px;
}

p,
span {
  line-height: 122%;
}




.static-xidmetler {
  width: 70%;
  margin: 0 auto;
}

.static-xidmetler-head {
  padding: 20px 0;
}

.static-xidmetler-head h2 {
  font-size: 42px;
  text-align: center;
  padding: 0 0 10px 0;
}

.static-xidmetler-head p {
  height: 3px;
  width: 80px;
  background: #000;
  margin: 10px auto;
}

.static-xidmetler-body {
  font-size: 17px;
  line-height: 28px;
}

p,
span {
  line-height: 122%;
}



.section-4 {
  padding: 56px 0;
}


.section-2-cards {
  width: 100%;
  margin: 0 auto;
}

.cupp {
  width: 42px;
  margin-right: 10px;
}

@media only screen and (max-width:870px) {
  .adress-contact {
    width: 100%;
  }

  .adress-info-contact {
    padding: 0 0 0 30px;
  }
}



.full-story-navigation {
  display: flex;
  gap: 10px;
  align-items: center;
}

.full-story-navigation a,
.full-story-navigation span {
  color: rgba(0, 0, 0, 1);
  transition: .3s;
}

.full-story-navigation a {
  font-size: 15px;
}

.full-story-navigation span i {
  font-size: 13px;
}

.full-story-navigation a:hover {
  opacity: 0.6;
}

.blog-all-sides {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(242, 242, 242, 1);
  margin-top: 30px;
}

.blog-full-left-side {
  border-right: 1px solid rgba(242, 242, 242, 1);
  width: 70%;
  padding: 0 30px 0 0;
}

.blog-left-side-head {
  background: rgba(0, 0, 0, 0.05);
  padding: 16px;
  border-radius: 4px;
  margin: 20px 0 40px 0;
}

.bloglar-left-side-avtor-all {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bloglar-avtor-img-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px 0 0;
}

.blog-full-story h2 {
  font-size: 25px;
  font-family: okmediafont-bold;
}

.blog-full-story h3 {
  font-size: 20px;
  font-family: "okmediafont-bold";
  margin: 0 0 20px 0;
}

.blog-full-story ol {
  list-style: "1";
  padding-left: 40px;
}

.blog-full-story ul {
  list-style: disc;
  padding-left: 40px;
}

.blog-full-story ol li {
  list-style-type: none;
  counter-increment: my-sec-counter;
  line-height: 30px;
  padding: 0 0 6px 8px;
  position: relative;
}

.blog-full-story ol li::before {
  content: counter(my-sec-counter);
  position: absolute;
  left: -24px;
  top: 2px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'okmediafont-bold';
  color: #fff;
  border-radius: 3px;
  text-align: center;

  background: #f9af22 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAWCAMAAAA/86biAAAANlBMVEX////5ryL5tC7//vv7w1r//Pj//PX/+vH/+vD+9eT81o780oT7ymz7yGj7xmD6wVT6vEb6tzklMqcOAAAAMElEQVQI12MgHnAzg0hGHlYgycTIwgEiGQU4QSQjH4jkZweJszEwCPKClHIxE2kwACwgALUm5O19AAAAAElFTkSuQmCC) 100% 0 no-repeat;
  padding: 0 9px;
  background-size: contain;
  height: 22px;
}

.blog-full-story ul li {
  line-height: 30px;
  padding: 0 0 6px 0;
}

.blog-full-story ul li::marker {
  color: #baba00;
}

.bloglar-avtor-img {
  margin-right: 16px;
}

.bloglar-avtor-img img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.bloglar-avtor-content h3 {
  font-size: 16px;
  line-height: 24px;
}

.avtor-content-down span {
  color: rgba(117, 117, 117, 1);
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px 0 0;
}

.post-share-icons {
  text-align: center;
  padding: 70px 0 40px 0;
}

.post-share-icons h5 {
  font-size: 30px;
  font-family: "okmediafont-bold";
  line-height: 36px;
}

.avtor-icons,
.down-icons {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  align-items: center;
}

.down-icons {
  justify-content: center;
}

.down-icons a .fa-twitter {
  margin-left: 2px;
}

.avtor-icons span {
  font-size: 16px;
}

.avtor-icons a {
  width: 35px;
  height: 35px;
  background: #454545;
  color: aliceblue;
  display: inline-flex;
  margin: 0 8px 0 0;
  justify-content: center;
  font-size: 14px;
  transition: .3s;
  align-items: center;
  border-radius: 50%;
}

.avtor-icons a:last-child {
  margin: 0;
}

.avtor-icons a:hover {
  opacity: 0.6;
}

.blog-full-left-side-blog-name {
  padding: 30px 0;
  line-height: 26px;
}

.blog-left-side-full-title h2 {
  font-size: 32px;
  line-height: 40px;
  padding: 20px 0 50px 0;
  font-family: "okmediafont-bold";
}

.blog-full-left-side-blog-name p {
  font-size: 20px;
  line-height: 32px;
}

.blog-full-left-side-blog-name img {
  width: 100%;
  transition: .4s;
  max-height: 456px;
  margin: 0 !important;
  border-radius: 20px;
  object-fit: cover;
}

.blog-full-right-side {
  padding: 20px 0 0 20px;
  text-align: start;
  width: 30%;
}

.blog-right-side-avtors-img img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
}

.blog-right-side-avtors-img h4 {
  font-size: 16px;
  padding: 16px 0 5px 0;
}

.blog-right-side-avtors-img p {
  color: rgba(117, 117, 117, 1);
  font-size: 14px;
}

.blog-right-side-other-blogs {
  padding: 30px 0;
}

.blog-right-side-other-blog {
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  padding: 20px 0;
}

.other-blog-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other-blog-avtor-img-name {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 0 10px 0;
}

.other-blog-avtor-img-name h4 {
  font-size: 13px;
  color: rgba(41, 41, 41, 1);
}

.other-blog-avtor-img-name img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}

.other-blog-img img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 2px;
}

.other-blog-img h5 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "okmediafont-bold";
  width: 90%;
}

.blog-right-side-other-blog:hover .other-blog-img h5 {
  opacity: 0.8;
}

.down-icons {
  padding: 20px 0 0px 0;
}

.down-icons a {
  margin: 0 20px 0 0;
  width: 45px;
  height: 45px;
  color: aliceblue;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: .3s;
}

.down-icons a:last-child {
  margin: 0;
}

.down-icons a:hover {
  background: transparent;
}

.post-facebook {
  background: #3B5998;
  border: 2px solid #3B5998;
}

.post-facebook:hover {
  color: #3B5998;
}

.post-whatsapp {
  background: rgb(77, 194, 71);
  border: 2px solid rgb(77, 194, 71);
}

.post-whatsapp:hover {
  color: rgb(77, 194, 71);
}

.post-youtube:hover {
  color: rgb(77, 194, 71);
}

.post-pinterest {
  background: rgb(203, 32, 39);
  border: 2px solid rgb(203, 32, 39);
}

.post-pinterest:hover {
  color: rgb(203, 32, 39);
}

.post-linkedin {
  background: rgb(0, 119, 181);
  border: 2px solid rgb(0, 119, 181);
}

.post-linkedin:hover {
  color: rgb(0, 119, 181);
}

.post-twitter {
  background: #009be9;
  border: 2px solid #009be9;
}

.post-twitter:hover {
  color: #009be9;
}

.full-story-navigation-arrow {
  font-size: 14px;
}

.masha_index {
  display: none;
}

@media only screen and (max-width:882px) {
  .blog-all-sides {
    display: initial;
  }

  .blog-full-left-side {
    border: none;
    width: 100%;
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    padding: 30px;
  }

  .blog-full-right-side {
    width: 100%;
  }

  .other-blog-avtor-img-name {
    display: none;
  }

  .other-blog-name h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .other-blog-img img {
    width: 112px;
    height: initial;
  }
}

@media only screen and (max-width:600px) {
  .bloglar-left-side-avtor-all {
    display: initial;
  }

  .bloglar-avtor-img-all {
    justify-content: start;
    padding: 0 0 20px 0;
  }

  .full-story-navigation a,
  .full-story-navigation span {
    font-size: 15px;
  }
}

@media only screen and (max-width:520px) {
  .down-icons a {
    margin: 0 10px 0 0;
    width: 37px;
    height: 37px;
    font-size: 18px;
  }
}

@media only screen and (max-width:450px) {

  .full-story-navigation a,
  .full-story-navigation span {
    font-size: 11px;
  }

}

@media only screen and (max-width:420px) {
  .blog-full-left-side {
    padding: 15px;
  }

  .down-icons a {
    margin: 0 7px 0 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

@media only screen and (max-width:370px) {
  .blog-full-left-side {
    padding: 0px;
  }

  .down-icons a {
    margin: 0 5px 0 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

@media only screen and (max-width:315px) {

  .full-story-navigation a,
  .full-story-navigation span {
    font-size: 9px;
  }
}

@media only screen and (max-width:295px) {
  .down-icons a {
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

.clearfix {
  display: none;
}

.bloglar-card-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bloglar-page-card {
  margin: 0 20px 75px 20px;
}

.bloglar-card-all a {
  width: 46%;
  min-width: 300px;
}

.bloglar-page-card img {
  border-radius: 20px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 32px;
}

.bloglar-page-card h2 {
  font-family: 'okmediafont-bold';
  margin-bottom: 6px;
  line-height: 1.3em;
  font-size: 32px;
  color: #000;
}

.bloglar-page-card p {
  line-height: 1.3em;
  font-size: 18px;
  color: #000;
}

@media only screen and (max-width:1176px) {
  .bloglar-card-all a {
    width: 45%;
    max-width: inherit;
  }

  .bloglar-card-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bloglar-page-card img {
    height: 260px;
  }
}

@media only screen and (max-width:742px) {
  .bloglar-card-all a {
    width: 85%;
    max-width: inherit;
  }

  .bloglar-card-all {
    justify-content: center;
  }

  .bloglar-page-card img {
    height: 240px;
  }
}

@media only screen and (max-width:600px) {
  .bloglar-card-all a {
    width: 100%;
    min-width: 200px;
  }

  .bloglar-page-card {
    margin: 0 0px 75px 0px;
  }

  .bloglar-card-all a:last-child .bloglar-page-card {
    margin: 0;
  }
}
