*:not(i) {
    margin: 0;
    padding: 0;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: "Montserrat", sans-serif;
    /*font-weight: normal;*/
}

#innerPages select{
    width: 100%;
    padding: 8px 15px;
    outline: none;
    border: 1px solid #cecece;
}

#innerPages select option:checked{.proj-hover > h2
    color: grey;
}

.priceForEvent span{
    font-size: 1.7rem;
    font-weight: 600;
}

.button#loadMore {
  width: 100%;
  height: 50px;
  /*border-radius: 50%;*/
  background-color: #002161;
  border: 1px solid transparent;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
  transform: rotate(180deg);
}

.svgIcon path {
  fill: white;
}

.button#loadMore:hover {
    border: 1px solid #002161;
  width: 100%;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: transparent;
  align-items: center;
  color: #000;
}

.button#loadMore:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(200%);
}

.button#loadMore::before {
  position: absolute;
  bottom: -20px;
  content: "Daha çox";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.button#loadMore:hover::before {
  font-size: 17px;
  opacity: 1;
  color: #002161;
  bottom: unset;
  transition-duration: 0.3s;
}


@media screen and (max-width: 600px) {
    .pushNav {
        width: 75%;
        right: -75%;
   }
}
@media screen and (min-width: 601px) {
    .pushNav {
        width: 350px;
        right: -350px;
   }
}

/*.box.story b,*/
/*.page_form__inner b{*/
/*    font-weight: bold;*/
/*}*/

.avatar a{
    color: #000;
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
}

.login_pane__foot a{
    color: #cecece;
    font-size: 14px;
}

.reg-form input,
.lost_password input{
    padding: 0.5rem 1.5rem;
    border: 2px solid #002161;
    background: transparent;
    font-weight: normal !important;
    width: 100%;
}

.lost_password #sec_code{
    width: 200px;
}

input#lostname{
    width: 30%;
}

.lost_password .c-captcha{
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.c-captcha a{
    height: 80px;
}

.c-captcha img{
    height: 100%;
    display: inline-block;
}

.login_check button{
    font-size: 14px;
    color: #0000b0;
    white-space: nowrap;
}

#registration input:nth-child(1) {
    padding: 0.5rem 1.5rem;
    border: 2px solid #002161;
    background: transparent;
    font-weight: bold;
}

#registration input:nth-child(2) {
    padding: 0.5rem 1.5rem;
    border: 2px solid #002161;
    background: transparent;
    font-weight: 300;
}

.dropdown-form .button,
.form_submit button{
    cursor: pointer;
    padding: 1rem 4rem;
    border: 0;
    background-color: #002161;
    color: white;
    /*box-shadow: 0px 10px 0px 0px rgb(68, 37, 99);*/
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    width: 100%;
}

.dropdown-form .button::before,
.form_submit button::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    box-shadow: 0px 5px 0px 0px #2c2c2c;
    width: 0;
    height: 10px;
    transition: all 0.4s ease-in-out;
}

.dropdown-form .button:hover,
.form_submit button:hover{
    /*box-shadow: 0px 10px 0px 0px rgb(122, 71, 173);*/
    /*background-color: rgb(80, 31, 129);*/
}

.dropdown-form input{
    padding: 8px 15px;
    width: 100%;
    outline: none;
}

.modal-content{
    padding: 25px;
}

.dropdown-form .button:hover::before,
.form_submit button:hover::before{
    width: 100%;
}

.redirectPage{
    padding: 150px 0 !important;
}

ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    display: none;
    background: #383a44;
    transition: ease-in-out 0.5s;
    flex-direction: column;
}

.pushNav i{
    display: inline;
}

.pushNav hr {
    border: 1px solid #555;
}
.pushNav, .pushNav a {
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}
.js-topPushNav.isOpen, .pushNav_level.isOpen {
    right: 0;
}
.closeLevel, .openLevel {
    cursor: pointer;
}
.openLevel, .closeLevel, .pushNav a {
    padding: 1em 0;
    display: flex;
    text-indent: 20px;
    transition: background 0.4s ease-in-out;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
    background: #494a50;
}
.hdg {
    background-color: #2d2d31;
}
.closeLevel, closelevel > i {
    font-size: 1em;
    color: #a5a5a4;
}
/*.burger {*/
/*    position: absolute;*/
/*    top: 24px;*/
/*    right: 48px;*/
/*}*/

.burger i {
    font-size: 2em;
    float: right;
    color: #fff;
}

header.sticky .burger i,
header.active .burger i{
    color: #000;
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}
.fa-navicon {
    display: inline;
    padding: 5px;
    color: #000;
}

.ham-wrapper{
    display: none;
}

/*.ham-wrapper {*/
/*    max-width: 625px;*/
/*    margin: 120px auto;*/
/*    padding: 0 20px;*/
/*    color: #fff;*/
/*    font-weight: 100;*/
/*    font-size: 1.1em;*/
/*    line-height: 1.4em;*/
/*}*/
.ham-wrapper a {
    color: #20c270;
    text-decoration: none;
}
.ham-wrapper button {
    background-color: #20c270;
    margin: 50px auto;
    display: block;
    padding: 10px 40px;
    border: none;
}
.ham-wrapper button:hover {
    background-color: #18a960;
}
.ham-wrapper button a {
    color: #fff;
    font-size: 2em;
}


#map{
    height: 400px;
}

.all-breadcrumb{
    padding: 20px 0;
}

.all-breadcrumb a{
    color: #002161;
}

.all-breadcrumb span{
    color: #0003ff;
}


/* worldmap */

svg path:hover{
    fill: #002161;
    cursor: pointer;
}

/*#TR,#GB,#CZ,#AE,#KZ,#KG,#UZ,#GE{*/
/*    fill: #002161;*/
/*}*/

.countryinfo {
    position: absolute;
    right: 4%;
    bottom: 40%;
    background: #fff;
    padding: 1rem 3rem;
    color: #000;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.ag-canvas {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    visibility: visible;
background: #21252b;
color: #fff;
    width: 100%;
    height: 100%;
    padding: 3rem 1rem;
    opacity: 1;
    transition: opacity 0.5s;
}

.ag-canvas_svg {
    display: block;
    width: 60%;
    height: auto;
    max-height: 100%;
    margin-left: 1rem;
}

.ag-canvas_svg path {
    fill: #fff;
    fill-opacity: 1;
    stroke: #21252b;
    stroke-opacity: 1;
    stroke-width: 0.5;
    transition: 0.5s;
}

.ag-canvas_svg path#AZ{
    fill: #08478F;
}




/* header */

/*header nav ul li{*/
/*    position: relative;*/
/*}*/

header nav ul li:hover .drop-menu{
    opacity: 1;
    visibility: visible;
}

