
span, p, a, li, h1,h2,h3,h4,h5{
    font-family: "Montserrat", sans-serif;
}

body {
margin: 0px;
padding: 0px;
background-color: #fff;
}

main{
background-color: #fff;
}

.ortala {
margin: auto;
display: block;
}

.fl {
float: left;
}

.fr{
float: right;
}

.cl {
clear: both;
}

.np {
padding: 0px;
}

.ust {  
margin-top: 50px;
}

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

.header {
    padding-top: 20px;
    width: 100%;
    height: 850px; 
    background-image: url("../img/arkaplan.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    position: relative; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(28 27 56 / 54%);
}

.hoveralani{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23 21 58 / 52%);
}

.hoveralani:hover{
    background-color: #08009d61;
    cursor: pointer;
}

.hoveralani_hakkimizda{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #15142a7d;
}

.hoveralani_hakkimizda:hover{
    background-color: #0536b242;
    cursor: pointer;
}



.logo img {
width: 99px;
height: 52px;
display: block;
}

.top-bar{
    position: fixed;
    top: 0;
    right: 0;
    background-color:#18182f; /* Menü arka planını opak yapar */
    z-index: 999; /* İçerikten üstte olmasını sağlar */
    transition: top 0.3s; /* Yer değiştirmesi animasyonu */
}

.transparent{
    background-color:transparent; /* Menü arka planını opak yapar */
}

.top-bar.scrolled {
    display: none;
}

.menu{
    padding-top: 15px;
    display: block;
    overflow: hidden;
    height: 55px;
    width: fit-content;
    float: right;
    padding-right: 7%;
}

.menu ul {
list-style-type: none;
display: block;
height: 55px;
margin-right:30px ;
}
.menu ul li:after {
width: 1px;
border: 1px solid #7C7878;
}

.buyume {
    transition: all 0.3s ease; /* Bu geçiş efekti için */
}

.buyume:hover {
    transform: scale(1.1); /* 1.1 kat büyütme */
}


.menu ul li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
  
.menu ul li:not(:last-child) {
    border-right: 1px solid #707070;
}

.menu ul li a {
    color: #ffffff;
    fill: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
}

.menu ul li a:hover{
color: #7C7878;
font-size: 16px;
}

.iletisim-btn a {
background-color: #0536b2;
color: white;
padding: 10px 20px;
border-radius: 5px;
}

.iletisim-btn a:hover {
background-color: #ffff;
color: #15142a;
}

.menu-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: -4px;
    width: 37px;
    height: 50px;
    cursor: pointer;
    padding-top: 7px;
}
.btn-line {
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.btn-line:first-of-type {
margin-top: 14px;
}
.menu-btn.open .btn-line:nth-child(1) {
transform: translateY(10px) rotate(-45deg);
}

.menu-btn.open .btn-line:nth-child(2) {
opacity: 0;
}

.menu-btn.open .btn-line:nth-child(3) {
transform: translateY(-10px) rotate(45deg);
}

.ortabaslik{
text-align: center;
font-size: 50px;
font-weight: 600;
padding-top: 50px;
padding-bottom: 20px;
}

.ortabaslik span{
color: #0536b2;
}

.bizeulasin{
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 20px;

}

.bizeulasin span{
    color: #0536b2;
    
}

.surec{
text-align: center;
margin: auto;
display: block;
padding-bottom: 40px;
width: 60%;
}

.kutu {
width: 350px;
height: 350px;  
display: block;
margin: auto;

}
#kutu1 {
background-color:#0536b2;
}
#kutu2 {
background-color: #ecedf4;
}
#kutu3 {
background-color: #ecedf4;
}
#kutu4 {
    background-color: #ecedf4;
    }
.kutu-blue h3{
color: white;
    padding: 55px 0px 0px 45px;
    font-size: 48px;
    font-weight: 500;
}
.kutu-blue h1{
color: white;
padding: 5px 0px 0px 45px;
font-size: 22px;
font-weight: 600;
line-height: 1;

}
.kutu-blue p{
color: #FFFFFFCC;
padding: 5px 0px 0px 45px;
font-size: 16px;
font-weight: 500;
line-height: 1em;
}

.kutu-white h3{
    color: #000;
    padding: 55px 0px 0px 45px;
    font-size: 48px;
    font-weight: 500;
}
.kutu-white h1{
color: #000;
padding: 5px 0px 0px 45px;
font-size: 22px;
font-weight: 600;
line-height: 1;

}
.kutu-white p{
color: #0F1011;
padding: 5px 0px 0px 45px;
font-size: 16px;
font-weight: 500;
line-height: 1em;
}

