/*
Theme Name: aefoil
Theme URI: #
Author: AEFOIL
Author URI: #
Description: AEFOIL
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: AEFOIL
Tags: Kurumsal
AEFOIL
--------------------------------------------------------------*/
:root {font-size: 15px;}
a.nav-link span {color: #0e0e0e;}

.dropdown:hover > .dropdown-menu {
  display: block;
  background:linear-gradient(64deg,#15bbcec4,#23bed0fc 50%,#0b1f31);
  border: 0;
}
ul.dropdown-menu li {
  margin-right: 0 !important;
}
ul.dropdown-menu li a {
  padding: 5px !important;
  color: #000000 !important;
  background: transparent !important;
}
ul.dropdown-menu li:hover {
  background: #ffffff94;
}
  .dropdown-submenu {
      position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px;
      -webkit-border-radius: 0 6px 6px 6px;
      -moz-border-radius: 0 6px 6px;
      border-radius: 0 6px 6px 6px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
      display: block;
  }
  nav.rank-math-breadcrumb, nav.rank-math-breadcrumb p, nav.rank-math-breadcrumb p a {
    color: white;
}
  .dropdown-submenu>a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ccc;
      margin-top: 5px;
      margin-right: -10px;
  }
  .dropdown-submenu:hover>a:after {
      border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
      float: none;
  }
  .dropdown-submenu.pull-left>.dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px;
  }
  .header-alt {
    margin-top: 97px;
  }
