 @import url("./responsive/xs.css");

@media (-webkit-device-pixel-ratio:1.25) {
  :root{
    zoom:0.8;
  }
}
@media (-webkit-device-pixel-ratio:1.50) {
  :root{
    zoom:0.666;
  }
}
body {
  background-image: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(97 96 96) 100%);
  background-position: bottom center;
  background-size: 100vw 800px;
  background-color: #000;
  background-repeat: no-repeat;
}
video::-webkit-media-controls {
  display: none;
}
.marka-body.project {
    font-size: 22px;
    text-align: center;
}
.projects-subtitle {
    margin-bottom: 30px;
}
.projects-block {
    margin-bottom: 100px;
}
.projects-block h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.brand-body {
    margin-top: 200px;
    font-size:22px;
    text-align:center
}

.brand-body .visual img {
    max-width: 200px;
}
/* 1. Keep the outgoing slide visible during the transition */
.carousel-fade .carousel-item.active.carousel-item-start,
.carousel-fade .carousel-item.active.carousel-item-end {
  z-index: 2;
  opacity: 1;
  filter: blur(0);
  transition: opacity 2s ease-in-out, filter 2s ease-in-out; /* Match your desired fade speed */
}

/* 2. Ensure the incoming slide is underneath and ready */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
  z-index: 1;
  opacity: 1; /* Keep it fully opaque underneath */
}

/* 3. The actual fade-out of the old slide */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  opacity: 0 !important;
  filter: blur(100px);
  transition: opacity 2s ease-in-out, filter 2s ease-in-out;
}

/* 4. Sync the Scaling Animation to be LONGER than the fade */
.carousel-item.active img,
.carousel-item-next.carousel-item-start img,
.carousel-item-prev.carousel-item-end img {
  /* If your slide interval is 5s, make this 6.5s to cover the 1.5s fade */
  animation: scaleUp 6500ms linear forwards;
}

@keyframes scaleUp {
  from { transform: scale(1.1, 1); }
  to { transform: scale(1.2, 1.3); }
}
.footer-links {
  position: relative;
}
form#user-login-form {
  margin: 200px auto;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 40px 60px;
  border: 1px solid #333;
}

form#user-login-form input[type="text"],form#user-login-form input[type="password"] {
  width: 100%;
  margin-bottom: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
  background: none;
}

form#user-login-form label {
  color: #888;
}
.btn-prm:hover{
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}
.btn-prm{
  width: fit-content;
  padding: 10px 30px;
  background: none;
  color: #ccc;
  border: 1px solid #333;
  display: block;
  transition: all 300ms ease;
  text-shadow: 1px 1px 2px #000;
}
.btn-prm.middle {
  margin-left: auto!important;
  margin-right: auto!important;
}
.products .card-title a {
  font-weight: 400;
  font-size: 17px;
  padding: 10px 18px;
  margin-left: 8px;
  margin-right: 8px;
  width: auto;
  border: none;
}

.products .card:hover .card-title a {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}
input#edit-submit, form#user-login-form input[type="submit"]{
  width:unset;
  padding: 10px 30px !important;
  background: none;
  color: #ccc;
  border: 1px solid #333;
  margin-right: 0;
  margin-left: auto;
  display: block;
  transition: all 300ms ease;
}
input#edit-submit:hover,
form#user-login-form input[type="submit"]:hover{
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}
.sub-content .text{
  font-weight: 400;
  position: relative;
}
.sub-content .text .vessel li {
  list-style: disc;
}
main.region .header h1.title {
  text-transform: uppercase;
  margin-top: 60px;
}
main.region .header h3.subtitle {
  margin-bottom: 40px;
}
.product-card .content .text {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  min-height: 250px;
}

