/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Light;
  src: url('../fonts/Montserrat/Montserrat-Light.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../fonts/Montserrat/Montserrat-Black.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}


/*//////////////////////////////////////////////////////////////////
[ rs Modal ]*/

body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}


.modal-backdrop.show {
    opacity: 0;
}

.modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px 15px;
}

/*//////////////////////////////////////////////////////////////////
[ Form ]*/

.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 50px;
  border: 2px solid #e6e6e6;
  border-radius: 25px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

input.input100 {
  height: 100%;
  padding: 0 30px 0 30px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  pointer-events: none;
  border: 2px solid #3a5dff;
  border-radius: 25px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 15px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Montserrat-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #7d8da6;
  line-height: 1;
  text-transform: uppercase;
}

.s1-txt2 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
}

.s1-txt3 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.4;
}

.s1-txt4 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  color: #555;
  line-height: 1.2;
}

.s1-txt5 {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #999;
  line-height: 1.6666667;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  font-family: Montserrat-Black;
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
}

.m1-txt2 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #555;
  line-height: 1.4;
  text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: Montserrat-Black;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.l1-txt2 {
  font-family: Montserrat-Light;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.l1-txt3 {
  font-family: Montserrat-Bold;
  font-size: 36px;
  color: #555555;
  line-height: 1;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 70px;
  height: 70px;
}

.size3 {
  min-width: 280px;
  max-width: 100%;
  min-height: 50px;
}

.size4 {
  width: 686px;
  max-width: 100%;
}

.size5 {
  width: 100%;
  height: 50px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 390px;
}

.wsize2 {
  max-width: 285px;
}


/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

/*---------------------------------------------*/
:root {
  /* --main-color: hotpink */
/* We need two variables to create our graident. Both colors should have transparency value. That's why we are using hsla color values. When you set the 'a' alpha value b/w 0 to 1. You actually set the transparency. So I have modified your code a bit and changed the '1.00' to '0.8'. 
 I have also modified the secondary hue and changed to 46. Just to get a different color. 
  */

--primary:rgba(183, 155, 96, 0.7);
--secondary:rgba(0, 0, 0, 0.8);
  
  --pane-padding: 5px 42px;
}



.bg-g1 {
  background: linear-gradient(135deg, var(--primary),var(--secondary)),
  url("../images/sunmarde-bg.jpg") no-repeat center center / cover;

}


.logo img {
  max-width: 320px;
  height: auto;
  margin-top: -15px;
}



/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border-bottom: 3px solid #3a5dff;
}

.bor2 {
  border-radius: 5px;
}


/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1-parent {
  position: relative;
}

.where1 {
  position: absolute;
  top: -40px;
  right: 5px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}


/*---------------------------------------------*/
.how-countdown {
  background-color: #fff;
  border-radius: 18px;
  margin: 0px 5px 25px 18px;
}

/*---------------------------------------------*/
.how-btn {
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.how-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #7918f2;
  background: -webkit-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: -o-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: -moz-linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  background: linear-gradient(45deg, #ac32e4, #7918f2, #4801ff);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.how-btn:hover:before {
  opacity: 1;
}

/*---------------------------------------------*/
.how-btn1 {
  background-color: #3a5dff;
  border-radius: 25px;
  padding: 0 20px;
}

.how-btn1:hover {
  background-color: #333;
  color: #fff;
}

/*---------------------------------------------*/
.how-btn2 {
  color: rgba(255,255,255,0.5);
}

.how-btn2:hover {
  color: rgba(255,255,255,1);
}

/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/







/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    padding-top: 35px;
  }
  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

}

/* ===============================
   MOBİL DÜZEN İYİLEŞTİRME
================================ */
@media (max-width: 768px) {
  .logo img {
    max-width: 220px;
  }

  .l1-txt1 {
    font-size: 28px;
  }

  .l1-txt2 {
    font-size: 15px;
    line-height: 1.6;
  }

  .how-countdown {
    min-width: 70px;
  }
}

/* ===============================
   SABİT İLETİŞİM BUTONLARI
================================ */
.fixed-contact {
  position: fixed;
  right: 15px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.fc-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: pulse 2.5s infinite;
}

.fc-btn.phone { background: #007bff; }
.fc-btn.whatsapp { background: #25D366; }
.fc-btn.mail { background: #000; }

/* ===============================
   SOSYAL MEDYA FLOAT
================================ */
.social-floating {
  position: fixed;
  left: 15px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: all .3s ease;
}

.social-icon:hover {
  transform: translateY(-6px) scale(1.1);
}

.social-icon.facebook { color: #1877f2; }
.social-icon.instagram {
  color: #fff;
  background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

/* ===============================
   ANİMASYONLAR (CSS ONLY)
================================ */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,.3); }
  70% { box-shadow: 0 0 0 12px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

/* Hareketi azalt tercihi */
@media (prefers-reduced-motion: reduce) {
  .fc-btn {
    animation: none;
  }
}

/* ===============================
   COUNTDOWN ALT İLETİŞİM ALANI
================================ */
.contact-social-area {
  text-align: center;
  margin-top: 25px;
}

/* BUTONLAR */
.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.cs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s ease;
}

.cs-btn.phone { background: #007bff; }
.cs-btn.whatsapp { background: #25D366; }

.cs-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

/* SOSYAL İKONLAR */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: all .3s ease;
  animation: float 3s ease-in-out infinite;
}

.social-icon.facebook { color: #1877f2; }
.social-icon.instagram {
  color: #fff;
  background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

/* Hover animasyon */
.social-icon:hover {
  transform: scale(1.15) rotate(5deg);
}

/* FLOAT ANİMASYONU */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* MOBİL */
@media (max-width: 576px) {
  .cs-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ===============================
   LOGO BOYUT & HOVER
================================ */
.logo img {
  max-width: 260px;
  transition: all .4s ease;
}

.logo img:hover {
  transform: scale(1.05) rotate(-1deg);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.25));
}

/* Mobil logo */
@media (max-width: 768px) {
  .logo img {
    max-width: 200px;
  }
}
/* ===============================
   SOCIAL ICONS – REVEAL RING
================================ */

.social-icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: visible;
}
/* INSTAGRAM FIX – WHITE ICON */
.social-icon.instagram {
  background: #fff;              /* ikon içi beyaz */
  color: #c13584;                /* instagram rengi */
}

/* Hover'da da beyaz kalsın */
.social-icon.instagram:hover {
  background: #fff;
}


/* HALKA */
.social-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0;
  transform: scale(.85);
  transition: all .25s ease;
}

/* HOVER – İÇE GÖMÜLME */
.social-icon:hover {
  transform: translateY(2px) scale(.92);
  box-shadow: inset 0 4px 10px rgba(0,0,0,.25);
}

/* HOVER – HALKA AÇILIR */
.social-icon:hover::after {
  opacity: 1;
  transform: scale(1);
}

/* RENKLER */
.social-icon.facebook {
  color: #1877f2;
}

.social-icon.instagram {
  color: #c13584;
}

@media (prefers-reduced-motion: reduce) {
  .social-icon,
  .social-icon::after {
    transition: none !important;
  }
}

/* ===============================
   COUNTDOWN FLIP EFFECT
================================ */
.cd100 .l1-txt3 {
  display: inline-block;
  perspective: 600px;
}

.cd100 .l1-txt3.flip {
  animation: flipDown 0.6s ease-in-out;
}

@keyframes flipDown {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/* ===============================
   PHONE & WHATSAPP ANIMATIONS
================================ */

.cs-btn {
  position: relative;
  overflow: hidden;
}

/* TELEFON – RING */
.cs-btn.phone:hover i {
  animation: ring 0.4s ease-in-out infinite;
}

@keyframes ring {
  0% { transform: rotate(0); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(-10deg); }
  75% { transform: rotate(6deg); }
  100% { transform: rotate(0); }
}

/* WHATSAPP – DALGA */
.cs-btn.whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.35);
  border-radius: inherit;
  opacity: 0;
}

.cs-btn.whatsapp:hover::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: .6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* NEFES ALMA (IDLE) */
.cs-btn.whatsapp {
  animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.4); }
  50% { box-shadow: 0 0 0 10px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Motion tercihine saygı */
@media (prefers-reduced-motion: reduce) {
  .cs-btn,
  .cs-btn * {
    animation: none !important;
  }
}
/* ===============================
   INTRO TEXT – THEME ALIGNED FINAL
================================ */

.intro-text {
  max-width: 860px;                 /* masaüstünde daha geniş */
  margin: 50px auto;
  text-align: center;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18.5px;
  line-height: 1.55;                /* sıkı ama rahat */
  letter-spacing: 0.15px;

  color: rgba(255,255,255,.88);     /* temaya uygun yumuşak beyaz */

  opacity: 0;
  transform: translateY(10px);
  animation: textReveal 1s ease forwards;
  animation-delay: .25s;
}

/* Alt satır (marka vurgusu) */
.intro-text span {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  color: rgba(255,255,255,.92);
}

/* “Çok yakında” vurgu */
.intro-text strong {
  color: #f2c572;                   /* altın / sıcak vurgu */
  font-weight: 600;
}

/* Domain vurgusu */
.intro-text em {
  display: inline-block;
  margin-top: 4px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .6px;
  color: #ffffff;
}

/* Masaüstü büyük ekran */
@media (min-width: 1200px) {
  .intro-text {
    font-size: 19.5px;
    max-width: 920px;
  }
}

/* Mobil uyum */
@media (max-width: 768px) {
  .intro-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 14px;
  }

  .intro-text span {
    margin-top: 4px;
  }
}

/* Animasyon */
@keyframes textReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hareket hassasiyeti */
@media (prefers-reduced-motion: reduce) {
  .intro-text {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
/* ===============================
   ARTUKLUWEB LOGO – SOFT SLOW SWEEP
================================ */

.artukluweb-brand {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.artukluweb-brand i {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  overflow: hidden;
}

/* Yumuşak çapraz ışık */
.artukluweb-brand i::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -160%;
  width: 90%;
  height: 340%;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 42%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0.18) 58%,
    rgba(255,255,255,0) 100%
  );

  animation: artukluSoftSweep 7.5s cubic-bezier(.45,0,.15,1) infinite;
  pointer-events: none;
}

/* Süper yumuşak sweep */
@keyframes artukluSoftSweep {
  0%,
  60% {
    top: -140%;
    left: -160%;
  }

  85%,
  100% {
    top: 140%;
    left: 160%;
  }
}

/* Hover – sadece biraz hızlanır */
.artukluweb-brand:hover i::after {
  animation-duration: 5s;
}

/* İlk yükleme – çok hafif glow */
.artukluweb-brand i {
  animation: artukluSoftGlow 1.4s ease-out 1;
}

@keyframes artukluSoftGlow {
  0% {
    filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  }
  40% {
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.45))
            drop-shadow(0 0 8px rgba(255,255,255,0.25));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(255,255,255,0));
  }
}

/* Mobil – ekstra sakin */
@media (max-width: 768px) {
  .artukluweb-brand i::after {
    animation-duration: 9s;
    opacity: 0.75;
  }

  .artukluweb-brand:hover i::after {
    animation-duration: 7s;
  }
}

/* Hareket hassasiyeti */
@media (prefers-reduced-motion: reduce) {
  .artukluweb-brand i,
  .artukluweb-brand i::after {
    animation: none;
  }
}

