@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: black;
}

h1,
h2,
h3,
h4,
h5 {
    color: #03549e
}

h2 {
    font-size: 1.75rem !important;
}

p {
    font-size: 0.95rem;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 3em;
}

#rotasyon td{
    text-transform:uppercase;
}

.playbtn {
    text-align: center;
    margin: 0;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider1 .swiper-slide:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.397);
    transition: all 0.5s;
}

.slider2 .swiper-slide img:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.397);
    transition: all 0.5s;
}

.slider3 .swiper-slide img:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.397);
    transition: all 0.5s;
}

.outer_circle {
    stroke-width: 3;
    stroke-dasharray: 410;
    stroke-dashoffset: 0;
    stroke-linecap: square;
    transition: all .4s ease-out;
}

.playbtn:hover .outer_circle {
    stroke-dashoffset: 410;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}

.playbtn:hover .inner-circle {
    fill: #5B88C6;
    transition: fill .4s .3s ease-out;
}

.playbtn:hover .play {
    fill: white;
    transition: fill .4s .3s ease-out;
}

.navbar {
    z-index: 1050;
}

.renk1,
a.renk1 {
    color: #03549e;
    transition: all 0.5s;
}

a.renk1:hover {
    color: #023e76;
}

.altcizgi {
    border-bottom: 3px solid #03549e;
}

.renk2 {
    color: #00A2F4
}

.renk3,
a.renk3 {
    color: #013461;
    transition: all 0.5s;
}

.renkwhite,
a.renkwhite {
    color: white;
    transition: all 0.2s;
}

a.renkwhite:hover {
    color: #03549e;
}

.white {
    color: white;
}

a.renk3:hover {
    color: #002648;
}

#guvenlik h4 {
    font-size: 1.25rem;
}

#guvenlik h4:hover {
    color: #03549e;
    transition: all 0.2s;
}

.beyaz {
    color: #fff
}

.gri {
    color: #6D7278
}

.koyu,
a.koyu {
    color: #303030;
    transition: all 0.5s;
}

a.koyu:hover {
    color: #111
}

.btn1 {
    color: #03549e !important;
    background-color: #e9eaf5;
    border-radius: 9px;
    text-shadow: none;
}

.btn1:hover {
    background-color: #283473;
    color: #e9eaf5 !important
}

.btn2 {
    color: #6d7279
}

.btn2:hover {
    color: #000
}

.btn3 {
    background-color: #01559E;
    color: #fff;
    border-radius: 12px;
}

.btn3:hover {
    background-color: #044882;
    color: #fff
}

.btn4 {
    color: #fff;
}

.btn4:hover {
    color: #eee;
    opacity: 0.75;
}

.btn5 {
    background: rgb(1, 85, 158);
    background: linear-gradient(90deg, rgba(1, 85, 158, 1) 0%, rgba(46, 49, 126, 1) 100%);
    color: #fff;
    border: #737871 1px solid;
    border-radius: 25px;
    padding: 0.9rem 0.75rem;
    box-shadow: 0px 0px 20px -2px rgba(255, 255, 255, 0.5);
}

.btn5:hover {
    color: #fff;
    border-color: #ccc;
}

.btn6 {
    background: #fff;
    color: #01559E;
    border: #fff 1px solid;
    border-radius: 25px;
    padding: 0.9rem 0.75rem;
    box-shadow: 0px 0px 20px -2px rgba(255, 255, 255, 0.5);
}

.btn6:hover {
    color: #22649E;
    border-color: #333;
}

.btn7 {
    color: #0091FF;
    background-color: RGBA(0, 145, 255, 0.25);
    border: rgba(255, 255, 255, 0.25) 1px solid;
    border-radius: 12px;
    transition: all 0.5s;
}

.btn7:hover {
    opacity: 0.5;
    color: #fff
}

.btn8 {
    background-color: #444;
    color: #fff;
    border-radius: 12px;
}

.btn8:hover {
    background-color: #666;
    color: #fff
}

.btn9 {
    background: #00A2F4;
    color: #fff;
    border: #00A2F4 1px solid;
    border-radius: 25px;
    padding: 0.3rem 0.75rem;
    box-shadow: 0px 0px 20px -2px rgba(255, 255, 255, 0.5);
}

.btn9:hover {
    color: #fff;
    border-color: #ccc;
    background-color: #0980BC
}