.drop-menu {
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    visibility: hidden;
    text-align: center;
    padding: 20px 5px;
    opacity: 0;
    width: 180px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: .4s all ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.drop-menu > li{
    border-bottom: 1px solid #eaeaea;
}

.drop-menu > li:hover .sub-drop-menu{
    visibility: visible;
    opacity: 1;
}

.sub-drop-menu {
    position: absolute;
    gap: 25px;
    visibility: hidden;
    text-align: center;
    padding: 20px 5px;
    opacity: 0;
    width: 180px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: .4s all ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 103%;
    background: #fff;
    top: -20px;
    flex-direction: column;
}

.c-button {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding: 0.9em 1.6em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    width: 100%;
}

.c-button--gooey {
    color: #e94e1e;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #e94e1e;
    border-radius: 0;
    position: relative;
    transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #e94e1e;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: 0;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.5) translateY(0) translateZ(0);
}

header {
  background-color: transparent;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  transition: .4s all ease;
}

header .darklogo {
  display: none;
}

header.sticky .whitelogo,
header.active .whitelogo,
header.ham-active .whitelogo{
  display: none;
}

header.active ul.navul > li > a,
header.sticky ul.navul > li > a{
    padding: 10px 0 10px;
}

header.sticky a.uzvluk,
header.active a.uzvluk,
header.sticky button.uzvluk,
header.active button.uzvluk{
    color: #fff !important;
    padding: 12px 10px;
    font-size: 12px;
}

header.sticky .darklogo,
header.active .darklogo,
header.ham-active .darklogo{
  display: block;
}

header.sticky nav ul li a,
header.active nav ul li a,
header.sticky nav ul li span,
header.active nav ul li span{
  color: #000;
  font-size: 13px;
}

header.sticky button,
header.active button{
  color: #000;
  padding: 15px 10px;
}

header.sticky .upper-nav,
header.active .upper-nav{
  gap: .5rem !important;
}

header.sticky .both-nav,
header.active .both-nav{
  flex-direction: row !important;
  align-items: center;
  /*gap: 0.5rem !important*/
}

.lang {
    text-transform: uppercase;
}

header.sticky .lang a,
header.active .lang a{
  color: #000;
  padding: 6px;
  font-size: 12px;
  border: 1px solid #000;
}

header.sticky .lang a:hover,
header.active .lang a:hover{
  border: 1px solid transparent;
  color: #fff;
}

header.sticky,
header.active{
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: smoothScroll 1s;
  padding: 15px 0;
}

header.active{
    position: sticky;
    top: 0;
}


@keyframes smoothScroll {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

header.sticky .navbar nav ul,
header.active .navbar nav ul{
  gap: .5rem !important;
}

.both-nav {
  float: right;
}

.upper-nav {
  justify-content: flex-end;
  align-items: center;
}

.logo img {
  width: 180px;
}

header.ham-active .logo.whitelogo{
    display: none;
}

header.ham-active .logo.darklogo{
    display: none;
}

header.ham-active .line,
header.active .line,
header.sticky .line{
    background: #000;
}

header

header.sticky .logo img,
header.active .logo img{
  width: 200px;
}

header.sticky button,
header.active button{
  font-size: 12px;
}

header.ham-active{
    background: #fff;
}

nav ul li{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}


ul.navul > li > a {
    padding: 10px 0 20px
}

nav ul li a,
nav ul li span{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    transition: .4s all ease;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}


.drop-menu li a,
.drop-menu li span{
    color: #000;
    width: 100%;
}

.bottom-nav ul li > a::after{
    bottom: 12px;
}

.bottom-nav ul li a::after,
.bottom-nav ul li span::after{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #002161;
  transition: .4s all ease;
}

.bottom-nav ul li a:hover::after,
.bottom-nav ul li span:hover::after{
  width: 100%;
}


.bottom-nav ul li a:hover {
  /*color: #002161;*/
}

/* .lang {
  border: 1px solid #fff;
} */

.lang a {
  border: .5px solid #fff;
  color: #fff;
  /*height: 100%;*/
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 8px;
  transition: .4s all ease;
  font-weight: 600;
}

.lang a:hover {
  color: #fff;
  background: #002161;
  border: 1px solid transparent;
  box-shadow: 0 0 19px 0 #002161;
}

header a.uzvluk,
header button.uzvluk{
    outline: none;
      position: relative;
      float: right;
      padding: 15px 20px;
      border-radius: 7px;
      border: 2px solid transparent;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      background: #002161;
      color: #fff;
      overflow: hidden;
      box-shadow: 0 0 30px -1px #00216157;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1200px){
    nav ul li a{
        font-size: 14px;
    }
}

.owl-carousel.sponsorlar{
    display: none;
}

.slider-logos {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 48134;
    border-top: 1px solid #515151;
    padding-top: 20px;
}

.slider-alls {
    display: flex;
    justify-content: space-between;
    /* gap: 70px; */
    flex-wrap: wrap;
    row-gap: 15px;
}

.event-full-infos .slider-alls{
    border-left: 2px solid #80808021;
    border-right: 2px solid #80808021;
}

.event-full-infos .project-right{
    margin-left: auto;
}

.slider-logo{
    width: 120px;
    height: 120px;
}

.event-full-infos .slider-alls img{
    filter: invert(1);
}

.slider-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header a.uzvluk:hover,
header button.uzvluk:hover{
  background: #fff;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #000;
  transition: all 0.2s ease-out;
}

header.sticky a.uzvluk:hover,
header.active a.uzvluk:hover,
header.sticky button.uzvluk:hover,
header.active button.uzvluk:hover{
    border: 2px solid #002161;
    color: #000 !important;
}

header a.uzvluk:hover::before,
header button.uzvluk:hover::before{
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

header a.uzvluk::before,
header button.uzvluk::before{
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

header a.uzvluk:active,
header button.uzvluk:active{
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.ham-lines{
    display: none;
}

.openable-acc li{
    padding: 10px 0 !important;
}

.hamburger-menu span~.openable-acc{
    padding-top: 20px;
    padding-left: 20px;
    display: none;
}

.hamburger-menu span.active{
    color: blue;
}

.hamburger-menu {
    position: fixed;
    top: -1000%;
    background: #fff;
    transition: .4s all ease;
}

.hamburger-menu.ham-active {
    left: 0;
    top: 81px;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 30px;
}

.hamburger-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hamburger-menu ul li{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.hamburger-menu ul li a{
    font-size: 17px;
    color: #000;
}


/* slider */

/*#slider {*/
/*    height: 82vh;*/
/*}*/

/*.swiper::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-color: rgba(0, 0, 0, 0.3);*/
/*    z-index: 1;*/
/*}*/

/*.swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/

/*.swiper-slide img,*/
/*.swiper-slide video {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    position: relative;*/
/*    filter: brightness(.5);*/
/*}*/

/*.swiper-button-next img,*/
/*.swiper-button-prev img {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    filter: invert(1);*/
/*}*/

/*.swiper-button-next:after,*/
/*.swiper-button-prev:after {*/
/*    display: none;*/
/*}*/

/*.swiper-button-prev {*/
/*    left: 45px;*/
/*}*/

/*.swiper-button-next {*/
/*    right: 45px;*/
/*}*/

/*.swiper-button-next,*/
/*.swiper-button-prev {*/
    /*z-index: 4; */
/*}*/

/*.swiper-content {*/
/*    z-index: 3;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

/*.swiper-content h2 {*/
/*    font-size: 65px;*/
/*    font-weight: 500;*/
/*    line-height: 1.17;*/
/*    color: #fff;*/
/*    transform: skewY(20deg);*/
/*    -webkit-transform: skewY(-7deg);*/
/*    -moz-transform: skewY(-7deg);*/
/*    -o-transform: skewY(-7deg);*/
/*    -ms-transform: skewY(-7deg);*/
/*    letter-spacing: -3px;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*}*/

#slider{
    height: 100vh;
}


.swiper {
  height: 100%;
}

.swiper-img,
.swiper-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-img{position:relative;}
.swiper-img::after{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
    content:" ";
    background:linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0.3));
}


.swiper-inside {
  position: relative;
  height: 100%;
}

.swiper-content {
  position: absolute;
  top: 35%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  width: 50%;
}

.swiper-content h2,
.swiper-content p {
  color: #fff;
}

.swiper-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
}

.swiper-content p {
  font-size: 22px;
  color: #eee;
  line-height: 29px;
}

.swiper-content a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0 5px 5px 5px;
  width: fit-content;
  transition: .4s all ease;
}

.swiper-content a:hover{
    border-bottom: 1px solid transparent;
}

.swiper-pagination {
  left: 30%;
  top: 50%;
  color: #fff;
  font-size: 40px;
}

.slide-numbers {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 250px;
  transform: translateY(-50%);
  align-items: flex-end;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 1px;
  gap: 35px;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  max-width: 81%;
  width: fit-content;
  z-index: 9;
  border-right: 1px solid #eee;
}

.slide-numbers span.active {
  transform: scale(1.7) translateX(-10px);
  opacity: 1;
  border-right: 2px solid #fff;
}

.slide-numbers span {
  padding-right: 15px;
  opacity: .5;
  transition: .4s all ease;
  cursor: pointer;
}

    #newevents{
    background: #21252b;
    border-radius: 32px;
    padding: 48px;
    margin-top: 50px;
}

    #events .owl-stage-outer{
    padding: 20px 0px;
}

    .newevents-text{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 860px;
}

    .newevents-text h2 {
    font-size: 54px;
    color: #fff;
    /*line-height: 70px;*/
}

    .newevents-text p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}

    #newevents .swiper {
      width: 100%;
      height: 100%;
    }

    #newevents .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 420px;
      border-radius: 24px;
      cursor: pointer;
      background: #1c2f5c;
    }
    
    #innerPages .swiper-slide.project-slide,
    #innerPages .swiper-slide.project-slide img{
          height: 100%;
    }
    
    #innerPages .swiper-slide{
        /*height: 100%;*/
        text-align: center;
          font-size: 18px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 24px;
          cursor: pointer;
    }
    
    #newevents .swiper-text,
    #innerPages .swiper-text{
        position: absolute;
        color: #fff;
        z-index: 5;
        bottom: 25px;
        /*left: 25px;*/
        padding: 0 15px;
        gap: 12px;
        display: flex;
        flex-direction: column;
        z-index: 6;
    }
    
    #newevents .swiper-text h2,
    #innerPages .swiper-text h2{
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }
    
    .swiper-slide span {
        position: absolute;
        z-index: 5;
        color: #000;
        background: #fff;
        top: 25px;
        left: 25px;
        padding: 8px 16px;
        border-radius: 36px;
        font-weight: 600;
        letter-spacing: .2px;
        font-size: 15px;
    }
    
    span.swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important;
        /* width: 200px; */
        border-radius: 0;
        height: 3px;
        width: 100%;
    }
    
    #newevents .swiper-pagination2{
        display: flex;
        padding-top: 1rem;
    }
    
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #002161 !important;
    }
    
    #newevents .swiper-text p,
    #innerPages .swiper-text p{
        font-size: 18px;
        line-height: 24px;
        opacity: .5;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    
    #newevents .swiper-slide::after{
        background: linear-gradient(180deg,transparent,#000);
        bottom: 0;
        content: "";
        display: block;
        height: 190px;
        left: 0;
        position: absolute;
        width: 100%;
        border-radius: 23px;
        transition: .4s all ease;
        z-index: 5;
    }
    
    #innerPages .swiper-slide.project-slide::after{
        background: linear-gradient(180deg,transparent,#000);
        bottom: 0;
        content: "";
        display: block;
        height: 190px;
        left: 0;
        position: absolute;
        width: 100%;
        border-radius: 23px;
        transition: .4s all ease;
        z-index: 5;
    }
    
    .swiper-slide:hover .project-btn{
        visibility: visible;
        opacity: 1;
    }
    
    .project-btn {
         visibility: hidden; 
         opacity: 0; 
        position: absolute;
        background: #002161;
        color: #fff;
        padding: 16px 32px;
        z-index: 7;
        border-radius: 16px;
        font-size: 16px;
        transition: .4s all ease;
        font-weight: 600;
    }
    
    #newevents .swiper-slide:hover::after,
    #innerPages .swiper-slide:hover::after{
        background: #0000009c;
        top: 0;
        height: 100%;
    }
    
    #newevents .swiper-slide:hover span,
    #innerPages .swiper-slide:hover span{
        z-index: 4;
    }
    
    .swiper-text{
        transition: .4s all ease;
    }
    
    #newevents .swiper-slide:hover .swiper-text,
    #innerPages .swiper-slide:hover .swiper-text{
        visibility: hidden;
        opacity: 0;
    }

    #newevents .swiper-slide img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 24px;
      /*transform: scale(.8);*/
    }
    
    #innerPages .swiper-slide img{
      display: block;
      width: 100%;
      object-fit: cover;
      border-radius: 24px;
    }
    
    #newevents .swiper-pagination2,
    #innerPages .swiper-pagination2{
        z-index: 5;
    }
    
.event-button {
    cursor: pointer;
    padding: 1rem 4rem;
    border: 0;
    background-color: #002161;
    color: white;
    box-shadow: 0px 5px 0px 0px #fff;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    margin-top: 2rem;
    margin-left: auto;
    width: 300px;
    margin-right: auto;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    justify-content: center;
    white-space: nowrap;
}

.event-button:hover {
    box-shadow: none;
    background-color: #fff;
    border: 2px solid #002161;
    color: #000;
}
    
    .event-button:active {
      box-shadow: 0px 5px 0px 0px rgb(122, 71, 173);
      text-shadow: 0 0px 0px #000;
    }
    
    .event-button::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0px;
      box-shadow: 0px 5px 0px 0px rgb(0 0 0);
      width: 0;
      height: 10px;
      transition: all 0.4s ease-in-out;
    }
    
    .event-button:hover::before {
      width: 100%;
    }


/* about */

#about,
#projects,
#membership,
#partners
{
    padding: 50px 0;
    background-color: #eee;
}

#membership{
    margin-top: 50px;
}

#works,
#uzvler,
#events,
#management{
    padding: 50px 0;
}

.about-left-title h2 {
    font-size: 3rem;
    letter-spacing: -.01em;
    line-height: 3.5rem;
    font-weight: 600;
}

.about-left-title p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.about-left-list ul li {
    display: flex;
    gap: 1rem;
}

.about-left-list ul li h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.about-left-list ul li p {
    color: rgba(18, 29, 43, .6);
    line-height: 1.5rem;
    width: 85%;
}

/*.about-left-list ul li::before {*/
/*    content: "";*/
/*    background: url(/img/correct.png)center/contain;*/
/*    height: 22px;*/
/*    width: 22px;*/
/*    display: inline-flex;*/
/*}*/

.about-left-list i.fa-solid.fa-check {
    color: #fff;
    background: #002161;
    padding: 8px;
    height: fit-content;
    font-size: 14px;
    border-radius: 50%;
}

.about-right-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

/* membership */

#membership,
#management {
    overflow: hidden;
}

.membership-title h2,
.projects-title h2,
.uzvler-title h2,
.partners-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: .5px;
}

.number-circle {
    width: fit-content;
    background: #002161;
    color: #fff;
    height: 4rem;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    position: relative;
    z-index: 3;
    width: 4em;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid transparent;
    transition: .4s all ease;
}

.member-card .number-circle:hover{
    background: #fff;
    /*border: 1px solid #000;*/
    color: #000;
}

.number-bottom-circle {
    width: fit-content;
    background: #fff;
    color: #002161;
    height: 4rem;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    width: 4em;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: .4s all ease;
    border: 1px solid transparent;
}

.number-bottom-circle:hover{
    border: 1px solid #eee;
    background: #002161;
    color: #fff;
}

.number-circle p,
.number-bottom-circle p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

.members-bottom {
    height: 11.25rem;
    padding: 0 7rem;
    border-radius: 0.5rem;
    background-color: #002161;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.member-info p {
    font-size: 14px;
    color: #b49898;
    line-height: 19px;
}

.member-bottom-info h3 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3;
    width: 60%;
    font-weight: 600;
}

.member-info h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.member-card {
    position: relative;
    width: 33.3333%;
}

.member-bottom-card {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.member-card::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #002161;
    z-index: 1;
}

.members-upper {
    display: flex;
}

.member-info {
    width: 80%;
}

.member-card:last-child::after {
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 100%;
    width: 50vw;
    height: 1px;
    background-color: #002161;
    content: "";
}

.members-bottom::before {
    position: absolute;
    top: 5.5rem;
    left: -50vw;
    height: 1px;
    width: 50vw;
    background-color: #df192c;
    content: "";
}

.members-bottom::after {
    position: absolute;
    z-index: 1;
    top: 5.5rem;
    left: 0;
    height: 1px;
    width: 7rem;
    background-color: #fff;
    content: "";
}

.members-bottom-img img {
    width: 300px;
}

/* events */

.events-title,
.works-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.events-title h2,
.works-title h2,
.manage-title h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .5px;
}

.events-title a,
.works-title a {
    color: #000;
    display: flex;
    gap: 15px;
    align-items: center;
}

.events-title span,
.works-title span {
    position: relative;
}

.events-title span::after,
.works-title span::after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    top: 17px;
    transition: .4s all ease;
    background-color: #000;
}

.events-title a:hover span::after,
.works-title a:hover span::after {
    width: 100%;
}

.event-img {
    overflow: hidden;
    /*border-radius: 1rem 1rem;*/
}
.event-card{
    box-shadow: 0 0 12px 0 #e3e3e3;
    /*border-radius: 1rem;*/
    overflow: hidden;
    transition: 0.3s;
}
.event-card:hover{
    /*transform: translateY(-10px);*/
}
.event-img img,
.event-img video {
    width: 100%;
    /*height: 375px;*/
    /*border-radius: 1rem 1rem 0 0;*/
    object-fit: cover;
    object-position: center;
    transition: .4s all ease;
}