.product-card .content .title {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.product-card .content .link a {
  margin: 30px auto;
}
/* ---------------------------------------------- */

.fp-img .img-frame:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
body {
  font-family: "Monexa", sans-serif;
  background-color: #000000;
}
h1, h2, h3, h4, h5 {
  color: white;
}

img {
  height: auto;
  width: 100%;
}
p {
  color: white;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: white;
}
li {
  text-decoration: none;
  list-style: none;
  color: white;
}
header.region {
  position: fixed;
  width: 100%;
  top: var(--drupal-displace-offset-top);
  z-index: 5;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.is-scrolled header.region {
  background-color: #000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
div#showcase {
  position: relative;
}
.fp-text {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.fp-img {
  position: relative;
}
.fp-title {
  width: max-content;
  margin: 0 auto;
  padding: 20px 0;
}
.fp-title p {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0;
  text-shadow: 3px 3px 5px #000c;
  margin-bottom: 0;
}
.fp-subtitle p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  padding-top: 15px;
}
#main-menu a.nav-link {
  color: white;
  font-size: 18px;
  padding: 20px 25px;
  line-height: 40px;
  text-shadow: 1px 1px 2px #000;
}
.about-header {
  padding-bottom: 3rem;
}
.about-header p {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-img .center-img {
  padding: 0.1rem 0.2rem;
}

.about-img .side-img {
  padding: 0.1rem;
}

.about-us {
  text-align: center;
  padding: 0rem 24px 4rem 24px;
  gap: 7px;
}
div#block-custom-hakkimizda h2 {
  padding-bottom: 50px;
  font-size: 40px;
  color: white;
  text-align: center;
  padding-top: 50px;
  font-weight: 400;
}
.about-img {
  display: flex;
}
.about-info p {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.products .card-title {
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
div#carouselExampleIndicators {
  position: relative;
}
div#carouselExampleIndicators:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(176deg, #00000094, transparent);
  z-index: 1;
  position: absolute;
  top: 0;
}
.marka-body.project .visual {
  text-align: center;
}
.marka-body.project .visual img {
  max-width: 300px;
}

.products img {
  border: none;
}
.products .card {
  border: none;
  background: none;
  overflow: hidden;
}
.products .products-title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: white;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}
.products .products-body {
  text-align: center;
}
.products-text p {
  font-size: 25px;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 0;
  color: white;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.products-btn {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.references .referance h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  color: white;
  padding-bottom: 50px;
}
.references .referance .referance-body {
  text-align: center;
}
.references .referance-text p {
  font-size: 25px;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 0;
  color: white;
  padding-bottom: 30px;
}
.references .referance-btn a {
  color: #474747;
  background: white;
  font-weight: 400;
  padding: 12px;
  border: 5px solid grey;
}
.references .referance-btn {
  padding: 112px 0 0 0;
  text-align: center;
}
.references .reference-card img {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
}
.references .reference-card {
  padding: 30px;
  border: 6px solid #323232;
  text-align: center;
}
.references {
  padding: 4rem 24px 4rem 24px;
  background: #26262685;
  border: 5px solid #26262685;
}
.corporate {
  display: flex;
  padding: 0 0 50px 0;
}
.corporate a {
  padding-right: 18px;
}
.about-footer {
  padding-bottom: 70px;
  margin-top: -36px;
}
.copyright {
  position: absolute;
  text-align: end;
}
.copyright {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  top: 206px;
}

.projects .projects-body {
  text-align: center;
}
.projects .projects-link a {
  display: inline-block;
  background: #000c;
  padding: 12px 26px;
  margin-top: 20px;
}
.copyright p {
  color: white;
  font-size: 14px;
}
.about-footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
}
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 5px 63px;
  align-items: start;
}
.footer-column {
  display: grid;
  gap: 44px;
  align-content: start;
}
.footer-column-top-right,
.footer-column-bottom-right {
  justify-items: start;
}
.footer-panel-branding #branding,
.footer-panel-branding .site-branding,
.footer-panel-branding .block-system-branding-block {
  display: block;
}
.footer-panel-branding img {
  max-width: 171px;
}
.footer-panel-social .corporate {
  padding: 0;
}
.footer-panel-contact {
  margin-top: -72px;
}
.footer-detail {
  position: relative;
  top: -64px;
  font-size: 14px;
  left: 0.1%;
}
.footer-panel-social{
  position: relative;
  top: -32px;
  font-size: 14px;
}
.footer-info{
  margin-top: 0px;
}
.footer-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 36px;
  padding: 0;
}
.footer-menu li {
  font-size: 17px;
  margin: 0;
}
.footer {
  border-top: 2px solid grey;
  padding-top: 45px;
  padding-bottom: 0;
}

.footer img {
  max-width: 171px;
  padding-bottom: 18px;
}
ul.dropdown-menu.show {
  background: #000000de;
  padding: 0;
  text-align: left;
}
#main-menu li.menu-level-1 a {
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #80808054;
  white-space: nowrap;
}

