body{
    font-family:'Franklin Gothic Book'
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Chaparral Pro';
}
button, select{
    outline: none !important;
    box-shadow: none !important;
}
button:focus, select:focus{
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
nav.navbar{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:99;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding:0;
    padding-top:15px
}
nav.navbar img{
    height:155px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.navbar .sag img{
    height:auto;
}
nav.navbar.fixed{
    background: rgba(11,42,73,0.85) !important;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
nav.navbar.fixed img{
    height:75px;
}
.navbar .container{
    max-width:1440px;
}
.sag{
    padding-top:10px;
    padding-left:0;
    position:relative;
    margin-bottom:-100px;
    list-style:none;
}
.sm-top{
    list-style:none;
    padding-left:10px;
    margin-left:0;
    padding-top:0;
    position:relative;
    margin-bottom:-25px
}
.sm-top a{
    color:#111a21;
}
.sm-top a i{
    width:24px;
    height:24px;
    line-height:24px;
    padding:0;
    background:#fff;
    color:#111a21;
    border-radius:50%;
    text-align:center;
    margin-bottom:4px;
}
.navbar-expand-lg .navbar-collapse{
    margin-top:-65px;
}
.lang a{
    padding:0.5rem !important;
    background:rgba(255,255,255,0.15);
}


nav.navbar.fixed{
    padding-top:0;
}
.navbar-expand-lg.fixed .navbar-collapse{
    margin-top:0;
}
.fixed .sag, .fixed .sm-top{
    margin-bottom:5px;
}
.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: rgba(255,255,255,0.90);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: rgba(255,255,255,0.75);
}
.navbar-brand{
    margin-right:75px;
}
.navbar-light .navbar-nav .nav-link{
    padding: .5rem 25px;
}
.main-slider{
    position:relative;
}
.navbar-light .navbar-toggler{
    border:none !important;
}
@media (max-width: 767px){
    .kapsayan{
        display:block;
        margin-top:10px;
        margin-bottom:25px;
        text-align:center;
    }
    .kapsayan .footer-social{
        margin:0 auto;
        display:inline-block
    }
    .footer h3{
        text-align:center;
        margin-top:40px;
    }
}
.swal-footer,
.swal-text{
    text-align:center !important;
}
.main-carousel .section:before{
    content:'';
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0);
    z-index:1;
    -webkit-box-shadow: 
    inset 0px 40vh 80px -20vh rgba(0,0,0,0.65),
    inset 0px -70vh 120px -40vh rgba(0,0,0,0.65); 
    -moz-box-shadow: 
    inset 0px 40vh 80px -20vh rgba(0,0,0,0.65),
    inset 0px -70vh 120px -40vh rgba(0,0,0,0.65); 
    box-shadow: 
    inset 0px 40vh 80px -20vh rgba(0,0,0,0.65),
    inset 0px -70vh 120px -40vh rgba(0,0,0,0.65); 
}
.shadow-inside{

}
.main-carousel .container{
    height:100%;
}
.main-carousel .owl-dots{
    position:absolute;
    bottom:75px;
    z-index:14;
    right:75px;
}
.main-carousel .owl-dots .owl-dot{
    width: 16px;
    height: 16px;
    background: #fff;
    display: block;
    border-radius: 50%;
    float:left;
    z-index:7;
    margin:3px;

}
.main-carousel .owl-dots .owl-dot.active{
    background: rgba(255,255,255,0.25)
}
.background-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    padding:55px 0px;
    display:block;
}
.background-image {
    background-image: url(../thumb.php?src=images/tas-bg.jpg&w=1500&q=50);
}
.background-image h2{
    text-align:center;
    color:#0b2a49;
    font-size:38px;
    font-weight:300;
}
.main-galeri{
    position:relative;
    margin-top:45px;
}
.fit{
    object-fit:cover;
    float:left;
    padding-left:7px;
    padding-right:8px;
    margin:0 !important;
}
.fit img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.w1{
    width:25%;
}
.w2{
    width:50%;
}
.h1{
    height:275px;
    padding-bottom:15px;
}
.h2{
    height:565px;
    padding-bottom:30px;
}


.w3{
    width:33%;
}
.w4{
    width:66%;
}
.h3{
    height:200px;
    padding-bottom:15px;
}
.h4{
    height:400px;
    padding-bottom:30px;
}


.bordered{
    color:#0b2a49;
    position:relative;
    padding-bottom:20px;
}
.bordered:before{
    content:'';
    width:308px;
    height:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url(../thumb.php?src=images/br.png&w=1200&q=50);
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-154px;
}

.bordered-white{
    color:#fff;
    position:relative;
    padding-bottom:20px;
}
.bordered-white:before{
    content:'';
    width:308px;
    height:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url(../thumb.php?src=images/br-white.png&w=1200&q=50);
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-154px;
}
.load-more-button{
    text-align:center;
    padding:15px 0px;
}
.load-more-button a,
.load-more{
    color:#0b2a49;
    text-decoration:underline;
    font-style:italic;
    font-family: 'Chaparral Pro';
    font-size:18px;
}
.menu-carousel{
    margin-top:40px;
    position:relative;
    width:110%;
    margin-left:-5%;
}
.menu-carousel .owl-stage-outer{
    padding:20px 0px;
}
.menu-carousel .single-menu{
    position:relative;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
}
.menu-carousel .single-menu .image-side{
    
}
.menu-carousel .single-menu .image-side img{
    height:205px;
    width:100%;
    object-fit:cover;
}
.menu-carousel .single-menu .desc-side{
    position:absolute;
    background:rgba(0,0,0,0.45);
    display:none;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.menu-carousel .single-menu:hover .desc-side{
    display:block;
    text-align:center;
    padding-top:30%;
}
.menu-carousel .single-menu .desc-side strong{
    font-size:18px;
    color:#fff;
    text-align:center;
}
.menu-carousel .single-menu .desc-side p{ 
    font-size:14px;
    color:#fff;
    text-align:center;
}
.menu-carousel{
    margin-top:40px;
    position:relative;
}
.menu-carousel .owl-stage-outer{
    padding:20px 0px;
}
.menu-carousel .owl-nav{
    
}

.menu-carousel .owl-nav .owl-prev{
    position:absolute;
    top:50%;
    font-size:32px;
    left:-50px;
    color:#464646;
    margin-top:-100px;
}
.menu-carousel .owl-nav .owl-next{
    position:absolute;
    top:50%;
    font-size:32px;
    right:-50px;
    margin-top:-100px;
    color:#464646;
}
.menu-carousel .owl-nav .owl-prev span{
    font-size:102px;
    color:#464646;
    font-weight:300;
}

.menu-carousel .owl-nav .owl-next span{
    font-size:102px;
    color:#464646;
    font-weight:300;
}

section.blue-bg{
    position:relative;
    z-index:4;
    background:#0b2a49;
    padding:125px 0px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.75);
}
section.blue-bg h2{
    color:#fff;
    font-size:38px;
    font-weight:300;
    text-align:center;
    margin-bottom:40px;
}
.gallery-main img{
    height:255px;
    width:100%;
    object-fit:cover;
    margin:15px 0px;
}
.popup-video i{
    position:absolute; top:50%; font-size:18px; left:50%; width:36px; height:36px; line-height:36px; text-align:center; color:#fff; border:1px solid #fff; border-radius:50%; margin-left:-18px; margin-top:-18px;
}
.fit{
    position:relative;
}
.main-banner{
    height:60vh;
}
.custom-object-fit{
background-size:cover;
background-position:50% 50%;
}
.fit .custom-object-fit{
height:100%;
}
section.book{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../thumb.php?src=images/book-table.jpg&w=1200&q=50);
    background-size:cover;
    position:relative;
    z-index:1;
    -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.75);
}
section.book:before{
    content:'';
    background:#0b2a49;
    opacity:0.55;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
section.book .book-table{
    padding:85px 55px;
}
section.book .book-table h2{
    font-weight:300;
    color:#fff;
    font-size:38px;
    margin-bottom:30px;
    text-align:center;
}
.book-now{
    background:#f79f14;
    color:#f2f2f2;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    display:block;
    border:2px solid #f2f2f2;
    border-radius:0;
    padding:0;
    height:50px;
    line-height:46px;
    width:100%;
}
.book-now:hover{
    opacity:0.88;
    background:#f79f14;
    border:2px solid #f2f2f2;
}
.select2-container{
    width:100% !important;
    line-height:50px;
}
.select2-container .select2-selection--single{
    height:50px;
    line-height:50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    line-height:50px;
    height:50px;
}
.select2-container--default .select2-selection--single{
    background:#f2f2f2;
    font-weight:bold;
    color:#323232;
    font-size:12px;
}
section.upcoming{
    padding:55px 0px;
    background:#fff;
}
/*section.upcoming h2{
    font-size:52px;
    color:#323232;
    font-weight:300;
    text-align:center;
    margin-bottom:55px;
}*/
.event-single{
    margin-bottom:40px;
}
section.upcoming .event-single .image-side img{
    width:100%;
    object-fit:cover;
}
section.upcoming .event-single .title-side h3{
    font-size:22px;
    color:#323232;
    font-weight:400;
    height:75px;
    padding:10px 0px;
}
section.upcoming .event-single .desc-side p{
    font-size:12px;
    font-weight:400;
    color:#686868;
}
section.upcoming .event-single .desc-side a{
    font-size:13px;
    font-weight:400;
    color:#414141;
    font-weight:bold;
}
section.upcoming .event-single .date-side{
    font-size:12px;
    font-weight:400;
    color:#686868;
    padding:10px 0px;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:10px;
}
section.upcoming .event-single .date-side .left{
    width:50%;
    display:inline-block;
}
section.upcoming .event-single .date-side .right{
    width:50%;
    display:inline-block;
}
.sahne-detay img{
    width:100%;
    max-height:400px;
    object-fit:cover;
}
.sahne-detay h3{
    color:#323232;
    font-size:30px;
    margin:15px 0px;
}
.sahne-detay .desc-side p{
    font-size:12px;
    text-align:left;
}
.sahne-detay .date-side{
    font-size:12px;
}
.book-right{
    background:#0b2a49;
    padding:20px 10px;
}
.book-right h5{
    font-size:20px;
    color:#fff;
    font-weight:normal;
    text-align:center;
    margin-bottom:10px;
}
section.footer{
    padding:75px 0px;
    background:#f2f2f2;
    border-top:1px solid #313131;
}
.footer-social{
    list-style:none;
    margin:0;
    padding:0;
}
.footer-social li{
    float:left;
    margin:5px;
}
.footer-social li a{

}
.footer-social li a i{
    border:1px solid #cccccc;
    width:40px;
    text-align:center;
    line-height:38px;
    height:40px;
    font-size:16px;
    color:#686868;
    border-radius:50%;
    
}
.footer-social li a:hover i{
    background:#0b2a49;
    color:#fff;
    border-color:#0b2a49;
}
 .listing{
    margin-bottom:7px;
    color:#0b2a49;
    font-size:14px;
}
section.footer h3{
    color:#333333;
}
section.footer .listing.paddingleft{
    position:relative;
    margin-bottom:15px;
}
section.footer .listing.paddingleft img{
    width:65px;
    height:65px;
    position:absolute;
    left:0;
    top:5px;
}
section.footer .listing.paddingleft {
    color:#0b2a49;
    font-size:13px;
}
section.footer .listing.paddingleft a{
    color:#0b2a49;
}
.footer form p,
.footer form .custom-checkbox{
    font-size:12px;
}
.custom-control-input{
    opacity:1;
    z-index:1;
    left:0;
}
.footer .input-group{
    background:#666666;
}
.footer .input-group input{
    background:#666666;
    color:#f2f2f2f2;
    border:none;
    font-size:12px;
}
.footer .input-group button{
    color:#f2f2f2f2;
    border:none;
    border-left:1px solid #f2f2f2f2;
}
.footer .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #f2f2f2f2;
    font-size:12px;
  }
  .footer .input-group input::-moz-placeholder { /* Firefox 19+ */
    color: #f2f2f2f2;
    font-size:12px;
  }
  .footer .input-group input:-ms-input-placeholder { /* IE 10+ */
    color: #f2f2f2f2;
    font-size:12px;
  }
  .footer .input-group input:-moz-placeholder { /* Firefox 18- */
    color: #f2f2f2f2;
    font-size:12px;
  }