.event-content h3 {
    font-size: 1.3rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: #000;
      display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 60px;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.event-content span {
    font-size: .75rem;
    color: #000;
    line-height: 1rem;
}
.event-content{
    padding: 20px 15px;
    background: #fff;
}

.event-card:hover img {
    /*transform: scale(1.1);*/
}

.event-card:hover{
    transform: scale(1.05);
}

/* works */

.works-all img,
.works-all video {
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.work-content {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
    padding: 20px 20px 35px;
    background-color: white;
    border-end-start-radius: 6px;
    border-end-end-radius: 6px;
    font-weight: 500;
    color: #141414;
    font-size: 18px;
}

.work-content p {
    font-weight: 600;
}

/* projects */

.proj-card{
    height: 576px;
    position: relative;
}

.proj-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgb(0,33,97);
    background: linear-gradient(0deg, rgb(0 33 97 / 55%) 45%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 100%;
}

.proj-card img{
    height: 100%;
    width: 100%;
    object-fit: cover
}

.proj-hover {
    background: #0021613d;
    transition: background 0.5s;
    cursor: pointer;
    position: absolute;
    /*padding: 30px 26px;*/
    transition: all 0.5s;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    /*opacity: 0;*/
    /*content-visibility: hidden;*/
}

.proj-card:hover .proj-hover {
    /*top: 0;*/
    background: #0021619e;
    height: 100%;
    padding: 30px 26px;
    /*opacity: 1;*/
    /*content-visibility: visible;*/
}

/*.proj-card:hover img {*/
/*    filter: sepia(100%);*/
/*}*/

.proj-card:hover .proj-eye{
    top: 15px;
    bottom: 0;
}

.proj-eye {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjYgOTc2LjM2MiA0NS4zNzkgMzAuMzA5Ij4KCQkJCQk8cGF0aCBmaWxsPSIjZmZmZmZmIiAgZD0iTSAyOC42ODk0MzQwNTE1MTM2NyA5NzYuMzYyMTgyNjE3MTg3NSBDIDE4LjgxNjIwNDA3MTA0NDkyIDk3Ni4zNjIxODI2MTcxODc1IDEwLjI0ODY4NTgzNjc5MTk5IDk4Mi4yOTE2MjU5NzY1NjI1IDYuMjQwMzU1MDE0ODAxMDI1IDk5MC45NzAzMzY5MTQwNjI1IEwgNi4wMDAwMDA0NzY4MzcxNTggOTkxLjUxNjcyMzYzMjgxMjUgTCA2LjI0MDM1NTAxNDgwMTAyNSA5OTIuMDQ0OTIxODc1IEMgMTAuMjQ2MjMyOTg2NDUwMiAxMDAwLjczMDM0NjY3OTY4OCAxOC44MTIxMTQ3MTU1NzYxNyAxMDA2LjY3MTI2NDY0ODQzOCAyOC42ODk0MzQwNTE1MTM2NyAxMDA2LjY3MTI2NDY0ODQzOCBDIDM4LjU2NjYxMjI0MzY1MjM0IDEwMDYuNjcxMjY0NjQ4NDM4IDQ3LjEzMjc0MDAyMDc1MTk1IDEwMDAuNzMwMzQ2Njc5Njg4IDUxLjEzODUyMzEwMTgwNjY0IDk5Mi4wNDQ5MjE4NzUgTCA1MS4zNzg4NzE5MTc3MjQ2MSA5OTEuNTE2NzIzNjMyODEyNSBMIDUxLjEzODUyMzEwMTgwNjY0IDk5MC45NzAzMzY5MTQwNjI1IEMgNDcuMTMwMjQ1MjA4NzQwMjMgOTgyLjI5MTUwMzkwNjI1IDM4LjU2Mjc3NDY1ODIwMzEyIDk3Ni4zNjIxODI2MTcxODc1IDI4LjY4OTQzNDA1MTUxMzY3IDk3Ni4zNjIxODI2MTcxODc1IFogTSAyOC42ODk0MzQwNTE1MTM2NyA5NzguNjkzNjAzNTE1NjI1IEMgMzcuNjI1NTQxNjg3MDExNzIgOTc4LjY5MzYwMzUxNTYyNSA0NS4yOTAwMDQ3MzAyMjQ2MSA5ODMuOTU1MDc4MTI1IDQ5LjAyMzQwMzE2NzcyNDYxIDk5MS41MTY3MjM2MzI4MTI1IEMgNDUuMjg5ODIxNjI0NzU1ODYgOTk5LjA3NjQxNjAxNTYyNSAzNy42MjUwOTkxODIxMjg5MSAxMDA0LjMzOTg0Mzc1IDI4LjY4OTQzNzg2NjIxMDk0IDEwMDQuMzM5ODQzNzUgQyAxOS43NTM2MjM5NjI0MDIzNCAxMDA0LjMzOTg0Mzc1IDEyLjA4OTE1NzEwNDQ5MjE5IDk5OS4wNzY0MTYwMTU2MjUgOC4zNTU0NzQ0NzIwNDU4OTggOTkxLjUxNjcyMzYzMjgxMjUgQyAxMi4wODg5MjA1OTMyNjE3MiA5ODMuOTU1MDc4MTI1IDE5Ljc1MzQzODk0OTU4NDk2IDk3OC42OTM2MDM1MTU2MjUgMjguNjg5NDM0MDUxNTEzNjcgOTc4LjY5MzYwMzUxNTYyNSBaIE0gMjguNjg5NDM0MDUxNTEzNjcgOTc5LjI1ODQyMjg1MTU2MjUgQyAyMi43NTQ2NTU4MzgwMTI3IDk3OS4yNTg0MjI4NTE1NjI1IDE3LjkyMTU2NzkxNjg3MDEyIDk4NC43NzA1MDc4MTI1IDE3LjkyMTU2NzkxNjg3MDEyIDk5MS41MTY3MjM2MzI4MTI1IEMgMTcuOTIxNTY3OTE2ODcwMTIgOTk4LjI2MzA2MTUyMzQzNzUgMjIuNzU0NjU1ODM4MDEyNyAxMDAzLjc1Njk1ODAwNzgxMiAyOC42ODk0MzQwNTE1MTM2NyAxMDAzLjc1Njk1ODAwNzgxMiBDIDM0LjYyNDIyMTgwMTc1NzgxIDEwMDMuNzU2OTU4MDA3ODEyIDM5LjQ1NzMxMzUzNzU5NzY2IDk5OC4yNjMwNjE1MjM0Mzc1IDM5LjQ1NzMxMzUzNzU5NzY2IDk5MS41MTY3MjM2MzI4MTI1IEMgMzkuNDU3MzEzNTM3NTk3NjYgOTg0Ljc3MDUwNzgxMjUgMzQuNjI0MjIxODAxNzU3ODEgOTc5LjI1ODQyMjg1MTU2MjUgMjguNjg5NDM0MDUxNTEzNjcgOTc5LjI1ODQyMjg1MTU2MjUgWiBNIDI4LjY4OTQzNDA1MTUxMzY3IDk4MS42MDc5MTAxNTYyNSBDIDMzLjUxNTc2NjE0Mzc5ODgzIDk4MS42MDc5MTAxNTYyNSAzNy40MDYyODA1MTc1NzgxMiA5ODYuMDMwNTE3NTc4MTI1IDM3LjQwNjI4MDUxNzU3ODEyIDk5MS41MTY3MjM2MzI4MTI1IEMgMzcuNDA2MjgwNTE3NTc4MTIgOTk3LjAwMjkyOTY4NzUgMzMuNTE1NzYyMzI5MTAxNTYgMTAwMS40MDczNDg2MzI4MTIgMjguNjg5NDM0MDUxNTEzNjcgMTAwMS40MDczNDg2MzI4MTIgQyAyMy44NjMxMDM4NjY1NzcxNSAxMDAxLjQwNzM0ODYzMjgxMiAxOS45NzI1ODc1ODU0NDkyMiA5OTcuMDAyOTI5Njg3NSAxOS45NzI1ODc1ODU0NDkyMiA5OTEuNTE2NzIzNjMyODEyNSBDIDE5Ljk3MjU4NzU4NTQ0OTIyIDk4Ni4wMzA1MTc1NzgxMjUgMjMuODYzMTAxOTU5MjI4NTIgOTgxLjYwNzkxMDE1NjI1IDI4LjY4OTQzMjE0NDE2NTA0IDk4MS42MDc5MTAxNTYyNSBaIj4KCQkJCQk8L3BhdGg+CgkJCQk8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px ;
    height: 20px;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    line-height: 20px;
    text-align: right;
    width: auto;
    position: absolute;
    right: 15px;
    display: inline-block;
    /*top: 15px;*/
    bottom: 35px;
    transition: all 0.5s;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
    z-index: 5;
}

.proj-hover > h2 {
    bottom: 60px;
    position: absolute;
    left: 20px;
    right: 20px;
    transition: color 0.5s;
    margin-bottom: 5px;
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 0.1px;
    transition: color 0.5s;
    color: #fff;
}

.proj-card:hover h2 {
    /*color: #000;*/
}

.proj-hover ul.proj-details {
    padding-left: 0;
    bottom: 33px;
    position: absolute;
    left: 20px;
}

.proj-details b {
    border: 2px solid #fff;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    transition: color 0.5s,border-color 0.5s;
    color: #fff;
}

.proj-card:hover b {
    /*border-color: #000;*/
    /*color: #000;*/
}

.proj-card:hover .proj-details span {
    /*color: #000;*/
}
.proj-card .proj-details span {
    transition: color 0.5s;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    transition: color 0.5s;
}

#projects .owl-carousel .owl-item {
    overflow: hidden;
    transition: 0.3s;
    border: 2px solid #f5f6fa;
    border-radius: 12px;
    width: 100%;
}

#projects .owl-carousel img,
.news-item img{
    height: 415px;
    object-fit: cover;
}

.item.news-item img{
    width: 100%;
    height: 315px;
}

.item.news-item{
    transition: .4s all ease;
}

.item.news-item:hover {
    transform: scale(1.02);
}

.item.news-item{
    background: #fff;
}

.news-item.item .item-txt{
    background: #eee;
}

#projects .item-txt,
.news-item .item-txt{
    padding: 20px;
    text-align: left;
    background: #fff;
    min-height: 128px;
}

#projects .item-txt small,
.news-item .item-txt small{
    font-size: 14px;
    line-height: 16px;
    color: #909090;
}

#projects .item-txt p,
.news-item .item-txt p{
    font-size: 20px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.142857px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.2;
}

#projects .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 29%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

#projects .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 29%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

#projects .owl-nav .owl-next:last-child svg {
    transform: rotate(180deg);
}

/* uzvler */

.ref {
    line-height: 80px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    max-width: 100%;
    height: 130px;
    font-weight: 700;
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3;
    /*margin: 0 auto;*/
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.ref span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #cbcedb;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.ref img {
    width: 80%;
    object-fit: cover;
    height: 80%;
    padding: 10px;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
}

.ref:hover {
    color: #eee;
    z-index: 2;
}

.ref:hover span {
    width: 225%;
    height: 562.5px;
}

.ref:hover img {
    transform: scale(.9);
}

a.partner_links {
    position: relative;
    background: #000;
}

.partner_links.active::before {
    content: "";
    position: absolute;
    top: 0;
    background: #00000061;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    z-index: 423;
}

.link_text {
    position: absolute;
    z-index: 4242;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.link_text p {
    font-weight: 600;
}

#uzvler .uzv-box,
#partners .partner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 25px 10px;
    border-radius: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
    /*filter: grayscale(100%);*/
    font-size: 15px;
    margin-bottom: 30px;
    position: relative;
    /*box-shadow: 0 14px 36px rgba(64,70,91,.1);*/
    transition: filter 0.4s ease-in-out, box-shadow 0.2s ease-in-out;
    /*border: 1px solid #0000001a;*/
}

.uzv-box img,
.partner-box img {
    height: 100px;
    object-fit: contain;
}

/*.uzv-box::after,*/
/*.partner-box::after {*/
/*    opacity: 1;*/
/*    transition: opacity 0.4s ease-in-out;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    content: "";*/
/*    background-image: url(/img/border.svg);*/
/*    transition: all 0.4s ease-in-out;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    -ms-transition: all 0.4s ease-in-out;*/
/*    -o-transition: all 0.4s ease-in-out;*/
/*}*/

/* manage */

.manage-title {
    text-align: center;
}

#management label {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: inherit;
}

.toggle-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-slot {
    font-size: 10px;
    position: relative;
    height: 3.5em;
    width: 7em;
    border: 0px solid transparent;
    border-radius: 10em;
    background-color: #eee;
    transition: background-color 250ms;
}

.toggle-checkbox:checked~.toggle-slot {
    background-color: #374151;
}

.toggle-button {
    transform: translate(0.3em, 0.25em);
    position: absolute;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-color: #ffeccf;
    box-shadow: inset 0px 0px 0px 0.75em #002161;
    transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
}

.toggle-checkbox:checked~.toggle-slot .toggle-button {
    background-color: #485367;
    box-shadow: inset 0px 0px 0px 0.75em white;
    transform: translate(3.65em, 0.25em);
}

.sun-icon {
    position: absolute;
    height: 6em;
    width: 6em;
    color: #ffbb52;
}

.sun-icon-wrapper {
    position: absolute;
    height: 6em;
    width: 6em;
    opacity: 1;
    transform: translate(2em, 2em) rotate(15deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
}

.toggle-checkbox:checked~.toggle-slot .sun-icon-wrapper {
    opacity: 0;
    transform: translate(3em, 2em) rotate(0deg);
}

.moon-icon {
    position: absolute;
    height: 6em;
    width: 6em;
    color: white;
}

.moon-icon-wrapper {
    position: absolute;
    height: 6em;
    width: 6em;
    opacity: 0;
    transform: translate(11em, 2em) rotate(0deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26, 2.5, .46, .71);
}

.toggle-checkbox:checked~.toggle-slot .moon-icon-wrapper {
    opacity: 1;
    transform: translate(2em, 2em) rotate(-15deg);
}

.manage-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.manage-content h2 {
    color: #383838;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 16px;
}

.manage-content p {
    color: #888888;
    padding-bottom: 16px;
    font-size: 13px;
    border-bottom: 1px solid #cecece;
    /*width: fit-content;*/
    line-height: 1.4;
    min-height: 72px;
}

.manage-content a {
    padding-top: 16px;
    display: inline-block;
    color: #333333;
}

.switch-content {
    font-size: 30px;
    font-weight: 600;
}

.manage-title h2.active{
    display: block;
}

.manage-title h2{
    display: none;
}

footer {
    padding: 75px 0 50px;
    background: #2c2c2c;
    color: white;
}

footer .phone {
    display: flex;
}

footer .phone_wrap {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .phone_wrap:not(:last-child) {
    padding-right: 100px;
}

footer .phone_wrap h4 {
    margin-bottom: 10px;
    opacity: 0.5;
    font-size: 24px;
}

footer .phone_wrap a {
    transition: 0.3s ease;
    display: block;
    line-height: 1.4;
}

footer a {
    color: white;
}

footer .btn {
    display: flex;
    margin-left: auto;
}

footer .btn a {
    padding: 35px 80px;
    font-size: 15px;
    display: block;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 7;
    display: inline-block;
}

footer .btn a::before, footer .btn a::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
footer .btn a::before{
    border: 2px solid #000;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border: 2px solid #fff;
}

footer .btn a::before, footer .btn a::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
footer .btn a::after {
    border: 2px solid transparent;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

footer .btn:hover a {
    color: #000;
}

footer .btn a:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

footer .btn a:hover::after {
    background: #fff;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

footer .footer_menu {
    margin: 50px 0 75px;
}

footer .footer_menu .menu_list {
    padding: 4px 0;
    font-size: 13px;
    text-transform: uppercase;
    /*gap: 50px;*/
    justify-content: space-between;
}
/*footer .menu_list {*/
/*    flex-wrap: wrap;*/
/*}*/
footer ul, header ul {
    display: flex;
    margin-bottom: 0;
}

footer .footer_menu .menu_list .footer-link {
    position: relative;
    color: white;
    display: block;
    white-space: nowrap;
    font-weight: 600;
}
footer .footer_menu .menu_list a {
    padding: 0;
}

footer .footer_menu .footer-link::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid #fff;
    color: #919395;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    text-shadow: 0 0 #2c2c2c;
}

footer .footer_menu .footer-link:hover::before{
    max-width: 100%;
}

footer .footer_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .footer-logo img {
    width: 150px;
    -webkit-filter: grayscale(100) brightness(100);
    filter: grayscale(100) brightness(100);
}

footer .copyright {
    padding-right: 55px;
    -webkit-font-smoothing: antialiased;
}

footer .siteby {
    -webkit-font-smoothing: antialiased;
}

footer .siteby a {
    color: #fff;
    text-decoration: underline;
}

footer .social_media .nav-item a {
    position: relative;
    display: block;
}

.nav-item .default_img.telegram{
    filter: invert(1);
}

footer .social_media li a {
    margin-right: 20px;
}
footer .social_media a {
    color: white;
    font-size: 18px;
}

footer .social_media .nav-item .color_icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
}

footer .social_media img, header .social_media img {
    width: 18px;
}

footer .social_media .nav-item a:hover .color_icon {
    width: 100%;
}

.uzvlukmuraciet{
    padding: 50px 0;
}

.register__wrapper {
    border-radius: 12px;
    box-shadow: 0 6px 48px rgba(184,188,198,.24);
    padding: 40px 50px;
    max-width: 55%;
    margin: 0 auto;
}

.register__wrapper_plans{
    padding: 40px 50px;
    display: none;
}

.register__head {
    color: #121127;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    line-height: 140%;
    margin-bottom: 22px;
    text-align: center;
}

#register-form .uploadFileContent, #register-form input, #register-form form select, #register-form textarea {
    border: 1px solid rgba(6,18,54,.18);
    border-radius: 10px;
    color: rgba(6,18,54,.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    /*margin: 10px 0;*/
    outline: none;
    width: 100%;
}

#register-form select {
    align-items: center;
    border: 1px solid rgba(6,18,54,.18);
    /*border-radius: 10px;*/
    color: rgba(6,18,54,.5);
    display: flex;
    padding: 10px 20px;
    width: 100%;
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 0.8rem 0.5rem;
    border: 1px solid #eaeaea;
    /** for the dropdown indicator */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

#register-form input, #register-form select, #register-form textarea {
    padding: 15px;
}

#register-form .button {
  cursor: pointer;
  padding: 1rem 4rem;
  border: 0;
  background-color: #002161;
  color: white;
  box-shadow: 0px 5px 0px 0px #002161;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  width: 100%;
  border: 2px solid transparent;
}
#register-form .button:hover {
  /*box-shadow: 0px 10px 0px 0px rgb(122, 71, 173);*/
  background-color: #fff;
  color: #000;
  border: 2px solid #002161;
}
#register-form .button:active {
  box-shadow: 0px 5px 0px 0px rgb(122, 71, 173);
  text-shadow: 0 0px 0px #000;
}

#register-form .button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  box-shadow: 0px 5px 0px 0px #2c2c2c;
  width: 0;
  height: 10px;
  transition: all 0.4s ease-in-out;
}
#register-form .button:hover::before {
  width: 100%;
}


/* feedback */

.contact-tels a{
    color: #000;
}

.feedback-img{
    background: url(/img/forum_2019_19_20190924_1807491695.jpg) fixed center/cover;
    position: relative;
    height: 67vh;
}

.sec-bg{
    background: url(/img/forum_2019_19_20190924_1807491695.jpg) fixed center/cover;
    position: relative;
    height: 450px;
}

.sec-bg::before{
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    background: #00000075;
}

.wrapper{
    position: relative;
    z-index: 5;
}

.services .content_wrapper {
    padding: 55px 60px;
}
.content_wrapper {
    padding: 55px 60px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    margin-bottom: 50px;
    background: white;
    position: relative;
}

.content_wrapper,
.text,
.regtext{
    line-height: 1.4;
}

.inside_page_padding{
    margin: 0 100px;
}

.inside_page_padding ul{
    list-style: auto;
}

.inside_page_padding ol{
    list-style: decimal;
}

.page_title{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-end;
    padding: 80px 212px;
    height: 100%;
}

.breadcrumb-list a {
    color: #fff;
}

.breadcrumb-list .active {
    opacity: 0.7;
    color: #fff;
}

.page_title .title_wrap h2 {
    margin: 0;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.card_hover_effect_team {
    transition: .3s;
}

.team_card {
    overflow: hidden;
    transition: .3s;
    padding: 0;
    color: #fff;
}
.my-relative {
    position: relative;
}

.card_visible_side {
    border-radius: 14px;
    height: 380px;
}

.card_visible_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: top;
}

.card_visible_side .card_name {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    width: 100%;
    transition: .3s;
    z-index: 4;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.card_visible_side .card_name h3 {
    font-size: 25px;
    font-weight: 600;
}

.card_visible_side .card_name p {
    font-size: 20px;
    font-weight: 400;
}

.card_hover_effect_team:hover .card_visible_side::after{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 60%) 35%, rgb(0 0 0 / 0%) 100%);
}

.card_visible_side::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #000;*/
    transition: 0.3s;
    /*opacity: 0.05;*/
    z-index: 3;
    border-radius: 15px;
    left: 0;
    top: 0;
}

.card_hover_visible_side {
    opacity: 0;
    padding: 15px 0 0;
    transition: .3s;
    visibility: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.card_hover_visible_side span {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

.team_card:hover .card_hover_visible_side {
    opacity: 1;
    visibility: visible;
}

.team_card:hover .card_visible_side .card_name {
    opacity: 1;
}

.card_hover_effect_team:hover {
    transform: translateY(-20px);
}

.feedback-img::before {
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    background: #00000052;
    top: 0;
    position: absolute;
}

.feedback-img h1{
    height: 100%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    font-size: 64px;
    padding-bottom: 40px;
    position: relative;
}

.form-title h2{
    padding-bottom: 30px;
}

.line-contact {
    height: 6px;
    position: relative;
    background: #fbb439;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.3);
    -moz-box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.3);
    box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.3);
}