.basic-page .main-body p,
.hak-header-info p {
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.hak-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.hak-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.hak-header {
  padding-bottom: 5%;
}
.hak-info-one {
  display: flex;
}
.hak-info-two {
  display: flex;
}
.hak-info-text {
  font-weight: 400;
  font-size: 25px;
  position: relative;
  top: 46px;
}
.hak-info-one .hak-info-text {
  padding: 0 10px 0 37px;
}
.hak-info-two .hak-info-text {
  padding: 0 37px 0 10px;
}
.references-page .referance-btn {
  padding: 112px 0 0 0;
  text-align: center;
}
.references-page .reference-card-page img {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
}
.references-page .reference-card-page {
  padding: 30px;
  border: 6px solid #323232;
  text-align: center;
}
.ref-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.ref-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.ik-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.ik-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.ik-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.ik-header {
  padding-bottom: 10%;
}
.ik-info-text {
  font-weight: 400;
  font-size: 25px;
  position: relative;
  top: 46px;
}
.ik-info-one .ik-info-text {
  padding: 0 10px 0 37px;
}
.ik-info-two .ik-info-text {
  padding: 0 37px 0 10px;
}
.ev-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.ev-info-one {
  display: flex;
}
.ev-info-two {
  display: flex;
}
.ev-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.ev-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.ev-header {
  padding-bottom: 10%;
}
.ev-info-img img {
  height: 594px;
  width: auto;
}
.ev-info-text {
  font-weight: 400;
  font-size: 25px;
  position: relative;
  top: 46px;
}
.ev-info-one .ev-info-text {
  padding: 0 10px 0 37px;
}
.ev-info-two .ev-info-text {
  padding: 0 37px 0 10px;
}
.gs-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.gs-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.gs-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.gs-header {
  padding-bottom: 10%;
}
.gs-info-one {
  display: flex;
}
.gs-info-two {
  display: flex;
}
.gs-info-text {
  font-weight: 400;
  font-size: 25px;
  position: relative;
  top: 46px;
}
.gs-info-one .gs-info-text {
  padding: 0 10px 0 37px;
}
.gs-info-two .gs-info-text {
  padding: 0 37px 0 10px;
}
.fp-img .img-frame {
  overflow: hidden;
  position: relative;
}
#bottom .referance-btn a {
  color: #474747;
  background: white;
  font-weight: 400;
  padding: 12px;
  border: 5px solid grey;
}
#bottom .referance-btn {
  text-align: center;
  padding: 54px 0 10px 0;
}
.hd-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.hd-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.hd-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.hd-header {
  padding-bottom: 10%;
}
.hd-info-img img {
  height: auto;
  width: 100%;
}
.hd-info-text {
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.hd-info-one .hd-info-text {
  padding: 0 10px 0 37px;
}
.hd-info-two .hd-info-text {
  padding: 0 37px 0 10px;
}
.hd-bottom-btn {
  display: inline-block;
  position: absolute;
  background: white;
  border: 5px solid grey;
  bottom: 0;
}
.hd-bottom-btn a {
  font-size: 15px;
}
.hd-info-text h3 {
  padding-bottom: 20px;
}
.pro-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.pro-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.pro-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.pro-header {
  padding-bottom: 10%;
}
.pro-info-img img {
  height: auto;
  width: 100%;
}
.pro-info-text {
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.pro-info-one {
  display: flex;
}

.pro-info-one .pro-info-text {
  padding: 0 10px 0 37px;
}
.pro-info-two .pro-info-text {
  padding: 0 37px 0 10px;
}
.pro-bottom-btn {
  display: inline-block;
  position: absolute;
  background: white;
  border: 5px solid grey;
  bottom: 0;
}
.pro-bottom-btn a {
  font-size: 15px;
}
.pro-info-text h3 {
  padding-bottom: 20px;
}
.contact-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.contact-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.contact-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.contact-header {
  padding-bottom: 10%;
}
input#edit-name {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
}
.contact-us-form label {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
input#edit-surname {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
}
input#edit-phone {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
}
input#edit-email {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: white;
}
textarea#edit-message {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 66px;
  color: white;
}
textarea#edit-message::placeholder {
  color: white;
  top: 20%;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
}
div#edit-konu {
  display: flex;
}
.form-item-konu {
  padding-right: 20px;
}
span.fieldset-legend {
  font-size: 18px;
  font-weight: 400;
  color: white;
}

