:root {
  --logoSari:rgb(253,236,214);
  --logoYesil: rgb(168,206,141);
  --backKoyu:rgb(32,47,80); /*  */
  --backAcik:rgb(48,63,96); /*  */
  --darkblue :rgba(16,24,40, .95);

}
.mobileOnly{display:block;}
.mobileOnlyInline {display:inline;}
.upTablet, .upTabletInline, .upTabletGrid {display:none!important;}

/*  aspect-ratio: 2/1;  */
a:hover{color:var(--logoSari) ;} 
/* Reset */
* {  margin:0;  padding:0;  box-sizing:border-box;   font-family: "PT Sans Narrow", sans-serif; scroll-behavior:smooth; 
  font-optical-sizing: auto; font-weight:400; 
  font-style:normal; text-decoration:none; transition:all .5s; box-sizing:border-box;}
h1, h2, h3, h2 *, h3 *, h1 * {  font-family: "Economica", sans-serif;}
li {color: var(--logoSari);}

.bold {font-weight:bold;} .italic {font-style: italic;}
p {text-align:left; color:var(--logoSari); line-height:1.7em; text-align:justify; text-justify:inter-word; margin-bottom: .5rem;}

html {scroll-behavior:smooth; font-size:16px;}
body { width:100%; overflow-x:hidden; scroll-behavior:smooth;}
.cizili {text-decoration: line-through; opacity: .6; color: var(--logoSari);}

.inlineLink {color:var(--logoSari); font-style:italic; background:rgba(132, 133, 141, .3); padding:.5rem; 
  margin:.5rem;border-radius:.5rem; display:inline-block; box-shadow:1px 1px 2px rgba(0, 0, 0, .2);}
.inlineLink:hover {background:var(--logoSari); color:var(--logoSari);}
.textLink {color: var(--logoYesil); text-decoration: underline;}
ul {list-style-type: square; list-style-position: inside;}



/* menu */
#menu-back { display:block; height:4rem; background:var(--darkblue); position:fixed; top:0; left:0; width:100dvw; 
   z-index:100; display: flex; align-items: center; justify-content: space-between; 
  padding:.5rem 5rem .5rem 1rem; opacity: 1;}
#logo h1 {text-indent:-100000px; height:2.5rem; width:3.2rem; background-image:url('../files/logo.svg'); background-size:cover;  
  display:inline-block; }  
#language {position: absolute; bottom: 2rem; height: 1.5em; font-size: 1rem!important; font-style:italic;}
#language #flag { height:1em; width:1em; margin-right:.5em; border-radius:.2em; box-shadow: 0 0 1px 2px rgba(255,255,255,.2);}
#notificationIcon { width:1.4rem; height:1.4rem; background-image: url("../files/icon-notification.svg"); cursor: pointer;
  background-position: center center; background-size: contain; background-repeat: no-repeat; background-color:transparent; 
  display: none; border: none; margin-right: 1rem; }

.bookNow, .bookNowHoverless {font-size:1.1rem; height:2.2em; width: 7.5rem; border-radius:.2rem; border:0; opacity: .9;  margin-top: 1rem;
  background:var(--logoYesil); color:var(--backKoyu); display:inline-flex; align-items:center; justify-content:center; padding: .5rem;}

.bookNowHoverless{ position: absolute; margin-top:2rem; bottom:2rem; left:50%; transform: translateX(-50%); width: 9rem;}

.bookNow:hover, .bookNowHoverless:hover {color: var(--backKoyu); opacity: 1; }
.button2{ border:var(--logoYesil) 1px solid!important; background: none!important ; color:var(--logoYesil)!important; opacity: .8!important; }
.button2:hover{opacity: 1!important;  }
.button2.borderless { border:none!important;}





#menu-button {  position:fixed;  top:1.5rem;  right:2.5rem;  width:1em; height:1em; display:block; 
  justify-content:center; align-items:center;  cursor:pointer; transition:all 0.3s ease; z-index:400;}

#menu-button i {background-color:var(--logoYesil); height:2px; width:1.5em; display:block; position: absolute;
  transition:all 0.3s ease; position:absolute;}
#menu-button #iconi1 { top: .1rem; }
#menu-button #iconi2 { top: .5rem; opacity: 1;}
#menu-button #iconi3 { top: .9rem; }

