.formBody {
	border-radius:0 20px 20px 20px;
}
@font-face {
  font-family: 'GothamBook';
  src:  url('../fonts/Gotham/GothamBook.ttf') format('truetype');
}

@font-face {
  font-family: 'GothamBold';
  src:  url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'MazzardBlack';
  src:  url('../fonts/Mazzard/MazzardH-Black.otf') format('opentype');
}

@font-face {
  font-family: 'MazzardBold';
  src:  url('../fonts/Mazzard/MazzardH-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'MazzardExtraLight';
  src:  url('../fonts/Mazzard/MazzardH-ExtraLight.otf') format('opentype');
}



@font-face {
  font-family: 'HousttelySignature';
  src:  url('../fonts/HousttelySignature.ttf') format('truetype');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --blue_color_1: #7700B5;
  --blue_color_2: #130060;
  --blue_color_mix: #4B00A7;
  
}



body {     
  font-family: "GothamBook" ;
  color: #444;
  background: #FFF;
  /*-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; */
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
 
a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MazzardBlack";
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background: #FFF;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  /*background: var(--blue_color_mix);*/
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}


.back-to-top:hover {
  transform: scale(1.1);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 5;
  padding: 20px 0;
}

.header.header-scrolled { 
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}

.headerIndexColor{
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
  background: rgb(255 255 255 / 90%) !important; 
}

.header .logo {
  line-height: 0;
}

.logo {
	margin-left:20px;
}
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 60px;
  font-family: 'GothamBook';
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  color: #a5a5a5
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #2d2d2d;
}

.navbar .getstarted {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #4154f1;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar span{
    display:none;
}
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  /*bottom: 15px;*/
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffce00;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
}

 

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (max-width: 1024px) {
  .hero {
    /*background-attachment: fixed;*/
    background-size: 100% auto !important;
    background: url(../images/fixedBannerMobile2.png) top center no-repeat;
  }
}

@media (max-width: 991px) {
  .hero {  
    background-size: 100% auto !important;
    background: url(../images/fixedBannerMobile2.png) top center no-repeat;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 77vh;
    /* height: auto; */
    background: url(../images/fixedBannerMobile.png) top center no-repeat;
    background-size: 100% auto !important;
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .bigTitle1 {  
    font-size: 3.5rem !important;
  }
}

@media (max-width: 768px) {
  .features_div{ 
    width: 45%;
  }
  .bigTitle1 {  
    font-size: 2.6rem !important;
  }
}

@media (max-width: 320px) {
  .bigTitle1 {  
    font-size: 2.5rem !important;
  }
}


#features, #features_image_video{
  background:#FFF;
  color:#2D2D2D;
  height: auto;
}


.features_div{
  width:260px;
  height: 300px;
  margin:1rem;
}

.features_title {
  position: relative;
  font-family: 'MazzardBlack';
  font-size: 3.5rem;
  text-align: center;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2; 
  padding-top:1rem ;
} 

.features_title_shadow {
  font-family: 'MazzardBlack';
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  color: rgba(60,60,60,0.06);
  z-index: 2;
}

.features_in_list{  
  background-size 100% 100%;
  background-origin: content-box !important; 
  min-height:200px
}

.features_in_list ul{
  padding: 0;
  margin:0 auto;
  text-align: center;
}

.features_in_list ul li{
  list-style-type: none;
  font-family: 'GothamBook';
  font-size:1.2rem;
  font-weight: 500;
    color: #606060;
}

.bigTitle1 { 
  padding-left: 2.2rem;
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size: 4.5rem;
  text-align: left;
  word-wrap:break-word;
  color: var(--blue_color_mix);
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  border-left: 15px solid #ffce00;
  align-items: center; 
  word-break: break-word;


  /*
 margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;  
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size: 4rem;
  text-align: center;
  word-wrap:break-word;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  word-break: break-word;
  margin-bottom: 2rem;
  */

} 


.gallery-list.col-md-12,
.gallery-list.col-md-6,
.gallery-list.col-md-4,
.gallery-list.col-md-3,
.gallery-list.col-md-2,
.gallery-list.col-md-1 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.image-grid {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.image-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*height: auto;
  transform: scale(4);*/
  
}

