.body{
    font-family: Poppins !important;
}

nav .menu{
    padding: 0px 50px;
}

article{
    padding: 0px 50px;
}

.navbar-logo{
    margin-left: 5rem;
    margin-bottom: 1rem;
}

.mobilbaslik{
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.62em;
}

.headercizgi > .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
    border:1px solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #E5E5E5CC;
}

.footercizgi >.col-12{
    border:1px solid;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #E5E5E5CC;
}

.mobiltext{
    text-align: center;
    display: none;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 350px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: -350px;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    background: #13181D;
  }

  .sidenav.show
  {
    left: 0;
    transition: 0.5s;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    letter-spacing: 7px;
}

.sidenav li a{
    padding: 10px 0px 10px 0px;
    font-size: 15px;
}

  .leftline{
    margin-top: 5rem;
    width: 200%;
  }
  
  .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    text-align: center;
    top: 30%;
    color: #fff;
    width: 98%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.owl-prev span{
    font-size: 18px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev  {
    background: rgba(256, 256, 256, 0.32);
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-nav [class*='owl-prev']{
    background: rgba(256, 256, 256, 0.32);
    width: 30px;
    height: 30px;
    border-radius: 50px;
}
.owl-prev span {
    font-size: 33px;
    position: absolute;
    left: 15px;
    top: -8px;
}
.owl-next span {
    font-size: 33px;
    position: absolute;
    right: 15px;
    top: -8px;
}
.owl-theme .owl-nav [class*='owl-next']{
    background: gray;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(256, 256, 256, 0.32);
    color: #FFF;
    text-decoration: none;
}
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 49px;
    width: 100%;
    background: white;
    color: black;
}

.accordion-button::after {
    margin-bottom: 12px;
}
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-top-left-radius:0px;
    border-top-right-radius: 0px;
}

button.accordion-button.collapsed {
    color: #818181;
    transition: 0.4s;
}

button.accordion-button.collapsed :hover {
    color: #f1f1f1;
    transition: 0.4s;
}

.accordion {
    color: #818181;
    font-size: 24px;
    --bs-accordion-color: #212529;
    --bs-accordion-bg: none;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 2.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    /* --bs-accordion-btn-color: #212529; */
    /* --bs-accordion-btn-bg: #212529; */
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    /* --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
    /* --bs-accordion-body-padding-x: 1.25rem; */
    /* --bs-accordion-body-padding-y: 1rem; */
    /* --bs-accordion-active-color: var(--bs-primary-text-emphasis); */
    /* --bs-accordion-active-bg: var(--bs-primary-bg-subtle); */
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 2.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #818181;
    --bs-accordion-active-bg: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button{
    background-color: #111;
    color: #818181;
}

.accordion-button:hover{
    color: #f1f1f1;
    transition: 0.4s;
}

.accordion-button > p{
    transition: 0.5s;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 29px 0px 29px;
    font-size: 1rem;
    color: #818181;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #111111;
    border: none;
}
.accordion-body>ul{
    list-style-type: none;
}



.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    border: 1px;
}

.menubar{
    text-align: left;
    margin-bottom: 1.5rem;
}

.menubar > img {
    padding-top: 0.2rem;
}

.menubar > button{
    border: 0px;
    font-family: Poppins;
    background: white ;
}

.navbar-iletisim-text{
    background: #C70000;
    width: max-content;
    padding: 12px 54px;
    font-family: Poppins;
}

.owl-dots{
    position: absolute;
    right: 5%;
    bottom: 10%;
    color: #C70000;
}

.carouselcard{
    position: relative;
}

.carouseltext{
    font-family: Poppins;
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: white;
}

.slider-carousel{
    margin-top: 1rem;
}

.carouseltextslider{
    font-family: Poppins;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding: 40px 50px;
    width: 551px;
    height: 178px;
    background: #F4F8FB9E 62%;
    
}

.maincardleft{
    position: relative;
}