.btn10 {
    background: #fff;
    color: #0F499A;
    border: #707070 1px solid;
    border-radius: 25px;
    padding: 0.3rem 0.75rem;
    box-shadow: 0px 0px 20px -2px rgba(255, 255, 255, 0.5);
}

.btn10:hover {
    color: #22649E;
    border-color: #333;
    background-color: #eee;
}

.btn11 {
    color: #00A2F4
}

.btn11:hover {
    color: #0F7DB5
}

.btn12 {
    background: #778ECB;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem 0.75rem;
    box-shadow: 0px 0px 20px -2px rgba(255, 255, 255, 0.5);
}

.btn12:hover {
    color: #fff;
    border-color: #5A6B98;
    background-color: #0980BC
}

.btn13 {
    color: #01559E;
    transition: all 0.5s;
}

.btn13:hover {
    color: #548BBB;
}

.marportonline {
    background-color: #01559E;
    color: #fff;
    border-radius: 12px;
    padding: 0.5rem 1rem !important;
    display: inline-block;
    transition: all 0.5s;
}

.marportonline:hover {
    background-color: #1B6FB8;
    color: #fff
}

.solmenu1 {
    background: rgb(59, 199, 255);
    background: linear-gradient(90deg, rgba(59, 199, 255, 1) 0%, rgba(123, 218, 255, 1) 100%);
}

.solmenu1 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.solmenu1 a:hover {
    opacity: 0.6;
}

.solmenu2 {
    background-color: #fff;
}

.solmenu2 a {
    color: #01559E;
    text-decoration: none;
    transition: all 0.3s;
}

.solmenu2 a:hover {
    opacity: 0.6;
}

.solmenu2 a[aria-expanded="true"] {
    font-weight: bold;
}

.solmenu2 .nav-link {
    color: #99BBD8
}

.solmenu2 .nav-link:hover {
    color: #01559E;
    opacity: 1;
}

.breadcrumb-item a,
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    opacity: 0.45;
}

.breadcrumb-item a:hover {
    color: #fff;
    opacity: 0.75;
}

.style2 .breadcrumb-item a,
.style2 .breadcrumb-item a,
.style2 .breadcrumb-item.active,
.style2 .breadcrumb-item+.breadcrumb-item::before {
    color: #88ADCD;
    text-decoration: none;
    transition: all 0.5s;
    opacity: 1;
}

.style2 .breadcrumb-item a:hover {
    color: #6A859C;
    opacity: 1;
}

.page-link,
.page-item.disabled .page-link {
    background: transparent;
    border: none;
    color: #ABB2B8
}

.page-link:hover {
    background: transparent;
    border: none;
    color: #fff
}

.page-item.active .page-link {
    color: #fff;
    background-color: transparent;
    border: none;
}

.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    color: #4C006A;
    background: #fff;
    border-radius: 50%;
    padding: .25rem .75rem;
}

.pagination-sm .page-item:first-child .page-link:hover,
.pagination-sm .page-item:last-child .page-link:hover {
    opacity: 0.5;
}

.pagination2 .page-link,
.pagination2 .page-item.disabled .page-link {
    background: transparent;
    border: none;
    color: #8FAAC1
}

.pagination2 .page-link:hover {
    background: transparent;
    border: none;
    color: #01559E
}

.pagination2 .page-item.active .page-link {
    color: #01559E;
    background-color: transparent;
    border: none;
}

.pagination2 .page-item:first-child .page-link,
.pagination2 .page-item:last-child .page-link {
    color: #4C006A;
    background: #01559E;
    color: #fff;
    border-radius: 50%;
    padding: .25rem .75rem;
}

.pagination2 .pagination-sm .page-item:first-child .page-link:hover,
.pagination2 .page-item:last-child .page-link:hover {
    opacity: 0.5;
}

.menu-toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 26px;
    background: transparent;
    border-top: 4px solid;
    border-bottom: 4px solid;
    color: #5b88c6;
    font-size: 0;
    transition: all 0.25s ease-in-out;
    position: absolute;
    right: 3rem;
    top: 2rem;
    cursor: pointer;
    outline: none;
    z-index: 999;
    border-left: none;
    border-right: none;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease-in-out;
}

.menu-toggle:hover {
    color: #2b32b2;
}

.menu-toggle.is-active {
    border-color: transparent;
}

.menu-toggle.is-active:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle.is-active:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.kayarbant {
    position: fixed;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0d4f84;
    width: 40px;
    min-height: 200px;
    border-radius: 0 0 0 15px;
    padding: 20px 0;
    z-index: 99999;
}

