* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

.top-menu {
    background-color: #0075b8;
    padding-top: 15px;
    padding-bottom: 10px;
}

.top-menu-text {
    color: #FFF;
    font-weight: bold;
}

.logo {
    height: 84px;
}

.main-bg {
    background-image: url('/img/bg-03.jpg');
}

.main-card {
    padding: 20px;
    box-shadow: 1px 12px 21px -4px rgba(0,0,0,0.33);
    -webkit-box-shadow: 1px 12px 21px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: 1px 12px 21px -4px rgba(0,0,0,0.33);
}

.card-image {
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 1px 12px 21px -4px rgba(0,0,0,0.33);
    -webkit-box-shadow: 1px 12px 21px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: 1px 12px 21px -4px rgba(0,0,0,0.33);
}

.asd {
    margin-top: auto;
    margin-bottom: auto;
}

.detail-button {
    padding: 10px;
    border: 1px solid #85c727;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-top:20px;
    font-size: 12px;
    font-weight: bold;
    background-color: #85c727;
    color: #FFF;
    transition: ease-in-out 0.2s;
    cursor: pointer
}

    .detail-button:hover {
        border: 1px solid #85c727;
        background: none;
        color: #85c727;
    }

.halbox-anim {
    height: 240px;
    transform-origin: center center;
    animation: zoom 5s infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        /* equals 105% */
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 600px) {
    .halbox-anim {
        margin-top: 80px;
    }
}

.tab-images {
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    border-radius: 10px;
}

.hidden-tab {
    display: none;
}

.slogan-header {
    color: #3b3b3b;
    text-align: center;
}

.property-block {
    border: 1px solid #e4e4e4;
    padding:20px;
}

.property-perc {
    padding: 10px;
}

.property-text-header {
    color: #85c727;
    font-size: 20px;
    padding-left: 16px;
    font-weight: bold;
    clear: both;
}

.counter-section-bg {
    background-image: url('/img/tecnology4.jpg');
    margin-bottom: 80px;
}

.counter-section-content {
    border-right: 1px solid #FFF;
}

.counter-section-text {
    font-size: 44px;
    font-weight: bold;
    color: #FFF;
    border-right: 1px solid #FFF;
    clear: both;
}

@media only screen and (max-width: 600px) {
    .counter-section-text {
        border: none;
        font-size: 36px;
    }
}

@property --num {
    syntax: "<integer>";
    initial-value: 100;
    inherits: false;
}

.counter-t {
    animation: counter 5s alternate ease-in-out;
    counter-reset: num var(--num);
}

    .counter-t::after {
        content: counter(num);
    }

@keyframes counter {
    from {
        --num: 0;
    }

    to {
        --num: 100;
    }
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-about {
    padding-top: 20px;
    text-align: left;
    color: #858585;
    font-size: 12px;
}

.footer-item-header {
    font-weight: bold;
    font-size: 11pt;
}

@media only screen and (max-width: 600px) {
    .footer-item-header {
        padding-top: 20px;
    }
}

.footer-item-content {
    font-size: 10pt;
    text-decoration: none;
    display: block;
    display: inline;
    width:auto;
}

.footer-icon {
    color: #8bcb1c;
    display: block;
}

.footer-space {
    padding-bottom: 20px;
}

.footer-social {
    font-size: 20pt !important;
    color: #0075b8 !important;
    padding: 0;
}

.hline {
    display: table-cell;
    width: 100%;
    border: none;
}

    .hline:after {
        content: '';
        border-top: 2px solid #8bcb1c;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.tab-white {
    display: flex; /* Flexbox aktif */
    justify-content: space-between; /* Butonlar arası eşit boşluk */
    align-items: center; /* Dikey ortala */
    height: 50px;
    width: 100%;
    background-color: #FFF;
    border-radius: 999px;
    padding: 5px;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    .tab-white {
        margin-top:40px;
    }
}

.tab-button {
    flex: 1; /* Tüm butonlar eşit genişlikte */
    margin: 0 ; /* Butonlar arasında boşluk */
    height: 40px;
    background-color: #0075b8;
    border-radius: 999px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

    .tab-button:hover {
        cursor: pointer;
    }


@media only screen and (min-width: 320px) {
    .tab-button {
        width: 32.666%;
    }
}

.deactived {
    background: none;
    color: #0075b8;
}

.tab-inner {
    margin-top: 140px;
    clear:both;
}

.copyright {
    background-color: #0075b8;
    color: #FFF;
    padding: 20px;
}
a.dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #85c727;
    margin-bottom: 0;
}

   ul > li > a .dropdown-item.li:last-child {
        border-bottom: none;
    }

ul.dropdown-menu.show {
    margin: 0;
}

.navigation-text {
    background-image: url('/img/nav-bg.jpg');
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

.halbox-banner-bg {
    background-image: url('/img/fishery.jpg');
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cover-image {
    background: rgba(255,255,255,0.5);
    border-radius: 999px;
    padding: 20px;
    display: flex;
    width: 200px;
}

.large-icons {
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 60px;
}

.slogan {
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: #0075b8;
    background-color: #f0f0f0;
}

    .slogan span {
        background: #fff;
        padding: 0 10px;
        background-color: #f0f0f0;
    }

.demo-img {
    max-width: 50%;
    height: 100%;
    margin: auto;
    overflow: auto;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: 0px 14px 31px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 14px 31px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 31px -13px rgba(0,0,0,0.75);
}

.demo-card {
    padding: 60px;
    color: #000;
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255,0.2);
}

.card .demo-form-text {
    height: 50px;
    color: #FFF;
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-bottom: 40px;
    background: none;
    padding-left:10px;
}

    .card .demo-form-text:last-child {
        margin-bottom: 0;
    }

    .card .demo-form-text:first-child {
        margin-bottom: 0;
    }

    .card .demo-form-text::placeholder {
        color: #FFF;
        padding-left: 10px;
    }

.demo-background {
    background: url('/img/bg-02.jpg');
    background-repeat: no-repeat;
    object-fit: cover;
}

.demo-label {
    color: #858585;
}

@media only screen and (max-width: 600px) {
    .demo-card {
        width: 100%;
    }
}

.text-danger {
    color: #FFF !important;
    font-size: 10pt !important;
}

.card .warning {
    height: 20px;
    align-content: center;
    margin-bottom: 10px;
    display: block;
}

.white{
    color:#FFF;
    background:none;
    border:1px solid #FFF;
}

.white:hover{
    background-color:#FFF;
    color:#0075b8;
    border:1px solid #FFF;
}

.message-box {
    animation: fadein 3s;
    color: #FFF;
    font-weight: bold;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(71, 198, 20,0.5);
    z-index: 100;
    align-content: center;
    transition: ease-in-out;
    display:none;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

p{
    margin-bottom:0;
}

.smooth-line {
    background: #F0F0F0;
    background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(240, 240, 240, 1) 100%);
    margin-top:40px;
    margin-bottom:40px;
}

.contact-card {
    padding: 20px;
    color: #000;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255,0.2);
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    height:100%;
}

    .iframe-container > * {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }