
@import 'font/jura.css';
@import 'font/roboto.css';
@import  'dhutils.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Light.ttf');
}
.fontJura{
    font-family: 'Jura', 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-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#overloadWithMenu {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #090c109c;
    top: 0;
    left: 0;
    z-index: 100;
}
a{
    color: unset !important;
    text-decoration: none;
}
.logo img {
    width: 220px;
}
.sub-menu{
    background-color: #FFF;
    list-style: none;
    margin: 2px;
    padding: 2px;
    font-family: 'Jura', sans-serif;
    font-weight: 500;
    min-width:inherit;
    z-index: 999;
}
.sub-menu li{
    border-bottom: 1px solid #dadada;
}
.sub-menu li:last-child{
    border-bottom: none;
}
#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 {
    width: 100%;
    padding-right: 60px;
}

#siteUstMenubar .nav-item {
    border-bottom: 2px solid transparent;
    border-right: 1px solid #e5e5e5;
}
#siteUstMenubar .nav-item:hover {
    border-bottom: 2px solid rgb(212, 212, 212);
}

.nav-link{
    font-family: 'Jura', sans-serif;
    font-weight: 500;
    color: #000 !important;
    font-size: 16px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#mainContainer {
    position: relative;
    min-height: calc(100vh - 0px);
    background-color: #f8f9fa;
}

#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: #4c4c4b;
    border-color: #b7a3a2;
}
/*
.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: #ea5753;
    border-color: #ea5753;
}
*/
.badge-primary{
    color: #fff;
    background-color: #ea5753;
}
.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;
}


/* FOOTER */

.footer {
    background-color: #000;
    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,div) {
    color: rgb(209, 209, 209);
    font-size: 14px;
    line-height: 36px;
}

.footerList svg {
    font-size: 18px;
}
:is(.footerList) :is(div,svg) {
    font-size: 14px;
    line-height: 22px;
}
.footerList li {
    height: 40px;
    border-bottom: 1px dashed #ffffff26;
}

.footerSosyalMedya a {
    display: inline-block;
}

.footer .footer-ribbon {
    background: #216592;
    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 #034e61;
    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;
}

#iletisimFormu span.formTekBaslik {
    font-size: 14px;
    display: block;
    color: rgb(116, 116, 116);
}

textarea#msjicerik {
    min-height: 126px;
    padding-bottom: 20px;
}

#iletisimFormu .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;
}



.tamSayfaSlider{
    width: 100%;
    height: 100%;
    max-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.6s ease-in;
    
}
.tssOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #08121bc2;
}

.img-slide-title,.img-slide-desc{
    margin-left: 10%;
    opacity: 0;
    background-color: #ffffff44;
    max-width: 400px;
    padding: 1%;
    font-family: 'Montserrat', sans-serif;


}


.img-slide-title{
    font-size: 2.2em;
    color: rgb(44, 64, 158);
}
.img-slide-desc{
    font-size: 1.4em;
    color: rgb(58, 58, 58); 
}
#topFastContact{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #459abe;
    color: rgb(240, 240, 240);
}

#topFastContact div{
    font-size: 16px;
    font-family: 'Roboto';
    padding: 4px 0px;
}
   
#topbar {
    height: 100px;
    background-color: rgb(255 255 255);
    z-index: 800;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
    top: 0;
}
.mainSlogan{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 80vw;
    max-width: 900px;
    min-height: 200px;
}
.mainSlogan h1,.mainSlogan h4{
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    color: rgb(190, 190, 190);
}
.mainSlogan .searchInSite{
    background-color: rgba(74, 141, 250, 0.4);
    display: block;
    width: 100%; 
    padding: 20px 10px;
    
}
#three-box-sec{
    background-color: #F4F6F9;
}
#three-box-sec .col-md-4 p{
    width: 100%;
    min-height: 350px;
    background-color: #fff;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    text-align: left;
    line-height: 26pt;
    font-weight: lighter !important;

}
#three-box-sec .col-md-4 p svg{
    color: #73d0f8;
    font-size: 46px;
}
.hoverbox, .hoverbox *{
    transition: all 0.4s ease-in;
}
.hoverbox:hover {
    color: #FFF !important;
    background-color: #4788da !important;
    cursor: pointer;

} 
.hoverbox:hover *{
    color: #FFF;
}
.hoverbox:hover svg{
    transform: scaleX(-1);
}