.kayarbant>a {
    display: block;
    color: #fff;
    text-align: center;
    margin: 15px 0;
    transition: all 0.5s;
}

.kayarbant>a:hover {
    opacity: 0.5;
}

.kayarbant .dropdown .btn {
    background-color: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0px 0;
    margin: 1px 0;
}

.kayarbant .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(-39.0156px, 1px);
}

.kayarbant .dropdown-menu {
    background-color: #FF7F00;
}

.kayarbant .dropdown-menu .dropdown-item {
    color: #fff;
    transition: all 0.5s;
}

.kayarbant .dropdown-menu .dropdown-item:hover {
    color: #5A89C6;
    background-color: white;
    border-radius: 0 0 0 30px;
    transition: all 0.1s;
}

.search-box {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    padding: 2px 35px 2px 10px;
    position: relative;
    background: transparent;
    border: 1px solid #79838B;
    border-radius: 9px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-box.hovered,
.search-box:hover,
.search-box:active {
    border: 2px solid #eee;
}

.search-box input[type='text'] {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 3px 0;
    background: transparent;
    color: #fff;
    width: 100%;
}

.search-box input[type='text']:hover,
.search-box input[type='text']:focus,
.search-box input[type='text']:focus-visible,
.search-box input[type='text']:active {
    box-shadow: none;
    outline: none;
}

.search-box .search-btn {
    position: absolute;
    right: 3px;
    top: 2px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-box .search-btn:hover {
    opacity: 0.5;
}


/**
***/

.myround1 {
    border-top-left-radius: 90px;
}

.myround2 {
    border-top-right-radius: 90px;
}

.myround3 {
    border-bottom-right-radius: 90px;
}

.myround4 {
    border-bottom-left-radius: 90px;
}

.bottom-0-1 {
    bottom: -1px !important;
}

.navbar-brand {
    max-width: 60%;
    padding: 1.25rem;
    background: #fff;
    border-radius: 0 0 30px 30px;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    display: none;
    background-color: rgba(34, 34, 34, 0.8);
    transition: all .5s linear ease-in;
}

.menu-open .screen-darken {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(1, 85, 158, 1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(1, 85, 158, .7);
}

.sticky .navbar-light .navbar-nav .nav-link:focus,
.sticky .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(1, 85, 158, 1);
    font-weight: bold;
}

.header1 {
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 10% 0;
}

.slider.swiper-container {
    width: 100%;
    height: 700px;
    background: #fff;
    overflow: hidden;
    display: block;
    z-index: -1;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    filter: brightness(0.9);
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .3)
}

.shadow-effect {
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .3);
    background-attachment: fixed !important;
}

