/*@import 'font/jura.css';
@import 'font/play.css';
@import 'font/roboto.css';
*/
@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Light.ttf');
}

.fontJura {
    font-family: 'Jura', sans-serif !important;
}

.fontPlay {
    font-family: 'Play', sans-serif !important;
}

.fontMont {
    font-family: 'Montserrat', sans-serif !important;
}


html {
    width: 100%;
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    /*background-color: #f4f4f4;*/
}


body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500;
 
    font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #6cb5d5;
}
 
.logo img{
    height: 70px;
    transition: all 400ms ease-in;
}
.logo.kucuklogo img {
    height: 80px;
   
} 
 
#top-right-buttons {
    flex-direction: inherit;
    display: flex;
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 800;
}

#top-right-buttons button {
    margin-right: 4px;
}



 #mainContainer {
    position: relative;
    min-height: 100vh;
    padding-top: 176px;
}

#sepetsayaci {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 65%;
    font-weight: normal;
}

/* BS EDITS*/
.input-group input {
    border: none;
    border-radius: 0;
    border-bottom: 1px groove #ffffff;
}

  
.badge-primary {
    color: #fff;
    background-color: #000;
}

.btn:focus {
    box-shadow: none;
}

.modal-header {
    border-bottom: 1px solid #f3f3f3;
}

.modal-footer {
    border-top: 1px solid #f3f3f3;
}

/* BS EDIT  #END */

/* Breadcrumbs*/

.breadcrumb {
    border-radius: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.4rem;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    /*background-color: #e6e9ed;*/
    display: inline-block;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li {
    margin-left: -12px;
    padding: 0px 10px 0px 0px;
    font-size: 13px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    text-indent: 25px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
}

.breadcrumb-arrow li:not(:first-child) a {
    text-indent: 24px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #000;
    text-decoration: none;
    background-color: #d9d8d8;
    border: 1px solid #d9d8d8;
    padding-right: 10px;
    font-size: 0.75rem;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #d9d8d8;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fafbff;
    /* Üçgen separator */
}

.breadcrumb-arrow li:first-child {
    padding: 0px 10px 0px;
}

.breadbg {
    background-color: #ebebeb;
    color: #FFF;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}

.breadcrumb li.active .small {
    font-size: 0.75rem;
    font-weight: lighter;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-arrow li span {
    color: #434a54
}

/* breadcrumb #END */

/* Slick */
.slick-prev.slick-arrow {
    left: 10px;
}

.slick-next.slick-arrow {
    right: 48px;
}

.slick-slider {
    height: 100% !important;
}

.anaSlider .slick-prev:before,
.anaSlider .slick-next:before {
    background-color: #6cb5d585;
}

.orangearrows .slick-prev:before,
.orangearrows .slick-next:before {
    background-color: transparent;
    color: #EA5753;
    border: 1px solid red;
}

.orangearrows .slick-dots li {
    width: 2.2em;
    height: 8px;
    margin: 0 8px;
}

.orangearrows .slick-dots li button:before {
    width: 44px;
    height: 6px;
    background-color: #305E8F;
    content: '';
}

h2.section-title {
    font-size: 1.5rem;
    display: inline-block;
    padding: 10px 30px;
    background-color: #ea5753;
    color: #FFF;
    border-radius: 20px;

}

.otherSlicker .slick-prev:before,
.otherSlicker .slick-next:before {
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 4px 8px;

}

.otherSlicker .slick-next.slick-arrow {
    right: 12px;
}

.anaSlider img{
    border-bottom: 8px solid #6cb5d5;
}
.anaSlider .slick-next.slick-arrow {
    right: 36px;
}


.anaSlider .slick-dots li {
    width: 2.2em;
    height: 8px;
    margin: 0 8px;
}

.urunSlide .slick-dots {
    background-color: #ffffffad;
    height: 40px;
    bottom: 0;
}

/* Slick #END*/



.broken404 {
    font-size: 2em;
    color: rgba(0, 30, 54, 0.3);
}

.broken404 svg {
    font-size: 1.5em;
}


.arasayfa_baslik {
    font-size: 1.6rem;
    color: #104f92;
    display: inline-block;
    border-bottom: 2px solid #104f92;
}

.arasayfa_icerik {
    font-size: 1em;
    line-height: 24pt;
    text-align: justify;
}


/* FOOTER */

.footer {
    border-top: 4px solid var(--logo-mor);
}

.footerBaslik {
    line-height: 40px;
}
.footerDirectContact .btn{
    width: 200px;
}
ul.footerList {
    margin: 0px;
    list-style-type: circle !important;
}

.footerList :not(svg) {
     
    font-size: 14px;
    line-height: 36px;
}

.footerList svg {
    font-size: 18px;
}

.footerList li {
    height: 40px;
}

.footerSosyalMedya a {
    display: inline-block;
}

.footer .footer-ribbon {
    background: #c74a46;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
    top: 75px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 10px;
}

.footer-ribbon a {
    color: #FFF;
}

.footer .footer-ribbon:before {
    border-left: 10px solid #78302e;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.footersosyal {
    display: inline-block;
    margin: 10px;
}

/* FOOTER #END */

/* Contact */
.iletisime-gecin-txt {
    font-size: 1.3em;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: lighter;
    color: rgb(141, 141, 141);
}

#kontaktMarkerIcon {
    font-size: 8rem;
    color: #3386d4 !important;
    opacity: .2;
}

#iletisimFormu {
    border-radius: 8px;
    position: relative;
    margin-left: 20px
}

#iletisimFormu input,
#iletisimFormu textarea,
#iletisimFormu select {
    border-radius: 8px;
    border: 1px solid rgb(211, 211, 211);
    ;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 30px;
}
#contactForm{
    background: url(../img/mail-trans-bg.png) no-repeat bottom right;
}
#contactForm span.formTekBaslik {
    font-size: 14px;
    display: block;
    color: rgb(116, 116, 116);
}

