/*
System Name: GizShipping
System URI: https://codetify.com.tr/
Author: Codetify
Author URI: https://codetify.com.tr/
*/
body {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 12px;
}

.header {
    height: 150px;
}

.header .header-top {
    background: #000;
    width: 100%;
    color: white;
    padding: 15px 0
}

.header .header-top .social-media a {
    font-size: 20px;
    margin: 0 2px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: white;
    color: black;
    display: inline-block;
    text-align: center;
}

.header .header-inner .logo {
    width: 150px;
    height: 80px;
    background: url(../img/giz-shipping-logo.svg) no-repeat center center;
}

.header .header-inner .menu ul {
    list-style: none;
    padding: 0;
}

.header .header-inner .menu ul li {
    display: inline-block;
}

.header .header-inner .menu ul li a {
    color: black;
    padding: 2px 15px
}

.main {}

.main .main-carousel {}

.main .main-carousel .item {
    height: calc(100vh - 150px);
    width: 100%;
    text-align: center;
}

.main .main-carousel .item a {
    background: #2977a2;
    padding: 10px;
    color: white;
    margin: 10px 0 0 0;
    display: inline-block;
}

section.services {
    text-align: center;
    margin: 30px 0
}

section.services .image {
    width: 100%;
    height: 120px;
    background: #004d7d
}

section.services .title {
    font-size: 14px;
    font-weight: 600;
    color: #004d7d;
    margin: 10px 0
}

section.services .desc {
    height: 150px;
}

section.services a {
    background: #2977a2;
    display: inline-block;
    margin: 10px 0;
    color: white;
    padding: 10px
}

section.numbers {
    background: url(../img/numbers-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 150px;
    margin: 30px 0;
    color: white;
    text-align: center;
    display: flex;
}

section.numbers .number {
    color: #ffa801;
    font-size: 25px;
}

h2.title {
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
    position: relative;
    padding: 30px 0
}

h2.title:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #4d6897;
    width: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

h3.title {
    font-size: 25px;
    text-align: left;
    margin: 0 0 30px 0;
    position: relative;
    padding: 10px 0
}

h3.title:after {
    position: absolute;
    content: "";
    height: 5px;
    background: #4d6897;
    width: 50px;
    bottom: 0;
    left: 0;
}

section.head-office {
    text-align: center;
    margin: 30px 0;
}

section.head-office .team-item {
    background: #f7f7f7;
    padding: 0 0 10px 0;
}

section.head-office .team-item .photo img {
    width: 100%;
}

section.head-office .team-item .name {
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
}

section.about-us {
    margin: 30px 0
}

section.about-us .btn {
    background: #004d7d;
    color: white;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 13px;
    margin: 10px 0
}

section.about-us img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.ports p {
    text-align: center;
    margin: 20px auto;
    width: 50%;
    display: block;
    font-size: 14px;
}

section.ports .name {
    font-weight: 600;
    color: #004d7d;
    font-size: 16px;
    ;
    text-align: center;
    margin: 10px 0;
}

section.ports a {
    border-radius: 0;
    background: #004d7d;
    color: white;
    padding: 5px;
    width: 200px;
    display: block;
    margin: 20px auto
}

.footer {
    background: #2977a2;
    color: white;
    padding: 23px 0;
    margin-top: 20px;
}

.footer .footer-logo {
    width: 100px;
    margin-bottom: 10px
}

.footer .footer-logo img {
    width: 100%;
    filter: invert(5) brightness(100) saturate(0);
}

.footer h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.footer .site-map {
    margin-right: 20px;
}

.footer .site-map ul {
    padding: 0;
    list-style: none;
}

.footer .site-map a {
    color: white;
    margin: 5px auto
}

.footer .social-media a {
    color: black;
    font-size: 16px;
    margin: 3px auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: white;
    line-height: 25px;
    transition: .5s ease;
}

.footer .social-media a:hover {
    transform: scale(1.3);
}

.footer .social-media ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.sub .hero {
    background: #f7f7f7;
    padding: 40px 0;
    margin: 0 0 30px 0
}

.sub .hero h1 {
    font-weight: 800;
    font-size: 18px;
}

.sub h2 {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 13px 0
}

.sub h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #004d7d;
}

section.port-area img {
    object-fit: cover;
    height: 190px;
}


.slides.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}


.slides a img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}

section.related-area {
    background: #f7f7f7;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 20px;
}

section.related-area img {
    object-fit: cover;
    height: 190px;
}

.sub .about-bottom {
    margin-top: 40px
}

.sub .about-bottom {
    margin-top: 40px
}

.sub .about-bottom h3 {
    margin: 15px 0;
    font-size: 18px;
}

.sub .about-bottom img {
    background: #f7f7f7;
    padding: 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.sub .about-bottom p {
    width: 66%;
    display: block;
    margin: 15px auto
}

.sub .small-hr {
    border-top: 3px solid #004d7d;
    width: 20%;
    margin-right: 100%;
    display: block;
}

.sub .blue-bg {
    background: #004d7d;
    width: 100%;
    color: white;
    padding: 10px;
    margin: 15px 0;
    text-align: center
}

.sub .map {
    margin-top: -30px
}

.sub .contact-form input {
    margin: 0 0 20px 0;
    border-radius: 0;
    background: #f7f7f7;
    border: none;
    padding: 20px 5px;
    font-size: 13px;
    height: calc(1.5em + .75rem + 2px)
}

.sub .contact-form label {
    margin: 0
}

.sub .contact-adresses p {
    line-height: 120%;
}

.sub .contact-form .btn,
.sub .contact-form input[type="submit"] {
    border-radius: 0;
    background: #004d7d;
    color: white;
    width: 100%;
    font-size: 13px;
    height: auto;
    padding: 10px 5px;
    display: block;
}

.sub .left-list li.current_page_item a {
    background: none !important;
    color: #004d7d;
    font-weight: bold;
    border-left: 5px solid #004d7d;
}

.sub .contact-form textarea {
    background: #f7f7f7;
    border: none;
    padding: 10px;
    font-size: 13px;
    height: 100%;
    margin: 0 0
}

.hamburger {
    display: none;
}

@media screen and (max-width: 768px) {
    .header {
        height: auto;
        padding: 0 0 10px 0;
    }
    .header .header-top .info {
        font-size: 11px;
    }
    .header .header-top .social-media {
        white-space: nowrap;
    }
    .header .header-top .social-media a {
        font-size: 18px;
        width: 25px;
        height: 25px;
    }
    .header .header-inner .menu {
        position: absolute;
        background: white;
        width: 100%;
        left: 0;
        right: 0;
        top: 120px;
        z-index: 2;
        text-align: center;
        max-height: 0;
        overflow: hidden;
        transition: .7s ease-out;
        display: block;
    }
    .header .header-inner .menu.open {
        max-height: 600px;
    }
    .header .header-inner .menu ul li {
        display: block;
        padding: 5px 0;
    }
    .header .hamburger {
        display: block;
        font-size: 30px;
    }
    .header .header-inner .logo {
        height: 50px;
        width: 80px;
    }
    .main .main-carousel .item {
        background-position: 38% 50%;
    }
    .main .main-carousel .item h2 {
        font-size: 1.5rem;
    }
    .main .main-carousel .item .mobil-title {
        margin-top: 90px !important;
    }
    .sub .hero {
        padding: 15px 0
    }
    
   .slides.grid {
        grid-template-columns: 1fr;
    }
    section.services .item {
        margin-top: 15px;
    }
    section.numbers {
        height: 300px;
    }
    section.numbers .number {
        margin-top: 15px;
    }

}