.footer-bottom{
    background:#0b2a49;
    color:#f2f2f2;
    font-size:16px;
    text-align:center;
    padding:15px 0px;
}
/* Scene */
.section{
    background:#fff;
  }
  #section0 .scene {
    height: 100%;
    padding: 0;
    margin: 0 auto;
  }
  
  #section0 .layer {
    height: 100%;
    width: 100%;
    list-style: none;
  }
  
  #section0 .layer img {
    position: absolute;
  }
  
  #section0 .layer:nth-child(2) img {
    right: -50px;;
    bottom: 10%;
    width: 38%;
    z-index:20;
  }
  
  #section0 .layer:nth-child(1) img {
    bottom:0;
    left:0;
    width:100vw;
    z-index:1;
  }


  #section1 .scene {
    height: 100%;
    padding: 0;
    margin: 0 auto;
  }
  
  #section1 .layer {
    height: 100%;
    width: 100%;
    list-style: none;
  }
  
  #section1 .layer img {
    position: absolute;
  }
  
  #section1 .layer:nth-child(2) img {
    right: -50px;;
    bottom: 10%;
    width: 38%;
    z-index:20;
  }
  
  #section1 .layer:nth-child(1) img {
    bottom:0;
    left:0;
    width:100vw;
    z-index:1;
  }
  .main-button{
    background:#0b2a49;
    color:#fff;
    text-align:center;
    padding:10px 35px;
    margin-right:10px;
    display:inline-block;
}
.empty-button{
    background:transparent;
    color:#fff;
    text-align:center;
    padding:9px 35px;
    border:1px solid #fff;
    display:inline-block;
}
.slide-item{
    position:relative;
    
}
.bol-golge {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.75)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: 1;
}
.slider-desc{
    position:absolute;
    bottom:55px;
    left:0;
    width:55%;
    color:#fff;
    padding:25px 30px;
    z-index:2;
}
.slider-desc p, .slider-desc h1{
  color:#fff;
}
.slider-desc a:hover{
  color:rgba(255,255,255,0.75)
}