.parallax {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .content {
    height: 100%;
    padding: 100px 30px;
    color: #fff;
    text-shadow: 0 2px 2px #333;
}

.slider .info {
    max-width: 50%;
}

.slider a {
    color: #fff;
    text-decoration: none;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    color: #fff;
    transition: all 0.5s;
    transform: scale(0.5);
}

.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover {
    opacity: .75;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.slider1.swiper-container,
.slider2.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.slider1 .swiper-slide img,
.slider2 .swiper-slide img {
    width: 100%;
}

.slider1 .swiper-slide p,
.slider2 .swiper-slide p {
    line-height: 120%;
}

.slider1 .swiper-slide-active img,
.slider1 .swiper-slide-duplicate-active img,
.slider2 .swiper-slide-active img,
.slider2 .swiper-slide-duplicate-active img {
    border-top-left-radius: 90px;
    display: block;
    transition: all 0.5s;
}

.slider2-button-next,
.slider2-button-prev,
.slider6-button-next,
.slider6-button-prev {
    transition: all 0.5s;
}

.slider2-button-next:hover,
.slider2-button-prev:hover,
.slider6-button-next:hover,
.slider6-button-prev:hover {
    opacity: 0.5;
}

.slider3 {
    width: 800px;
    max-width: 80%;
    color: #033865;
}

.slider3 .swiper-slide {
    border-radius: 8px;
    color: #033865;
    text-align: left;
    display: flex;
    background-color: #F2F9FF;
}

.slider3 .bilgi {
    width: 60%;
    padding: 3rem 2rem
}

.slider3 .resim {
    width: 40%
}

.swiper-pagination3 {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0 2rem;
}

.swiper-pagination3 .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1rem 0.25rem;
    margin: .25rem 1rem !important;
    display: inline-block;
    border: none;
    border-radius: 0;
    color: #013461 !important;
    opacity: 1;
    font-weight: bold;
    background-color: transparent;
    transition: all 0.2s;
}

.swiper-pagination3 .swiper-pagination-bullet:hover {
    opacity: 0.75;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
    border-bottom: #033865 3px solid;
}


/*
      .slider2 .swiper-slide:nth-child(1n) {
        background-color: #F2F9FF;
      }
      .slider2 .swiper-slide:nth-child(2n) {
        background-color: rgb(0, 140, 255);
      }

       .slider2 .swiper-slide:nth-child(3n) {
        background-color: rgb(10, 184, 111);
      }

      .slider2 .swiper-slide:nth-child(4n) {
        background-color: rgb(211, 122, 7);
      }

      .slider2 .swiper-slide:nth-child(5n) {
        background-color: rgb(118, 163, 12);
      } */

.kahverengi {
    color: #613902
}

a.kahverengi:hover {
    color: #331F03
}

.line1 {
    width: 40%;
    height: 8px;
    border-radius: 4px;
    margin: 15px 0;
    background-color: #01559E;
}

.dropdown-multicol {
    /* min-width: 600px; */
    max-width: 100%;
    background-color: transparent !important;
    padding: 0;
}

.dropdown-multicol [class^='col-'] {
    background-color: RGBA(1, 85, 158, .75);
    border-top: #778ECB 4px solid;
    border-right: #778ECB 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #BDCEFB;
}

.dropdown-multicol [class^='col-']:first-child {
    border-radius: 0 0 0 30px;
}

.dropdown-multicol [class^='col-']:last-child {
    border-right: none
}

.dropdown-multicol .dropdown-item {
    font-size: 0.8rem;
    white-space: normal;
    color: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ddd;
    background-color: RGBA(1, 85, 158, .5);
}

.dropdown-menu:not(.dropdown-multicol) {
    background-color: RGBA(1, 85, 158, .75);
    border-top: #778ECB 4px solid;
    border-radius: 0 0 0 30px;
    padding: 15px 5px;
    color: #BDCEFB;
    min-width: 200px;
}

.dropdown-menu {
    box-shadow: 0px 0px 10px 5px rgb(1, 85, 158, .75);
    background-color: RGBA(1, 85, 158, .75);
    border-radius: 0 0 0 30px !important;
}

.dropdown-menu .dropdown-item {
    font-size: 0.8rem;
    color: #fff;
    transition: all 0.5s;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #5A89C6;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
    max-width: 100%;
}

.dropdown-menu.columns-3 {
    min-width: 620px;
    max-width: 100%;
}

.navbar-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    overflow: show;
    z-index: 99998;
    display: block
}

.navbar-container .navbar {
    transition: background-color 0.5s;
}

.navbar-container.sticky .navbar {
    background-color: #ffffff;
}

.navbar-brand {
    transition: all 0.5s;
}

.navbar-container.sticky .navbar-brand {
    background-color: transparent;
    padding: 0.75rem;
}

.navbar-container.sticky .menu-toggle {
    top: auto
}

.navbar-container.sticky .nav-link:not(.marportonline) {
    color: #01559E !important;
    text-shadow: 0 2px 2px #ffffff !important;
}

.sticky .nav-link:hover {
    color: #ffffff !important;
    text-shadow: 0 2px 2px #01559E !important;
}

.marportonline {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 0 2px 2px #333 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 2px 2px #333;
}

.sticky #navbar_main {
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
}

.navbar .dropdown-toggle.show::before {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: 300px;
    position: absolute;
    background-color: #01559E;
    z-index: -1;
    opacity: 0.7;
}

.navbar .dropdown-toggle.show {
    color: #fff !important;
}

.dropdown-menu .dropdown-item.caret {
    position: relative;
}

.dropdown-menu .dropdown-item.circle,
.navbar .plus {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    color: #BDCEFB
}

.dropdown-menu .dropdown-item.circle:hover,
.navbar .plus:hover {
    color: #aaa
}

.dropdown-menu .dropdown-item.caret:before {
    content: '\f0da';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 6px;
    top: 6px
}

.dropdown-menu .dropdown-item.circle:before {
    content: '\f111';
    font: normal normal normal 6px/1 FontAwesome;
    position: absolute;
    left: 16px;
    top: 11px
}

.dropdown-menu .dropdown-item.plus:before {
    content: '\f067';
    font: normal normal normal 10px/1 FontAwesome;
    position: absolute;
    left: 14px;
    top: 11px
}