.kutu-white a span{
color: #000;
padding: 5px 3px 0px 45px;
font-size: 14px;
font-weight: 600;
line-height: 1;
}

.col-4:hover {
cursor: pointer;
}

.kutu-white a:hover span {
color: #0536b2;
cursor: pointer;
}

.main{
background-color: #1b193e;
height: 970px;
display: block;

}

.altbaslik{
text-align: center;
font-size: 58px;
font-weight: 600;
padding-top: 50px;
padding-bottom: 20px;
color: #fff;
}

.blogalan{
background-color: #ffffff;
display: block;

}

.blogbaslik{
text-align: center;
font-size: 58px;
font-weight: 600;
padding-top: 50px;
padding-bottom: 20px;
color: #000;
}

.blogbaslik span{
color: #0536b2;
}

.blogkutu {  
display: block;
margin: auto;
background-color: #0536b2;
}

.blogkutugri{
background-color:#ecedf4;
display: block;
margin: auto;
overflow: hidden;
}

.blogtumu{
color: #000;
padding: 5px 0px 0px 45px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-align: center;
}

.blogalt{
padding-top: 50px;
}

.iletisimbeyaz{
background-color: #ffffff;
height: 500px;
display: block;
padding-top: 150px;
margin-bottom: 70px;
}


.text-header h1{
color:#0536b2;
font-size: 58px;
text-align: start;
padding: 44px 0px 0px 0px;
font-weight: 600;
}

.text-header span{
color:#0536b2;
}

.text-header p{
padding: 5px 0px 0px 0px;
}

.iletisimresim{
background-image: url("../img/img10.jpg");
background-repeat: no-repeat; 
background-size: cover; 
background-position: center; 
display: block;
align-items: center; 
justify-content: center; 
height: 400px;
display: block;
margin-top: 155px;
}

.outer-circle {
width: 150px;
height: 150px;
border-radius: 50%;
background-color:#4a4a58;
display: flex;
align-items: center;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
justify-content: center;
margin: 0 auto; /* Ortalamak için */
}

.inner-circle {
width: 130px;
height: 130px;
border-radius: 50%;
background-color: white;
display: flex;
align-items: center;
text-align: center;
flex-wrap: nowrap;
justify-content: center;

}

.footer{
background-color: #eff2f5;
height: 490px;
display: block;
padding-top: 80px;
}

.logorenkli img{
width: 100%;
}

.logorenkliyazi p{
color: #08080891;
padding: 10px 0px 0px 0px;
font-size: 15px;
line-height: 1,2;
text-align: center;
margin-bottom: 35px;
}

.social-icons {
display: flex;
justify-content: center;
align-items: center;
}

.social-icons a {
margin-right: 55px; 
margin-bottom: 40px;
}

.social-icons a:last-child {
margin-right: 0;
}
.social-icons img {
width: 17px; 
height: 17px; 
}

.social-icons{
border-bottom: 1px solid #80808091;
}

.altfooter ul {
list-style-type: none;
display: block;
margin-right:30px ;
}
.altfooter ul li:after {
width: 1px;
border: 1px solid #9a9ea6;
}


.altfooter ul li {
float: left;
}

.altfooter ul li a {
color:#9a9ea6;;
font-size: 15px;
float: left;
padding-left: 10px;
padding-right: 10px;
}

.altfooter ul li:not(:last-child) {
border-right: 1px solid  #707070;
}



.altfooter ul li a:hover{
color:#0536b2;
font-size: 15px;
}