.our-menu-tab{
    padding:20px 15px; border-top:1px solid #7e7e7e; border-bottom:1px solid #7e7e7e; margin:0 auto; display:block; text-align:center;
}
.our-menu-tab ul{
    display:inline-block;
    margin:0 auto;
    list-style:none;
    padding:0;
}
.our-menu-tab ul li{
    float:left;
    padding:5px 20px;
}

.our-menu-tab ul li a{
    color:#c5c5c5;
    font-weight:bold;
    font-size:16px;
}

.mfp-bg{
    background: rgba(11,42,73,1) !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    opacity:1;
}
.main-banner{
    position:relative;
}
.main-banner:before{
    content:'';
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0);
    z-index:1;
    -webkit-box-shadow: 
    inset 0px 20vh 30vh -10vh rgba(0,0,0,0.65), inset 0px 0 0 0 rgba(0,0,0,0.65);
    -moz-box-shadow: 
    inset 0px 20vh 30vh -10vh rgba(0,0,0,0.65), inset 0px 0 0 0 rgba(0,0,0,0.65);
    box-shadow: inset 0px 20vh 30vh -10vh rgba(0,0,0,0.65), inset 0px 0 0 0 rgba(0,0,0,0.65);
}
.main-banner img{
    height:60vh;
    width:100%;
    object-fit:cover;
}
.lined{
    position:relative;
    font-size:32px !important;
    padding-bottom:15px; !important;
}
.lined:before{
    content:'';
    text-align:center;
    padding-bottom:10px;
    border-bottom:1px solid rgba(11,42,73,1);
    width:220px;
    position:absolute;
    left:50%;
    margin-left:-110px;
    bottom:0;
}
.no-pad-bot{
    padding-bottom:0 !important;
}

