:root{
    --black:#000;
    /*--darkgray:#4d4d4d;*/
    --darkgray:#000405;
    /*--blue:#42aae1;*/
    --blue:#fa5d00;
    --lightgray: #f7f7f7;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: var(--darkgray);
}
.container2 {max-width: 980px;}
h1,h2,h3,h4,h5 {margin: 0; padding: 0;}
.opacity-6 {opacity: .6 !important;}
.blue-color {color: var(--blue) !important;}
.bg-lightgray {background-color: var(--lightgray) !important;}
.bg-blue {background-color: var(--blue) !important;}
.bg-darkgray {background-color: var(--darkgray) !important;}
.font-weight-medium {font-weight: 400;}
.border-top1 {border-top: 1px solid rgba(0,0,0,0.2)}
.header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background-color: #fff;  
    z-index: 9;  
    border-bottom: 1px solid var(--darkgray);
    border-top: 5px solid var(--blue);
    display: flex;
    align-items: center;
}
@media (max-width:767px) {
    .logo {
        width: 180px;
    }
    .topphone img{
        width: 27px;
        margin-right: 5px !important;
    }
    .topphone a{
        margin-left: 5px !important;
    }
}
h2.title {
    display: inline-flex;
    font-weight: bolder;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: 10px;  
}
.contact h2.title {
    display: inline-flex;
    font-weight: bolder;
    font-size: 30px;
    line-height: 66px;
    letter-spacing: 1px;  
}
.contacti a{ color: var(--darkgray); text-decoration: none; font-size: 17px; font-weight: 500;}
.contacti a:hover{ color: var(--blue); text-decoration: none; font-size: 17px; font-weight: 500;}
.contacti img {margin-right: 15px;}
.btn-gonder {
    background-color: var(--blue);
    padding: 10px 30px;
    color: #fff;
}
.btn-gonder:hover {
    background-color: var(--darkgray);
    padding: 10px 30px;
    color: #fff;
}
.header.fixed {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.headernav {
    margin: 0;
    padding: 0;
    height: 100px;
    list-style: none; 
    display: flex;
    align-items: center;
    justify-content: end;
}
.headernav li {
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.headernav li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500; 
    margin: 0;
    padding: 0;
    margin-left: 40px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear; 
    border-bottom: 3px solid transparent;   
}
.headernav li a:hover {
     color: var(--blue);
     border-bottom: 3px solid var(--blue);
}
.headernav li.topphone a{
    font-size: 20px;    
}
.headernav li.topphone img {
    margin-right: 10px;
}
.headernav li.topphone a:hover {
    color: var(--blue);
    border-bottom: 3px solid transparent;
}
.headernav li.line a:hover {
    color: var(--black);
    border-bottom: 3px solid transparent;
    cursor: default;
}
.header .navbar .navs {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.header .navbar .navs:hover {
    cursor: pointer;
}
.header .navbar .navs span {
    display: block;
    background: #fff;
    width: 39px;
    height: 2px;
}
.header .navbar .navs span:nth-child(1) {
    width: 28px;
}
.header .navbar .navs span:nth-child(2) {
    margin: 8px 0;
}
.header .navbar .navs span:nth-child(3) {
    width: 17px;
}
/*mobıle menu*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}
.overlay.active {
    opacity: .5;
    pointer-events: auto;
}
#panel {
    background: var(--darkgray);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    width:100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 20px;
    transform: translateX(100%);
    transition: .4s;
}
#panel.active {
    transform: translateX(0);
}
#panel .close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icons/close.svg) no-repeat 0 0;
    padding: 10px;
    cursor: pointer;
    margin: 30px;
}
#panel .menu {
    padding: 70px 0 40px;
}
#panel .menu ul.ust_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 270px);
    transition: .4s;
}
#panel .menu ul.ust_menu li {
    font-size: 19px;
    text-transform: uppercase;
}
#panel .menu ul.ust_menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 70px 10px 30px;
    transition: .4s;
    border-radius: 24px;
    border: 0px solid #fff;
    position: relative;
}
/*mobıle menu edn*/

.main
{ 
    margin-top: 100px;
}
.spacex {padding-left: 25px; padding-right: 25px;}
@media (max-width:767px) {
    .header .spacex {padding-left: 15px; padding-right: 15px;}
}
.kurumsal img {
    max-width: 150px;
}
/*SWIPER*/

.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide img {
    display: block;
    width: 100%; 
}
.mySwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.mySwiper{
    width: 100%;
    height: calc(60vh);
    background-color: #ccc;
}
.mySwiper .slidetopbg {
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 64px;
    background: transparent url(../images/slide-top-bg.png) repeat-x;    
    z-index: 9;
}
.mySwiper .slidebottombg {
    position: absolute;
    bottom: -23px;
    left: 0;
    width: 100%;
    height: 64px;
    background: transparent url(../images/slide-bottom-bg.png) repeat-x;    
    z-index: 9;
}
.mySwiper .swiper-slide::after {
    content: '';
    background: linear-gradient(to top,transparent,rgba(0,0,0,.8));
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}
.mySwiper .textcontainer {
    position: absolute;    
    top: 0;
    left: 0;     
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.mySwiper .text {
    position: relative;
    display: block;         
    z-index: 9;
    width: 80%;
    text-align: center;
}
.mySwiper .text .title {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px; 
    border: 0 !important; 
    padding-left: 0;
    letter-spacing: 1px;
}
.mySwiper .text p {
    color: #fff; 
    font-size: 16px;
   
}
.mySwiper .text .line {    
    width: 150px;
    height: 3px;
    background-color: var(--blue);
    margin: 15px 0;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}
.mySwiper .swiper-button-prev, .mySwiper .swiper-rtl .swiper-button-next {
    left: 30px;
    right: auto;
} 
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 60px;
    height: 60px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    border:1px solid #fff;
    border-radius: 500px; 
    transition: all 200ms linear;
} 
.mySwiper .swiper-button-next:after{    
    font-size:20px;
    font-weight: bold;       
}
.mySwiper .swiper-button-prev:after {
    font-size:20px;
    font-weight: bold;   
}
.mySwiper .swiper-button-next:hover, .mySwiper .swiper-button-prev:hover { 
    background-color: var(--blue); 
} 
.mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px !important;  
}
.mySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px !important;
}