textarea#mesaj {
    min-height: 126px;
    padding-bottom: 20px;
}

 .kirmiziborder {
    border: 1px solid #c0180c !important;
}



.mesajalindi {
    background-color: transparent;
    transition: background-color 1s ease-in;
    -moz-transition: background-color 1s ease-in;
    -webkit-transition: background-color 1s ease-in;
    -ms-transition: background-color 1s ease-in;
    -o-transition: background-color 1s ease-in;
}

/* Contact #END*/
.whatsappbtn {
    display: block;
    width: 147px;
    height: 43px;
    background-image: url(../img/whatsapp-siparis.jpg);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-size: contain;
    border-radius: 10px;
}

.fa-plus {
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-size: 30px;
}

small strong {
    font-size: 13px;
}





.tssOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08121bab;
    background-image: url(../img/dotted-overlay.png);
    background-color: #011a1e;
}

#top-wave{
    position: absolute;
    top: 0;
    background-image: url(../img/top-wave.png);
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: bottom left;
}


#bottom-wave{
    position: absolute;
    bottom: 0;
    background-image: url(../img/top-wave.png);
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: bottom left;
    transform: rotateX(180deg);
}

#topFastContact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #090c11fc;
    color: rgb(240, 240, 240);
}

#topFastContact div {
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 0px;
}

#topbar {
    height: 176px;
    z-index: 130;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    top: 0;
    transition: all 500ms ease-in;
}


#topbar.sticky{
    position: fixed;
    max-height: 80px;
    background-color: #011a1e !important;
}
.tamSayfaPanel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in;

}
.mainSlogan {
    position: absolute;
    width: 80%;
    max-width: 900px;
    min-height: 200px;
}

.mainSlogan h1 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #FFF !important;

}

.mainSlogan h1 div {
    font-size: 2.8rem;
    font-weight: 300;
}

.mainSlogan h1,
.mainSlogan h4 {
    /*
    background-color: rgba(0, 0, 0, 0.4);
   */
    line-height: 10vh;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: rgb(190, 190, 190);
}

