@import 'font/jura.css';
@import 'font/play.css';
@import 'font/roboto.css';
@import url('https://fonts.googleapis.com/css2?family=Lato&subset=latin,latin-ext:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Light.ttf');
}


.fontJura {
    font-family: 'Jura', sans-serif !important;
}


.fontLato{ font-family: 'Lato', sans-serif !important;}

.fontPlay {
    font-family: 'Play', sans-serif !important;
}

.fontMont {
    font-family: 'Montserrat', sans-serif !important;
}

.fontOpensans{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fontLora{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;

}


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-family: "Open Sans", sans-serif;

    font-weight: 500;
}

a{
    text-decoration: none;
}
#overloadWithMenu {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #090c109c;
    top: 0;
    left: 0;
    z-index: 100;
}

#top-right-buttons {
    flex-direction: inherit;
    display: flex;
    position: fixed;
    right: 20px;
    top: 50px;
    z-index: 800;
}

#top-right-buttons button {
    margin-right: 4px;
}



#siteUstMenubar .nav-item {
    border-bottom: 2px solid transparent;
    border-right: 1px solid #e5e5e53d;
}

#siteUstMenubar .nav-item:hover {
    border-bottom: 2px solid rgb(212, 212, 212);
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
}


#mainContainer {
    position: relative;
    min-height: calc(100vh - 0px);
}

#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;
}

.btn-outline-primary {
    color: #171717;
    border-color: #FFF;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: rgb(81, 79, 79);
    border-width: 3px !important;
}

.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;
}

.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: #0000004d;
}

.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 .slick-next.slick-arrow {
    right: 18px;
}

.anaSlider .slick-dots li button:before {
    width: 44px;
    height: 6px;
    background-color: #305E8F;
    content: '';
}

.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;
    margin-left: 50px;
}
.arasayfa_icerik h4{
    margin-top: 20px;
}

/* FOOTER */

.footer {
    background-color: #38393c;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    position: relative;
    color: #FFF;
    border-top: 4px solid #ad2b28;
}

.footerBaslik {
    line-height: 40px;
}

ul.footerList {
    margin: 0px;
    list-style-type: circle !important;
}

.footerList :not(svg) {
    color: rgb(209, 209, 209);
    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;
}

#contactForm .kirmiziborder {
    border: 1px solid #c0180c;
}



.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;

}

#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: 120px;
    background-color: rgb(0 0 0 / 21%);
    z-index: 999;
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    top: 0;
    transition: all 500ms ease-in;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #2f3136d4 !important;
}

.tamSayfaSlider {
    margin-top: -120px;
    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: 4rem;
    font-weight: 600;
}

.mainSlogan h1,
.mainSlogan h4 {
    /*
    background-color: rgba(0, 0, 0, 0.4);
   */
    line-height: 8vh;
    display: block;
    width: 100%;
    text-align: center;
    
    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
}

footer a{
    color:  #FFF;
}
.footer-nav-link{
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);

}


footer a:hover{
   
    color: rgb(242, 248, 218);
    text-decoration: underline;
}
.hizm_list_tek{
    padding: 10px 20px;
    width: 90%;
}
.othersTitle{
    margin-top: 50px;
    font-size: 16px;
    font-family: 'Play', sans-serif;
}

.breadcrumb-item a{
    color: #1097d5;
}

footer .fbottom{
    background-image: url(../img/footer_element.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 100px;
}

#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;

}

.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;
}

.pagebanner{
    height: 400px; 
    margin-top: -120px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}
.pagebanner+div.container-fluid{
    
   position: relative;
   min-height: 66vh;
   margin-top: 320px;
}
.golgeliKurumsal{
     min-height: 480px;
}
.golgeliKurumsal svg{
    color: #9a272e;
    opacity: 0.4;
}
.golgeliKurumsal p{
    font-size: 18px;
    line-height: 20pt;
}

.baslikH1{
    font-size: 4rem;
}
.baslikH2{
    font-size: 2rem;
}

#contentMenu ul{
    
    list-style: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 40px;

}
#contentMenu ul li a, a.hizm_list_tek{
    background-color: #403f3f;
    margin-bottom: 10px;
    color: #FFF;
    transition: background-color 400ms ease-in;
}
#contentMenu ul li a:hover, a.hizm_list_tek:hover {
    background-color: #9a272e;
    color: #FFF;
}

.bg-dotted-img{
    background-image: url(../img/dotted-overlay.png);
}