.liman-haydar{
    height: 315px;
    background-color: #15142a;
    background-image: url("../img/haydar.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    margin-bottom: 2%;
    margin-top: 15px;
    margin-right: 3%;
    margin-left: 6%;
}
.liman-ambar{
    height: 315px;
    background-color: #15142a;
    background-image: url("../img/ambar.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    margin-bottom: 2%;
    margin-top: 15px;
}

.liman-thumbs{
    height: 315px;
    background-color: #15142a;
    background-image: url("../img/thumbs.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    margin-bottom: 2%;
    margin-right: 3%;
    margin-left: 6%;
}

.liman-yilport{
    height: 315px;
    background-color: #15142a;
    background-image: url("../img/yilport.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    margin-bottom: 2%;
}

.liman-haydar p,
.liman-thumbs p {
    font-size: 22px;
    position: absolute;
    bottom:130px ;
    left: 34px;
    color: #fff;
    font-weight: 500;
}

.liman-haydar span,
.liman-thumbs span {
    position: absolute;
    bottom:115px ;
    left: 39px;
    color: #fff;

}

.liman-ambar p {
    font-size: 22px;
    position: absolute;
    bottom:160px ;
    left: 34px;
    color: #fff;
    font-weight: 500;
}

.liman-yilport p {
    font-size: 22px;
    position: absolute;
    bottom: 175px ;
    left: 34px;
    color: #fff;
    font-weight: 500;
}

.liman-ambar span {
    position: absolute;
    bottom: 50px;
    left: 35px;
    color: #fff;
}

.liman-yilport span {
    position: absolute;
    bottom: 41px;
    left: 35px;
    color: #fff;
}

.header-hakkimizda {
    padding-top: 20px;
    width: 100%;
    height: 550px; 
    background-color: #15142a;
    background-image: url("../img/img3.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center -43vh; 
    display: block;
    align-items: center; 
    justify-content: center; 
}
.main-hakkimizda{
    background-color: #1b193e;
    height: 1238px;
    display: block;
    max-height: 2000px;
}

.hakkimizda-yazi{
    padding-top: 100px;
    margin-bottom: 55px;
}

.hakkimizda-hiza{
    margin-left: 130px;
    margin-right: 45px;
    margin-bottom: 40px;
}

.hakkimizda-yazi h1{
    color: white;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    font-family: Montserrat;
}
.hakkimizda-yazi p{
    color: white;
    font-family: Montserrat, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.hakkimizda-yazi .karayazi p{
    color: #FFFFFF94;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    position: relative;
    right: 55px;
}

.hakkimizda-yazi .karayazi_ikinci p{
    color: #FFFFFF94;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    
}

.hakkimizda-resim{
    width: 69%;
    height: 450px;
    background-image: url("../img/hakkimizda.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: unset;
    display: block;
    align-items: center; 
    justify-content: center; 
}



.text-center h1{
    color:#0536b2;
    font-size: 58px;
    text-align: start;
    padding: 60px 0px 0px 0px;
    font-weight: 600;
}

.text-center span{
    color:#0536b2;
}

.text-center p{
    color: #282828;
    padding: 5px 0px 0px 0px;
    font-size: 16px;
    line-height: 2;
    text-align: start;

}

.header-limanlar {
    padding-top: 20px;
    width: 100%;
    height: 550px; 
    background-color: #15142a;
    background-image: url("../img/img3.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center -43vh;
    display: block;
    align-items: center; 
    justify-content: center; 
}

.iletisimbeyaz-hakkimizda{
    background-color: #ffffff;
    height: 500px;
    display: block;
    padding-top: 80px;
}

.header-iletisim {
    padding-top: 20px;
    width: 100%;
    height: 550px; 
    background-color: #15142a;
    background-image: url("../img/img3.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center -43vh;
    display: block;
    align-items: center; 
    justify-content: center; 
}

.kutu-iletisim{
    width: 340px;
    height: 285px;
    display: block;
    margin: auto;

} 

.iletisimbeyaz-iletisim{
    padding-top: 40px;
}

.iletisimbeyaz-limanlar{
    background-color: #ffffff;
    height: 500px;
    display: block;
    padding-top: 95px;
}

.iletisimresim-iletisim{
    background-image: url("../img/img10.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    height: 400px;
    display: block;
    margin-top: 40px;
}

.iletisimresim-limanlar{
    background-image: url("../img/img10.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    height: 400px;
    display: block;
    margin-top: 100px;
}

.header-haydarpasa {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-color: #15142a;
    background-image: url("../img/haydarpasa.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
}

.haydarpasaresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-color: #15142a;
    background-image: url("../img/haydarpasa.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
}

.ambarli {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/ambarli2.webp");
}

.ambarliresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/ambarli2.webp");
}

.asyaport {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/asyaport.webp");
}

.asyaportresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/asyaport.webp");
}

.dpworld {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/dpword.webp");
}

.dpworldresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/dpword.webp");
}
.evyap {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/evyap.webp");
}

.evyapresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/evyap.webp");
}
.kumport {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/kumport.webp");
}

.kumportresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/kumport.webp");
}
.mardas {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/mardas.webp");
}

.mardasresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/mardas.webp");
}
.marport {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/marport.webp");
}

.marportresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/haydarpasa.webp");
}
.safiport {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/safiport.webp");
}

.safiportresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/safiport.webp");
}
.yarimca {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/yarimca.webp");
}

.yarimcaresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/yarimca.webp");
}
.yilport {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-image: url("../img/yilport2.webp");
}

.yilportresim{
    margin-top: 30px;
    width: 100%;
    height: 300px; 
    background-image: url("../img/yilport2.webp");
}


.teklifbutton::before{ 
    width: 3%;
    background-image: url("../img/sagok.png");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
}

.renkdegisme{
    font-size: 14px;
}

.renkdegisme:hover{
    color: #000;
    cursor: pointer;
}

.renkdegisme img:hover{
    background-image: url("../img/limansiyah.png");
    cursor: pointer;
}

.arkaplanrenk{
    background-color: #15142a;
}

.sonhaber {
    padding-top: 20px;
    width: 100%;
    height: 500px; 
    background-color: #15142a;
    background-image: url("../img/img2.jpg");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    margin-bottom:90px;
}

.aciklamaresim{
    height: 1050px;
    background-color: #15142a;
    background-image: url("../img/aciklama.webp");
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    display: block;
    align-items: center; 
    justify-content: center; 
    margin-left: 12px;
    margin-bottom: 2%;
    margin-top: 15px;
}


.blogkutugri img {
    transition: transform 0.3s ease; /* Geçiş efekti */
}

.blogkutugri img:hover {
    transform: scale(1.1) rotate(5deg); /* 1.1 kat büyütme ve 10 derece döndürme */
}

.blogkutu img {
    transition: transform 0.3s ease-in-out;
}

.blogkutu img:hover {
    transform: rotate(5deg) scale(1.1);
}

.hakkimizda-aciklama{
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
    max-height: 2000px;
    height: 1100px; 
    display: block;
    overflow: hidden;
}

.aciklama-baslik{
    text-align: start;
    font-size: 56px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family:Arial, Helvetica, sans-serif
}

.aciklama-baslik span{
    color: #0536b2; 
}

.blogicerigi p{
    font-size: 15px;
    line-height: 1.6;
    color: #545454;
    font-weight: 400;
    margin-bottom: 30px;
}

.blogicerigi h5{
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}

.hakkimizdakutu{
    padding-left: 20px;
    height: 400px;
    width: 100%;
    background-color: #eff2f5;
    margin-bottom: 50px;
}

.hakkimizdakutu h5{
    margin-bottom: 20px;
    padding-top: 50px;
    font-size: 24px;
}

.hakkimizdakutu p{
    font-size: 15px;
    line-height: 1.6;
    color: #545454;
    font-weight: 400;
    margin-bottom: 30px;
}

.boyut{
    padding:0px;
}

.mobile-menu{
    display: block;
}

.acilirdiv {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1000;
}

.kapatilacakDiv {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0f1011;
    display: block;
    width: 24%;
    height: 100%;
    padding: 30px;
    z-index: 1000;
}

.mobile-menu-list li{
    list-style-type: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;

}

.mobile-menu-list li a{
    font-family: "Montserrat", Sans-serif;
    color: white;
    
}

.mobile-menu-list li a:hover{
    font-family: "Montserrat", Sans-serif;
    color:#0536b2;
    
}

.mobile-menu-list{
    margin-top: 130px;
    margin-left: -18px;
}

.liman-main{
    margin-top: 70px;
}

.teklifal:hover{
    background-color: #1b193e!important;
}

.close-icon {
    position: absolute;
    top: -56px;
    right: -5px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 999;
}

.close-icon:hover {
    color: #ff0000; /* İsteğe bağlı: Hover rengini değiştirebilirsiniz */
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 23.25%;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
    filter: brightness(0.5);
}

.yukaridan-it{
    margin-top: 50px;
}


.header-haydarpasa{
    background-position: 0vh -30vh!important;
}
.hakkimizda h1{
    padding: 0px!important;
}
.liman h1{
    padding: 0px!important;
}.iletisim h1{
    padding: 0px!important;
}

.tel-kutu p{
    margin-bottom: 6px;
    margin-top: 4px;
}

.tel-kutu span{
    margin-bottom: 5px;
}

.eposta-kutu p{
    margin-bottom: 6px;
    margin-top: 4px;
}

.eposta-kutu span{
    margin-bottom: 5px;
}

.adres-kutu p{
    margin-bottom: 2px;
    margin-top: 4px;
}

.ikincimavikutu .text-header p{
    color: white;font-size:1.1vw;line-height: 0.5;font-weight: 500;
}