input#searchInput {
    height: 100%;
    width: 100%;
    padding: 8px 15px;
    outline: none;
    color: #000;
    border: 1px solid #cecece;
}

.input-box {
    position: relative;
}

input.text, textarea {
    width: 100%;
    border: 2px solid #eaeaea !important;
    padding: 15px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
}

.custom-dropdown {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            max-height: 200px;
            overflow-y: auto;
            width: 100%;
            z-index: 5;
            /*padding: 14px;*/
        }

        .dropdown-content a {
            padding: 12px 16px;
            display: block;
            text-decoration: none;
            color: #333;
        }
        
        .custom-dropdown option {
            cursor: pointer;
            border-bottom: 1px solid #eaeaea;
            padding: 14px;
            transition: .4s all ease;
        }
        
        .custom-dropdown option:hover {
            background: #fff;
        }

        .custom-dropdown span {
            cursor: pointer;
            align-items: center;
            border: 1px solid rgba(6, 18, 54, .18);
            color: rgba(6, 18, 54, .5);
            display: flex;
            justify-content: space-between;
            padding: 10px 20px;
            width: 100%;
            font-size: 14px;
            padding: 15px;
            line-height: 18px;
            border: 1px solid #eaeaea;
        }

label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 15px;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.text ~ .focus-bg:before, .text ~ .focus-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #fffcef;
    transition: 0.3s;
    z-index: -1;
}

.text ~ .focus-bg:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

input.text:focus, textarea:focus {
    border-color: #eaeaea !important;
    border-bottom: 2px solid #f58220 !important;
    box-shadow: none !important;
    background: transparent;
}

.text:focus ~ label, .has-content.text ~ label {
    top: -18px;
    left: 0;
    font-size: 14px;
    color: #333;
    transition: 0.3s;
}

.text:focus ~ .focus-bg:before, .has-content.text:focus ~ .focus-bg:before {
    transition: 0.3s;
    width: 50%;
    height: 100%;
}

.text:focus ~ .focus-bg:after, .has-content.text:focus ~ .focus-bg:after {
    transition: 0.3s;
    width: 50%;
    height: 100%;
}

.form-section{
    padding-top: 30px;
}

.btn-form {
 padding: 1.1em 2em;
 background: none;
 border: 2px solid #fff;
 font-size: 15px;
 color: #fff;
 cursor: pointer;
 position: relative;
 overflow: hidden;
 transition: all 0.3s;
 border-radius: 12px;
 background-color: #002161;
 font-weight: bolder;
 box-shadow: 0 2px 0 2px #000;
 float: right;
}

.btn-form:before {
 content: "";
 position: absolute;
 width: 100px;
 height: 120%;
 background-color: #000;
 top: 50%;
 transform: skewX(30deg) translate(-150%, -50%);
 transition: all 0.5s;
}

.btn-form:hover {
 background-color: #4cc9f0;
 color: #fff;
 box-shadow: 0 2px 0 2px #0d3b66;
}

.btn-form:hover::before {
 transform: skewX(30deg) translate(150%, -50%);
 transition-delay: 0.1s;
}

.btn-form:active {
 transform: scale(0.9);
}

.feedback-text h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.feedback-text {
    padding: 24px 0 40px 0;
    width: 58%;
}

.feedback-desc{
    border-bottom: 1px solid #e4e4e4;
}

.feedback-infos{
    padding: 50px 0;
}

.feedback-form{
    padding-bottom: 50px;
}

.feedback-infos h3,
.feedback-form h3{
    font-size: 24px;
    font-weight: 700;
    color: #191919;
}

.feedback-infos span{
    display: flex;
    gap: 20px;
}

.middleRow{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.threeRows .row{
    padding: 30px 0;
}

.threeRows a{
    color: #000;
}

.fa-map-marker-alt{
    color: red;
}

.feedback-form span {
    width: 100%;
    display: inline-block;
    position: relative;
}

#nameSurname {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.feedback-form input {
    height: 58px;
    outline: none;
    border: 1px solid #19191933;
    margin: 0%;
    border-radius: 4px;
    padding: 15px 16px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 8px;
}

.feedback-form span label {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feedback-form input:focus ~ label {
    top: 8px;
    left: 10px;
    font-size: 14px;
    color: #002161;
}

.feedback-form textarea {
    min-height: 100px;
    min-width: 100px;
    height: 116px;
    resize: vertical;
}

.feedback-form input.text, .feedback-form textarea, .feedback-form select {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 15px 16px 0;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    transition: all .3s ease;
    position: relative;
}

.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #002161;
  box-shadow: 0 0 0 2px #002161;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #002161;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  /*background-color: #002161;*/
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #fff;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #fff;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #002161;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.full-photos-title h2 {
    font-size: 3.75rem;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    /* color: #333a4a; */
}

.workplaces-box, .workplaces-box.ofis {
    border-radius: 16px;
    background-color: #f5f6fa;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
    will-change: transform;
}
.workplaces-box.ofis {
    height: 280px;
}
.workplaces-box.ofis {
    padding: 0;
}
.workplaces-box {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    position: relative;
}

.workplaces-box span {
    background-color: #dee2ed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: height 1s,width 1s;
    -moz-transition: height 1s,width 1s;
    -ms-transition: height 1s,width 1s;
    -o-transition: height 1s,width 1s;
    transition: height 1s,width 1s;
    width: 0;
    z-index: -1;
}

.workplaces-box.ofis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.workplaces-box img, .workplaces-box.ofis img {
    transition: transform .35s cubic-bezier(.3, .1, .3, 1);
}
.workplaces-box img {
    width: 100%;
}

.project-right{
    position: relative;
}

.projects-left h3 {
    font-size: 36px;
    /*line-height: 48px;*/
}

.projects-left li {
    list-style: initial;
}

.projects-left ul,
.projects-left ol {
    padding-left: 2rem;
}

.projects-left > *:not(i) {
    /*padding: 24px 0;*/
    font-size: 18px;
    line-height: 24px;
}

.projects-left h4 {
    font-size: 16px;
    line-height: 22px;
    color: #7C8092;
}