#menu-button.cross #iconi1 {transform:rotate(45deg);}
#menu-button.cross #iconi2 {opacity: 0;}
#menu-button.cross #iconi3 {transform:rotate(-45deg); top: .1rem!important;}

#main-menu {  position:fixed;  top:0;  right:-100%;  width:300px;  height:100%; z-index:300;
  background:var(--darkblue);  color:#fff;  transition:right 0.3s ease; }
#main-menu ul {  list-style:none;  padding:2rem; position: relative; height: 100%; } 

#main-menu ul li a {  color:var(--logoYesil);  text-decoration:none;  display:block;  margin:1rem 0; 
  font-size:1.25rem; font-family: "Economica", sans-serif;}
#main-menu ul li a:hover {  color:var(--logoSari);}
/* x Menu */


/* Mainpage */

main section {  display:flex;  align-items:center;  justify-content:center;  
  text-align:center; padding:3rem 1rem ; width:100dvw; overflow-x:hidden; overflow-y:hidden; }
main section.notFullPage {  height:auto!important;}

main section:not(#home) { padding-top:5rem; } 
main section:nth-child(odd){background-color:var(--backAcik);}
main section:nth-child(even){background-color:var(--backKoyu);}
main section#home {  height: 100dvh; 
  background-color: var(--backKoyu);
  background-image:url('../files/homeV.jpg');
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; color:var(--logoSari);}
  #hometitle {line-height: 1.4em; font-size: 1.9rem; text-align: left; font-weight: normal; 
    text-shadow: 2px 2px rgba(0, 0, 0, .8) , -1px -1px rgba(0, 0, 0, .8);}
/* x Mainpage */

.cerceve {display:grid; max-width:calc(100dvw - 2rem); width:100%; height:100%;  gap:2rem; grid-template-columns:1fr;}
.contentBox { display:grid; width:100%; align-content :center; grid-template-columns:1fr; max-width:calc(100dvw - 2rem);}
#altsayfa .cerceve {display:block;}
.mob2tab1 {order:2;}
.mob1tab2 {order:1;}
.gridMob1tab2 { display:grid; gap:1rem; grid-template-columns:1fr; width:100%;}
.gridMob2tab3 , .gridMob2tab4 { display:grid; gap:1rem; grid-template-columns:1fr 1fr; width:100%;}
.gridMob3tab6 { display:grid; gap:1rem; grid-template-columns:1fr 1fr 1fr; width:100%;}


/* content */
.sep {height:2px; display:inline-block; width:100%; background:var(--logoYesil); overflow:hidden; margin:1rem 0;  }
.paddedGrid{ padding:2rem; }
.sectionTitle {color:var(--logoYesil); font-size:1.5rem; text-align:left; }

.hScrollIcon { display:flex; border-radius:50%; height:10px; width:10px; border:1px solid var(--logoYesil); background: none;}
.hScrollIcon.activeIcon {background: var(--logoYesil);}


.popupBox {padding: 1rem; width: 100dvw; min-height: 100dvh; position: fixed; top: 0; left: 0; z-index: 1000000; 
  display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, .6); }
.popup {padding: 2rem 1rem 1rem 1rem; min-width: 300px; max-width: 90dvw;  position: fixed; background: var(--backAcik);!important; 
   box-shadow: 2px 2px 2px rgba(0,0,0,.3); }
.popup * { color: var(--logoSari)!important;}
.closeBtn {position: absolute; right: 0rem; top: 0rem; border: 0; background: none; cursor: pointer; padding: 1rem;}


.shadow {text-shadow:-1px 1px 10px #000000;}
a.yellowText {color:var(--logoSari);}
a.yellowText:hover {text-decoration:underline;}

#studiosBox {display: grid; grid-template-columns: 1fr 1fr 1fr; height: 24rem; width: 90dvw; overflow-x: scroll; overflow-y: hidden; scroll-snap-type: x mandatory;  white-space: nowrap;
 box-sizing: border-box; }
#studiosBox::-webkit-scrollbar { display: none; }
#studiosBox .bookingLink {  scroll-snap-align: center; margin: 0 .5rem; display: inline-flex; white-space: wrap; height: 100%; 
  flex-direction: column; justify-content: space-between; box-sizing: border-box; padding-bottom: .5rem; width: 90dvw;}