.image-grid .imageBlurOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  /*
#7700B5;
  --blue_color_2: #130060;
  */
  background: -webkit-linear-gradient( rgba(119, 0, 181, 0.5), rgba(19, 0, 96, 0.5) );
}

.image-grid .imageBlurOverlay i{
  color:#fff;
  font-size:2rem;
  opacity: 0.8;
}

.image-grid p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.image-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.image-grid:hover > img,
.image-grid.hover > img {
  
}

.image-grid:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
} 

@media (max-width: 992px) { 

  .image-grid {
    width: 100%;
    height: 180px;
  }

}


@media (max-width: 768px) {
  .gallery.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-list{
    padding: 0.1rem!important;
  }

  .gallery-list.col-md-12,
  .gallery-list.col-md-6,
  .gallery-list.col-md-4,
  .gallery-list.col-md-3,
  .gallery-list.col-md-2,
  .gallery-list.col-md-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-row.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gallery-row.row.pdtb-40 {
    padding-top: 10px;
  }

  .horizontal-nav {
    margin-bottom: 0;
  } 

}

.dahaFazlaBtn{
  background: #ffce00;
  border:0;
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'MazzardExtraLight';
  padding: 10px;
  margin: 0 auto;
  display: block;
  margin-top:1rem;
  margin-bottom:1rem;
}


#projects{
  background:#FFF;
  color:#2D2D2D;
  height: auto;
}

.projectSwiper {
  width: 100%;
  height: 100%;
}

.projectSwiper .swiper-slide {
  min-height: auto;
  text-align: center;
  font-size: 18px; 
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.projectSwiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectSwiper .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}

.projectSwiper .swiper-pagination-bullet-active{
  background:#ffce00;
}


.projelerTitle{   
  width: 80%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;  
  font-family: 'MazzardBlack';
  font-size: 3.5rem;
  text-align: center;
  word-wrap:break-word;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  border-bottom: 10px solid #ffce00; 
  word-break: break-word;
  margin-bottom: 2rem;
}

.projelerTitleMobile{   
  width: 90%;
  margin: 0 auto;
  display: none;
  box-sizing: border-box;  
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size: 2.5rem;
  text-align: center;
  word-wrap:break-word;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  border-bottom: 10px solid #ffce00; 
  word-break: break-word;
  margin-bottom: 2rem;
}


@media (max-width: 768px) { 
  .projelerTitle {  
    font-size: 2.6rem !important;
  }
}

@media (max-width: 500px) { 
  .projelerTitleParentDiv {  
    display: none;
  }
  .projelerTitleMobile{   
    display: block;
  }
  .projeShortText{
    font-size: 0.75rem !important;
  }
  .dahaFazlaBtn{
    font-size: 0.75rem;
  }
  .features_title, .features_title_shadow{
    
  }

} 

.projeShortText{
  width: 100%;
  height: 100%; 
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size:1rem;
}

#brands, #comments{ 
  background:#fff;
  color:#2D2D2D;
  height: auto; 
} 

.brandsTitle{ 
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;  
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size: 4rem;
  text-align: center;
  word-wrap:break-word;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  /*border-bottom: 10px solid #ffce00; */
  word-break: break-word;
  margin-bottom: 2rem;
}

.brandsTitleIcon{
  position: absolute;
  background: url(../images/brandTitleIcon.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-top:-220px;
  margin-left: 50px;
}


@media (max-width: 1024px) {
  .brandsTitleIcon{
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .brandsTitleIcon{
    display: none;
  }
}

@media (max-width: 500px) {
  .brandsTitleIcon{
    display: block;
    margin-left:10px;
    height: 100px;
    width: 100px;
  }
  .brandsTitle{
    
    font-size:3rem;
    position: relative;
    z-index: 1;
  }
  #say_hello .title{
    font-size: 3rem !important;
  }
}
 
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6.2));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 6.2));
  }
  
}
.brandSlider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
 