.maincardleftText{
    font-size: 16px;
    width: max-content;
    font-family: Poppins;
    color: white;
    position: absolute;
    bottom: 5px;
    left: 20px;
}
.MedyaYazısı{
    position: absolute;
    color: #FFF;
    font-weight: 700;
    top: 5px;
    left: 20px;
}
.maincardleftiletisim {
    width: 100%;
    margin-top: 0rem;
    border: 1px solid #E5E5E5CC;
    padding-left: 1rem;
    padding-top: 1rem;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.mainleftsocial
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 112%;
    align-items: center;
}

.socialtext
{
    transform: rotate(-90deg);
    width: max-content;
    letter-spacing: 10px;
}

.socialimg{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.sidenav .accordion-button::after {
    filter: brightness(10);
}

.sigortalarText{
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.yorumpadding{
    padding-right: 3rem;
    
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.yorumcard{
    margin-left: 3rem;
}
.yorumbackground::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 5%;
    border: .75em solid transparent;
    border-bottom: none;

    border-top-color: #fff;
    filter: drop-shadow(0 0.0625rem -0.0625rem rgba(0, 0, 0, .1));
}
.yorumbackground{
    width: 400px;
    height: 160px;
    background-color: #fff;
    text-align: left;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}

.yorum {
    padding: 2rem;
    font-size: 16px;
    font-family: Poppins;
}
.yorumimg{
    width: 52px !important;
    height: 52px !important;
  border: 4px solid white;
  border-radius: 5rem;
}
.yorum-kisi{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.yorum-bg{
    background-color: #F8F9FC;
    padding: 50px;
}
.yorum-title{
    font-family: Poppins;
}

.footerall{
    text-align: center;
    margin-top: 7rem;
}

.footerText{
    margin-top: 2rem;
}

.footerLink {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    column-gap: 45px;
}

.footerLink a{
    text-decoration: none;
    color: #13181D;
    font-weight: 500;
    font-family: Poppins;
}

.footerGmailandPhone{
    margin-top: 4rem;
}

.fa-phone{
    margin-left: 2rem;
}

.footerbottom{
    font-size: 14px;
    height: 49px;
    font-family: Poppins;
    background: #F7F8F9;
    display: flex;
    justify-content: space-between;
    padding-top: 1%;
}

.footerbottomtextpad{
    padding-left: 2rem;
}

.footerbottomtext a{
    text-decoration: none;
    color: #13181D;
}
@media only screen and (width <=1920px) {
    .yorumbackground {
        width: 404px;
        height: 179px;
        background-color: #fff;
        text-align: left;
        justify-content: center;
        display: flex;
        align-items: center;
    }
}

@media only screen and (width <= 1512px) {

    .yorumbackground {
        width: 302px;
        height: 245px;
        background-color: #fff;
        text-align: left;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .maincardleftText{
        font-size: 14px;
    }
    .maincardleftiletisim{
        font-size: 14px;
    }
    .leftline {
        width: 60%;
    }
    .socialtext{
        letter-spacing: 9px;
    }
}

@media only screen and (width <= 1440px) {
    .carouseltext {
        font-size: 14px;
        font-family: Poppins;
        position: absolute;
        bottom: 5px;
        left: 5px;
        color: white;
    }
    .maincardleftText{
        font-size: 14px;
    }
    .maincardleftiletisim{
        font-size: 14px;
    }
    .yorumcard{
        font-size: 14px;
    }
    .yorum{
        font-size: 14px;
    }
    .yorumbackground{
        height:235px;
        width: 100%;
    }
    .footerbottom{
        padding-left: 15%;
        padding-right: 21%;
        font-size: 14px;
    }

    .footerall{
        font-size: 14px;
    }
    .leftline {
        width: 60%;
    }
    .socialtext{
        letter-spacing: 9px;
    }
}

@media only screen and (width <= 1324px) {
   .sidenav{
    z-index: 3;
   } 

   .yorumbackground{
    height: 200px;
   }
}

@media only screen and (width <= 1199px) {
    .maincardleftiletisim{
        width: 100%;
    }

    .footerbottom{
        padding-left: 10%;
        padding-right: 15%;
    }
}

 @media only screen and (width <= 1024px) {
    .carouseltextslider {
        font-family: Poppins;
        font-size: 14px;
        position: absolute;
        bottom: 0rem;
        left: 0rem;
        padding: 16px 3px;
        width: 389px;
        height: 132px;
        background: #F4F8FB9E 62%;
    }

    .footerLink{
        column-gap: 40px;
    }

    .carouseltext{
        font-size: 13px;
    }
    
    .maincardleftText{
        font-size: 11px;
    }

    .maincardleftiletisim{
        font-size: 11px;
    }
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        text-align: center;
        top: 30%;
        color: #fff;
        width: 96%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .leftline{
        width: 150%;
        margin-top: 2rem;
    }
    .mainleftsocial {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 91%;
        align-items: center;
        padding-top: 7rem;
    }
    .leftline {
        width: 100%;
        padding-top: 6rem;
    }
 }

 @media only screen and (width <= 991px) {
    nav .menu {
        padding: 0px 0px;
    }
    article {
        padding: 0px 0px;
    }
    .col-lg-3{
        order: 4;
        margin-top: 1rem;
    }
    .col-3{
        display: none;
    }
    .col-9{
        width: 100%;
    }
    .mobiltext{
        display: block;
    }
    .maincardleftText{
        font-size: 20px;
    }
    .maincardleftimg{
        width: 50%;
    }
    .maincardleftiletisim{
        font-size: 16px;
        text-align: center;
    }
    .footerLink{
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
        text-align: center;
        justify-content: none;
    }
    .navbar-iletisim-text{
        padding: 6px 12px;
    }
    .footerbottom {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 9px;
    } 
    .navbar-logo{
        margin-left: 0rem;
    }
    .carouseltextslider {
        font-family: Poppins;
        font-size: 10px;
        position: absolute;
        bottom: 0rem;
        left: 0rem;
        padding: 0px 0px;
        width: 100%;
        height: 85px;
        padding: 10px;
        background: #F4F8FB9E 62%;
    }
    
 }

 @media only screen and (width <= 768px) {
    .col-lg-3{
        order: 4;
        margin-top: 1rem;
    }
    .col-3{
        display: none;
    }
    .col-9{
        width: 100%;
    }
    .mobiltext{
        display: block;
    }
    .maincardleftText{
        font-size: 20px;
    }
    .maincardleftimg{
        width: 50%;
    }
    .maincardleftiletisim{
        font-size: 16px;
        text-align: center;
        border-left: none;
    }
    .footerLink{
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
        text-align: center;
        justify-content: none;
    }
    .navbar-iletisim-text{
        padding: 6px 12px;
    }
    
 }

 @media only screen and (width <=430px) {
    .hizmet-carousel>.owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 128px;
    }
    .sliderimg{
        height: 200px;
    }
    .yorumbackground {
        height: 143px;
    }
    .yorumcard{
        margin-left: 0rem;
    }
    .yorum {
        font-size: 12px;
    }
    .owl-theme .owl-nav {
        width: 94%;
    }
    .owl-dots{
        display: none;
    }
    .footerbottom {
        font-size: 14px;
        height: 49px;
        font-family: Poppins;
        background: #F7F8F9;
        display: block;
        justify-content: space-between;
        padding-top: 1%;
        text-align: center;
    }
 }



 @media only screen and (width <= 425px) {
    
    .navbar-iletisim-text{
        padding: 6px 12px;
    }
    

    .footerLink{
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
        text-align: center;
        justify-content: none;
    }

    .footerbottom {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 9px;
    } 

    .carouseltextslider h2{
        font-size: 19px;
    }
 }



 /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
 @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }