@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Great+Vibes&display=swap');

:root {

    /**
     * colors
     */
  
     --kirheadercolor:#0e2429;  /* 000e1b eski renk kodu */
     --kirhirdavatblue: #2a6a78;
    /* --kirhirdavatblue: #002244;  */
    --raisin-black: hsl(228, 13%, 15%);
    --eerie-black: hsl(207, 19%, 11%);
    --light-gray: hsl(0, 3%, 80%);
    --gunmetal-1: hsl(229, 15%, 21%);
    --gunmetal-2: hsl(216, 22%, 18%);
    --gainsboro: hsl(0, 7%, 88%);
    --citrine: hsl(57, 97%, 45%);
    --xiketic: hsl(253, 21%, 13%);
    --gray-x: hsl(0, 0%, 74%);
    --white: hsl(0, 100%, 100%);
    --black: hsl(0, 0%, 0%);
    --jet: hsl(0, 0%, 20%);
  
    /**
     * typography
     */

     --ff-oswald : 'Oswald', sans-serif;
    --ff-poppins: 'Poppins', sans-serif;
  
    --fs-1: 36px;
    --fs-2: 32px;
    --fs-3: 30px;
    --fs-4: 24px;
    --fs-5: 20px;
    --fs-6: 18px;
    --fs-7: 16px;
    --fs-8: 15px;
    --fs-9: 14px;
    --fs-10: 13px;
    --fs-11: 12px;
    --fs-12: 11px;
  
    --fw-500: 500;
    --fw-700: 700;
  
    /**
     * transition
     */
  
    --transition-1: 0.15s ease;
    --transition-2: 0.25s ease-in;
  
    /**
     * spacing
     */
  
    --section-padding: 100px;
  
  }

  
  /*-----------------------------------*\
   * #RESET
  \*-----------------------------------*/
  
  *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
  a { text-decoration: none; }
  input {
    font: inherit;
    width: 100%;
    border: none;
  }
  
  select,
  button {
    font: inherit;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  html {
    font-family: var(--ff-poppins);
    scroll-behavior: smooth;
  }

  /* SCROLL  AYARI */

  ::-webkit-scrollbar { width: 8px; }

  ::-webkit-scrollbar-track { background-color: transparent; }
  
  ::-webkit-scrollbar-thumb { background-color: var(--gold-crayola); }

  /* BODY ARA PLANI */
  
  body { background: #fff; }

  body.active { overflow: hidden; }
  
  li { list-style: none; }

  address { font-style: normal; }


  ion-icon { 
    pointer-events: none;
    display: block; 
  }

  /** SEÇİLEN METNİN ARKA PLANINI DEĞİŞTİRME   starts */


/* Seçili metnin arka plan rengini ve metin rengini değiştirme */
::selection {
  background: #e4c590; /* Seçili metnin arka plan rengi */
  color: #000000; /* Seçili metnin metin rengi */
}

/* WebKit tarayıcılar için (Chrome, Safari, vs.) */
::-webkit-selection {
  background: #e4c590; /* Seçili metnin arka plan rengi */
  color: #000000; /* Seçili metnin metin rengi */
}


/** SEÇİLEN METNİN ARKA PLANINI DEĞİŞTİRME   ends  */

  /*-----------------------------------*\
   * #REUSED STYLE
  \*-----------------------------------*/

  
  /**
   * TITLES & SUBTITLES
   */
  
  .h2{
    color: #ffff;
    line-height: 1.2;
  }

  
  .h2 { font-size: var(--fs-2); }


  .section-subtitle {
    color: var(--kirhirdavatblue);
    font-size: var(--fs-11);
    font-weight: var(--fw-500);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .section-title { color:  #e4c590; text-align: center; }
  
  
  /**
   * BUTTONS
   */
  
  .btn {
    color: var(--white);
    font-size: var(--fs-11);
    font-weight: var(--fw-700);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border: 2px solid var(--kirhirdavatblue);
    border-radius: 50px;
    transition: var(--transition-1);
  }
  
  .hero a{
    display: inline-flex; 
  }
  
  .btn > ion-icon { font-size: 18px; }
  
  .btn-primary { background: var(--rich-black-fogra-29); }
  
  .btn-primary:is(:hover, :focus) {
    background: var(--kirhirdavatblue);
    color: var(--xiketic);
  }




  /*-----------------------------------*\
   * #NAVİGATİON MENU
  \*-----------------------------------*/

  
.autovideoslide{

  height: 80.80px;
  
  /*
  border-bottom: #e4c590 solid 0.25rem;
*/

  z-index: 999;
  background-color: #b1986f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 200px;
  transition: 0.5s ease;
}

.autovideoslide .brand span{
  color: #fff;
  font-family: 'Dancing Script', cursive;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.autovideoslide .brand{
  color: #000;
  font-size: 2.1em;
  font-weight: 700;
  text-decoration: none;
}



.autovideoslide .navigation{
  position: relative;
}

.autovideoslide .navigation .navigation-items a{
  position: relative;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  transition: 0.3s ease;
}

.autovideoslide .navigation .navigation-items a:before{
  content: '';
  position: absolute;
  background: #000;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

.autovideoslide .navigation .navigation-items a:hover:before{
  width: 100%;
}


@media (max-width: 1040px){
  .autovideoslide{
    padding: 12px 20px;
  }

  .autovideoslide .navigation{
    display: none;
  }

  .autovideoslide .navigation.active{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }

  .autovideoslide .navigation .navigation-items a{
    color: #222;
    font-size: 1.2em;
    margin: 20px;
  }

  .autovideoslide .navigation .navigation-items a:before{
    background: #222;
    height: 5px;
  }

  .autovideoslide .navigation.active .navigation-items{
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  .menu-btn{
    background: url(menu.png)no-repeat;
    background-size: 30px;
    background-position: center;
    width: 43px;
    height: 43px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu-btn.active{
    z-index: 999;
    background: url(close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }
}
  


/*-----------------------------------*\
  # YUKLENME ANIMASYONU DENEMESI
\*-----------------------------------*/

#yukanimasyon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4c590;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container {
  animation: fadeInOut 2s infinite;
}

.logo-container img {
  width: 195px; /* Adjust the size as needed */
  height: auto;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}




  /*-----------------------------------*\
   * #ABOUT US
  \*-----------------------------------*/
  
  .about-hero {
    background-color: #ffff ;
    overflow: hidden;
  }

/*  BURA */

  .about-hero2 {
    background-color: #242424 ;
    overflow: hidden;
  }
  

  .aboutherocontent .gh2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #fff;
  }


  
  .aboutheading h1{
    color: var(--gold-crayola);
    font-size: 55px;
    text-align: center;
    margin-top: 55px;
  }
  
  .aboutcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 65px auto;
  }

  
  .aboutherocontent {
    flex: 1;
    width: 600px;
    margin: 0px 25px;
    animation:fadeInUp 2s ease ;
  }
  
  .aboutherocontent h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #242424 ;
  
  }
  
  .aboutherocontent p{
    font-size: 1.17em;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #8f8d8d;
  }
  
  .aboutherocontent .p1{
    color: #e4c590 ;
  }
  
  
  .aboutheroimage {
    flex: 1;
    width: 600px;
    margin: auto;
    animation:fadeInRight 2s ease ;
  }
  
  .aeadimg {
    width: 100%;
    /* height: auto; */
    max-height: 750px;
    border-radius: 10px;
  }
  
   
  /*-----------------------------------*\
   * #MEDIA QUERIES
  \*-----------------------------------*/
 

  @media screen and (max-width: 768px){
    .aboutheading h1{
      font-size: 45px;
      margin-top: 30px;
    }
    .about-hero{
      margin: 0px;
    }


      .aboutcontainer {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .aboutcontainer:nth-child(even) .aboutherocontent {
        order: 1;
      }
    
      .aboutcontainer:nth-child(even) .aboutheroimage {
        order: 2;
      }
    
      .aboutcontainer:nth-child(odd) .aboutherocontent {
        order: 1;
      }
    
      .aboutcontainer:nth-child(odd) .aboutheroimage {
        order: 2;
      }
    
      .aboutherocontent, .aboutheroimage {
        width: 100%;
      }
    
      .aboutcontainer .aboutherocontent, 
      .aboutcontainer .aboutheroimage {
        margin: 10px 0;
      }
  

    .aboutherocontent{
      width: 100%;
      margin: 35px 0px;
    }
    .aboutherocontent h2 ,
    .aboutherocontent .gh2{
      font-size: 30px;
    }
    .aboutherocontent p{
      font-size: 18px;
      margin-bottom: 20px;
    }
    .aboutherocontent button{
      font-size: 16px;
      padding: 8px 16px;
    }
    .aboutheroimage{
      width: 100%;
    }
  
  }
  
  
  


  /**                                                                 FOOTER STARTS       */


/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /**
   * colors
   */
   --gold-crayola: hsl(38, 61%, 73%);

  --light-steel-blue: hsl(218, 33%, 77%);
  --royal-blue-light: hsl(225, 68%, 53%);
  --carolina-blue: hsl(201, 92%, 47%);
  --flickr-blue_30: hsla(225, 68%, 53%, 0.3);
  --oxford-blue-2: hsl(217, 100%, 12%);
  --oxford-blue-3: hsl(218, 71%, 11%);
  --sonic-silver: hsl(0, 0%, 47%);
  --black_10: hsla(0, 0%, 0%, 0.1);
  --black_8: hsla(0, 0%, 0%, 0.08);
  --white: hsl(0, 0%, 100%);

  /**
   * gradient color
   */

  --gradient: linear-gradient( 90deg, var(--carolina-blue) 0%, var(--royal-blue-light) 100%);

  --gradient2: linear-gradient( 90deg, var(--gold-crayola) 0%, var(--gold-crayola) 100%);
  /**
   * typography
   */

  --ff-roboto: "Roboto", sans-serif;
  --ff-poppins: "Poppins", sans-serif;

  --fs-1: 4rem;
  --fs-3: 3.2rem;
  --fs-4: 2.4rem;
  --fs-6: 1.8rem;


  --fw-700: 700;


  /**
   * spacing
   */

  --section-padding: 120px;


  /**
   * transition
   */

  --transition: 0.25s ease;

}


/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/


.logo,
.footer-link,
.social-link,
.back-top-btn{
  text-decoration: none;
  color: inherit;
  display: block;
}

.fcontainer { padding-inline: 25px; }

.fsection { padding-block: var(--section-padding); }

.fspan{
  display: block;
}

/*-----------------------------------*\
#FOOTER
\*-----------------------------------*/
footer{
  line-height: 2;
}

footer .span { 
  font-size: 14px;
  display: block; }

.footer-top {
  background-color: #242424;
  color: var(--sonic-silver);
}

.footer-top .fcontainer {
  display: grid;
  gap: 30px;
}


 .footer-brand .logo span{
  color: #fff;
  font-family: 'Dancing Script', cursive;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.footer-brand .logo{
  color: #000;
  font-size: 2.1em;
  font-weight: 700;
  text-decoration: none;
}


.footer-text {
  line-height: 1.6;
  margin-block: 15px;
}

.schedule {
  display: flex;
  align-items: center;
  gap: 15px;
}

.schedule-icon,
.footer-item .item-icon {
  background-image: var(--gradient2);                     /* MAVİ İCON RENGİ */
  color: var(--white);
  font-size: 18px;
  padding: 11px;
  border-radius: 50%;
}

.schedule .fspan,
.footer-item .item-text { line-height: 1.6; }

.footer-list-title {
  color: var(--white);
  font-family: var(--ff-poppins);
  font-size: 24px;
  font-weight: var(--fw-700);
  margin-block-end: 10px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-block: 10px;
  transition: var(--transition);
}

.footer-link ion-icon {
  color: var(--gold-crayola);
  --ionicon-stroke-width: 50px;
}

.footer-link:is(:hover, :focus) { color: var(--white); }

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-item:not(:first-child) { margin-block-start: 20px; }

.footer-bottom {
  background-color: var(--black);
  padding-block: 50px;
  text-align: center;
}

.copyright {
  color: var(--white);
  line-height: 1.6;
  margin-block-end: 25px;
}

.copyright a{
  color: var(--gold-crayola);
  text-decoration: underline;
}

.footer .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer .social-link {
  padding: 11px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: var(--white);
  font-size: 18px;
  border-radius: 50%;
}

.footer .social-link:is(:hover, :focus) { background-image: var(--gradient2); }




/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for larger than 575px screen
 */

@media (min-width: 575px) {


  /**
   * REUSED STYLE
   */

  .fcontainer {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }



  /**
   * FOOTER
   */

  .footer-top .fcontainer { grid-template-columns: 1fr 1fr; }

}





/**
 * responsive for larger than 768px screen
 */

@media (min-width: 768px) {


  /**
   * REUSED STYLE
   */

  .fcontainer { max-width: 750px; }


  /**
   * FOOTER
   */

  .footer-bottom { padding-block: 30px; }

  .footer-bottom .fcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .copyright { margin-block-end: 0; }


}



/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {


  /**
   * REUSED STYLE
   */

  .fcontainer { max-width: 980px; }



  /**
   * FOOTER
   */

  .footer-top .fcontainer { grid-template-columns: 1fr 0.5fr 0.6fr 0.75fr; }

}



/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * REUSED STYLE
   */

  .fcontainer { max-width: 1180px; }


}


/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

/*=============== SCROLL UP ===============*/

.back-top-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #333333;
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 5rem;
  display: grid;
  place-items: center;
  transition: var(--transition-1);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}

.back-top-btn:is(:hover, :focus-visible) {
  background-color: var(--gold-crayola);
  color: #333333;
}

.back-top-btn.active {
  opacity: 1;
  visibility: visible;
}