.accordion.right .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion.right .accordion-button {
    color: #000 !important;
    background: transparent;
}

.accordion.right .accordion-button:not(.collapsed):before {
    content: '\f068';
    font: normal normal normal 14px/1 FontAwesome;
    color: #01559E;
}

.accordion.right .accordion-button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    color: #01559E;
    flex-shrink: 0;
    /* height: 1.5rem; */
    margin-left: 0;
    margin-right: 1.25rem;
    transition: transform 0.2s ease-in-out;
    width: 1.25rem;
}

.accordion.right .accordion-button:after {
    display: none;
}

.accordion.right .accordion-collapse {
    margin-left: 2.5rem;
}

.accordion-body {
    margin: 1rem 0;
    border-left: #2D72AF 2px solid;
    padding: 0 1.25rem;
}

.zoom {
    overflow: hidden;
    display: block;
}

.zoom img {
    transition: all 0.5s;
    height: 300px;
    object-fit: cover;
}

.zoom:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.sertifika {
    position: relative;
}

.sertifika.sag .sertifika_icerik {
    margin: 20% 50px 20% 0;
    background-color: #fff;
    border-radius: 30px;
    padding: 3rem;
    padding-right: 42%;
}

.sertifika.sol .sertifika_icerik {
    margin: 20% 0 20% 50px;
    background-color: #fff;
    border-radius: 30px;
    padding: 3rem;
    padding-left: 42%;
}

.sertifika.sag .sertifika_resim {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
    padding-right: 3%;
    padding-top: 3%;
    background: url(../images/sertifika_bg.png) top right no-repeat;
    background-size: 50% 80%;
}

.sertifika.sol .sertifika_resim {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
    padding-left: 3%;
    padding-top: 3%;
    background: url(../images/sertifika_bg.png) top left no-repeat;
    background-size: 50% 80%;
}

.title>b {
    font-size: 55px;
}

#footer a {
    color: #03549e;
}

.hoverinfolu {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 20px -5px RGBA(0, 0, 0, 0.3);
}

.hoverinfo {
    position: absolute;
    bottom: -200%;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    background-color: #ffffffc2;
    color: #000000;
}

.hoverinfolu:hover .hoverinfo {
    bottom: 0
}

.duyurubox {
    display: block;
    position: relative;
    overflow: hidden;
}

.duyurubox>img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.duyurubox:hover>img {
    transform: scale(1.25);
    opacity: 0.5;
}

.duyurubox .title {
    /*color: white; */
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0; */
    width: 100%;
    text-align: center;
    /* transform: translateY(-50%); */
    background: #5b88c6;
    /* opacity: 0.8; */
    padding: 15px;
    color: white;
    font-size: 1.2rem;
    /* font-weight: bold;*/
}

.footersm {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.footersm span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    padding: 10px;
    color: red;
    font-size: 1rem;
    z-index: 999999;
}

.footersm:hover span {
    opacity: 1;
}

.footersm a {
    color: #03549e !important;
}

.footersm img {
    transition: all 0.5s;
}

.footersm:hover img {
    transform: scale(1.1);
    opacity: 0.4;
}

.readmorediv {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    transition: max-height 0.15s ease-out;
}

.readmorediv.expand {
    max-height: 100% !important;
    transition: max-height 0.35s ease-in-out;
}

.onlineis {
    display: flex;
    height: 75%;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}

.onlineis a {
    padding-top: 10px;
}

.readmorespan {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 120px;
    text-align: center;
    color: blue;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
}

.table td {
    text-align: start !important;
}

@media(min-width:1400px) {
    .container {
        max-width: 1000px;
    }
    .konumhinterland {
        padding: 0px 170px;
    }
    .konumhinterland svg {
        height: 90px;
    }
}

@media(min-width:1600px) {
    .konumhinterland {
        padding: 0px 250px;
    }
    .konumhinterland svg {
        height: 100px;
    }
}

@media(min-width:1800px) {
    .konumhinterland {
        padding: 0px 300px;
    }
}

@media(max-width:1200px) {
    .konumhinterland svg {
        height: 70px;
    }
}

@media(min-width:2047px) {
    .konumhinterland {
        width: 80%;
        justify-content: center;
        display: flex;
        align-content: center;
        left: 50%;
        transform: translate(-50%, 10px);
        padding: 0px 350px;
    }
}