.brandSlider::before {
  left: 0;
  top: 0;
}
.brandSlider .slide-track {
  -webkit-animation: scroll 20s linear infinite alternate backwards;
          animation: scroll 20s linear infinite alternate backwards;
  display: flex;
  width: calc(250px * 14);
}
.brandSlider .slide {
  text-align: center;
  font-size: 18px;
  margin:0 auto; 
  background: #FFF;
  width: 200px !important;
  height: 200px !important;
  /*height: calc((100% - 30px) / 2);

   Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05); 
  padding: 1.5rem;
  border-radius: 8px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: ease-in-out .5s all;
  margin:0.5rem;
}

.brandSlider .slide:hover {
  filter:unset;
}

.brandSlider .slide img {
  text-align: center;
  font-size: 18px;
  margin:0 auto; 
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.commentsSwiper {
  width: 95%;
  height: 100%;
}

.commentsSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.commentHeadText{
  font-family: 'GothamBold';
  font-size:2rem;
  color:#353535;
}

.commentFooterText{
  font-family: 'GothamBold';
  color:#777;
}

.commentFooterText::after{
  content: '’’';
}

.commentFooterText::before{
  content: '‘‘';
}


.commentsSwiper .swiper-button-next,
.commentsSwiper .swiper-button-prev {
  color:#353535; 
}



.commentsSwiper .swiper-button-next::after,
.commentsSwiper .swiper-button-prev::after {
  font-size: 2rem;
}


@media (max-width: 991px) {
  .commentHeadText{
    font-size: 2rem;
  }
  .commentFooterText{
    font-size: 1rem;
  }
  
}

@media (min-width: 991px) and (max-width:1024px) {
  #say_hello .questionmark{
    display: none;
  }
}

@media (max-width: 767px) {
  .commentHeadText{
    font-size: 1rem;
  }
  .commentFooterText{
    font-size: 0.5rem;
  }
  #say_hello .questionmark{
    display: none;
  }
}



@media (max-width: 320px) {
  .commentHeadText{
    font-size: 1rem;
  }
  #say_hello .questionmark{
    display: none;
  }
}



.our-brands_img{
  width:150px;
  height: 150px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0.5rem;
  display: flex;
  border-radius: 15px;
  padding: 0;
}

.our-brands_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#say_hello{
  background: linear-gradient(180deg, var(--blue_color_2) 0%, var(--blue_color_1) 100%);
  color:#2D2D2D;
  height: auto; 
  padding:2rem;
}

#say_hello .questionmark{
  width: 100px;
  height: 100px;
  width: 100px;
  height: 100px;
  /* position: absolute; */
  float: right; 
  margin-top: -125px;
  color: #ffce00;
  font-size: 9rem;
  font-family: 'MazzardBold';
  transform: rotate(25deg);
}

#say_hello .title{
  font-size:2.5rem;
  font-family: 'MazzardBlack';
  color:#fff;
  display: block;
  text-align: center;
}

.hemenTanisalimBtn{
  background: #ffce00;
  border:0;
  border-radius: 50px;
  font-size: .9rem;
  font-family: 'MazzardBold';
  padding: 10px 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  display: block;
  margin-top:1rem;
  margin-bottom:1rem; 
}



.footer_title{
  color:#000;
  font-family: 'MazzardBold';
  font-size:1.5rem; 
  text-align: center;
}

.social_media_list{
  display: flex;
  justify-content: center;
}

.social_media_list .social_media_item{
  width:50px;
  height: 50px;
  margin:0.6rem 1rem;
  transition: linear 0.3s all; 
  text-align: center;
  padding: 0.1rem;
}

.social_media_list .social_media_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social_media_list .social_media_item:hover{
  transform: rotate(20deg) scale(1.1); 
}

#pageTopBanner{
  background: #ffce00;
  font-family: 'GothamBold';
  font-size:3.5vh;
  text-align: center;
  padding: 3rem;
  display: flex;
  justify-content: center;
}

.pageTopBannerText{
  color: #232323;
  margin: 1rem 2rem; 
}

.leftNail{
  display: flex;
  width: 60px;
  height: 70px;
  background: url(../images/nail.png) top center no-repeat;
  background-size: contain;
}


.rightNail{
  display: flex;
  width: 60px;
  height: 70px;
  background: url(../images/nail.png) top center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}