.mySwiper .swiper-pagination-bullet { 
    border-radius: 0;
    outline: none;    
    width: 18px;
    height: 18px;
    transition: 0.2s;
    border: 1px solid #fff; 
    border-radius: 500px;
    background-color: transparent;
    opacity: 1;        
}
.mySwiper .swiper-pagination-bullet-active {
    background-color:transparent;
}
.mySwiper .swiper-pagination-bullet-active::after { 
    content: '';
    display: block;    
    background-color: #fff;
    width: 6px;
    height: 6px;   
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 500px; 
}
.arrowdown {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;  
    z-index: 9;  
}
/*markaSwiper*/
.markaSwiper {     
    height: 250px;
}
.markaSwiper .swiper-slide{        
    height: 200px;
}
.markaSwiper .bottombutton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.markaSwiper .swiper-button-next, .markaSwiper .swiper-rtl .swiper-button-prev {
    right:-15px;
    left: auto;
}
.markaSwiper .swiper-button-prev, .markaSwiper .swiper-rtl .swiper-button-next {
    left: -15px;
    right: auto;
} 
.markaSwiper .swiper-button-next, .markaSwiper .swiper-button-prev {
    float: left;
    position: relative;
    top: auto;
    bottom: 15px;
    width: 30px;
    height: 30px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkgray);
    background-color: #fff;
    border: 1px solid var(--darkgray);
    transform: rotate(45deg);
}
.markaSwiper .swiper-button-next:after{    
    font-size:15px;
    font-weight: bold;
    transform: rotate(-45deg);
    margin-left: 4px;
    margin-top: -1px;
}
.markaSwiper .swiper-button-prev:after {
    font-size:15px;
    font-weight: bold;
    transform: rotate(-45deg);
    margin-right: 3px;
    margin-top: 5px;
}
/*markaSwiper END */