.acar-sozler-all {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

.acar-sozler-all div {
    display: inline-flex;
    align-items: center;
    margin: 0 8px 8px 0;
    padding: 10px 16px;
    border-radius: 32px;
    background-color: #e1e1e9;
}

.project-video {
    margin-top: 20px;
}

.projects-left iframe {
    width: 100%;
    height: 560px;
}

.project-right h4{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.modal-form.sticky-e-form {
    padding: 32px 24px;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0px 3px 25px rgba(0, 30, 69, 0.2);
}

.modal-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.input-div {
    width: 100%;
    margin: 15px 0;
}

.input-div input {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none;
    transition: all .3s ease;
}

.input-div select {
    width: 100%;
    border: 2px solid #e6ecf2 !important;
    padding: 12px 14px;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none;
    transition: all .3s ease;
}
.input-div select, .input-div option, .input-div textarea::placeholder {
    color: #757575;
}

.input-div button {
    cursor: pointer;
    background: #002161;
    color: #fff;
    border-radius: 4px;
    line-height: 50px;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}

.elaqe-formu {
    position: sticky;
    top: 0;
}

/* static */

.static-content{
    margin-bottom: 60px;
}

.static-content p,
.no-img{
    line-height: 1.4;
}

.static-texts{
    padding-bottom: 100px;
}

.static-advantages{
    padding: 100px 170px;
}

.advantages-item-number {
    font-size: 96px;
    letter-spacing: -4.7px;
    line-height: 1;
}

.advantages-item-title {
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.8px;
    width: 18%;
}

.static-info-img{
    width: 25%;
    height: 150px;
}

.static-info {
    width: 75%;
}

.static-info-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.static-info-desc span{
    line-height: 22px;
}

.static-info-title p {
    font-size: 52px;
}

.static-info-title span{
    font-size: 13px;
    line-height: 22px;
    width: 30%;
    opacity: .7;
}

.static-info-desc p {
    font-size: 15px;
    line-height: 27px;
}

.nav-link{
    padding: 28px 130px;
    font-size: 17px;
    border: 1px solid #0000000a !important;
}

.nav-link:not(.active){
    color: #000;
    background-color: #fff;
}

.nav-link.active{
    background-color: #002161 !important;
    color: #fff !important;
}

.nav-tabs{
    justify-content: center;
}

.tab-text {
    text-align: justify;
}

.tab-content{
    background: #fff;
    padding: 50px 0;
}

.tab-img{
    height: 440px;
}

.tab-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.tab-text p{
    line-height: 25px;
}

#innerPages{
    padding: 50px 0;
}

.full-info{
    padding-bottom: 50px;
}

.full-info i {
    font-style: italic;
}

.full-info b {
    font-weight: bold;
}

.full-info tbody tr,
.full-info tbody td{
    border: 1px solid #000;
}

.news-full img {
    float: right;
    width: 500px !important;
}

.news-full {
    line-height: 1.7;
}

.news-full span {
    font-size: 16px !important;
}

.dleplyrplayer {
    float: right;
    max-width: 500px !important;
}

.dleplyrplayer video {
    width: 100%;
}

.full-photos{
    margin-bottom: 60px;
}

.layihesekiller img{
    width: 100%;
    height: 300px;
}

.full-info p{
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.ofis-img small img{
    display: none;
}

.ofis-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ofisler{
    gap: 7rem;
}

.ofis-img small {
    line-height: 1.4;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    text-align: center;
}

span.sedradi {
    font-size: 25px;
    font-weight: 600;
}

span.sedrvezife {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.no-img.project-img{
    display: flex;
    flex-direction: column; 
    gap: 1rem;
    max-height: 300px;
    overflow: auto;
    padding: .5rem;
    background: #eee;
}

.no-img h2{
    font-size: 30px;
    font-weight: 600;
}

.page-heading {
    background-color: rgb(250, 250, 250);
    padding: 60px 108px;
    width: 100%;
    margin-bottom: 60px;
}

.page-heading h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.page-heading p {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}

.full-info img{
    width: 100%;
    border-radius: 4px;
}

.ofis-img img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    padding-bottom: 15px;
    object-position: top;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}

.price img {
    width: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.price p {
    max-width: 90%;
    color: #000;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.table_div{
    overflow-x: auto;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
  font-size: 14px;
  line-height: 1.7;
  vertical-align: middle;
}
.price-table tr td:first-child {
  border-left: 0 none;
  /*white-space: nowrap;*/
}

.price-table-help{
    position: relative;
}

.price-table-help:hover .little-info{
    opacity: 1;
}

.little-info{
    position: absolute;
    top: -36px;
    left: -22px;
    background: #002161;
    color: #fff;
    padding: 11px;
    border-radius: 9px;
    font-size: 12px;
    opacity: 0;
    width: 180px;
}

.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table tr:nth-child(even) {
  background-color: #ffffff;
}
.price-table tr:hover {
  background-color: #eeeeee;
}
.price-table .fa-check {
  color: #5336ca;
}
.price-table .fa-times {
  color: #d8d6e3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
}

.price-table tr.price-table-head td {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.price-table tr.price-table-head {
  background-color: #5336ca;
  color: #ffffff;
}
.price-table td.price {
  color: #f43f54;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
}

.price a.clicked{
    background-color: #52dd07 !important;
}

.price-table td.price a {
  background-color: #5336ca;
  color: #ffffff;
  padding: 12px 32px;
  /*margin-top: 16px;*/
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
  transition: .4s all ease;
  cursor: pointer;
}

.price-table td.price-table-popular {
  border-top: 3px solid #5336ca;
  color: #5336ca;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 90px;
  fill: #5336ca;
}


.carddil {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(209, 72, 122);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    cursor: pointer;
    transition: .4s all ease;
    text-align: center;
    line-height: 1.4;
    padding: 0 35px;
}

.carddil.tedbirler_card {
    background: #002161 !important;
}

.carddil.tedbirler_card p {
    opacity: 1;
}

.carddil::before {
    top: 0;
    right: 0;
    border-radius: 0 15px 0 100%;
}

.carddil::before,
.carddil::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    background-color: #00000029;
    transition: all 0.5s;
}

.carddil:hover{
    transform: scale(1.1);
}

.carddil::after {
    bottom: 0;
    left: 0;
    border-radius: 0 100% 0 15px;
}

a.card-a {
    height: 200px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 15px;
    /*padding: 0 12px;*/
}

.carddil:hover::before,
.carddil:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: all 0.5s;
}

.carddil p{
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    font-weight: 600;
}

.carddil:hover p{
    opacity: 1;
}

.images-grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
}

/*umud xeberler*/
.section_5_card {
  background: #1f2026;
  border-radius: 24px;
  overflow: hidden;
  width:100%;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.478);
  color: #fff;
  flex-direction: column;
  gap: 10px;
}
.section_5_card:hover {
  transform: scale(1.01);
}
.section_5_card img {
  border-radius: 20px;
  height: 236px;
  width: 100%;
  object-fit: cover;
}
.section_5_card p {
  opacity: 0.5;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.section_5_card h5 {
  font-size: 16px;
  line-height: 20px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 40px;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/*umud xeberler end*/
.pages{
    justify-content: center;
}
.navigation span{
    opacity: 1 !important;
}
.navigation a{
    background: transparent !important;
    color: #002161 !important;
    transition: .3s;
    padding: 15px 20px !important;
}
.navigation a:hover{
    background: #002161 !important;
    color: #fff !important;
}

.head {
    background-color: #f0f0f0;
}

.head-cont {
    padding: 140px 15px;
    position: relative;
}

.head h1 {
    margin-bottom: 45px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.12;
    width: 50%;
}

.head-button1 {
    margin-right: 15px;
    border: 2px solid #002161;
    background-color: #002161;
}

.head-button1, .head-button2 {
    color: #fff;
    font-size: 14px;
    padding: 20px 45px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    transition: .5s;
    display: inline-block;
}

.static-head-img {
    position: absolute;
    right: 83px;
    top: 40px;
}

.circle {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    z-index: 1;
}

.circle img {
    width: 100%;
    transform: scale(.7);
    position: absolute;
    top: 60px;
    left: 0;
    height: 250px;
    object-fit: contain;
}

.page-content {
    padding: 150px 0;
    line-height: 1.7;
}

.no-img img{
    display: none;
}

#static img{
    width: 100%;
}

.small-container{
    text-align: justify;
    font-size: 19px;
}

.static-head-rect {
    content: "";
    background-color: #002161;
    transform: rotate(20deg);
    position: absolute;
    top: 100px;
    left: -55px;
    width: 120%;
    height: 275px;
}

.images-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.event-full-infos{
    margin-bottom: 60px;
}

.event-full-infos b{
    font-weight: bold !important;
}

/*.fa-plane{*/
/*    color: #fff;*/
/*}*/

.full-h4 {
    box-shadow: 0 0 1px gray;
    padding: 12px;
}

.full-h4 span {
    font-weight: bold;
    border-bottom: 2px solid black;
    padding-bottom: 9px;
}

.appro {
    margin-top: 12px;
}

.hotel-value {
    background: #eee;
    padding: 5px;
    border-radius: 10px;
    font-size: 18px;
}

.hotel-appriciate {
    font-weight: bold;
}

.hotel-full-amenities ul {
    margin-top: 20px;
}

.hotel-full-amenities ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 25px 0;
    font-size: 18px;
}

.hotel-full-map {
    overflow: hidden;
    padding-bottom: 1rem;
}

.hotel-full-map iframe {
    width: 100%;
    height: 270px;
    border-radius: 10px;
}

.hotel-full-map table td {
    text-align: start;
    width: 50%;
    border: 1px solid #f3f3f3;
}

/*.hotel-full-map table td:last-child {*/
/*    text-align: right !important;*/
/*}*/

.hotel-full-map table td:last-child span {
    color: gray;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 15px;
}

button.reserv,
a.fullPhotos {
  border: none;
  outline: none;
  font-size: 17px;
  padding: 1em 2em;
  position: relative;
  color: #14213d;
  background: #f1f1f1;
  display: grid;
  font-weight: 700;
  place-items: center;
  transition: color 350ms linear 650ms;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
  /*margin-left: auto;*/
}

button.reserv:hover,
a.fullPhotos:hover {
  color: #fff;
}

button.reserv::before,
button.reserv::after,
a.fullPhotos::before,
a.fullPhotos::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 6%;
}

button.reserv::before,
a.fullPhotos::before {
  background: #ced4da;
  transition: width 350ms, height 350ms linear 650ms;
}

button.reserv:hover::before,
a.fullPhotos:hover::before{
  width: 100%;
  height: 100%;
}

button.reserv:after,
a.fullPhotos::after {
  background: #002161;
  transition: width 350ms linear 175ms, height 350ms linear 650ms;
}

button.reserv:hover::after,
a.fullPhotos:hover::after {
  width: 100%;
  height: 100%;
}

.uzvlukform{
    padding: 100px 0;
    position: relative;
    margin: 0 30px;
}

.uzvlukform::before {
    content: "";
    position: absolute;
    background: url(/img/afez_business_tour_191123_4_20231218_1583077199.jpg)center/cover;
    top: 0;
    opacity: 0.3;
    /* filter: blur(7px); */
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 4px;
}

.contact_info h2 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -4.05px;
    white-space: nowrap;
    margin-bottom: 46px;
}

.contact_info p {
    color: #353535;
    margin-bottom: 1rem;
    line-height: 25px;
}

.info_content {
    padding-top: 30px;
    font-size: 24px;
}

.info_content ul {
    line-height: 30px;
}

.info-content-span {
    font-weight: 600;
}

.info_content ul li a {
    margin-left: 10px;
    font-size: 18px;
    color: #000;
}

#register-form{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

/*.images-grid div:first-child img{*/
/*    width: 515px;*/
/*    height: 389px;*/
/*}*/

/*.images-grid div:not(:first-child) img{*/
/*    width: 255px;*/
/*    height: 192.16px;*/
/*}*/