.bookingDugme {padding-bottom: 1rem; display: block; text-align: center;}
.bookingDugme .bookNow {width: 10rem;}


/* carousel */
  .carousel { width:400px; max-width:calc(100dvw - 2rem); height:332px; position:relative; overflow:hidden; 
     margin:80px auto 0;}
  .carousel-inner { display:flex; width:100%; height:100%; transition:transform 0.5s ease-in-out;}
  .carousel-slide { display:flex; flex-direction:column; flex:1 0 100%;}
  .slide-image { display:flex; align-items:flex-end; justify-content:center;  overflow:hidden; height:265px;
    background-repeat:no-repeat; background-size:cover;  border-left:2px var(--backKoyu) solid;}
  .slide-text { text-align:center;  padding:10px; font-size:1.1rem; background:rgba(0, 0, 0, .6); color:var(--logoSari); width:100%;}
  a:hover .slide-text {color:var(--logoSari);} 

  .carousel-control { position:absolute; top:30%; transform:translateY(-50%); background-color:rgba(0, 0, 0, 0.1);
   color:#fff; border:none; padding:10px; cursor:pointer; z-index:10; transform:scaleY(1.4) scaleX(.7); border-radius:.2rem;}
  .carousel-control img { width:1rem;}
  .carousel-control.prev { left:0px;}
  .carousel-control.next { right:0px;}
  .carousel-nav { display:flex; justify-content:center; position:absolute; bottom:10px; width:100%;}
  .carousel-nav-btn { margin:0 5px; width:12px; height:12px; border:1px solid #bbb; border-radius:50%;
   background:none; cursor:pointer; appearance:none;}
  .carousel-nav-btn:checked { background:rgba(0, 0, 0, .3);}
/* x carousel */

/* akordiyon */
#akordiyonBox { width: 400px; height: 470px; overflow: hidden; font-family: sans-serif; display: flex; flex-direction:column;}

.akor-item {  flex: 1;  overflow: hidden;  background-size: cover;  background-position: center;  transition: all 0.5s ease;
  position: relative;  cursor: pointer;  }
.akor-item:not(:first-child){border-top: 1px solid #666;}

.akor-item.collapsed {  flex: 0.1;}

.akor-title {position: absolute; top: 0; width: 100%; padding: 4px; background-color: var(--darkblue);
  color: var(--logoYesil); font-size: 18px; z-index: 2; display: flex; align-items: center; justify-content: center;}
.akor-item.active .akor-title::before {   content: "▷"; font-size:.5em; margin-right: .5rem; padding-top: .3rem;}

.akor-description {  position: absolute;  top: 29px;  width: 100%;  padding: 10px;  background-color: rgba(32,47,80, 0.95);
  color: var(--logoSari);  font-size: 16px;  z-index: 2;  opacity: 0;  transition: opacity 0.3s ease;}

.akor-item.active .akor-description {  opacity: 1;}


/* x akordiyon */


.leftFloat {float:left; margin:0 1rem 1rem 0; display:inline; }
.rightFloat {float:right; margin:0 0 1rem 2rem; display:inline;}
.leftFloat .caption, .rightFloat .caption {font-style:italic; color: var(--logoSari);}
.leftFloat img, .rightFloat img {width:400px; max-width:calc(100dvw - 4rem);}

#pricingText {display: flex; align-items: center; justify-content: center; padding: 0 .5rem; flex-direction: column;}

/* İletişim formu */
#formbox { width:100%; max-width:400px;
    height:auto; margin:0 auto; display:flex; justify-content:center; align-items:center;
    padding:20px; background:var(--backAcik); box-shadow:0 4px 10px rgba(0, 0, 0, 0.1); border-radius:8px;
}
form { width:100%;}
form div { margin-bottom:15px; }
form input, form textarea { width:100%; padding:10px; font-size:14px; color:var(--logoSari); }
form input, form textarea {border-color:rgba(255,255,255,.3); border-style: solid; border-width: 0 0 1px 0; background: none;}
input:focus, textarea:focus { background:rgba(255,255,255,.1) ;   outline:none;}
button:focus {  outline:none;}

form button { background-color:#9DA3B2; color:white; border:none; cursor:pointer; 
    transition:background-color 0.3s;}
form button:hover { background-color:#858EA0;}
::placeholder { color:#999; font-style:italic; opacity:1; /* Firefox */
}

#mapLink {position:relative; display:block; width:100%; height:150px; background-image:url('../files/drop-map.jpg'); 
  background-size:cover; background-repeat:no-repeat; background-position:bottom center; border-left:2px solid var(--backKoyu);}
#mapLink:hover p{color:var(--logoSari)!important;}

#qaContent{grid-column: 1/-1; }

/* QAakordiyon */
#QAakordiyon { margin:0 auto; max-width:500px; }
#QAakordiyon .QAaccordion-item {  border-radius:5px; margin-bottom:10px; overflow:hidden;}
#QAakordiyon .QAaccordion-header {  cursor:pointer; padding:5px 0 ; font-weight:bold;  width:100%; border:none; 
  text-align:left; outline:none; background:none; font-size:1rem; color:var(--logoSari);}

