/*!
 * Designed by Post Ajans (https://www.postajans.com.tr)
 * Developer: Berat Çelik
*/
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
:root {
  --primary-color: #940410 !important;
  --secondary-color: #20396E !important;
  --third-color: #F4E7E8 !important;
  --gray: #838F94;
  --light-gray: #F4F4F4;
  --dark-gray: #272B2D;
  --white: #fff !important;
  --text-color: #ACACAC;
}

body {font-family: "Wix Madefor Display", 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%;}
/* 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);}
.gray-bg{background-color: var(--dark-gray);}
/* 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 */
.br-50{border-radius: 50px !important;}
/*** Properties End ***/

/*** Button Designs ***/
/* First Button */
.first-btn {
  border-radius: 6px;
  padding: 15px 35px;
  font-size: var(--fs-14);
  transition: all .4s;
}
.first-btn:hover{
  border-radius: 60px;
}
.st-bg{background-color: var(--primary-color); color: var(--white) !important;}
.nd-bg{background-color: var(--secondary-color); color: var(--white) !important;}
/*** Button Designs End ***/

/* Menu */
.gradient{
  width: 100%;
  height: 1080px;
  background: linear-gradient(180deg,rgba(247, 237, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  z-index: 0;
}
.contact-info a{transition: all .4s;}
.contact-info a:hover{color: var(--primary-color) !important;}
.logo{width: 400px;height: auto;}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  height: 140px;
  max-width: 90%;
  margin: auto !important;
  right: 0;
  left: 0;
}
.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;
}
.dropdown-menu {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
}
.menu-dropdown{
  padding: 10px 25px 10px 15px !important;
  transition: all .3s;
}
.menu-dropdown:focus{
  background-color: transparent !important;
}
.menu-dropdown i{
  font-size: 14px;
}
.menu-dropdown:hover{
  color: var(--primary-color) !important;
}
.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-item {padding: 0 20px;}

.dropdown-menu.flag {
  border: 1px solid #F4F4F4;
  border-radius: 0;
  background-color: #F4F4F4;
  min-width: 48px;
  border-radius: 8px;
}
.dropdown-menu.flag a:hover {
  background-color: transparent;
}
.dropdown-item.lang {
  padding: 5px 0;
  margin: auto;
}
.language {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #F4F4F4;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 8px;
}
.language img {
  display: block;
  margin: auto;
}
/* Menu End */

/* Slider */
.carousel-item{
  width: 100%;
  height: 850px;
  object-fit: cover;
}
.slider-video {
  object-position: center center;
  width: 100vw
}
.carousel-item img, .carousel-item .slider-video {
  height: 850px;
  max-height: 100vh;
  object-fit: cover
}
.slider-text-box{
  position: absolute;
  left: 5%;
  top: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 30%;
  padding: 40px;
  border-radius: 8px;
}
.slider-btn {
  z-index: 5;
  border: none;
  padding: 10px;
  border: 1px solid var(--white);
  width: 54px;
  height: 54px;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.next-btn {
  background-color: var(--white);
  color: var(--primary-color);
}
.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: 7%;
  z-index: 9;
  bottom: 60px;
}
.wp:hover{
  box-shadow: 0px 0px 15px 3px #3ECD58;
}
.offer{
  position: fixed;
  right: 10%;
  z-index: 9;
  bottom: 60px;
}

/* Slider End */

/* Service Card */
.service-card{
  border: 1px solid var(--third-color);
  border-radius: 8px;
  transition: all .2s;
  height: 310px;
}
.service-card:hover{
  border-bottom: 3px solid var(--primary-color);
}
/* Service Card End */

/* Parallax */
.parallax-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 750px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: start;
}
.parallax-text-box{
  width: 35%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-left: 50px;
}
/* Parallax End */

/* Period Card */
.period-card{
  background: linear-gradient(108deg,rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 100%);
  border-radius: 8px;
  height: 340px;
}
.period-card img{
  width: 32px !important;
  height: 32px !important;
}
.period-count{
  position: absolute;
  font-size: 255px;
  line-height: 190px;
  color: var(--white);
  margin: 0 0 0 -30px;
}
.period-card-title{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
  text-align: end;
  max-width: 70%;
}
.period-btn {
  padding: 10px;
  border: 1px solid var(--white);
  width: 54px;
  height: 54px;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-prev {
  border: 1px solid var(--primary-color); color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
}
.custom-next {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}
.owl-dots-container {
  display: flex;
}
.owl-dots-container button{
  background: transparent; border: none;
}
.owl-dots-container .owl-dot span {
  width: 16px;
  height: 4px;
  background: #F2F2F2;
  border-radius: 3px;
  display: block;
}

.owl-dots-container .owl-dot.active span {
  background: #939393;
}
/* Period Card End */

/* Newsletter */
.newsletter{
  background-color: rgba(148, 4, 16, .12);
  border-radius: 8px;
  height: 330px;
  padding: 40px 50px;
}
.newsletter input{
  background-color: #E3B2B8;
  border-radius: 8px;
  padding: 15px 35px;
  border: none;
  width: 80%;
}
.newsletter input:focus{
  outline: 2px solid var(--primary-color);
}
.newsletter input::placeholder{
  color: var(--primary-color);
}
.newsletter img{margin-top: -80px;width: 75%;}
/* Newsletter End */

/* Files */
.files-card {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 450px;
  padding: 40px;
}
.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: 8px;
  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: 8px;
  padding: 20px 30px;
}
/* Files 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 */

/* Service Page */
.border-dashed {
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(
    to right,
    var(--primary-color) 0,
    var(--primary-color) 10px,
    transparent 10px,
    transparent 20px
  );
  background-repeat: repeat-x;
  background-size: auto 2px; /* Yüksekliği 2px'e sabitle */
  background-position: bottom; /* En altta hizala */
}
.service img{
  width: 100%;
  height: 360px;
  object-fit: contain;
}
/* Service Page End */

/* References */
.references img{
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 21px;
  object-fit: cover;
}
/* References Page End */

/* Legislations */
.legislations{
  background-color: rgba(148, 4, 16, .12);
  color: var(--primary-color);
  border-radius: 8px;
  padding: 30px 70px;
}
/* Legislations Page End */

/** Contact Page **/
.contact-form input, .contact-form textarea{
  width: 100%;
  background-color: transparent !important;
  border: 1px solid var(--dark-gray);
  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(--dark-gray) ;
}
.contact-form input:focus::placeholder, .contact-form textarea:focus::placeholder{
  color: var(--primary-color) ;
}
/** Contact Page End **/