@media only screen and (min-width: 991px){
    .images-grid {
        height: 520px;
        display: grid;
        grid-template-columns: repeat(5, 1fr) !important;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    
    .div1-full {
        grid-area: 1 / 1 / 3 / 3;
    }
    
    .div2-full {
        grid-area: 1 / 3 / 2 / 4;
    }
    
    .div3-full {
        grid-area: 2 / 3 / 3 / 4;
    }
    
    .div4-full {
        grid-area: 1 / 4 / 2 / 5;
    }
    
    .div5-full {
        grid-area: 2 / 4 / 3 / 5;
    }
    
    .div6-full {
        grid-area: 1 / 5 / 2 / 6;
    }
    
    .div7-full {
        grid-area: 2 / 5 / 3 / 6;
    }
}


@media (min-width: 1200px){
    .small-container {
        max-width: 716px;
    }
    
    header.sticky .upper-header{
         height: 0;
         /*padding: 0;*/
    }
    
    header.sticky .bottom-header{
        position: absolute;
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    
    .col-lg-25{
        flex: 0 0 auto;
        width: 20%;
    }
}

@media only screen (min-width: 1401px) {
    .manage-img img {
        height: 400px;
    }
}

@media screen and (max-width: 576px) {
    
    .event-img img, .event-img video{
        height: 350px;
    }
    
}

@media screen and (max-width: 768px) {
    
    .slider-logos{
        bottom: 10px;
    }
    
    .slider-logo{
        width: 100%;
    }
    
    .circle{
        display: none;
    }
    
    .head h1{
        font-size: 30px;
        width: 100%;
        text-align: center;
    }
    
    .ham-wrapper,
    .pushNav{
        display: block;
    }
    
    .page-heading h1{
        font-size: 22px;
    }
    
    .ofisler{
        flex-direction: column;
        gap: 4rem;
    }
    
    .ofis-img img{
        width: 100%;
        border-radius: inherit;
    }
    
    .ofis-img{
        align-items: center;
        text-align: center;
    }
    
    .no-img h2{
        font-size: 24px;
    }
    
    .carddil {
        transform: scale(1.1);
    }
    
    .carddil p {
        opacity: 1;
    }
    
    .carddil::before, .carddil::after {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        transition: all 0.5s;
    }
    
    .projects-left iframe{
        height: 360px;
    }
    
    .page-heading,.head-cont{
        padding: 60px 20px;
    }
    
    .input-div{
        margin: 0;
    }
    
    .project-right{
        padding-top: 30px;
    }
    
    .acar-sozler-all{
        flex-wrap: wrap;
    }
    
    .card_hover_effect_team {
        transform: translateY(-20px);
    }
    
    .card_name {
        opacity: 1 !important;
    }
    
    .card_visible_side::after {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgb(0 0 0 / 60%) 35%, rgb(0 0 0 / 0%) 100%);
    }
    
    .card_hover_visible_side {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-link{
        padding: 27px 0;
        width: 90%;
    }
    
    .proj-card{
        height: 476px;
    }
    
    .proj-hover > h2{
        font-size: 16px;
        bottom: 100px;
        line-height: 25px;
    }
    
    .upper-contact{
        padding: 1rem 0 !important;
    }
    
    .price-table td.price a{
        padding: 9px 22px;
        font-size: 11px;
    }
    
    .register__wrapper_plans{
        padding: 40px 0;
    }
    
    .pages{
        flex-wrap: wrap;
    }
    
    .sec-bg{
        height: 350px;
    }

    .inside_page_padding{
        margin: 0;
    }
    
    .feedback-img h1{
        font-size: 40px;
    }
    
    .static-advantages{
        padding: 50px 0;
    }
    
    .advantages-item-title{
        width: 100%;
    }
    
    .static-info-img{
        display: none;
    }
    
    .static-infos{
        padding-top: 50px;
    }
    
    .page_title{
        padding: 80px 12px;
    }
    
    .services .content_wrapper{
        padding: 35px;
    }
    
    footer{
        padding: 30px 0 50px;
    }
    
    footer .btn a{
        padding: 15px 50px;
    }
    
    footer .btn,
    footer .btn a{
        width: 100%;
    }
    
    footer .footer_menu{
        margin: 30px 0;
    }
    
    footer .footer_menu .menu_list{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    footer .footer_bottom{
        flex-direction: column;
        gap: 15px
    }
    
    .footer_bottom .d-flex{
        font-size: 14px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    footer .copyright{
        padding-right: 0;
    }
    
    .social_icons{
        gap: 15px
    }
    
    footer .social_media .nav-item a{
        margin-right: 0;
    }
    
    .ag-canvas {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        height: auto;
        padding: 3rem .5rem;
        flex-direction: column;
    }
    
    #projects .owl-carousel .owl-item,
    .section_5_card,
    .section_5_card img{
        border-radius: inherit;
    }

    .ag-canvas_svg {
        max-height: calc(100% - 6rem);
        margin-left: 0;
        width: 100%;
    }
    
    .countryinfo{
        display: none;
    }
    
    .event-button{
        width: 100%;
    }
    
    #newevents{
        padding: 30px 15px;
        border-radius: inherit;
    }
    
    .newevents-text h2{
        font-size: 30px;
        text-align: center;
    }
    
    .newevents-text p{
        font-size: 14px;
        text-align: center;
    }
    
    .newevents-text{
        gap: 20px;
    }
    
    .newevents-text{
        padding-bottom: 1rem !important;
    }
    
    .event-button{
        padding: 1rem 2rem;
    }
    
    .member-bottom-card{
        flex-direction: column;
    }
    
    .manage-title{
        margin-bottom: 1rem !important;
    }
    
    #management label{
        padding-bottom: 1rem !important;
    }
}

@media only screen and (max-width: 992px) {
    
    .images-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    
    .slider-logos {
        border-top: 0;
    }
    
    .slider-logo {
        height: 80px;
    }
    
    .owl-carousel.sponsorlar{
        display: block;
    }
    
    .ham-wrapper{
        display: block;
    }
    
    .logo img{
        width: 180px;
    }
    
    .ham-lines{
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-end;
    }
    
    .line{
        width: 32px;
        height: 3px;
        background: #fff;
    }
    
    .swiper-content{
        width: 100%;
        top: 30%;
    }
    
    .swiper-content h2{
        font-size: 25px;
        line-height: 33px;
    }
    
    .both-nav{
        display: none !important;
    }
    
    /*.slide-numbers{*/
    /*    right: 10%;*/
    /*}*/
    
    .slide-numbers{
        transform: translateY(0);
        flex-direction: row;
        height: initial;
        border: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px;
        align-self: flex-end;
        display: flex;
        max-width: 100%;
        bottom: 18%;
        width: 100%;
        left: 0;
    }
    
    .page-content img{
        width: 100%;
    }
    
    #register-form{
        padding: 0 10px;
    }
    
    .news-full img{
        width: 100% !important;
    }
    
    .slider-alls{
        display: none;
    }
    
    .slide-numbers span{
        padding-right: 0;
    }
    
    .slide-numbers span.active{
        transform: scale(1.2);
        opacity: 1;
        border: none;
    }
    
    /*.upper-header{*/
    /*    display: none;*/
    /*}*/
    
    /*.swiper-button-next, .swiper-button-prev{*/
    /*    top: 77%;*/
    /*}*/
    
    /*.swiper-content h2{*/
    /*    font-size: 30px;*/
    /*}*/
    
    .events-title, .works-title{
        flex-direction: column;
        gap: 15px;
    }
    
   
    .events-title h2,
    .works-title h2,
    .manage-title h2{
        text-align: center;
    }
    
    #projects .owl-nav{
        display: none;
    }
    
    footer .row:nth-child(2){
        gap: 20px;
    }
    
    footer .row:nth-child(2) div:last-child,
    footer .row:nth-child(2) div:first-child{
        text-align: center;
    }
    
    .about-left-title h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .member-card::before,
    .member-card::after {
        display: none;
    }

    .member-card {
        width: 100%;
        display: flex;
        gap: 15px;
    }

    .members-upper {
        flex-direction: column;
        /*padding-left: 1.5rem;*/
        gap: 30px;
    }

    .members-bottom::after,
    .members-bottom::before {
        display: none;
    }

    .members-bottom {
        height: auto;
        padding: 1rem;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .members-bottom-img img {
        width: 100%;
    }

    .number-bottom-circle {
        width: 4rem;
        height: 4rem;
    }

    .member-bottom-info h3 {
        width: 100%;
    }
    
    .manage-img img{
        /*object-position: 0 -62px;*/
    }
    
    header .uzvluk{
        padding: 15px 25px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1200px){
    
    header a.uzvluk,
    header button.uzvluk{
        padding: 13px 8px;
        font-size: 10px;
    }
    .logo img,header header.sticky .logo img, header.active .logo img{
        width: 140px;
    }
    .languages{
        gap: 0.3rem !important;
        position: relative;
    }
    .lang{
        transition: .3s;
    }
    .lang:not(:first-child){
        position: absolute;
        bottom: -45px;
        height: 39.2px;
        opacity: 0;
        visibility: hidden;
        left: 0;
    }
    .lang:last-child{
       position: absolute;
        bottom: -90px;
        height: 39.2px;
        left: 0; 
    }
    .languages:hover .lang{
        opacity: 1;
        visibility: visible;
    }
    header.sticky .lang a, header.active .lang a{
        padding: 6px 9px;
        font-size: 9px;
    }
}

@media only screen and (max-width: 1340px){
    header a.uzvluk,
    header button.uzvluk{
        padding: 13px 8px;
        font-size: 10px;
    }
    .logo img,header header.sticky .logo img, header.active .logo img{
        width: 140px;
    }
    header.sticky nav ul li a, header.active nav ul li a{
        font-size: 11px;
    }
}
 #events .owl-carousel .owl-item img {
        height: 100%;
    }