/*toursSwiper*/
.toursSwiper {
     
    
}
.toursSwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.toursSwiper .lefttext {
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0; 
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 99; 
}
.toursSwiper .lefttext h2{ 
    color: transparent;
    transform: rotate(-90deg);
    margin: 0;
    padding: 0;
    font-size: 75px;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
    opacity: .5;
    font-weight: 900;
    letter-spacing: 20px;
}
.toursSwiper .swiper-slide {
    width: 40%;
  }

  .toursSwiper .swiper-slide:first-child {
    width: 60%;
  }
 
.toursSwiper{
    width: 100%;
    height: calc(60vh);     
}  
.toursSwiper .swiper-slide::after {
    content: '';
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.8));
    height: 45%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}
.toursSwiper .textcontainer {
    position: absolute;    
    top: 0;
    left: 0;     
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start; 
    padding-bottom: 25px;
    padding-left: 30px; 
}
.toursSwiper .text {
    position: relative;
    display: block;         
    z-index: 9;
    width: 100%;
    text-align: left;
}
@media (max-width:767px) {
    .toursSwiper .textcontainer {
        
        padding-left: 0; 
    }
    
}
.toursSwiper .text .title {
    color: #fff;
    font-weight: 800;
    font-size: 40px; 
    line-height: 40px;
    border: 0 !important; 
    padding-left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
}
.toursSwiper .text p {
    color: #fff; 
    font-size: 16px;
}
.toursSwiper .text .line {    
    width: 150px;
    height: 3px;
    background-color: var(--blue);
    margin: 15px 0;
}
.toursSwiper .swiper-button-next, .toursSwiper .swiper-rtl .swiper-button-prev {
    left: 20%;
    margin-left: 100px;
    right: auto;
}
.toursSwiper .swiper-button-prev, .toursSwiper .swiper-rtl .swiper-button-next {
    left: 20%;
    margin-left: 30px;
    right: auto;
} 
.toursSwiper .swiper-button-next, .toursSwiper .swiper-button-prev {
    position: absolute;
    top: 50px;
    bottom: auto;
    width: 60px;
    height: 60px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    border:1px solid #fff;
    border-radius: 500px; 
    transition: all 200ms linear;
} 
.toursSwiper .swiper-button-next:after{    
    font-size:20px;
    font-weight: bold;       
}
.toursSwiper .swiper-button-prev:after {
    font-size:20px;
    font-weight: bold;   
}
.toursSwiper .swiper-button-next:hover, .toursSwiper .swiper-button-prev:hover { 
    background-color: var(--blue); 
} 
.toursSwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px !important;  
}
.toursSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px !important;
}

.toursSwiper .swiper-pagination-bullet { 
    border-radius: 0;
    outline: none;    
    width: 18px;
    height: 18px;
    transition: 0.2s;
    border: 1px solid #fff; 
    border-radius: 500px;
    background-color: transparent;
    opacity: 1;        
}
.toursSwiper .swiper-pagination-bullet-active {
    background-color:transparent;
}
.toursSwiper .swiper-pagination-bullet-active::after { 
    content: '';
    display: block;    
    background-color: #fff;
    width: 6px;
    height: 6px;   
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 500px; 
} 
/*toursSwiper END*/

.giris p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.giris .btn {
    background-color: var(--blue);
    padding: 15px 30px;
    color: #fff;
}
.giris .btn:hover {
    background-color: green;
    padding: 15px 30px;
    color: #fff;
}
.hizmetler {     
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 20px;
    min-height: 420px;
    box-shadow: 0 0px 1px rgba(0,0,0,.5);
}
.hizmetler img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.hizmetler i{
    color: #fff;
    font-size: 50px; 
}
.hizmetler .htitle {
    font-size: 25px;
}
 

