@font-face {
    font-family:'Gotham Greek Book';
    src: url('GothamGreek-Book.eot');
	src: url('GothamGreek-Book.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/GothamGreek-Book.woff2') format('woff2'),
		url('../assets/fonts/GothamGreek-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-03CE;
}

@font-face {
    font-family:'Gotham Greek Medium';
    src: url('GothamGreek-Medium.eot');
	src: url('GothamGreek-Medium.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/GothamGreek-Medium.woff2') format('woff2'),
		url('../assets/fonts/GothamGreek-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-03CE;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
    font-family:'Gotham Greek Medium';
}

.outter-container {
    width: 100%;
    min-height: calc(100vh - 1rem);
}

.container {
    max-width: 1440px;
    margin: auto;
}

.top-div {
    margin-top: 1rem;
}

.top-div,
.bottom-div {
    width: 100%;
    color: #000;
}

.bottom-div .bottom-div-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-div-bg-img {
    background-color: #000;
    background-image: url(../img/koumantzias-store-background.jpg);
    width: 100%;
    height: 402px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-div-brand {
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-div-brand img {
    position: absolute;
    width: 280px;
    left: 20px;
    background-color: #fff;
    padding: 10px;
    top: -60px;
    box-shadow: 0 0 20px rgba(0,0,0, 0.14);
}

.bottom-div-info h4:first-child {
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.bottom-div-info h4:nth-child(2) {
    margin-top: 0;
    margin-bottom: 40px;
}

.bottom-div-info ul {
    margin: 0;
}

.bottom-div-info ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.bottom-div-info ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.bottom-div-info ul li img {
    margin-right: 10px;
}

.bottom-div-social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    font-size: 48px;
    line-height: 20px;
}

.icon {
    width: 14px;
    height: auto;
    fill: #000;
}

.icon-2 {
    width: 18px;
    height: auto;
    fill: #000;
}

.bottom-div-social {
    margin-top: 80px;
    gap: 60px;
}

.social-icon {
    width: 30px;
    height: auto;
    fill: #000;
}

h4 {
    font-size: 32px;
    color: #000;
}

p {
    font-size: 18px;
}

@media screen and (max-width: 1300px) {
    .bottom-div-social {
        margin-top: 40px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .bottom-div-brand {
        justify-content: flex-end;
    }

    .bottom-div-brand img {
        left: 16px;
    }

    .bottom-div-brand h3 {
        margin-right: 16px;
    }
}

@media screen and (max-width: 810px) {
    .bottom-div-brand img {
        width: 200px;
    }

    h3 {
        font-size: 40px;
        line-height: 20px;
    }
    
    h4 {
        font-size: 30px;
        color: #000;
    }
    
    .bottom-div-info ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 660px) {
    .bottom-div-brand {
        justify-content: center;
    }

    .bottom-div-brand img {
        width: 240px;
        left: 50%;
        transform: translateX(-50%)
    }

    h3 {
        margin-top: 7rem;
        margin-left: 16px;
    }
    .bottom-div-info ul {
        padding: 0;
    }
    .bottom-div-info h4:nth-child(2) {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 32px;
        line-height: 32px;
    }
    
    h4 {
        font-size: 22px;
        color: #000;
    }
    
    .bottom-div-info ul li a {
        font-size: 14px;
    }

    .bottom-div .bottom-div-info {
        width: calc(100% - 32px) !important;
        padding: 0 16px;
    }

    .bottom-div .bottom-div-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 280px) {
   .bottom-div-info ul {
        padding-inline-start: 0;
    } 
}