#QAakordiyon .QAaccordion-header::before {content:"❯"; width:1rem; height:1rem;
    display:inline-flex; justify-content:center; align-items:center; transition:all .5s; margin-right:5px;}
#QAakordiyon .QAactive .accordion-header::before { transform:rotate(90deg); }
#QAakordiyon :not(.QAactive) .accordion-header:hover::before {  margin-left:5px; margin-right:0px; }
#QAakordiyon .QAaccordion-content { max-height:0; overflow:hidden; transition:max-height 0.3s ease-out, padding 0.3s ease-out; 
  padding:0;}
#QAakordiyon .QAaccordion-content p { margin:10px 0 10px 18px; }
/* x QAakordiyon */

/* Vakordiyon */
.VakordiyonBox {  display: flex;  width: 100%;  height: 250px;  overflow: hidden;}
.Vakor-Vimg {  flex: 1;  background-size: cover;  background-position: center;  transition: all 0.5s ease;  cursor: pointer;
  border: 1px solid #666; border-radius: 5px;}
.Vakor-Vimg.Vakor-collapsed {  flex: 0.1;}
/* x Vakordiyon */


#qa .cerceve {grid-template-columns:1fr;}

#instrumentsMenu img { width:100%; border-right:2px var(--backKoyu) solid;}
#instrumentsMenu p { text-align:center; }
.mainInstrumentsMenu {display:flex; flex-wrap:wrap; justify-content:center; }
.mainInstrumentsMenu > div {width:calc(50% - .5rem); margin-bottom:1rem;}
.mainInstrumentsMenu a {display:block; position:relative;}
.mainInstrumentsMenu p { position:absolute; bottom:0; color:var(--logoSari); background:rgba(0, 0, 0, 0.6); width:calc(100% - 2px); 
  text-align:center; padding:.5rem;}
.mainInstrumentsMenu a:hover p {color:var(--logoYesil);}


#backTo {width: 100%; grid-column: 1/-1; display: flex; justify-content: center; padding-top:8rem; }
#footer{  background:rgb(16,24,40); height: auto;}
#footerBox {width:800px; max-width:calc(100dvw - 2rem); display:grid; grid-template-columns:auto; gap:4rem 8rem; }
#footer * {color:#fff;}
.footerLink {display: flex; align-items: center; margin-bottom: .5rem; padding: .5rem 1rem .5rem .5rem; border-radius: .5rem; 
  background: rgba(255,255,255,.1);   white-space: nowrap;}
.footerLink:hover { background: rgba(255,255,255,.1);}
.footerLink.oklu::before {content:"❯"; width:1rem; height:1rem;
    display:inline-flex; justify-content:center; align-items:center; transition:all .5s; margin-right:.3rem; margin-left:0;}
.footerLink.oklu:hover::before { margin-right:.1rem; margin-left:0.2rem;}


.footerContent {text-align:left; width:100%}
#social a {display:inline-block; height:1.6rem; width:1.6rem;  
  margin-right:.5rem; background-size:auto 1.6rem; }
#facebook {background:no-repeat left center url('../files/logo_facebook.svg'); width:1.6rem!important;}
#tiktok {background:no-repeat left center url('../files/logo_tiktok.svg'); width:1.6rem!important;}
#instagram  { background:no-repeat left center url('../files/logo_instagram.svg');}
#youtube  {background:no-repeat left center url('../files/logo_youtube.svg'); width:3.6rem!important;}
#agentur { display:grid; grid-template-columns:1fr 1fr; align-content:center;}
#agenturLogo {width:7rem; justify-self:end; }
#agenturText {width:7rem; height:7rem; background:#fff;display:flex; 
  justify-content:flex-start; align-items:flex-end; color:#000; padding:.3rem; font-size:.8em; }

.bookingLink {padding: .5rem; border-radius: .5rem; color: var(--logoSari); position: relative; padding-bottom: 6rem;}
.imgBox { width:100%; height:7em; display:flex; justify-content:center; align-items:center; border-radius: .5rem; background: var(--logoYesil);
margin-bottom: 1.5rem;}
.imgBox img{ height:6em; width:auto; border-radius: .5rem;}
.bookingTitle {font-weight: bold; margin: .5rem 0; font-size: 1.1rem; color: var(--logoYesil);}
.bookingText { line-height: 1.4em; text-align: left; padding: .5rem 1rem;  text-align: justify; display: inline-block;}


#terms p.title, #terms p.content {  margin: 0 1em 1em 1em; text-align: justify;}
#terms p.title {font-weight: bold; font-size: 1.1em;}
#terms li {list-style: square; text-align: justify; margin: 0 1em 1em 2em; line-height: 1.4em;}


/* form elements */
.toggle { appearance:none; position:relative; display:inline-block; box-sizing:content-box; width:5em; height:2em; 
  padding:0.2em; border:none; cursor:pointer; border-radius:1.5em; overflow:hidden; background-color:#707070; 
  transition:background ease 0.3s; font-size: .6rem; outline: none; border-width:0!important;}  
.toggle:focus {  background-color:#707070; }
.toggle:before { content:"on off"; display:block; position:absolute; z-index:2; width:2em; height:2em; font-family:system-ui; 
  font-size:1em; line-height:2em; font-weight:500; text-transform:uppercase; text-indent:-2em; word-spacing:2.55em; 
  text-shadow:-1px -1px rgba(0,0,0,0.15); white-space:nowrap; background:#fff; color:#fff; border-radius:1.5em; 
  transition:transform cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s; } 
.toggle:checked { background-color: #2ab742; }
.toggle:checked:before {  transform: translateX(3em);}


@media (min-width:768px) {
  .mobileOnly, .mobileOnlyInline {display:none!important;}
  .upTablet {display:block!important;}
  .upTabletInline {display:inline!important;}
  .upTabletGrid {display:grid!important;}

  #menu-back {  height:5rem;}
  #section-home #menu-back {  background-color: rgba(16,24,40, 0);}

  #logo, #logo h1 { height:3.75rem; width:4.8rem;}
  #bookNow {  top:1.4rem; }
  #menu-button {top: 2rem;}

  main {  scroll-snap-type:y mandatory; overflow-y:scroll; height:100dvh;}
  main section {  scroll-snap-align:start; height:100dvh;}
  main section#home {  background-image:url('../files/homeH.jpg'); background-color: var(--darkblue);}

  #studiosGridBox {display: grid; grid-template-columns: auto auto auto;  width: 100%; overflow-x: hidden; overflow-y: hidden; }

  .sectionTitle { font-size:2rem; }

 .cerceve {gap:2rem; grid-template-columns:1fr 1fr;  height:auto;  max-width: 50rem;}

  .contentBox { height:100%;}
  .mob2tab1 {order:1;}
  .mob1tab2 {order:2;}
  .gridMob1tab2 { grid-template-columns:1fr 1fr;}
  .gridMob2tab3 { grid-template-columns:1fr 1fr 1fr; }
  .gridMob2tab4 { grid-template-columns:1fr 1fr 1fr 1fr; }
  .gridMob3tab6 { grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr; }

  .VakordiyonBox { height: 400px; }
  #pricingText {flex-direction: row;}

  #mapLink {height:250px;}
  #qa .cerceve {grid-template-columns:auto 250px;}
  #qaContent {grid-template-rows: 90px auto; grid-template-columns: 500px auto;}
  #footerBox {display:grid; grid-template-columns:auto auto 9.5rem;}
  .popup {padding: 4rem 3rem 3rem 3rem;}

  #studiosBox { height: 28rem; width: 100%}
  #studiosBox .bookingLink {width: auto;}
}


@media (min-width:1440px) {
  main section#home {  background-image:url('../files/homeHwidescreen.jpg'); background-color: var(--darkblue);}
  html { font-size:17px;}
}  