/* font */
@font-face {
    font-family: 'cerebri-sans-regular';
    src: url('../fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('../fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cerebri-sans-medium';
    src: url('../fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('../fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-semibold';
    src: url('../fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('../fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-bold';
    src: url('../fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('../fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-light';
    src: url('../fonts/CerebriSans-Light.woff2') format('woff2'),
        url('../fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* variable */
:root {
    --alt-font: 'Montserrat', sans-serif;
    --primary-font: 'Montserrat', sans-serif;
    --base-color: #FF0000;
    --dark-gray:#9d6728;
    --very-light-gray:#F1F1F1;
    --yellow: #ecab23;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
}
/* reset */
body {
    font-size: 18px;
    line-height: 30px;
}
/* font weight */
.fw-400 {
    font-family: 'cerebri-sans-regular' !important;
    font-weight: normal !important;
}
.fw-300 {
    font-family: 'cerebri-sans-light' !important;
    font-weight: normal !important;
}
.fw-500 {
    font-family: 'cerebri-sans-medium' !important;
    font-weight: normal !important;
}
.fw-600 {
    font-family: 'cerebri-sans-semibold' !important;
    font-weight: normal !important;
}
.fw-700 {
    font-family: 'cerebri-sans-bold' !important;
    font-weight: normal !important;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid var(--yellow);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 3rem;
}
h4 {
    line-height: 2.6rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: -0.3px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-family: var(--primary-font);
    font-size: 16px;
    line-height: 28px;
}
header .btn.btn-small {
    font-size: 14px
}
header .btn.btn-small i {
    top:-2px;
}
header .navbar-brand img {
    max-height: 120px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 280px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid var(--very-light-gray);
    padding: 12px 20px;
    color: #4b2f1e !important;
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
    background-color: var(--very-light-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 40px;
    margin-right: 10px;
}
/* btn */
.btn-link i {
    top:0px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
.btn {
    font-family: 'cerebri-sans-medium';
    font-weight: normal !important;
    letter-spacing: normal;
}
.btn-yellow {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:active {
     border-color: var(--yellow) !important;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.with-rounded.btn-large > span {
    line-height: 34px;
}
.btn.with-rounded.btn-medium > span {
    line-height: 30px;
}
/* text color */
.text-emerald-green {
    color: #62cd54;
}
/* bg color */
.bg-orient-blue {
    background-color: #1F6668;
}
/* bg gradient color */
.bg-gradient-green-yellow-color {
    background: rgb(236,171,35);
    background: linear-gradient(306deg, rgba(236,171,35,1) 0%, rgba(0,83,61,1) 85%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 10%, transparent 50%);
}
/* homepage */
.contact-form-style-01 .btn.btn-large {
    padding: 13px 40px;
}
.terms-condition .box:before {
    top: 7px;
}
.terms-condition .box:after {
    top: 11px;
}
.contact-form-style-01 {
    margin-top: -100px;
}
/* page title */
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 3.8rem;
}
/* team style */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* text shadow */
.text-shadow-medium {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* border color */
.border-color-yellow {
    border-color: var(--yellow) !important;
}
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item.first .page-link,
.pagination-style-01 .page-item.last .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item.first .page-link,
.pagination-style-01 .page-item.last .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--white);
}
/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title,
.progress-bar-style-03 .progress .progress-bar-percent {
    bottom: 10px;
}
.progress-bar-style-03 .progress {
    height: 6px;
}
/* tooltip */
.tooltip-inner {
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    color: var(--medium-gray);
    padding: 22px 35px;
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--white) !important;
    border-width: 0 1.7em 1.7em !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--white) !important;
    border-width: 1.7em 1.7em 0 !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 15px !important;
}
.tooltip {
    opacity: 1 !important;
}
.tooltip .tooltip-arrow {
    width: 3.5em;
    height: 1.2em;
}
.bs-tooltip-start.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 15px;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    border-width: 1em 0 1em 1em !important;
    border-left-color: var(--white) !important;
}
.bs-tooltip-end.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    border-width: 1.7rem 1.7rem 1.7rem 0 !important;
    border-right-color: var(--white) !important;
}
.tooltip-title {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--dark-gray);
    letter-spacing: -0.5px;
}
/* top right bottom left */
.left-35px {
    left: 35px;
}
.bottom-35px {
    bottom: 35px;
}
/* footer */
footer {
  background: #332f2b
}
footer .footer-logo img {
    max-height: 44px;
}
.footer-dark p, .footer-dark .widget-text {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark .elements-social .light li a {
    opacity: 1;
}
.footer-dark p a, .footer-dark p a:hover {
    color: var(--white);
}
.footer-dark ul li a, .footer-dark .widget-link {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark ul li a:hover, .footer-dark .widget-link:hover, .footer-dark a:hover {
    opacity: 1;
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    line-height: normal;
}
footer ul li a {
    color: rgba(255, 255, 255, .6);
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
}
.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}

/* Languages */
ul.languages {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 15px;
  display: flex;
  align-items: center;
  border-left: #EBEBEB 1px solid;
}
ul.languages li a {
  padding-left: 10px;
  font-size: 15px;
  color: var(--black);
  text-transform: uppercase;
}
ul.languages li:first-child a {
  padding-left: 0px;
}

/* Services */
.services-icon {
  position: relative;
  z-index: 1;
  bottom: 20px;
  margin-top: -90px;
}
.services-icon ul li:nth-child(odd) {
  background-color: var(--bs-light);
}
.services-icon ul li:nth-child(even) {
  background-color: var(--bs-white);
}
.services-icon ul li a {
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 15px;
  transition: transform .2s;
}
.services-icon ul li a img {
  height: 50px;

  margin-left: auto;
}
.services-icon ul li a:hover {
  background-color:  #1a86b1;
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}
.services-icon ul li a:hover img {
  filter: brightness(0) invert(1);
}
.services-icon ul li a span {
  display: block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #16243d;
  line-height: 18px;
  text-transform: uppercase;
}
.services-icon ul li a:hover span {
  color: var(--white);
}

.services-bg {
  background-image: url(../images/hizmetler-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
 
}
.services-bg:before {
  content: "";
  /*background: url(../images/services.png) left no-repeat;*/
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: .2;
}
.services-bg .services-content {
  height: 100%;
}
.services-bg .services-content a {
  display: block;
}
.services-bg .services-content a img {
  width: 100%;
  
}
.services-bg .services-content .services-title {
  background-color: var(--white);
 
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.services-bg .services-content:hover .services-title {
  background-color: #4b2f1e;
}
.services-bg .services-content:hover .services-title h2 {
  color: var(--white);
}
.services-bg .services-content .services-title h2 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #4b2f1e;
  text-align: center;
  text-transform: uppercase;
}

/* World */
.index-world .index-world-bg {
  height: 641px;
  background: url(../images/world.png) center no-repeat;
  background-size: contain;
}
.index-world .index-world-bg .index-world-section {
  height: 641px;
  position: relative;
  font-size: 50px;
  font-weight: 800;
  color: var(--blue);
}
.index-world .index-world-bg .index-world-section span:nth-child(1) {
  margin-left: 5px;
  font-size: 20px;
}
.index-world .index-world-bg .index-world-section span:nth-child(2) {
  display: block;
  font-size: 12px;
  color: var(--red);
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.index-world .index-world-bg .index-world-section .airplane {
  position: absolute;
  top: 0px;
  right: 0px;
}
.index-world .index-world-bg .index-world-section .airplane img {
  height: 150px;
}
.index-world .index-world-bg .index-world-section .section1 {
  position: absolute;
}
.index-world .index-world-bg .index-world-section .section2 {
  position: absolute;
}
.index-world .index-world-bg .index-world-section .section3 {
  position: absolute;
}
.index-world .index-world-bg .index-world-section .section4 {
  position: absolute;
}
.index-world .index-world-bg .index-world-section .section5 {
  position: absolute;
}

.lookbook {
  position: relative;
  margin-top: 10px;
}
.lookbook .bubble {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lookbook .bubble .lookbook__picker-circle::before, .lookbook .bubble .lookbook__picker-circle::after {
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lookbook__picker-circle .zn_home {
  position: relative;
  display: flex;
}
.lookbook__picker-circle em {
  position: absolute;
  display: inline-block;
  animation: zn_home 1s ease-out infinite;
  -webkit-animation: zn_home 1s ease-out infinite;
  -ms-animation: zn_home 1s ease-out infinite;
  -moz-animation: zn_home 1s ease-out infinite;
  opacity: 0;
}
.lookbook__picker-circle .em01 {
  width: 25px;
  height: 25px;
  background: url(../images/animation-waves-1.png) no-repeat;
  top: 0px;
  left: 0px;
}
.lookbook__picker-circle .em02 {
  width: 43px;
  height: 43px;
  background: url(../images/animation-waves-2.png) no-repeat;
  top: -9px;
  left: -9px;
}
.lookbook__picker-circle .em03 {
  width: 66px;
  height: 66px;
  background: url(../images/animation-waves-3.png) no-repeat;
  top: -21px;
  left: -21px;
}
@keyframes  zn_home{
  0%{ transform: scale(0.6,0.6); opacity: 1;}
  50%{ opacity: 1;}
  100%{ transform: scale(1.07,1.07); opacity: 0;}
}
@-webkit-keyframes  zn_home{
  0%{ transform: scale(0.6,0.6); opacity: 1;}
  50%{ opacity: 1;}
  100%{ transform: scale(1.07,1.07); opacity: 0;}
}
@-ms-keyframes  zn_home{
  0%{ transform: scale(0.6,0.6); opacity: 1;}
  50%{ opacity: 1;}
  100%{ transform: scale(1.07,1.07); opacity: 0;}
}
@-moz-keyframes zn_home{
  0%{ transform: scale(0.6,0.6); opacity: 1;}
  50%{ opacity: 1;}
  100%{ transform: scale(1.07,1.07); opacity: 0;}
}

/* Why Proje */
.why-proje-bg {

  position: relative;
  z-index: 1;
  padding: 0 !important;
}
.why-proje-bg:before {
  content: "";
  background:white ;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}
.why-proje-bg .why-proje-top-img {
  position: absolute;
  top: -180px;
}
.why-proje-bg .why-proje-top-img img {
  width: 28rem;
  height: 320px;
}
.why-proje-bg .why-proje-top-img2 {
position: absolute;
top: -150px;
}
.why-proje-bg .why-proje-top-img2 img {
height: 260px;
}
.why-proje-bg .why-proje-content {
padding: 40px 20px 25px 20px;
background-color: var(--white);
border-radius: 10px;
}
.why-proje-bg .why-proje-content .why-proje-content-image {
margin-bottom: 20px;
text-align: center;
}
.why-proje-bg .why-proje-content .why-proje-content-image img {
height: 80px;
}
.why-proje-bg .why-proje-content h2 {
margin-bottom: 0px;
font-size: 16px;
font-weight: 600;
color:#032b5e ;
text-align: center;
text-transform: uppercase;
}
.why-proje-bg .why-proje-content p {
margin-bottom: 0px;
font-size: 12px;
font-weight: 400;
color: var(--black);
line-height: 20px;
}

/* News */
.index-news {
  position: relative;
  z-index: 1;
}
.index-news:before {
  content: "";
  background:white;

  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: .2;
}
.index-news .index-news-content {
  height: 100%;
}
.index-news .index-news-content a {
  display: block;
}
.index-news .index-news-content a img {
  width: 100%;
}
.index-news .index-news-content a .index-news-content-body {
  background-color: var(--white);
}
.index-news .index-news-content a .index-news-content-body .index-news-title {
  height: 40px;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  line-height: 20px;
  letter-spacing: -0.5px;
}
.index-news .index-news-content a:hover .index-news-content-body .index-news-title {
  color: var(--red);
}
.index-news .index-news-content a .index-news-content-body p {
  margin-bottom: 0px;
  font-size: 12px;
  color: var(--dark-gray);
  line-height: 16px;
  letter-spacing: -0.5px;
}

/* Counters */
.index-counters {
  background-color: #1a86b1;
  background-size: cover;


  position: relative;
  z-index: 1;
}
.index-counters .feature-box-content {
  height: 100%;
  padding: 20px 10px 20px 10px;
  border: var(--white) 1px solid;
  text-align: center;
}
.index-counters .feature-box-content h2 {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
}
.index-counters .feature-box-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  line-height: normal;
  text-transform: uppercase;
}

/* Customer Reviews */
.customer-reviews-bg {
padding-top: 5rem;
  background-color: #45423f;
  padding-bottom: 300px;
 
  z-index: 1;
}
.customer-reviews-bg:before {
  content: "";
  background: #f2f5f9;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
}

/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 18px;
    }
    .warehouse-bg {
      padding-top: 50px;
    }
}
@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 2px;
    }
}
@media (max-width: 1199px) {
    header .btn.btn-rounded.btn-small {
        padding: 9px 18px;
    }
    .navbar .navbar-nav .nav-item a > i {
      display: none;
    }
    .services-icon {
      bottom: 0px;
      margin-top: 0px;
    }
    .services-icon ul li a:hover {
      transform: none;
    }
}
@media (max-width: 991px) {
    .contact-form-style-01 {
        margin-top: 0;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        margin: 0px;
        padding: 10px 0px 10px 0px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
        background-color: transparent;
    }
    .index-world .index-world-bg {
      height: auto;
    }
    .index-world .index-world-bg .index-world-section {
      height: auto;
      display: grid;
      grid-template-columns: repeat(2, 50%);
      text-align: center;
      font-size: 35px;
    }
    .index-world .index-world-bg .index-world-section .airplane {
      display: none;
    }
    .index-world .index-world-bg .index-world-section .section1,
    .index-world .index-world-bg .index-world-section .section2,
    .index-world .index-world-bg .index-world-section .section3,
    .index-world .index-world-bg .index-world-section .section4,
    .index-world .index-world-bg .index-world-section .section5 {
      background-color: var(--white);
      border: #E0E0E0 3px solid;
      margin-bottom: 10px;
      padding: 35px 20px 25px 20px;
    }
    .index-world .index-world-bg .index-world-section .section1 {
      position: relative;
      top: 0px !important;
      left: 0px !important;
      right: 0px !important;
      bottom: 0px !important;
      margin-right: 10px;
    }
    .index-world .index-world-bg .index-world-section .section2 {
      position: relative;
      top: 0px !important;
      left: 0px !important;
      right: 0px !important;
      bottom: 0px !important;
    }
    .index-world .index-world-bg .index-world-section .section3 {
      position: relative;
      top: 0px !important;
      left: 0px !important;
      right: 0px !important;
      bottom: 0px !important;
      margin-right: 10px;
    }
    .index-world .index-world-bg .index-world-section .section4 {
      position: relative;
      top: 0px !important;
      left: 0px !important;
      right: 0px !important;
      bottom: 0px !important;
    }
    .index-world .index-world-bg .index-world-section .section5 {
      position: relative;
      top: 0px !important;
      left: 0px !important;
      right: 0px !important;
      bottom: 0px !important;
      margin-right: 10px;
      margin-bottom: 0px;
    }
    .lookbook {
      display: none;
      margin-top: 0px;
    }
    .why-proje-bg .why-proje-top-img, .why-proje-bg .why-proje-top-img2 {
display: none;
}
    .index-counters {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .customer-reviews-bg {
      padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .process-step-style-03 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) {
    .process-step-style-03 .progress-step-separator {
        display: none;
    }
}
