@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; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #FFCE00;
  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
--------------------------------------------------------------*/

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

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

@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: 3rem !important;
  }
}


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


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

.features_title {
  position: relative;
  text-transform: uppercase;
  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; 
} 

.features_title_shadow {
  text-transform: uppercase;
  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: contain!important ;
  background-origin: content-box !important; 
  padding:2.5rem 0px;
  border-radius: 10px; 
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
}

.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;
}



.bigTitle1 { 
  padding-left: 2.2rem;
  text-transform: uppercase;
  font-family: 'MazzardBlack';
  font-size: 4.5rem;
  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;
} 


.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: 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;
  } 

}

.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;
  }
  .pageTopBannerText{
    margin: 0;
    font-size: 1rem;
  }
  #aboutMap, #aboutMapMarkers{
    height: 200px !important;
  }
}


.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;
}

#contact-us-form{
  padding-top: 0;

}


.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);
}


#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 {
    transform: scale(0.7);
    opacity: 0.7;
  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;
}

 

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

.eventOrBlogDiv{
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  width: 300px;
  height: 300px; 
  color:#fff;
  box-sizing: border-box;
  padding: 2rem;
  margin: 0.5rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: linear 0.2s all;
  position: relative;
}

.eventOrBlogDivImgOverlay{
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right: 0;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 15px;
}

.eventOrBlogShortTextContainer{
  position: relative;
  font-weight: bold;
}


.eventOrBlogShortDate::before{
  
  font-family: "Font Awesome 5 Free"; 
  content: '\f017';
  display: inline-block; 
  font-weight: normal;
}

#blogBanner{
  padding-bottom: 0;
}

.blogBannerDiv{
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

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

.blogBannerDate{
  position: absolute;
  bottom: 1rem;
  left: 2.5rem;
  color: #fff;
  font-weight: bolder;
  text-shadow: 0px 2px 5px #000;
}

.blogBannerDate::before{
  padding-right:10px;
  font-family: "Font Awesome 5 Free"; 
  content: '\f017';
  display: inline-block; 
  font-weight: normal;
}

#blogDetailContainer{
  padding-top: 1.5rem;
}

.blogTitle{
  font-family: 'GothamBold';
  font-weight: bolder;
  font-size:2rem;
  color: #606060;
  margin-bottom: 0.5rem;
}

.blogDetailDesc{
  color: #606060;
}


.onerilenlerTitle{
  color: #606060;
  font-weight: bolder;
  font-size:1rem;
  padding-bottom: .8rem;
  display: block;

}

.ilginiziCekebilecekKonularList{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ilginiziCekebilecekKonularList li{
  padding: 0.7rem 0;
  margin: 0;
  display: block;
  font-size: .9rem;
  border-top:1px solid #e0e0e0;
  cursor: pointer;
}

.ilginiziCekebilecekKonularList li a{
  color: #606060;
  font-weight: normal;
  transition: ease-in-out .2s all;
}

.ilginiziCekebilecekKonularList li:hover a{
  font-weight: bold;
}

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



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


.footer_links{
  list-style: none;
  display: flex;
  justify-content: center;
}

.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;
}
.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%;
  }
}