@media (max-width: 991px) {

}

@media (max-width: 768px) {
   
}

@media (max-width: 500px) { 
  /*.leftNail, .rightNail {  
    display: none !important;
  }*/
  .leftNail, .rightNail {  
     height: unset;
  }

  .pageTopBanner{
    margin-top:55px;
  }

  .pageTopBannerText{
    margin: 0;
    font-size: 1rem;
  }
  #aboutMap, #aboutMapMarkers{
    height: 200px !important;
  }
  #dots{
    padding-left: 1rem !important;
  }
  .dot{
    width: 35px !important;
    height: 35px !important;
  }
}

#workFilter{
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  flex-wrap: wrap;
}

.workFilterItem{
  text-align: center;
  align-items: center;
  color:#444;
  font-family: 'GothamBook';
  font-weight: bolder;
  font-size:1rem;
  background: #fff;
  padding: 0.6rem 2rem;
  margin: 0.3rem;
  display: flex;
  border-radius: 100px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  transition: linear 0.2s all;
  cursor: pointer; 
}

.workFilterItem.selected{
  background: linear-gradient(-90deg, var(--blue_color_2) 0%, var(--blue_color_1) 100%);
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.65);
  transition: ease-in-out 0.5s all;
}

.workFilterItem:hover{
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

#works{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 3rem;
}

.work{
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 260px; 
  height: auto;
  color:#606060;
  box-sizing: border-box;
  padding: 2rem;
  margin: 0.5rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: linear 0.2s all;
}

.workDetailBtn{
  padding:0.5rem 2rem;
  border-radius: 100px;
  background: linear-gradient(-90deg, var(--blue_color_2) 0%, var(--blue_color_1) 100%);
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  transition: linear 0.2s all;
}

.workDetailBtn:hover{ 
  color:#fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.65);
}

.workLogo{
  max-height: 40px;
}

.workLogo img{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  /*filter: grayscale(100%);*/
}

.work:hover .workLogo img{
  filter: unset;
}
.workMadeList ul{
  list-style-type: none;
  padding: 0;
  margin: 2rem 0;
  text-align: center;
}

.workMadeList ul li{
  font-size: 0.9rem;
}


#contact-us-info{

}

.contactInfoDiv{
  display:flex;
  width:360px;
  flex-direction: column;
  flex-wrap: wrap; 
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-us-info-icon{
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.contact-us-info-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.contact-us-info-text{
  margin:1.5rem 0.5rem;
  text-align: center;
  font-weight: 700;
  color:#404040;
}

#contact-us-form{
  padding-top: 30px;

}


.contact_us_head_title{
  display: block;
  font-size: 1.5rem;
  color:#3d3d3d;
  font-weight: bold;
}

.contact_us_head_sub_title{
  display: block;
  color:#888b8d;
}

.contact_us_input{
  background: transparent;
  padding: 1rem; 
  border:.1rem solid #AFAFAF;
  border-radius: 10px;
}


.customBtn1{
  display: block;
  padding:0.5rem 2rem;
  border-radius: 100px;
  background: linear-gradient(-90deg, var(--blue_color_2) 0%, var(--blue_color_1) 100%);
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  transition: linear 0.2s all;
  border:0;
}

.customBtn1:hover{ 
  color:#fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.65);
}

#contact-us-map{
  padding: 0;
}


.contact_map{
    
}

.contact_map iframe{
  /*width: 100%;
  height: 100%;
  object-fit: contain; */
  border-radius: 15px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}

.customHR{
  width: 80%;
  height: 2px !important;
  display: block;
  margin: 1.5rem auto;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.3);
}

.aboutText{
  color:#303030;
  font-family: 'GothamBook';
  font-weight: 700;
  text-align: center;
}

#about_us_1{
  padding-bottom: 0;
}


.aboutQuestionmark{
  width: 100px;
  height: 100px;
  position: absolute; 
  margin-top: -80px;
  color: #ffce00;
  font-size: 11rem;
  font-family: 'MazzardBold';
  transform: rotate(-25deg);
  margin-left: -100px;
}