.fisttitle {
    font-size: 45px;
    line-height: 61px;
    font-weight: bolder;
    display: block;
    background: transparent url(../images/isa-ulusoy.png) no-repeat center;
    color:transparent;
}
.fisttitle span.line {
   font-weight: 400;    
}
.btnaynes {
    display: inline-flex;
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 500px;
    font-size: 16px;
    letter-spacing: .5px;
    transition: all 200ms linear;
}
.btnaynes .arrow {
    margin-left: 5px;
    transform: rotate(270deg);
}
.btnaynes:hover {
    background-color: var(--darkgray);
    color: #fff;
    text-decoration: none;    
}
.breader {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breader li {
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
}
.breader li:hover {
    cursor: default;
}
.breader li a {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.breader li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

.footer {
    width: 100%;
    float: left; 
    color: #fff;    
    background-color: var(--darkgray);  
    font-size: 15px;
}
.footer h4 {
    font-weight: 400;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}
.footertitile {
    color: #fff;
    text-align: left;
    border-left: 1px solid var(--blue);
    padding-left: 7px;
    margin-bottom: 5px;    
}
.footernav {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
.footernav li {
    display: inline-flex;
    padding: 0 7px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.footernav li:first-child {    
    padding-left: 0;
    border-left: 0;
}
.footernav li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}
.footernav li a:hover {    
    color: var(--blue);  
}
.footernav2 {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
.footernav2 li {
    display: flex;
    align-items: center;
    padding: 3px 0;
    margin-bottom: 5px;
}

.footernav2 li img{ 
    margin-top: -3px;
    margin-right: 10px;
}
.footernav2 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}
.footernav2 li a:hover {    
    color: rgba(255, 255, 255,.6);  
}
.footersocial {
    margin: 0; padding: 0;
}
.footersocial li {
    display: inline-flex;
    list-style-type: none; 
    opacity: 1;
    transition: all 200ms linear;
}
.footersocial li:hover {
    opacity: .7;
}

@media (max-width:767px){
    .kurumsal img {
        max-width: 80px;
    }
     
    .mySwiper .textcontainer { 
        align-items: end;
        justify-content: center;  
        padding-bottom: 60px;
    }
    .mySwiper .text {          
        width:60%;
    }
    .mySwiper .text .title {  
        font-size: 25px;
        line-height: 31px;
    }
    .mySwiper .text p {
        color: #fff; 
        font-size: 16px;
    }
    .mySwiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 60px !important; 
        text-align: left;
        padding-left:50px;
    }
    .text-xs-center {text-align: center;}
    .fisttitle {
        font-size:15px;
        line-height: 35px;
        font-weight: bolder;
        display: block;
        background: transparent url(../images/isa-ulusoy.png) no-repeat center;
        background-size: contain;
        color: transparent;
    }
    h2.title {
        display: inline-flex;
        font-weight: bolder;
        font-size: 25px;
        line-height: 41px;
        letter-spacing: 7px;  
    }
    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    } 
     .lefttextm h2{ 
        color: transparent; 
        margin: 0;
        padding: 0;
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        -webkit-text-stroke: 1px #fff;
        opacity: .5;
        font-weight: 900;
        letter-spacing: 20px;
        padding: 30px 0 10px 20px;
    }
    .toursSwiper .swiper-wrapper {
        transform: translate3d(40px, 0px, 0px);
    }
    .toursSwiper .swiper-slide {
        width: 80%;
      }
    
      .toursSwiper .swiper-slide:first-child {
        width: 80%;
      }
    .toursSwiper .swiper-button-next, .toursSwiper .swiper-button-prev {
        bottom: 110px;        
    }
    .toursSwiper .swiper-button-prev, .toursSwiper .swiper-rtl .swiper-button-next {
        left: 40px;       
    }
    .toursSwiper .swiper-button-next, .toursSwiper .swiper-rtl .swiper-button-prev {
        left: 50px;       
    }
    .toursSwiper .text {
        padding-left: 35px;
        text-align: left;
    }
    .footernav {
        width: 100%; 
    }
    .footernav li {
        display: flex;
        padding: 7px; 
        border-left: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .footernav li:first-child {    
        padding-left:7px;
        border-left: 0;
    }
    .footernav li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: all 200ms linear;
    }
    .footertitile {
        text-align: center;
        border-left: 0; 
    }
    .mt-xs-4 {margin-top: 35px;}
  
    .footernav2 li {
        display: flex;
        align-items: center;
        justify-content: center; 
    } 
}