.page-section{
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
    background:rgba(249,249,249,0.80);
    position:relative;
    margin-top: -133px;
    padding:0;
    padding-top:25px;
}
.page-inside{
    padding:15px;
    background:transparent;
}
.page-inside p{
    color:#0b2a49;
    font-size:16px;
    text-align:center;
    margin-bottom:15px;
}
.card-header{
    background:url(../images/accord.jpg);
    background-size:cover;
    padding:7px 12px;
    border-radius:0 !important;
}
.card-header button{
    color:#1d1d1b;
    text-decoration: none !important;
    font-size:18px;
}
.card-header button:hover{
    color:#fff;
}
#accordion .card-header button{
    width:100%;
    position:relative;
    text-align:left;
}
#accordion .card-header button:after {
    font-family: 'FontAwesome';  
    content: "\f106";
    float: right; 
    position:absolute;
    right:15px;
    top:3px;
    font-size:24px;
}
#accordion .card-header button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107"; 
}

#accordion .card-body{
    background:#ededed;
    border-radius:0 !important;
}
.menu-tek{
    text-align:center;
}
.menu-tek h5{

}

.menu-tek-new{
   text-align:left;
   padding:7px 7px;
   border-bottom:1px solid #ddd; 
}
.menu-tek-new p{
    text-align:left;
    display:block;
}
.menu-tek-new p span{
    float:right;
}
.menu-tek strong{
    font-weight:bold;
    color:#0b2240;
    font-size:16px;
}
.menu-tek p{
    color:#0b2240;
    font-size:14px;
}
.c-header-burger_lines {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s, 0s;
    transition-duration: 0.3s, 0s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    z-index:99999999999999;
}
.c-header-burger_lines {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.c-header-burger_line {
    display: block;
    background-color: #ffffff;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: opacity, margin-bottom, -webkit-transform;
    transition: opacity, margin-bottom, -webkit-transform;
    transition: transform, opacity, margin-bottom;
    transition: transform, opacity, margin-bottom, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    will-change: transform, opacity, margin-bottom;
    height: 2px;
}
.c-header-burger_line {
    margin-bottom: 7px;
    width: 25px;
}
.c-header-burger_line:nth-child(2) {
    width: 14px;
}
.c-header-burger_line:nth-child(3) {
    margin-bottom: 0;
}

.navigation-opened .c-header-burger_line:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateX(0vw);
    -ms-transform: rotate(-45deg) translateX(0vw);
    transform: rotate(-45deg) translateX(0vw);
}
.navigation-opened .c-header-burger_line:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    margin-bottom: 7px;
}
.navigation-opened .c-header-burger_line:nth-child(3) {
    -webkit-transform: rotate(45deg) translateX(0vw);
    -ms-transform: rotate(45deg) translateX(0vw);
    transform: rotate(45deg) translateX(0vw);
}
form.iletisim{
    margin-bottom:75px;
}
.iletisim .form-control{
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border:none;
}
.btn-primary-2{
    padding:5px 20px;
    border-radius:5px;
    background:#2c55cd;
    color:#fff;
}
.iletisim .btn-primary-2{
    float:right;
}
.img-no-mob{
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
    position:relative;
    width:100%;
}
.baharat-satir{
    position:relative;
}
.satir-1 img, .satir-3 img{
    float:left;
}
.satir-1 p, .satir-3 p{
    text-align:left;
    font-size:16px;
}
.satir-2 img{
    float:right;
}
.satir-2 p{
    text-align:right;
    font-size:16px;
}
.satir-1{
    padding-right:250px;
}

.satir-2{
    padding-left:250px;
    text-align:right;
    margin-top:-115px;
}

.satir-3{
    padding-right:250px;
    margin-top:-100px;
}