@media(min-width:2695px) {
    .konumhinterland {
        width: 50%;
    }
    .konumhinterland svg {
        height: 70px;
    }
}

@media(min-width:4000px) {
    .konumhinterland {
        width: 35%;
    }
}

@media(min-width:5400px) {
    .konumhinterland {
        width: 25%;
    }
}

@media(min-width:992px) {
    #navbar_main {
        visibility: visible !important;
    }
}

@media(max-width:991px) {
    .konumhinterland {
        padding: 0px 100px;
    }
    .header1 {
        background-position: center bottom;
        padding: 5% 0;
    }
    .mobilmenu-bg {
        background-color: #9D9D9E;
    }
    .navbar .dropdown-toggle.show::before {
        display: none;
    }
    #mainmenu .nav-link {
        margin: 1rem 0;
        padding-left: 1rem;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .navbar-brand {
        background-color: transparent;
    }
    .menu-open .navbar {
        width: 65%;
        height: 100vh;
        overflow: auto;
    }
    #navbar_main {
        width: 350px;
        max-width: 75%;
        transform: translateX(-100%);
        background-color: #9D9D9E;
        transition: all .8s;
        overflow-y: auto;
        height: 100vh;
        top: 0;
        position: absolute;
    }
    .collapse:not(.show) {
        display: block;
    }
    #navbar_main.show {
        transform: translateX(0);
        box-shadow: rgba(0, 0, 0, 0.5) 40px 0 60px;
    }
    #navbar_main .navbar-brand {
        background-color: transparent;
        max-width: 80%;
    }
    .navbar-brand {
        display: inline-block;
    }
    .navbar-container .menu-toggle {
        color: #ccc;
    }
    .dropdown-menu.columns-2,
    .dropdown-menu.columns-3 {
        min-width: initial;
        max-width: 100%;
    }
    .dropdown-multicol [class^='col-'] {
        margin-bottom: 5px;
        border-radius: 0 0 0 30px;
    }
}

@media(max-width:767px) {
    .solmenu {
        position: absolute;
        left: -100vw;
        top: 0;
        height: 100%;
        max-height: 100vh;
        min-width: 250px;
        position: fixed;
        overflow: auto;
        z-index: 10;
        box-shadow: 0px 5px 10px 0px #aaa;
        transition: all 0.5s;
        z-index: 2;
    }
    .title>b {
        font-size: 45px;
    }
    .solmenu.active {
        left: 0;
        top: 0;
        transition: all 0.5s;
        z-index: 9999;
    }
    .solmenu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.5s;
    }
    .solmenu-overlay.d-none {
        opacity: 0;
        transition: all 0.5s;
    }
    .col-form-label {
        font-size: 0.75rem;
    }
    .slider .info {
        max-width: 90%;
    }
    .slider3 .bilgi {
        width: 100%;
    }
    .slider3 .resim {
        display: none;
    }
    .header1 {
        background-position: left bottom;
        padding: 5% 0;
    }
    .dropdown-multicol,
    .dropdown-menu.columns-2,
    .dropdown-menu.columns-3 {
        min-width: 100%;
        max-width: 100%;
    }
    .sertifika.sag .sertifika_icerik,
    .sertifika.sol .sertifika_icerik {
        margin: 50px 0;
        padding: 2rem;
    }
    .sertifika.sol .sertifika_resim,
    .sertifika.sag .sertifika_resim {
        position: relative;
        width: 100%;
        transform: none;
    }
}

@media(max-width:576px) {
    .header1 {
        background-position: 20% bottom;
    }
    .dropdown-multicol [class^='col-'] {
        margin-bottom: 5px;
        border-radius: 0 0 0 30px;
    }
    .title>b {
        font-size: 30px;
    }
}

@media(min-width:768px) {}

.modal.show .modal-dialog {
    transform: translate(10px, -50%);
    top: 50%;
}

.kayarbant .dropdown img {
    padding: 7px;
}

.embeddable-page-container {
    display: flex !important;
    justify-content: center !important;
    background: #fff !important;
}

.terminal-details .resim {
    object-fit: cover;
    width: 300px;
    height: 300px;
}


.weather-booked-vertical-one-prime {
    position: absolute;
    z-index: 999 !important;
    margin: 20px !important;
    font-size: 0.8rem !important;
    bottom: 5%;
    right: 0;
}


@media(min-width:1400px) {
    .weather-booked-vertical-one-prime {
        top: 0;
        left: 0;
    }
}