.aboutRocket{
  width: 150px;
  height: 150px;
  position: absolute;  
  color: #ffce00;
  font-size: 11rem;
  font-family: 'MazzardBold';  
  background: url(../images/rocket.png) top center no-repeat;
  background-size: contain;
  object-fit: contain;
  margin-top:-45px;
  margin-left:25px;
}


#aboutMap{
  max-width: 100%;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 400px;
  background: url(../images/aboutMap2.png) center center no-repeat;
  background-size: contain;
  object-fit: contain;
  display: block;
}

#aboutMapMarkers{
  position: absolute;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 400px;
  background: url(../images/aboutMapMarkers.png) center center no-repeat;
  background-size: contain;
  object-fit: contain;
  display: flex;
}

.markers{
  width:400px;
  height: 100%;
  border:1px solid #ccc;
  display: block;
  margin:0 auto;
}
.aboutMapPin{
  width: 20px;
  height: 20px;
  background: url(../images/marker.png) center center no-repeat;
  background-size: contain;
  object-fit: contain;
}
  


#zamanda_yolculuk_image_video{
  background:#ffffff;
  color:#2D2D2D;
  height: auto;
  width: 100%;
  padding: 1rem; 
}


.zamanda_yolculukTitle { 
  padding-left: 2.2rem;
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size:6rem;
  text-align: left;
  word-wrap:break-word;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  /*border-left: 15px solid #ffce00;*/
  align-items: center;
  /*display: flex;*/
  word-break: break-word;
} 

.yolculukText{
  position: relative;
  font-family: 'HousttelySignature';
  color:#ffce00;
  font-size: 3.5rem;
  transform: rotate(-20deg);
  margin-top: -75px;
  margin-left:20px;
  margin-bottom: 100px;
}


@media (max-width: 991px) {

}

@media (max-width: 768px) {
  .yolculukText {  
    margin-bottom:200px;
  }
}

@media (max-width: 500px) { 
  .yolculukText {  
    margin-left:-10px;
    margin-bottom:100px;
  }
  .fixTitle1{ 
    font-size: 3.2rem !important;
  }
  .zamanda_yolculukTitle{
    line-height: 1;
  }
  .workFilterItem{
    width: 150px;
    text-align: center;
    align-items: center;
    color: #444;
    font-family: 'GothamBook';
    font-weight: bolder;
    font-size: 0.9rem;
    background: #fff;
    padding: 0.6rem 0.25rem;
    margin: 0.3rem;
    display: flex;
    border-radius: 100px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    transition: linear 0.2s all;
    cursor: pointer;
    justify-content: center;
  }
}


.fixTitle1{ 
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;  
  line-height: 1.1;
  font-family: 'MazzardBlack';
  font-size: 4rem;
  text-align: left;
  word-wrap:break-word;
  background: -webkit-linear-gradient( var(--blue_color_1), var(--blue_color_2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  /*border-bottom: 10px solid #ffce00; */
  word-break: break-word;
}

.fixTitleHandFont{ 
  /*padding-left:15px;*/
  margin: 0 auto; 
  box-sizing: border-box;   
  font-family: 'Yellowtail' !important;
  font-size: 3.5rem;
  text-align: left;
  font-weight: normal;
  color: var(--blue_color_mix); 
}

input[type=number] {
  -moz-appearance:textfield; /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input:focus, textarea:focus {
  outline: none !important; 
  border-color:transparent !important; 
  box-shadow: 0 0 2px 2px #b1b1b16b !important;
  border-radius: 10px;
}


.ownerPhoto{
  /*padding: 2rem;*/
  max-height:225px;
}

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

#banners{
  padding: 0 !important;
}


.bannerSwiper {
  width: 100%;
  height: 100%;
}

.bannerSwiper .swiper-slide {
  min-height: auto;
  text-align: center;
  font-size: 18px; 
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.bannerSwiper .bannerImg{
  display: block;
  width: 100%;
  height: 600px;
  object-fit: contain;
  cursor: pointer;
}

.banner1{
  background: url(../images/banners/banner1.png) center center no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: contain;
}


.banner2{
  background: url(../images/banners/banner2.png) center center no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: contain;
}


.banner3{
  background: url(../images/banners/banner3.png) center center no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: contain;
}


.banner4{
  background: url(../images/banners/banner4.png) center center no-repeat;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-size: contain;
}



@media (max-width: 991px) {

}

@media (max-width: 768px) {
}

@media (max-width: 500px) { 
  .bannerSwiper .bannerImg{
    height: 400px;
  }
  .banner1{
    background: url(../images/banners/banner1mobil.png) center center no-repeat;
    background-size: contain;
  }
  .banner2{
    background: url(../images/banners/banner2mobil.png) center center no-repeat;
    background-size: contain;
  }
  .banner3{
    background: url(../images/banners/banner3mobil.png) center center no-repeat;
    background-size: contain;
  }
  .banner4{
    background: url(../images/banners/banner4mobil.png) center center no-repeat;
    background-size: contain;
  }
}


#workDescriptionContainer .workDescLogo img{
  height: 50px;
  width: 100%;
  object-fit: contain;
}

#workDescriptionContainer .workDescriptionText{
  padding: 1.5rem;
  font-size:.9rem;
  font-family: 'GothamBook';
}


#workImgSliderPhone{

}