.baharat-tek{
    text-align:center;
    margin-bottom:35px;
}
.my-pagination{
    padding:0;
    display:inline-block;
    text-align:center;
    margin:30px auto;
    list-style:none;
}
.my-pagination li{
    float:left;
    padding:3px;
    color: #b06c3e;
}
.my-pagination li a{
    color: #b06c3e;
    font-size:16px;
}
.my-pagination li a i{
    color: #b06c3e;
    font-size:14px;
}
.dropdown-menu{
    background:rgba(173,103,55,0.92);
    border-radius:0;
}
.dropdown-menu a{
    color: #df9b67;
    font-weight:bold;
}
.dropdown-menu a:hover{
    color: #fff;
    background:transparent;
}
.aciklamalar-menu{
    margin:0 auto;
    padding:15px 20px;
    color:#91a0ac;
    font-weight:light;
    font-size:16px;
    line-height:32px;
    text-align:center;
    margin-bottom:75px;
    max-width:650px;
}
.aciklamalar-menu img{
    position:relative;
    margin-top:-4px;
    margin-right:15px;
    margin-left:7px;
}
.local-scroll-cont {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    z-index: 20;
    -webkit-animation: scroll-down-anim ease-in-out 1s infinite;
    -moz-animation: scroll-down-anim ease-in-out 1s infinite;
    -o-animation: scroll-down-anim ease-in-out 1s infinite;
    animation: scroll-down-anim ease-in-out 1s infinite;
    z-index:50;
}
.scroll-down {
    color: rgba(255,255,255,0.6);
    font-size: 32px;
}
.sag{
    margin-right:30px;
}
@-webkit-keyframes scroll-down-anim{0%,100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes scroll-down-anim{0%,100%{-moz-transform:translateY(-8px);transform:translateY(-8px)}50%{-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes scroll-down-anim{0%,100%{-o-transform:translateY(-8px);transform:translateY(-8px)}50%{-o-transform:translateY(0);transform:translateY(0)}}@keyframes scroll-down-anim{0%,100%{transform:translateY(-8px)}50%{transform:translateY(0)}}
@media (max-width:1199px){
    .navbar .sag img{
        height:75px;
    }
    .sag{
        margin-bottom:-30px;
    }
    .navbar-light .navbar-nav .nav-link{
        padding-left:13px;
        padding-right:13px;
    }
    .dropdown-menu{
        background:transparent;
        border-radius:0;
    }
    .dropdown-menu a{
        color: #fff;
        font-weight:normal;
    }
}
@media (max-width:767px){
    .navbar{
        background: rgba(11,42,73,0.85) !important;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
        padding-top:0 !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .navbar img{
        height: 75px !important;
    }
    .navbar .sag, .sm-top{
        display:none;
    }
    .lang a{
        padding: .5rem 25px !important;
    }
    .slider-desc{
        width:100%;
        bottom:35px;
    }
    .slider-desc p{
        font-size:14px;
    } 
    .slider-desc h1{
        font-size:24px;
    }
    .main-carousel .section:before{
        content:'';
        position:absolute;
        right:0;
        left:0;
        top:0;
        bottom:0;
        background: rgba(0,0,0,0);
        z-index:1;
        -webkit-box-shadow: 
        inset 0px 40vh 38px -20vh rgba(0,0,0,0.65),
        inset 0px -70vh 200px -20vh rgba(0,0,0,0.65); 
        -moz-box-shadow: 
        inset 0px 40vh 38px -20vh rgba(0,0,0,0.65),
        inset 0px -70vh 200px -20vh rgba(0,0,0,0.65); 
        box-shadow: 
        inset 0px 40vh 38px -20vh rgba(0,0,0,0.65),
        inset 0px -70vh 200px -20vh rgba(0,0,0,0.65); 
    }
    
    .main-button, .empty-button{
        padding:10px 15px;
        font-size:12px;
    }
    .navbar-expand-lg .navbar-collapse{
        margin-top:0;
    }
    .background-image{
        padding:35px 0px;
    }
    .w1, .w2, .h1, .h2, .w3, .w4, .h3, .h4{
        width:100%;
        padding:0 !important;
        padding-bottom:15px !important;
        height:250px;
        object-fit:cover;
    }
    section.footer{
        padding:35px 0px;
    }
    .footer-logo-side{
        text-align:center;
    }
    .footer-logo-side img{
    }
    .takip-aila{
        margin-top:20px;
        margin-bottom:20px;
    }
    
    .satir-1 img, .satir-3 img, .satir-2 img{
        margin:0 !important;
        margin-bottom:30px !important;
        margin-top:30px !important;
        max-height:250px;
        width:100%;
        object-fit:cover;
    }
    .satir-1 p, .satir-3 p, .satir-2 p{
        margin:0 !important;
        text-align:left !important;
    }
    .satir-1, .satir-3, .satir-2{
        padding:0 !important;
        margin: 0 !important;
    }
    .menu-carousel{
        width:100% !important;
        margin-left:0% !important;
    }
}