@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-family: Raleway, 'Times New Roman', Times, serif !important;
}

body {
    background-color: #dff3ff;
}

body::-webkit-scrollbar {
    padding: 0px 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: #fd9800;
    border-radius: 16px;
    border: #dff3ff 3px solid;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #fd7200;
}

.container {
    width: 85%;
    margin: 0 auto;
}

.container-full {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.logo img {
    height: 45px;
}

.logo-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.logo-banner img {
    width: 100%;
    height: 100%;
}

.space {
    height: 80px;
}

body {
    overflow-x: hidden;
}

.top-nav {
    height: 80px;
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #eeee;
    align-items: center;
    z-index: 9999;
    text-transform: capitalize;
}

.top-nav .nav-logo {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-nav .nav-logo img {
    max-height: 55%;
}

.top-nav .nav-links ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.top-nav .nav-links ul li {
    position: relative;
    margin-right: 10px;
    padding: 30px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-nav .nav-links ul li a {
    color: rgb(46, 43, 43);
    font-size: 14px;
    font-weight: bold;
}

.burger-nav {
    display: none;
    width: 40px;
    cursor: pointer;
}

.line-1,
.line-2,
.line-3 {
    width: 30px;
    height: 3px;
    background-color: #333;
}

.line-1,
.line-2,
.line-3:not(:last-child) {
    margin-bottom: 5px;
}

.active {
    display: inline-block !important;
}

.top-nav .nav-links ul li ul {
    position: absolute;
    top: 80px;
    left: -45px;
    background-color: rgb(253, 253, 253);
    width: 200px;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #333;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    display: none !important;
    overflow-x: auto;
}

.top-nav .nav-links ul li ul li {
    margin: 0 auto;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.top-nav .nav-links ul li ul li a {
    padding: 0;
    font-size: 14px;
}

.top-nav .nav-links ul li:hover>ul {
    display: inline-block !important;
}

.card-full {
    width: 100%;
    height: 620px;
}

.card-full img:not(.logo-banner img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 70%;
}

.card-content {
    width: 60%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(360deg, #1111114f, transparent);
    padding: 10px 10px;
    border-radius: 15px;

}

.card-full-diving {
    width: 100%;
    height: auto;
    background-color: #c1d0f8;
    padding-top: 10px;
}

.card-full-diving-2 {
    width: 100%;
    height: auto;
    background-color: #c1d0f8;
    padding: 10px 0;
}

x .card-content-diving {
    width: 75%;
    margin: 0 auto;
}

.card-text-header {
    text-align: center;
    color: #ffae00;
    font-size: 28px;
    line-height: 50px;
    font-weight: 900;
    margin: 50px 0;
}

.card-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.card-content .card-text {
    margin-bottom: 15px;
    text-indent: 20px;
    font-size: 16px;
}

.card-text-2 {
    color: #041824;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

.e-mail {
    text-align: center;
    color: #e2dfdf;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 0;
    background-color: #fcac00;
    border-bottom: #fc9700;
    border-top: #fcce00;
    border-radius: 9px;
    transition: 0.5s all;
    width: 97%;
    margin: 10px auto;
    display: block;
}

.e-mail:hover {
    color: #fcac00;
    background: #e2dfdf;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.card-row {
    display: flex;
    flex-wrap: wrap;
}

.card-item {
    max-width: 15%;
    min-width: 150px;
    height: 30%;
    margin: 10px auto;
}

.card-item img {
    width: 100%;
    height: 100%;
}

.sosical-row {
    margin: 10px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.sosical-row img {
    height: 50px;
}

.sosical {
    padding: 50px 0;
}

.sosical-text p {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}

.katolog-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.katolog {
    max-width: 38%;
    min-width: 350px;
    height: auto;
    background-color: rgb(238, 238, 238);
    padding: 5px;
    border: 5px solid rgb(25, 72, 116);
    margin: 50px 0;
    border-radius: 9px;
    position: relative;
}

.katolog-img {
    width: 100%;
    height: 350px;
    border-radius: 9px;
    overflow: hidden;
}

.katolog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-in-out;
}

.katolog-img img:hover {
    transform: scale(1.2);
}

.katolog-icerik {
    margin: 0 auto;
    width: 98%;
    height: 225px;
    position: relative;
}

.katolog-icerik h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #383838;
    text-align: center;
}

.katolog-icerik p {
    margin-bottom: 70px;
    font-size: 16px;
    color: #383838;
    text-align: center;
}

.btn-yellow {
    text-align: center;
    color: #e2dfdf;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 6px;
    background-color: #fcac00;
    border-bottom: #fc9700;
    border-top: #fcce00;
    border-radius: 9px;
    transition: 0.5s ease-out;
    width: 97.2%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-yellow:hover {
    color: #fcac00;
    background: #e2dfdf;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.swiper-container {
    width: 90%;
    height: 450px;
}

.swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #194058;
    text-align: center;
    font-size: 16px;
    color: #f1f1f1;
    border-top: 5px solid #3e7292;
}

.footer-logo {
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-logo a img {
    width: auto;
    height: 18px;
}

.dil a img {
    height: 18px;
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.whatsapp img {
    transition: .5s all;
}

.whatsapp img:hover {
    height: 55px;
}

.container-fulls {
    padding: 5px;
}

.content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #325A72;
    padding: 20px 0;
}

.content-img {
    max-width: 100%;
    min-width: 20%;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-img img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.content-text {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}

.content-text p {
    text-indent: 20px;
    font-size: 18px;
    color: #e2dfdf;
}

.content:nth-last-of-type(2) {
    background-color: #194058;
    flex-direction: row-reverse;
}

.googlemap {
    width: 100%;
    background-color: #194058;
}

.googlemap iframe {
    width: 100%;
}

@media screen and (max-width: 571px) {
    .katolog {
        margin: 5px 0;
        min-width: 85%;
    }
    .content-text {
        margin-bottom: 10px;
    }
    .card-content {
        top: 20%;
        left: 50%;
        width: 75%;
    }
    .card-content .card-text {
        margin-bottom: 15px;
        text-indent: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width:1000px) {
    .card-text {
        font-size: 18px;
    }
    .dil {
        padding: 2px 0 !important;
    }
    .dil a img {
        height: 25px;
    }
    .top-nav .nav-links ul {
        position: absolute;
        display: none;
        background-color: #f1f1f1;
        width: 45%;
        height: auto;
        top: 80px;
        left: 55%;
        text-align: center;
        transition: .5s width height ease-in-out;
    }
    .top-nav .nav-links ul li {
        padding: 15px 0;
    }
    .top-nav .nav-links ul li > ul > li {
        padding: 4px 0;
    }
    .top-nav .nav-links ul li ul {
        position: absolute;
        top: 0;
        left: -200px;
        background-color: rgb(253, 253, 253);
        width: 200px;
        height: max-content;
        justify-content: center;
        text-align: center;
        padding-top: 10px;
        border-top: 1px solid #333;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }
    .burger-nav {
        display: block;
    }
}

@media screen and (min-width:1000px) {
    .top-nav .nav-links ul {
        display: flex !important;
        flex-direction: row;
        justify-content: space-around;
    }
    .logo-banner img {
        width: 80%;
        height: 80%;
    }
}