.mainpageContactPetekWrap{
    background-color: #104f92;

    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    min-height: 300px;
    width: 100% ;
}
.mainpageContactPetek{
    opacity: 0.1;
    background-image: url(../img/petek-bg.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: 60% auto;
    min-height: 300px;
    width: 100%;


    
}
.hoverbox:hover button{
    background-color: unset;
    border: 1px solid #FFF;
}
.hoverbox svg.btnicon{
    font-size: 14px !important;
    color: #000 !important;
    opacity: 0.5;
}
.productImg{
    width: 100%;
    min-height: 300px;
}
.productBox .productTitle{
    bottom: 0;
    transition: all 0.4s ease;
    background-color: #FFF;
     
}
.productBox:hover .productTitle{
    top: 0;
    /*background: #104f92cc;*/
    background-color: rgba(57, 197, 222, 0.81);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
}
.productBox:hover .productDetail_btn::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: attr(data-icon);
    display: inline-block;
    transform: translateX(-5px);
    transition: 0.3s ease all;
    margin-left: 20px;
}
.productDetail_btn{
     display: none;
}
.productBox:hover .productDetail_btn{
    display: block;
}
.contact-overlay{
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background-color: #212529;
    transition: all 400ms ease-in;
    color: #FFF;
    z-index: 99;
 }
 .pagebanner {
    height: 400px;
    margin-top: -120px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-section .contact-form .form-control {
    border: none;
    padding: 0;
    border-bottom: 1px solid #9b9b9b;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    color: #212121;
    font-size: 14px;
    transition: border .9s ease;
  }
  
  .contact-section .contact-form .form-control:focus {
    color: #212121;
    border-color: #212121;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
  }
  .contact-section .contact-form .form-control::placeholder {
    color: #808080 !important;
  }
  
  
  /*Button*/
  
  .contact-section .contact-info-sec .button-center {
    margin-top: 15px;
    width:100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .contact-section .contact-info-sec .button-center .btn{
    width:100%;
  }
  /*Address*/
  .contact-section .address-section{
    background-color: #f6f6f6;
    margin-top: 40px;
    padding: 15px 10px 15px 10px;
  }
  .contact-section .address-section .media{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contact-section .address-section .media i{
    color: #cb342b;
    font-size: 16px;
  }
  .contact-section .address-section .media .subheading{
    color: #00abc9;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contact-section .address-section .media .text{
    font-size: 13px;
    color: #9b9b9b;
  }
  
  /*Map Section*/
  .google-map{
    float: left;
    width: 100%;
    max-height: 300px;

   
  }
  
  .mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
    max-height: 300px;
  }
  
 
  
  .map{
    filter: grayscale(100%);
    border:0; height:100%; width:100%; max-height: 400px;
  }
  .google-map .gm-style .place-card-large{
    display: none;
  }
  .pageContentTitle {
    padding: 30px 30px;
    text-align: center;
    display: block;
    font-size: 28px;
}
.pageContentTitle::after,.pageContentTitle::before {
    content: ' ~ ';
}
.subpageContent h2{
    font-size: 20px;
    font-weight: bold;
    margin: 12px 10px;
}

.subpageContent h3{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 8px;
}
.subpageContent li{
    margin: 16px 4px;
}
.subpageContent .fs-5{
    font-size: 16px !important;
}
.dropdown-menu{
    min-width: 100%;
}

.portfolio-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #3c3f46;
}
.pointer{
    cursor: pointer;
}
.portfolio-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
}
.port {text-align: center; margin: 0 auto; max-width: 600px; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #39c5de;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #FFF !important;
}
.owl-carousel .owl-stage-outer {cursor: pointer;}
.nav-pills .nav-link {margin-left: 10px; border: 1px solid #e1e1e1;
    font-family: 'Poppins', sans-serif;
    color: #3c3f46 !important;}
.da-thumbs li {
    margin: 1px;
    width:30%;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.da-thumbs{
    z-index: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.da-thumbs>li{
    display: block;
    position: relative;

}
.da-thumbs >li {
    overflow: hidden;
}

.da-thumbs >li .overlay h4 {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.da-thumbs >li .overlay {
    position: absolute;
    background: rgba(57, 197, 222, 0.81);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 100%;
    z-index: 2;
}
.nav-pills .nav-link {border-radius: 0px;}
.search-icon {    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 10px;
}




#simdi_ara_bottom {
    width: 48px;
    height: 48px;
    background: url(../img/simdi-ara.png);
    background-size: cover;
    display: block;
    position: fixed;
    right: 76px;
    bottom: 20px;
    z-index: 99;
}