.mainSlogan h4 {
    letter-spacing: 0.3rem;
    font-style: italic;
    font-weight: lighter;
}

 

.pageSection {
    min-height: 100vh;
}

.dikeyflex {
    display: flex;
    flex-direction: column;
    filter: none;
    transition: filter 400ms ease-in;
}

.dikeyflex div>img {
    width: 100%;
}

.dikeyflex {
    padding: 0 !important;

}

.counter-wrap {
    min-height: 309px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
}

.counter-count {
    position: relative;
    font-size: 102px;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: color 400ms ease-in;
}

#whatsapp-destek {
    width: 48px;
    height: 48px;
    background: url(../img/whatsapp-circle.png);
    background-size: cover;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px
}

 #footerLogoUrl span{
    text-align: right;
    margin-left: 76px;
    font-size: 20px;
     
 }
.footer-nav-link{
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);

}

.footer-socials{
margin-left: 60px;
}
.footer-socials a{
    font-size: 26px;
}

#contact-location-info{
    background-image: url(../img/location-bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.contact-overlay{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #212529;
    transition: left 400ms ease-in;
    color: #FFF;
    z-index: 99;

}

.location_box{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18pt;
}
.location_box span{
    padding-bottom: 2px;
}
.allrefs_link{
    border-bottom: 2px solid #434a54;
    color: #434a54;
}
#welcomeScreen{
    margin-top: -176px;
}


.title-tabela{
    position: absolute;
    background-color: var(--renk-okyanus);
    height: 50px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 24px;
    right: 0;
    line-height: 30px;
}
.with-seperator::after{
content: ' | ';
padding: 0px 6px;
font-size: 1.6rem;
opacity: 0.45;
color: #6cb5d5;
font-weight: 100;
 
}

.sozImza{
    padding-left: 20px;
     text-align: right;
     font-size: 14px;
    font-style: italic;
}
.sozImza::before, .sozImza::after{
    
    content: ' ─ ';
}
#teklifFormu label{
   font-weight: lighter;
}

#hizmetlerim > li{
    line-height: 2rem;
}
#hizmetlerim > li> ul > li{
    font-family: 'Exo 2',sans-serif;
}
:root{
    --renk-okyanus: #4c8cb3;
    --acikmavi: #1097d5;
    --renk-dark: #011a1e;
    --acik-gri: #ededed;
 
}
.bg-renk-dark{
    background-color: var(--renk-dark);
}
.tanisalim-right-block{
   
}
.tanisalim-left-block{
    position: relative;
    min-height: 75vh;
    padding:20px;
    padding-bottom: 0;
}
.tanisalim-left-block .umut-foto{
    width:378px;
    height: 372px;
    background: url(../img/uk-bw-cartoon2.png) bottom right no-repeat;
    background-size: 378px 372px;
    position: absolute;
    right: 0;
  
}
.ad-soyad-uk{
    
    font-size: 2.5rem;
    color: #FFF;
    font-weight: 600;
    font-family: 'Play';
}
.ad-soyad-uk span{
    font-weight: 100;
    
}

.dagilim-title{
    margin-top: 20px;
    padding: 2rem 1.2rem;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    
    background-image: 
    linear-gradient(0deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%), 
    linear-gradient(90deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%), 
    linear-gradient(180deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%), 
    linear-gradient(270deg, transparent 15%, var(--bs-cyan) 15%, var(--bs-cyan) 85%, transparent 85%);

}

.tek-bar-baslik{
    text-align: left;
    font-weight: 400;
    font-family: 'Play',sans-serif;
    font-size: 1.2rem;
    margin-top: 10px;
}

.tanisalim-lb-title{
font-weight: bold;
font-size: 20px;
font-weight: 100;
}
.tanisalim-lb-title::after{
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background-color: var(--bs-cyan);
}
#dh-group img{
    max-width: 150px;
    filter: grayscale(1);
    margin: 0px auto;
}

.spot-baslik{
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
}