.widget {
    margin-bottom: 30px;
}
.widget h3 {
    margin-bottom: 15px;
}
.widget_recent_entries ul li span {
    display: block;
}
.widget_recent_entries ul li {
    border-bottom: 1px solid #ebebeb;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
span.wpcf7-list-item label input {
    width: auto !important;
    margin-right: 10px;
}
.brand .swiper-slide.swiper-slide-active img,.brand .swiper-slide img{filter: none;max-height: 60px;}
.banner-two .banner_two_brand .brand_items {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.brand_items a {
    height: 129px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: end;
    align-items: center;
}
.brand_items a:hover {
    background: #d0d3d3;
    border-radius: 6px;
    color: #003c7f;
    transition: .5s all;
}
.sub-bg2 {
    background-color: #c4f9ff;
}


/* image hotspot */
.hotspots--wrapper {
    position: relative;
    margin: auto;
    max-width: 100%;
    font-weight: 500;
  }
  
  .hotspots--figure {
    max-width: 100%;
  }
  
  .hotspot {
    position: absolute;
    display: block;
  }
  
  .hotspot--title {
    display: inline-block;
    padding-right: 10px;
    color: #15bbce;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all cubic-bezier(.8,0,.2,1) .4s;
  }
  
  .hotspot--title__right {
    float: right;
    padding-right: 0;
    padding-left: 10px;
  }
  
  .hotspot--cta {
    position: relative;
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #15bbce;
    transition: all cubic-bezier(.8,0,.2,1) .4s;
  }
  
  .hotspot--cta::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    transition: opacity .6s;
    animation: pulse 1.5s cubic-bezier(.8,0,.2,1) 0s infinite;
  }
  
  .hotspot:hover .hotspot--cta {
    transform: scale(.6);
  }
  
  .hotspot:hover .hotspot--cta:after {
    opacity: 0;
  }
  
  @keyframes pulse {
    0% {transform: scale(0.4);}
    33% {transform: scale(1);}
    66% {transform: scale(0.4);}
    100% {transform: scale(0.4);}
  }
  
  .hotspot--iphone {
    top: 62%;
    right: 68%;
  }
  
  .hotspot--macbook {
    top: 22%;
    right: 48%;
  }
  
  .hotspot--watch {
    top: 72%;
    left: 45%;
  }
  
  @media screen and (max-width: 640px) {
    .hotspot--title {
      line-height: 40px;
      font-size: 10px;
    }
    .hotspot--cta {
      width: 40px;
      height: 40px;
    }
  }
  
  @media screen and (max-width: 420px) {
    .hotspot--title {
      line-height: 30px;
      font-size: 9px;
    }
    .hotspot--cta {
      width: 30px;
      height: 30px;
    }
  }
  
  @media screen and (max-width: 320px) {
    .hotspot--title {
      display: none;
    }
    
    .hotspot--cta {
      width: 20px;
      height: 20px;
    }
    .hotspot--cta::after {
      width: 5px;
      height: 5px;
    }
  }
  section.hotspots--wrapper img {
    width: 100%;
}
.woocommerce-product-details__short-description li {
  list-style: normal;
}
.banner-three .banner-form .item .nice-select .list {
  width: 100%;
  border-radius: 15px;
  height: 250px;
  overflow: auto;
}
.service-two .bulding {opacity: 0.5;}
.about-three .content ul li {
  list-style: inside;
}
.wp-head {background: #15bbce;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-bottom: 15px;}
section.wp-head p a,section.wp-head p {color: #fff;margin: 0;}

.woocommerce ul.products li:hover {
  box-shadow: 1px 1px 10px #cdcdcd;
  border-radius: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align: center;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {line-height: normal;}
section.related.products h2 {
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 1.5em !important;}

figure.gallery-item {
  width: 33.33% !important;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }

.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0!important;
  border-bottom: 7px #15bbce groove;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  background:none !important;border: none !important;box-shadow:none !important;width:auto !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #15bbce !important;
  color: white !important;
}
span.posted_in a {
  background: #15bbce;
  margin-bottom: 5px;
  color: white;
  padding: 2px 5px;
}

.wc-block-grid__product-title {font-size: medium !important;}
.wp-block-getwid-tabs__nav-links {
  padding:0 !important;
  margin: 0 !important;
}
.wp-block-getwid-tabs__nav-link.ui-tabs-active, .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  border-color: #ebeef1;
  background: #003a78 !important;
  color: whitesmoke;
  border-radius: 15px;
}
.wp-block-getwid-tabs__nav-link {
  padding: 15px 0 !important;
  border:0 !important;
}

.wp-block-getwid-tabs__tab-content {border:0 !important;padding: 0 !important;}
ul.wp-block-getwid-tabs__nav-links.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 1200px) {
  .dropdown-menu {position:relative;display: block; background:linear-gradient(64deg,#15bbcec4,#23bed0fc 50%,#0b1f31);border: 0;}
  .dropdown-item {white-space: normal;}
  .main-menu li:not(:last-child){border:none;}
  h1 {
    font-size: 50px;
    line-height: 1.1;
  }
  
  h2 {
    font-size: 35px;
  }
  
  h3 {
    font-size: 23px;
  }
  
  h4 {
    font-size: 17px;
  }
  
  h5 {
    font-size: 16px;
  }
  
  h6 {
    font-size: 14px;
  }
}
.blog-three .item .image .content {
  width: 90%;
  border-radius: 0 42px 0 0;
  background: #16bbcfd1;
}
.blog-three .item .image .content h3 {
  padding-bottom: 0 !important;
  color: white;
}
.item-one {
  border: 1px solid #e9ecef;
}
.gallery-icon.landscape img {
  box-shadow: 8px 8px 3px;
}
.pwb-single-product-brands.pwb-clearfix {
  width: 140px;
}
div#tab-pwb_tab span a img {
  width: 140px;
  margin: 15px 0;
}
.content-wiew ol li {
  list-style: disc;
}

.banner-two .bg-image2 {
  background: linear-gradient(180deg, var(--primary-color) 0%, rgb(20 181 210 / 12%) 100%), url(https://aefoil.com/wp-content/themes/aefoil/assets/images/banner/a-left.jpg);
  width: 33%;
  height: 100%;
  position: absolute;
  top: 0;
  right:0;
  z-index: -1;
}
.mr-19 {
  margin-right: 19% !important;
}
.banner-form-ar {
  left: 18% !important;
  right: auto !important;
}
.header-wrapper .main-menu li {
 text-align: center;
}
.call_info {
  direction: ltr;
  margin: 0 15px;
}

.banner-three .content h3,.banner-bar h3{ 
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: .02em;
  color: var(--white);
  position: relative;
}

.banner-bar {
  height: 600px;
}
.banner-bar h1 {
  margin: 144px 0 32px 0;
  font-size: 49px;
  color: var(--white);
}
.banner-bar p {
  color: white;
}

.banner-bar ul li {
  display: inline;
  font-size: 18px;
  padding: 15px;
  background: aliceblue;
}
.banner-bar h3 {
  padding-top: 106px !important;
}
ul.wow.fadeInUp.mt-5.alan {
  display: flex;
  justify-content: center;
}
ul.wow.fadeInUp.mt-5.alan li {
  margin: 10px;
}