div#edit-submit-wrap {
  padding-bottom: 30px;
}
.captcha__image-wrapper img {
  border: none;
  padding: 30px 0 0 0;
  margin: 0;
}
.captcha__element {
  width: 36%;
}
fieldset.captcha {
  position: relative;
  justify-content: right;
  display: flex;
  padding-bottom: 16px;
}
input#edit-captcha-response {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
div#edit-captcha-response--description {
  display: none;
}
.marka-header-info p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
.marka-header-btn {
  display: inline-block;
  background: white;
  border: 5px solid grey;
}
.marka-header-btn a {
  font-size: 16px;
  font-weight: 300;
}
.marka-header {
  padding-bottom: 5%;
}
.marka-bottom {
  display: flex;
}
.marka .marka-img {
  border: 1px solid #222;
}
.marka-img .brand-logo {
   height: 160px;
 }

.marka-img .brand-logo {
  width: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 300ms ease;
}
.marka .marka-img:hover .brand-logo {
  transform: scale(1.2);
}
.marka-bottom-title {
  height: 72px;
}
.marka-second-title p {
  color: #8f9fa3;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 12px;
}
.marka-bottom-title p {
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  padding: 0 30px 0 30px;
  margin: 0;
}
.marka-bottom-text p {
  color: #8f9fa3;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 0 20px 0 20px;
}
div#block-custom-corporatesocialmediaicons-2 {
  position: relative;
  bottom: 0;
  justify-content: flex-start;
  display: flex;
}
div#content-bottom .corporate-branch {
  display: flex;
}
div#content-bottom .corporate-branch-contact {
  padding-right: 10%;
  color: #b1b0b0;
}
div#content-bottom .corporate-branch-adress {
  color: #b1b0b0;
}
div#content-bottom .corporate-branch-adress h4 {
  color: #3f3f3f;
}
div#content-bottom .corporate-branch-contact h4 {
  color: #3f3f3f;
}
.projects-header img {
  position: relative;
  /* left: 45%; */
  max-width: 200px;
  margin-top: 50px;
  height: auto;
  padding-bottom: 30px;
}
.projects-img-two img {
  padding-right: 5px;
  padding-left: 5px;
}
.projects-img-one img {
  padding-right: 10px;
}
.projects-img-three img {
  padding-left: 10px;
}
.projects-title {
  text-align: center;
  padding-top: 23px;
}
.projects-info {
  text-align: center;
}
.projects-info p {
  color: #717070;
  font-size: 17px;
}
.fp-text {
  bottom: calc(100vw / 10);
}

.career-form #form-elements input, .career-form #form-elements textarea {
  font-size: 26px;
  width: 100%;
  margin-bottom: 20px;
}

.career-form #form-elements label {
  font-size: 20px;
}
.career-form #form-elements textarea::placeholder {
  font-size: 30px;
  top: 0;
  color: #555;
}
.career-form #form-elements textarea {
  height: 200px;
}
.career-form input#edit-submit {
  background: white;
  border: 5px solid grey;
  padding: 6px 12px;
  width: 140px;
}
.ev-info-img img {
  max-width: 100%;
  height: auto;
}


/*Talebiniz Alınmıştır Sayfası*/
.msound-thankyou-wrap {
  padding: 10px 0 70px;
}

.msound-thankyou-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 56px;
  border-top: 4px solid #ffffff;
  /*background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);*/
  box-shadow: 0 12px 35px rgba(8, 46, 71, 0.08);
}

.msound-thankyou-h1.title{
    text-transform: uppercase;
    margin-top: 150px;
    margin-bottom: 40px;
}

.msound-thankyou-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #082e47;
  position: relative;
}

.msound-thankyou-mark::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  width: 22px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}
.msound-thankyou-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.msound-thankyou-content p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 300;
}
.contact-thankyou-button {
  display: inline-block;
  padding: 14px 28px;
  background: #082e47;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease;
  margin-top: 2rem;
}
.contact-thankyou-button:hover {
  background: #0d4468;
  color: #ffffff;
}