.phone-carousel {
  position:relative;
}
.phone-frame {
  height:105%;
  width:auto;
  position:absolute;
  top:-2.5%;
  left:50%;
  transform:translateX(-50%);
  background:url();
  background-size:contain;
  background-repeat:no-repeat;
  z-index:2;
}
img.screen {
  width:98%;
}
/*
.swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: none;
}
*/
.swiper-slide { 
    cursor:pointer;
    transition: opacity 0.225s ease-in-out, transform 0.225s ease-in-out;
}

/*
@media only screen and (max-width:500px) {
  .swiper-container {
    max-width:160%;
    width:160%;
    margin-left:-30%;
  }
  
}
*/

.phone-carousel .swiper-button-next,
.phone-carousel .swiper-button-prev {
  color:#353535;  
  margin: 0 2rem;
}



.phone-carousel .swiper-button-next::after,
.phone-carousel .swiper-button-prev::after {
  color:#353535;
  margin: 1rem;
  font-size: 5rem !important;
}

.headerDiv{
  min-height: 35px;
}


#footer .container{
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

#global_address{

}

.globalAddresContainer{
  width:90%;
  padding: 1rem;
  border: 3px solid var(--blue_color_mix);
  border-radius: 10px;  
  display: inline-block;
  padding-top: 40px; 
  box-sizing: border-box;
}

.globalAdressLogo{
  width:190px;
  height: 95px;
  background: #fff;
  position: relative;
  left:0;
  right: 0;
  top:0;
  margin-bottom:-50px;
  padding:15px;
}

.globalAdressLogo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 
.addressFlag{
  margin: 0.5rem;
}

.addressHeadTitle{
  font-size:.8rem;
  margin: 0.5rem;
  font-weight: bold;
}


.addressText{
  margin: 0.5rem;
  font-size:.8rem;
}

.dot{
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #ffce00;
  margin:0.25rem;
}

#ownerInfo{
  padding: 0rem;
  padding-bottom: 2rem;
}

.projeLogoBox{
  margin-top: 0rem;
  height: 100px;
  max-width: 200px;
  display: block;
  margin:0 auto;
}

.projeLogoBox img{
  object-fit: contain !important;
}



@media (min-width: 786px) {
  .projeLogoBox{
    margin-top: 2rem;
    
  }
}


.gallery {
  display: flex;
  padding: 2px;
  transition: 0.3s;
}

.gallery figure{
  margin:0;
}

.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__column {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.gallery__link {
  margin: 2px;
  overflow: hidden;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
  opacity: 1;
}
.gallery__thumb {
  position: relative;
}
.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: white;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}


.gallery-event-text-logo{
  font-family: 'Yellowtail' !important;
  font-size: 2rem !important;
  color:#fff !important;
  font-weight: normal !important;
  transform: rotate(-10deg);
  margin-top: 5px;
}

.galleryOverlayIcon{
  position: relative;
}

.galleryOverlayIconBox{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; 
  cursor: pointer;
  color:#fff;
  font-size: 2rem;
  background: -webkit-linear-gradient( rgba(119, 0, 181, 0.2), rgba(19, 0, 96, 0.2) );
}

.footer_links{
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left:0px;
}

.footer_links li{
  
  padding:0 .3rem;
  margin:0 .3rem;
  border-bottom: 1px solid transparent;
  transition: all .3s ease-in-out;
} 

.footer_links li:hover a{
  color: var(--blue_color_mix);
}

.footer_links li a{
  color: #939393;
  font-size:0.85rem;
}

.paymentLogo{
  height: 25px;
}

.headerBlurOverlay{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

#educationPageTopBanner{
  width: 100%;
  height: auto; 
  padding: 0;
  background-size: contain;
  object-fit: contain;
  position: relative;
}

#educationPageTopBanner img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.educationPacks{
  display: grid;
  grid-auto-flow: row;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: center;
  width: 100%;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 10px;
  padding: 2rem;
}

.educationPack-item{
  display: inline-flex;
  flex-direction: column;
  -webkit-box-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin:1rem;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius: 15px;
  background: #f9f9f9;
  border:.2rem solid #fff;
}


.educationPack_list{  
  background-size: contain!important ;
  background-origin: content-box !important; 
  padding:.5rem 0px; 
}

.educationPack_list ul{
  width: 90%;
  padding: 0;
  margin:0 auto;
  text-align: center;
}

.educationPack_list ul li{
  list-style-type: none;
  font-family: 'GothamBook';
  font-size:1.1rem;
  font-weight: 600;
  color: #121212;
  padding: 0.5rem 1rem;
}

.educationTitle{
  font-family: 'MazzardBold';
  font-size:2rem;
  color: #333333;
  font-weight: bolder;
}

.educationHR{
  background: #cecece;
  width: 75%;
  height: 4px;
}



.educationRefSwiper {
  width: 100%;
  height: 100%;
}

.educationRefSwiper .swiper-slide {
  min-height: auto;
  text-align: center;
  font-size: 18px; 
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
 

.educationRefSwiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  transition: all .3s linear;
}

.educationRefSwiper .swiper-pagination-bullet-active{
  background: var(--blue_color_mix);
  border-radius: 10px;
  width: 25px;
}

.educationRefSwiper .swiper-button-next::after, .educationRefSwiper .swiper-button-prev::after{
  content: "";
}

.educationRefSwiper .swiper-button-prev{
  background-image: url(../images/education/arrows.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



.educationRefSwiper .swiper-button-next{
  background-image: url(../images/education/arrows.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 999;
}

.refMainContainer{
  display: flex;
  flex-wrap: wrap;
  height: auto;
  transform: translate(2.5%);
  margin: 0 1rem;
}

.refImg{
  width: 40%;
  height: auto;
  display: flex;
}

.refImg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.refContent{  
  width: 60%;
  margin:1.3rem 0;
  padding: 1rem;
  padding-left: 5%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  border: .3rem solid #fff;
  border-radius: 35px;
  transform: translate(-10%);
}

.refTitle{
  color:#757575;
  font-size:1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.refDesc{
  color:#303030;
  font-size:1rem;
  text-align: center;
  padding: 2rem;
}


@media (min-width: 1024px) and (max-width: 1263px){  
  .refImg{ width:40%; }
  .refContent { width:60%; }
  .educationPacks{ padding: 0; gap:0; grid-template-columns: repeat(3, minmax(160px, 1fr)); }
}



/* Landscape phone to portrait tablet */
@media (max-width: 1023px) {
  .refImg{ width:100%; }
  .refContent { width:100%; transform: translate(0); }
  .educationPacks{ padding: 0; gap:0; grid-template-columns: repeat(3, minmax(160px, 1fr)); }
  .educationRefSwiper .swiper-button-prev, .educationRefSwiper .swiper-button-next{ display: none;}
}


/* Landscape phones and down */
@media (max-width: 540px) { 
  .refImg{ width:100%; }
  .refContent { width:100%; transform: translate(0); }
  .educationPacks{ padding: 0; gap:0; grid-template-columns: repeat(1, minmax(160px, 1fr)); }
  .educationRefSwiper .swiper-button-prev, .educationRefSwiper .swiper-button-next{ display: none;}
}

@media (min-width: 280px) and (max-width: 359px){
  .refImg{ width:100%; }
  .refContent { width:100%; transform: translate(0); }
  .educationRefSwiper .swiper-button-prev, .educationRefSwiper .swiper-button-next{ display: none;}
  .educationPacks{ grid-template-columns: repeat(1, minmax(160px, 1fr)); }
}


@media (max-width: 280px) { 
  .refImg{ width:100%; }
  .refContent { width:100%; transform: translate(0); }
  .educationRefSwiper .swiper-button-prev, .educationRefSwiper .swiper-button-next{ display: none;}
  .educationPacks{ grid-template-columns: repeat(1, minmax(160px, 1fr)); }
  
}


.educationEtkinlikSwiper {
  width: 100%;
  height: 100%; 
}

.educationEtkinlikSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  border: .35rem solid var(--blue_color_mix);
  border-radius: 35px;
  padding: .35rem;
}


.educationEtkinlikSwiper img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 30px;
}
 
#educationEvents .swiper-button-next::after, #educationEvents .swiper-button-prev::after{
  content: "";
}

#educationEvents .swiper-button-prev{
  background-image: url(../images/education/arrows.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;  
}



#educationEvents .swiper-button-next{
  background-image: url(../images/education/arrows.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg); 
}


#education_bizi_yakindan_tani{
  width: 100%;
  height: auto;
  background: linear-gradient(-90deg, var(--blue_color_2) 0%, var(--blue_color_1) 100%); 
  color: #fff;
  padding:2rem;
  display: flex;
  align-items: center;
  position: relative;
}

.education_bizi_yakindan_tani_overlay{
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right: 0;
  background-image: url(../images/education/pagesidebanner1.png); 
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
}

#education_bizi_yakindan_tani .title{
  font-size:2rem;
  font-family: 'MazzardBlack';
  color:#fff;
  display: block;
  text-align: center;
}
 

.formTitle{ 
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;  
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size: 2rem;
  text-align: center;
  word-wrap:break-word;
  background: linear-gradient(90deg, var(--blue_color_2) 0%, var(--blue_color_1) 50%, var(--blue_color_1) 100%); 
  -webkit-background: linear-gradient(90deg, var(--blue_color_2) 0%, var(--blue_color_1) 50%, var(--blue_color_1) 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  background-clip: text;
  text-fill-color: transparent; 
  /*border-bottom: 10px solid #ffce00; */
  word-break: break-word;
  margin:.4rem 0;
}

.formDesc{
  display: block;
  color:#3d3d3d;
  font-family: 'MazzardBold';
}

.bi-list::before {
	color: #a0a0a0;
}


.form-section .basvuru-form .form-control {
	background-color: #FFF;
	border-radius: 40px;
	min-height: 45px;
	box-shadow: none;
	border: 2px solid #FFF;
	font-size: 14px;
	color: #24325d;
	font-size: 16px;
}

.form-section .basvuru-form .hasError em.error {
	color: #24325d;
	font-size: 16px;
}
.form-section .basvuru-form .form-gonder {
	width: 50%;
	padding: 10px 120px;	
	color: #FFF;
	border-radius: 5px;
	font-weight: 700;
	outline: none;
	outline: 0;
	border: 0;
	cursor: pointer;
	background-color: #e60000;
}
.form-section .basvuru-form .form-gonder:hover {
	background-color: #c70c00;
}
.basvuru-form input[type=text]:placeholder,
.basvuru-form input[type=email]:placeholder{
	color: #212121;
}

.formBlock {
	background: #f3f3f3;
	margin:0;
	padding:10px;
}

.formTitle {
	text-align:center;
	background-color: #F4F4F4 !important;
	border-radius:20px 20px 0 0;
	padding-left:10px;
	width:40%;
}



.formBody p{
	color: #333 !important;
}

@media only screen and (max-device-width: 1024px) {

	.formBody {
	  border-radius: 0 0px 20px 20px;
	}
	.formTitle {
	     width:100% !important;
	}
}

.projectSwiper img{
    border-radius:20px;
}

.projeLogoBox img {
    border-radius:0;
}

