/*!
 * Designed by Post Ajans (https://www.postajans.com.tr)
 * Developer: Berat Çelik
*/
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap');
:root {
  --primary-color: #dc1c0a !important;
  --secondary-color: #0b1d31 !important;
  --third-color: #15336F !important;
  --gray: #838F94;
  --light-gray: #C3C3C3;
  --dark-gray: #2B2B2B;
  --white: #fff !important;
  --text-color: #485457;
}

body {font-family: "Atkinson Hyperlegible Next", sans-serif !important;}
a {text-decoration: none !important;}

/*** Properties ***/
.site-container { width: 90%; max-width: 90%; margin: 0 auto;}
.site-margin{margin-top: 5%; margin-bottom: 5%;}
.site-padding{padding-top: 7%; padding-bottom: 7%;}
.rotate-invert{transform: rotate(-180deg);}
/* Text Color */
.color-st{color: var(--primary-color) !important;}
.color-nd{color: var(--secondary-color) !important;}
.color-th{color: var(--third-color) !important;}
.color-gray{color: var(--gray) !important;}
.color-d-gray{color: var(--dark-gray) !important;}
.color-l-gray{color: var(--light-gray) !important;}
.color-text{color: var(--text-color) !important;}
/* Text Color End */
/* BG Color */
.primary-bg{background-color: var(--primary-color) !important;}
.secondary-bg{background-color: var(--secondary-color) !important;}
.third-bg{background-color: var(--third-color);}
.light-red-bg{background-color: #F6F6F6;}
.light-gray-bg{background-color: #d3d7d9;}
/* BG Color End */
/* Font-Size */
.fs-107{font-size: 107px;line-height: 128px;}
.fs-60{font-size: 60px;line-height: 72px;}
.fs-48{font-size: 48px;line-height: 62px;}
.fs-36{font-size: 36px;line-height: 46px;}
.fs-30{font-size: 30px;line-height: 46px;}
.fs-24{font-size: 24px;line-height: 35px;}
.fs-20{font-size: 20px;line-height: 30px;}
.fs-18{font-size: 18px;line-height: 36px;}
.fs-16{font-size: 16px;line-height: 25px;}
.fs-14{font-size: 14px;line-height: 18px;}
/* Font-Size End */
/*** Properties End ***/

/*** Button Designs ***/
/* First Button */
.first-btn {
  position: relative;
  display: inline-block;
  padding: 15px 35px;
  color: var(--white);
  text-decoration: none;
}

.first-btn::after {
  content: '';
  position: absolute;
  left: 35px;
  bottom: 10px;
  height: 1px;
  width: 0;
  background-color: var(--white);
  transition: all 0.4s;
  opacity: 0;
}

.first-btn:hover::after {
  width: calc(100% - 70px);
  opacity: 1;
}
/*** Button Designs End ***/

/* Menu */
.logo{width: 370px;height: auto;}
.navbar {
  background: rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  height: 140px;
  max-width: 90%;
  margin: auto !important;
  top: 30px !important;
  right: 0;
  left: 0;
}
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.7);
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: 0.4s all !important;
  transition: all .4s !important;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 0;
}
.dropdown-menu {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  border-radius: 0 !important;
}
.dropdown-item:hover{
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}
.menu-dropdown{
  padding: 10px 25px 10px 15px !important
}
.menu-dropdown i{
  opacity: 0;
  transition: all .4s;
}
.menu-dropdown:hover i{
  opacity: 1;
  margin-right: 5px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.navbar-toggler {
  padding: 0;
  line-height: 0;
  border: none !important;
  background-color: var(--white) !important;
  border-radius: 50px !important;
  width: 48px !important;
  height: 48px !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.nav-link {color: var(--white) !important;}
.nav-item {padding: 0 20px;}
.banner-img{height: 270px; object-fit: cover; margin-top: 170px;border-radius: 0px 0px 16px 16px; box-shadow: 0px 119px 90px -100px #00000099; position: relative; z-index: 2;}
.call{
  color: #3A4E76 !important;
  background-color: #e4e7ef !important;
  width: 48px;
  height: 48px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.call img:hover{
  filter:drop-shadow(0px 0px 15px var(--light-gray));
}
.dropdown-menu.flag {
  border: 1px solid #e4e7ef;
  border-radius: 0;
  background-color: #e4e7ef;
  min-width: 48px;
}
.dropdown-menu.flag a:hover {
  background-color: transparent !important;
}
.dropdown-item.lang {
  padding: 17px 0;
  margin: auto;
}
.language {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #e4e7ef;
  width: 48px;
  height: 48px;
  margin: auto;
}
.language img {
  display: block;
  margin: auto;
}
/* Menu End */

/* Search Canvas */
.search-canvas{
  width: 90%;
  height: 400px !important; 
  margin: auto;
  border-radius: 16px;
}
.search-canvas .subscribe-form input{
  width: 75%;
}
/* .offcanvas-backdrop.show {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 30px rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
} */
/* Search Canvas End */

/* Slider */
.carousel-item{
  width: 100%;
  height: 850px;
  object-fit: cover;
}
.slider-video {
  object-position: center center;
  width: 100%;
  height: 850px;
  object-fit: cover;
}
.carousel-item img, .carousel-item .slider-video {
  height: 850px;
  max-height: 100vh;
  object-fit: cover
}
.slide-text{
  position: absolute;
  top: 40%;
  left: 7%;
  color: var(--white);
  max-width: 40%;
  z-index: 9;
}
.slide-count{
  position: absolute;
  top: 30%;
  left: 7%;
  color: var(--white);
  opacity: .3;
  line-height: 45px;
  margin: 0;
  -webkit-text-stroke: 1px #DEDEDE;
  color: transparent;
  font-weight: 900;
}
.slide-product-area{
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 20%;
}
.slide-prod-category{
  position: absolute;
  -webkit-text-stroke: 1px #F8F8F8;
  color: transparent;
  top: -50%;
  font-size: 75px;
  line-height: 80px;
  font-weight: 900;
  z-index: 3;
  opacity: .5;
}
.slider-prod-category-sm{
  position: absolute;
  left: 30%;
  z-index: 5;
  bottom: 20px;
  color: var(--secondary-color);
}
.slider-prod-category-sm::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -15px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
}

.slide-product img{
  width: 550px;
  height: auto;
  position: absolute;
  z-index: 3;
  object-fit: cover;
  top: -30%;
  left: -40%;
  /* box-shadow: 15px 5px 35px 0px rgba(0, 0, 0, 0.1); */
  /* filter: drop-shadow(10px 20px 20px rgba(0, 0, 0, 0.7)); */
}
.slide-product-box{
  background-color: rgba(213, 240, 255, 0.5);
  border: 1px solid var(--white);
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 475px;
  width: 390px;
  /* box-shadow: 15px 5px 35px 0px rgba(0, 0, 0, 0.1); */
  margin-bottom: -15%;
  z-index: 5;
}
.carousel-item {
  overflow: visible !important;
  position: relative; /* gerekli */
}
.carousel-inner {
  overflow: visible !important;
}

.sub-title{
  color: #EDEDED;
  letter-spacing: 6.4px; line-height: 25px;
}
.slider-btn {
  position: absolute;
  top: 30%;
  left: 12%;
  z-index: 5;
  border: none;
  padding: 10px;
  border: 1px solid var(--white);
  width: 38px;
  height: 38px;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 50px;
  opacity: .3;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-btn:hover{
  opacity: 1;
}
.next-btn {
  left: 15%;
}
.social-icons {
  position: absolute;
  left: 5%;
  z-index: 2;
  bottom: 60px;
  display: flex;
  align-items: center;
}
.social-icons a{
  color: var(--white);
  margin-right: 15px;
  transition: all .4s;
}
.wp{
  background-color: #3ECD58;
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  position: fixed;
  right: 40px;
  bottom: 130px;
  z-index: 99;
}
.wp:hover{
  box-shadow: 0px 0px 15px 3px #3ECD58;
}
.cta-phone{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white);
  padding: 15px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
}
.cta-phone:hover{
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.carousel-fade .first-btn{
  position: absolute;
  top: 65%;
  left: 7%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
/* Slider End */

/* Corporate */
.corporate-img{
  box-shadow: 0px 119px 90px -100px #00000099;
  border-radius: 16px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}
/* Corporate End */

/* Product Card */
.bg{
  background-color: #3B4A5A;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  height: 600px;
  margin-top: -600px;
}
.custom-prev, .custom-next {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  width: 64px;
  height: 64px;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 50px;
}
.product-card{
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  min-height: 380px;
  margin-top: 100px;
  transition: all .5s;
}
.product-card a, .product-card-v2 a{color: var(--secondary-color);}
.product-card:hover{background-color: var(--primary-color);}
.product-card:hover a, .product-card-v2:hover a{color: var(--white);}
.product-image{
  margin: auto;
  width: 335px;
  height: 276px;
  object-fit: contain;
  display: block;
  margin-top: -100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.product-card-v2{
  background: #F1F4F5 0% 0% no-repeat padding-box;
  border-radius: 16px;
  width: 100%;
  /* height: 490px; */
  height: auto;
  aspect-ratio: 1;
  transition: all .5s;
  padding: 10px;
}
.prod-image{
  width: 335px !important;
  height: 275px;
  object-fit: contain;
  display: block;
  margin: auto;
  /* margin-top: 30px; */
}
.product-card-v2:hover{background: var(--primary-color); border-radius: 0;}
.category-list-card{
  background: linear-gradient(144deg,rgba(216, 221, 224, 1) 0%, rgba(241, 244, 245, 1) 100%);
  border-radius: 16px;
}
.product-card-v3{
  background: #F1F4F5 0% 0% no-repeat padding-box;
  border-radius: 16px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-detail-image{
  width: 410px !important;
  height: 340px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  mix-blend-mode: multiply;
}
.thumb-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border: 2px solid var(--light-gray);
  cursor: pointer;
  transition: border 0.3s;
  background-color: #F1F4F5;
  border-radius: 16px;
  margin: auto;
}

.thumb-image:hover,
.thumb-image.active {
  border-color: var(--third-color);
}

.owl-thumbnails .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-btn{
  color: var(--secondary-color);
  padding: 15px 25px;
  display: block;
  border-radius: 16px;
  transition: all .4s;
}
.category-btn:hover{background-color: #c3c8cb;}
.custom-badge{
  background: #F0F4F5 0% 0% no-repeat padding-box;
  padding: 15px 25px; border-radius: 16px;
}
/* Product Card End */

/* Parallax */
.parallax {
  width: calc(100% - 25px) !important;
  display: block;
  margin: auto;
  height: 535px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 16px 16px;
}
.parallax-video{
  object-position: center center;
  width: 100%;
  height: 850px;
  object-fit: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}
.parallax-video video{
  width: 100%;
  height: 850px;
  object-fit: cover !important;
  border-radius: 0 0 16px 16px;
}
/* Parallax End */

/* Files */
.files-card {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 450px;
}
.icon-bg {
  border-radius: 14px;
  padding: 7px;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-bg img {
  max-width: 100%;
  max-height: 100%;
}
.files-overlay {
  background-color: #BEC7CC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
  border-radius: 16px;
  z-index: 1;
  opacity: 0.85;
}
.files-card > *:not(.files-overlay) {
  position: relative;
  z-index: 2;
}
.files-phone{
  font-size: 52px;
  line-height: 69px;
  color: var(--white);
}

.media-card{
  border-radius: 16px;
  padding: 20px 30px;
}
/* Files End */

/* Project Area */
.project{
  background-color: #F2F2F2;
  padding: 100px 5px;
}
.project-card img{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.overlay{
  background: #808080 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .4s;
}
.project-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .4s;
}
.project-card:hover .overlay {opacity: 1;}
.project-card:hover .project-text {opacity: 1;}
/* Project Area End */

/* Home */
.media-card{
  width: 100%;
  height: 480px;
  border-radius: 5px;
  padding: 50px 45px !important;
}
.media-card .link-btn{
  position: absolute; bottom: 50px;
}
.film-bg{
  background: url('/assets/images/home/6.png');
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
/* Home End */

/* Footer */
.footer-social-media a{
  color: var(--white-2);
  margin-right: 10px;
  transition: all .4s;
}
.footer-social-media a:hover{
  color: var(--primary-color);
}
.footer ul li a{
  color: var(--text-color);
  transition: all .4s;
}
.footer ul li a:hover{
  color: var(--primary-color);
}
/* Footer End */


/** Corporate Page **/
.corporate-one-svg-text{width: 100%;}
.corporate-two-svg-text{margin-top: 350px; width: 100%;}
.corporate-product{width: 50% !important;}

.references{
  transition: all .4s;
  filter: grayscale(100%);
}
.references img{
  height: 200px;
  object-fit: contain
}
.references:hover{
  transition: all .4s;
  filter: grayscale(0%);
}
/** Corporate Page End **/

/** Media Page **/
.media-banner{
  position: relative;
  margin-top: 170px;
  width: 100%;
  max-width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 16px 16px;
}
.media-overlay{
  background: #15336F 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: .64;
  transition: all .4s;
  border-radius: 0px 0px 16px 16px;
}
.circle-btn{
  border: 1px solid var(--white);
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  top: 50%;
  left: 40%;
  transform: translate(-50%, 0%);
  position: relative;
  opacity: .6;
  transition: all .3s;
}
.circle-btn:hover{
  opacity: 1;
}

.news-image{
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.new-detail-img{
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.latest-post{transition: all .4s;}
.latest-post img{width: 75px; height: 75px; object-fit: cover; object-position: center;}
.latest-post:hover{background-color: var(--white);}
/** Media Page End **/

/** Contact Page **/
.contact-form input, .contact-form textarea{
  width: 100%;
  border: 1px solid var(--third-color);
  border-radius: 12px;
  padding: 15px 25px;
}
.contact-form input:focus, .contact-form textarea:focus{
  border: 1px solid var(--primary-color);
  outline: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
  color: var(--third-color) ;
}
.contact-form input:focus::placeholder, .contact-form textarea:focus::placeholder{
  color: var(--primary-color) ;
}
.contact-info a{transition: all .4s;}
.contact-info a:hover{color: var(--primary-color) !important;}
/** Contact Page End **/