body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #000;
}
p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #000;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: inherit;
}
span {
    display: block;
}
header .language-bar {
    background-color: #622128;
    padding: 6px 0;
}
header .language-bar .lang-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
header .language-bar .buy-btn {
    text-decoration: none;
    color: #edc365;
    font-weight: 600;
    background-color: #106d53;
    padding: 5px 15px;
    display: inline-block;
    line-height: 100%;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-right: auto;
    text-align: center;
}
header .language-bar .lang-box {
    margin-left: 15px;
    padding: 3px;
    padding-right: 10px;
    border: 1px solid #74363c;
    border-radius: 15px;
    display: flex;
    align-items: center;
}
header .language-bar .lang-box span {
    color: #DDB7BB;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin-left: 6px;
}
header .navbar {
    background: linear-gradient(180deg, #000 30%, rgb(0 0 0 / 85%), rgb(0 0 0 / 70%), rgb(0 0 0 / 50%), rgb(0 0 0 / 25%), rgb(0 0 0 / 10%), transparent);
    padding: 30px 0;
}
header .navbar > .container {
    align-items: flex-start;
}
header .navbar .navbar-nav {
    margin-left: auto;
    margin-top: 20px;
}
header .navbar .navbar-brand {
    padding: 0;
}
header .navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    padding-left: 50px;
}
header .navbar .nav-item .nav-link.active:after {
    content: "";
    width: 30px;
    height: 0;
    border-bottom: 2px solid #fff;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 5px;
}
header .navbar-toggler {
    border: none;
    padding: 0;
    margin: auto 0;
}
header .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar-toggler::before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
}
.navbar-toggler[aria-expanded="true"] {
    z-index: 101;
    position: fixed;
    top: 20px;
    left: calc(70% - 34px);
}
.navbar-toggler[aria-expanded="true"]::before {
    content: "\f00d";
}
footer {
    background: url("../img/mountain_silhoutte.png");
    background-color: #622128;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    color: #fff;
    padding-top: 65px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer .col1 {
    padding-right: 30px;
}
footer .social-group {
    display: flex;
    margin: 35px 0;
}
footer .social-group .icon {
    margin-right: 20px;
}
footer .social-group img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}
footer .explanation {
    font-size: 16px;
    color: #fff;
}
footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
}
footer .footer-menu li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
}
footer .contact-group {
    display: flex;
    flex-wrap: wrap;
}
footer .contact-group .contact-box {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
footer .contact-group .contact-box .title {
    font-weight: 600;
    margin-bottom: 10px;
}
footer .contact-group .contact-box p {
    margin-bottom: 20px;
    color: #fff;
}
footer .contact-group .contact-box p:first-of-type {
    margin-bottom: 0;
}
footer .contact-box .contact-link {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 10px 20px;
    line-height: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    min-width: 230px;
    display: flex;
    align-self: flex-start;
}
footer .contact-box .contact-link i {
    margin-right: 10px;
}
footer .alt-footer {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 35px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 10px;
    font-weight: 600;
}
footer .alt-footer span {
    width: auto;
    letter-spacing: 1.7px;
    padding: 0;
}
/* Common Component */
.coffee-love::after {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 7px;
}
.caramel-title {
    color: #DA945D;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}
.black-title {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    color: #000000;
    line-height: 115%;
    margin-bottom: 20px;
}
.black-title::after {
    content: "";
    width: 35px;
    border-top: 2px solid #DA945D;
    position: relative;
    display: block;
    margin-top: 20px;
}
.black-italic-title {
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #000000;
    line-height: 115%;
    display: block;
}
.hero-title {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 53px;
    line-height: 117%;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 100px;
}
.hero-italic-title {
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 115%;
    color: #FFFFFF;
    display: block;
}
.hero-p {
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    color: #FFFFFF;
    width: 40%;
    margin-bottom: 0;
}
.hero-more-button {
    border: 2px solid #FFFFFF;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1.9px;
    color: #FFFFFF;
    width: 240px;
    margin-top: 40px;
    position: relative;
}
.hero-more-button::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 30px;
}
.main-banner {
    height: 670px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -164px;
    z-index: -1;
}
.main-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(0 0 0 / 60%) 35%, rgba(0, 0, 0, 0) 55%);
    top: 0;
    left: 0;
}
.main-banner .coffee-love {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 3px;
    color: #FFFFFF;
    transform: rotate(-90deg) translateY(-137px) translateX(calc((50% - 470px) / 2));
    position: relative;
    display: inline-block;
    z-index: 1;
}
.main-banner .banner-title {
    z-index: 1;
    position: relative;
}
.main-banner .coffee-love + .banner-title {
    margin-left: 85px;
}
.gray-bg {
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0.521439) 39.93%, rgba(255, 255, 255, 0.782778) 72.73%, #F8F8F8 100%);
}
.widget {
    padding: 85px 0;
}
.icon-title {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1.9px;
    margin-bottom: 10px;
}
.content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 20px;
}
.gold-patterned {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gold-patterned::before {
    content: "";
    width: calc(100% + 70px);
    height: calc(100% + 90px);
    background: url("../img/gold-patterned.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.gold-patterned img {
    /*height: 100%;*/
    width: 100%;
    position: relative;
    z-index: 1;
    /*object-fit: cover;*/
}
.silver-patterned {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.silver-patterned::before {
    content: "";
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background: url("../img/silver-patterned.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.silver-patterned img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.caramel-button {
    border: 2px solid #DA945D;
    padding: 16px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    width: 230px;
    margin-top: 50px;
    letter-spacing: 2px;
    background-color: #fff0;
}
.caramel-button.more {
    margin-top: auto;
    width: 250px;
    text-align: left;
}
.caramel-button.more::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    color: #DA945D;
    margin-left: auto;
    float: right;
}
.mid-img-widget {
    position: relative;
    padding: 195px 0;
    color: #FFFFFF;
    text-align: center;
}
.mid-img-widget.about {
    background: url("../img/bitmap.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mid-img-widget.history {
    background: url("../img/bitmap-history.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mid-img-widget::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(29, 55, 61, 0.9);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
.mid-img-widget.history::before {
    background: rgba(29, 55, 61, 0.9);
    opacity: 0.7;
}
.mid-img-widget p {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    width: 95%;
    margin: auto 0;
    display: inline-block;
}
.widget-text {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 60px;
}
.widget-photo + .widget-text {
    padding-left: 60px;
    padding-right: inherit;
}
.widget-text + .icon-row, .widget-photo + .icon-row {
    display: none;
}
.buy-button {
    border: 2px solid #83000d;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #83000d;
    text-decoration: none;
    width: 260px;
    margin-top: 10px;
}
.buy-button:hover {
    border: 2px solid #83000d;
    color: #83000d;
}
/* Common Component End */
/* Anasayfa */
.home-page .main-banner {
    background: #000 url("../img/hero.jpg");
    background-size: cover;
    background-position: center;
}
.icon-text-widget .widget-text {
    flex-direction: row;
}
.widget-text .text-col {
    width: 60%;
    padding-right: 60px;
}
.widget-text .text-col p {
    width: 80%;
}
.widget-text .icon-col {
    width: 40%;
}
.widget-text .icon-col .icon-box {
    margin-bottom: 15px;
}
.widget-text .icon-col .icon-box:last-child {
    margin-bottom: 0;
}
.widget-text .icon-col .icon-box .icon-title, .widget-text .icon-col .icon-box p{
    float: right;
}
.widget-text .icon-col .icon-box img {
    float: left;
    padding-right: 25px;
}
.widget-text .icon-row {
    display: flex;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.widget-text .icon-row .icon-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 10px;
    width: 33.33%;
}
.widget-text .icon-row .icon-box img {
    height: 40px;
    width: auto;
}
.widget-text .icon-row .icon-box .icon-title {
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 12px;
}
.widget-photo {
    width: 38%;
}
.widget.icon-text-widget .icon-row {
    display: none;
}
.coffee-alt-title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}
.weight-title {
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}
.coffee-box {
    width: calc(33.33% - 52px);
    margin-right: 78px;
    display: flex;
    flex-direction: column;
}
.coffee-box:last-child {
    margin-right: 0;
}
.coffee-box .coffee-img {
    margin-top: 46px;
    margin-bottom: 33px;
}
.coffee-box .caramel-button {
    width: 100%;
    margin-top: auto;
    text-align: center;
}
.mid-widget {
    background: url("../img/mid-widget-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 175px 0;
    color: #FFFFFF;
    text-align: center;
}
.mid-widget::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.mid-widget .min-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: 1.9px;
    position: relative;
    display: block;
}
.mid-widget .big-title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 20px;
    position: relative;
}
.mid-widget .big-title::after {
    content: "";
    width: 35px;
    border-top: 2px solid #fff;
    position: relative;
    display: block;
    margin: 20px auto;
}
.mid-widget p {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    position: relative;
    width: 50%;
    margin: auto;
    color: #fff;
}
.mid-widget .more-btn {
    border: 2px solid #FFFFFF;
    padding: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1.9px;
    color: #FFFFFF;
    width: 240px;
    margin: auto;
    margin-top: 50px;
    position: relative;
}
/* Anasayfa Son */
/* Hakkımızda */
.about-us .main-banner {
    background: #000 url("../img/about-banner.jpg");
    background-size: cover;
    background-position: center;
}
.about-us .content .widget:first-child {
    padding-bottom: 0;
}
.about-us .content .widget:first-child .widget-photo {
    padding-bottom: 85px;
}
.about-us .content .widget:last-child {
    padding-top: 0;
}
/* Hakkımızda Son */
/* Kahvelerimiz */
.our-coffees .main-banner {
    background: #000 url("../img/hero.jpg");
    background-size: cover;
    background-position: center;
}
/* Kahvelerimiz Son */
/* Menengiç */
.terebinth-coffee .main-banner {
    background: #000 url("../img/terebinth-coffee-banner.jpg");
    background-size: cover;
    background-position: center;
}
/* Menengiç Son */
/* Dibek */
.ottoman-coffee .main-banner {
    background: #000 url("../img/ottoman-coffee-banner.jpg");
    background-size: cover;
    background-position: center;
}
/* Dibek Son */
/* Türk Kahvesi */
.turkish-coffee .main-banner {
    background: #000 url("../img/turkish-coffee-banner.jpg");
    background-size: cover;
    background-position: center;
}
/* Türk Kahvesi Son */
/* Kahve Detay */
.benefits-list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
    column-count: 2;
}
.benefits-list li {
    width: calc(100% - 15px);
    padding-left: 25px;
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    position: relative;
    margin-bottom: 15px;
}
.benefits-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}
.making-coffee {
    display: flex;
    flex-wrap: wrap;
}
.making-coffee .step {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
.making-coffee .step:nth-child(-n+2) {
    margin-top: 20px;
}
.making-coffee .step:nth-child(odd) {
    margin-right: 20px;
}
.making-coffee .step:nth-child(even) {
    margin-left: 20px;
}
.making-coffee .step .step-number {
    width: 42px;
    height: 42px;
    background-color: #333333;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px;
}
.making-coffee .step .step-title {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
}
.making-coffee .step p {
    margin-bottom: 0;
}
/* Kahve Detay Son */
/* Kahvenin Tarihi */
.history-coffee .main-banner {
    background: #000 url("../img/history-banner.jpg");
    background-size: cover;
    background-position: center;
}
.history-coffee .widget .icon-title {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}
.history-coffee .widget .icon-title:first-child {
    margin-top: 0;
}
.history-coffee .gold-patterned img {
    width: auto;
}
.history-widget .widget {
    padding: 30px 0;
}
.history-widget .widget:first-child {
    padding-top: 85px;
}
.history-widget .widget:last-child {
    padding-bottom: 85px;
}
.history-widget .widget-text {
    justify-content: center;
}
/* Kahvenin Tarihi Son */
/* Kahvenin Demlenmesi */
.brew-coffee .main-banner {
    background: #000 url("../img/brew-banner.jpg");
    background-size: cover;
    background-position: center;
}
.brew-coffee .making-coffee .step {
    width: calc(25% - 30px);
    align-items: flex-start;
    margin: 20px;
    margin-bottom: 0;
}
.brew-coffee .making-coffee .step:first-child {
    margin-left: 0;
}
.brew-coffee .making-coffee .step:last-child {
    margin-right: 0;
}
.brew-coffee .making-coffee .step .step-column {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60px);
    margin-left: 18px;
}
.brew-coffee .making-coffee .step img {
    margin-bottom: 20px;
}
/* Kahvenin Demlenmesi Son */
/* İletişim */
.contact-banner {
    background-color: #000;
    height: 174px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -164px;
    z-index: -1;
}
.contact-address .address-box {
    display: flex;
    flex-direction: column;
}
.contact-address .address-box p {
    margin-bottom: 0;
}
.contact-address .address-box > .title {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1.9px;
    margin-bottom: 5px;
}
.contact-address .address-box a:first-of-type {
    margin-top: 30px;
}
.contact-address .address-box a:last-child {
    margin-bottom: 0;
}
.wp-button {
    width: 100%;
    max-width: 275px;
    border: 2px solid #41c16e;
    padding: 12px 20px;
    display: flex;
    margin-bottom: 15px;
}
.wp-button img {
    margin-right: 15px;
}
.wp-button .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #26B859;
    letter-spacing: 1px;
}
.wp-button .text {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #333333;
}
.email-button, .tel-button {
    width: 100%;
    max-width: 275px;
    border: 2px solid #999;
    padding: 12px 20px;
    display: flex;
    margin-bottom: 15px;
}
.email-button img, .tel-button img {
    margin-right: 15px;
}
.email-button .title, .tel-button .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #333;
    letter-spacing: 1px;
}
.email-button .text, .tel-button .text {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #333333;
}
.contact-page .form-group label {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 10px;
}
.contact-page .form-group input[type="text"] {
    margin-bottom: 35px;
    border: 1px solid #D7D7D7;
    border-radius: 0;
    height: 50px;
}
.contact-page .form-group textarea {
    margin-bottom: 35px;
    border: 1px solid #D7D7D7;
    border-radius: 0;
    height: 200px;
}
.contact-page .form-group .form-control:focus {
    box-shadow: none;
}
.contact-page iframe {
   height: calc(100% - 85px);
   min-height: 500px;
}
/* İletişim Son */
#afetModal .modal-dialog {
    max-width: 60%;
    min-height: 100vh;
  }
  #afetModal .modal-content {
    background-color: #000;
    border-radius: 0;
  }
  #afetModal .modal-body {
    padding: 60px;
    padding-top: 12px;
  }
  #afetModal .modal-body p {
    color: #efefef;
    font-size: 20px;
    font-weight: 200;
  }
  #afetModal .modal-body p.bold {
    font-weight: 600;
    margin-bottom: 0;
  }
  #afetModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
  }
  #afetModal .btn-close {
    color: #fff;
    filter: invert(1);
    opacity: 0.7;
    margin: 0;
    margin-left: auto;
  }
@media only screen and (max-width: 1280px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
    .widget-text {
        width: 57%;
        padding-right: 35px;
    }
    .widget-photo {
        width: 43%;
    }
    .icon-text-widget .widget-text .text-col {
        width: 50%;
        padding-right: 35px;
    }
    .icon-text-widget .widget-text .icon-col {
        width: 46%;
    }
    .icon-text-widget .widget-text .text-col p {
        width: 100%;
    }
    .caramel-button {
        margin-top: 0;
    }
    .coffee-box .coffee-img {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .coffee-box {
        width: calc(33.33% - 16px);
        margin-right: 24px;
    }
    .mid-widget p {
        width: 100%;
    }
    .hero-more-button {
        margin-top: 30px;
    }
    .main-banner .banner-title {
        width: 50%;
    }
    .hero-p {
        width: 70%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .main-banner {
        height: calc(550px + (670 - 550) * ((100vw - 1024px) / (1280 - 1024)));
    }
    header .navbar .nav-item .nav-link {
        font-size: 14px;
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1024px) {
    .navbar-expand-lg .navbar-collapse {
        display: none;
    }
    .main-banner .banner-title {
        width: 50%;
    }
    .hero-p {
        width: 80%;
    }
}
@media only screen and (max-width: 1024px) {
    header .navbar .navbar-brand {
        margin: auto;
    }
    header nav.navbar .container {
        flex-direction: row-reverse;
    }
    header .navbar {
        background: linear-gradient(180deg, #000 20%, rgb(0 0 0 / 70%) 30%, rgb(0 0 0 / 55%), rgb(0 0 0 / 35%), rgb(0 0 0 / 25%), rgb(0 0 0 / 10%), transparent);
        padding: 30px 0;
    }
    header .navbar-expand-lg .navbar-collapse {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, #000 70%, rgb(0 0 0 / 50%) 30%);
        z-index: 100;
        transition: 0s;
        display: block !important;
    }
    header .navbar-collapse .navbar-nav {
        width: 70%;
        margin-left: 0;
        margin-top: 50px;
        flex-direction: column;
    }
    header .navbar-collapse .navbar-nav::before {
        content: "";
        width: calc(100% - 40px);
        height: 85px;
        background-image: url(../img/alia-sultan-logo.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 50px;
        margin-left: 40px;
    }
    header .navbar-collapse .nav-item {
        margin-bottom: 20px;
    }
    header .navbar-collapse .nav-item .nav-link {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
    header .navbar-collapse .nav-item .nav-link.active:after {
        content: "";
        width: 14px;
        height: 0;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 10px;
        left: 13px;
        display: block;
        margin: 0;
    }
    .navbar-expand-lg .navbar-toggler {
        display: inline-block;
    }
    .navbar-expand-lg .navbar-collapse:not(.show) {
        display: none !important;
    }
    /**/
    .widget {
        padding: 70px 0;
    }
    .black-title {
        font-size: 32px;
    }
    .hero-title {
        font-size: 45px;
    }
    .mid-widget .big-title {
        font-size: 40px;
    }
    .gold-patterned img {
        object-fit: contain;
    }
    .gold-patterned::before {
        width: calc(100% + 50px);
        height: calc(100% + 100px);
    }
    .silver-patterned::before {
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }
    .widget-text .icon-row {
        display: none;
    }
    .widget-text + .icon-row, .widget-photo + .icon-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 40px;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .widget-text + .icon-row .icon-box, .widget-photo + .icon-row .icon-box {
        width: calc(33.33% - 24px);
        margin: 0 12px;
    }
    .widget-text + .icon-row .icon-box img, .widget-photo + .icon-row .icon-box img {
        margin-bottom: 30px;
    }
    .widget-text + .icon-row .icon-box p, .widget-photo + .icon-row .icon-box p {
        margin-bottom: 0;
    }
    .widget.icon-text-widget .row, .about-us .widget .row, .history-coffee .widget .row {
        flex-direction: row-reverse;
    }
    .widget.icon-text-widget .widget-text {
        padding-left: 45px;
        padding-right: inherit;
    }
    .icon-text-widget .widget-text .text-col {
        width: 100%;
    }
    .icon-text-widget .widget-text .icon-col {
        display: none;
    }
    .widget.icon-text-widget .icon-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 70px;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .widget.icon-text-widget .icon-row .icon-box {
        width: calc(25% - 24px);
        margin: 0 12px;
    }
    .widget.icon-text-widget .icon-row .icon-box img {
        margin-bottom: 30px;
    }
    .widget.icon-text-widget .icon-row .icon-box p {
        margin-bottom: 0;
    }
    .mid-widget {
        padding: 120px 100px;
    }
    .about-us .widget .widget-text, .history-coffee .widget .widget-text {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: 60px;
    }
    .mid-img-widget {
        padding: 160px 0;
    }
    .mid-img-widget p {
        font-size: 40px;
    }
    .widget-photo + .widget-text {
        padding-left: 45px;
    }
    .brew-coffee .making-coffee .step {
        width: calc(50% - 30px);
        margin-bottom: 20px; 
    }
    .brew-coffee .making-coffee .step:nth-child(odd) {
        margin-left: 0;
        margin-right: 30px;
    }
    .brew-coffee .making-coffee .step:nth-child(even) {
        margin-left: 30px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 934px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 678px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 520px) {
    .main-banner {
        height: calc(415px + (550 - 415) * ((100vw - 768px) / (1024 - 768)));
    }
}
@media only screen and (max-width: 991px) {
    footer .col1 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    footer .col1 > a {
        float: left;
    }
    footer .social-group {
        margin: 0;
        margin-bottom: 20px;
        width: calc(100% - 210px);
        float: right;
    }
    footer .explanation {
        width: calc(100% - 210px);
        float: right;
    }
    footer .footer-menu {
        margin-top: 60px;
    }
    .main-banner .coffee-love {
        display: none;
    }
    .main-banner .coffee-love + .banner-title {
        margin-left: 0;
    }
    .hero-p {
        width: 100%;
    }
    .contact-page .content .widget:last-child .row {
        flex-direction: column-reverse;
    }
    .contact-address .address-box:nth-child(-n+2) {
        margin-bottom: 40px;
    }
    .contact-page iframe {
        height: 100%;
        min-height: 300px;
        margin-bottom: 40px;
    }
    .main-banner .banner-title {
        width: 55%;
    }
    .main-banner {
        align-items: flex-end;
    }
    .main-banner .banner-title {
        margin-bottom: 70px;
    }
    #afetModal .modal-dialog {
        max-width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    header .language-bar .lang-container {
        justify-content: center;
    }
    header .language-bar a:nth-child(2) {
        margin-left: 0;
    }
    header .language-bar .buy-btn {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .hero-title {
        font-size: 40px;
    }
    .black-title {
        font-size: 28px;
    }
    .gold-patterned::before {
        width: calc(100% + 66px);
        height: calc(100% + 74px);
    }
    .silver-patterned::before {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
    }
    .widget.icon-text-widget .icon-row .icon-box {
        width: calc(50% - 34px);
        margin: 0 17px;
    }
    .widget.icon-text-widget .icon-row .icon-box:nth-child(-n+2) {
        margin-bottom: 60px;
    }
    footer .contact-group .contact-box {
        margin-bottom: 20px;
    }
    footer .footer-menu {
        display: none;
    }
    footer .col1 {
        margin-bottom: 30px;
    }
    .widget {
        padding: 60px 0;
    }
    .mid-widget {
        padding: 70px;
    }
    .mid-widget .big-title {
        font-size: 28px;
    }
    header .navbar .navbar-brand img {
        height: 78px;
    }
    .mid-img-widget {
        padding: 140px 0;
    }
    .mid-img-widget p {
        font-size: 28px;
    }
    .hero-more-button {
        margin-top: 15px;
    }
    .hero-p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    .main-banner .banner-title {
        width: 60%;
    }
    .benefits-list {
        column-count: 1;
    }
    #afetModal .modal-dialog {
        max-width: 90%;
        margin: auto;
    }
    #afetModal .modal-body {
        padding: 40px;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 520px) {
    header .language-bar .lang-box {
        padding: 5px;
        border-radius: 30px;
        margin-left: 10px;
    }
    header .language-bar .lang-box span {
        display: none;
    }
    .main-banner .banner-title {
        width: 100%;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .row {
        margin: 0;
    }
    .widget {
        padding: 50px 0;
    }
    .container .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    footer {
        background-position: 50% calc(100% - 90px);
    }
    footer .col1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .social-group {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }
    footer .explanation {
        width: 100%;
    }
    .widget.icon-text-widget .row {
        flex-direction: column;
    }
    .widget.icon-text-widget .widget-photo {
        order: 1;
    }
    .widget.icon-text-widget .widget-text {
        order: 2;
    }
    .widget-text + .icon-row, .widget-photo + .icon-row {
        margin-top: 50px;
    }
    .widget-text + .icon-row .icon-box, .widget-photo + .icon-row .icon-box {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    .widget-text + .icon-row .icon-box:last-child, .widget-photo + .icon-row .icon-box:last-child {
        margin-bottom: 0;
    }
    .widget.icon-text-widget .icon-row {
        order: 3;
        flex-direction: column;
        margin: 30px 0 0;
        width: 100%;
    }
    .widget.icon-text-widget .icon-row .icon-box {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    .widget.icon-text-widget .icon-row .icon-box:nth-child(-n+2) {
        margin-bottom: 50px;
    }
    .widget.icon-text-widget .icon-row .icon-box:last-child {
        margin-bottom: 0;
    }
    .widget-photo, .icon-text-widget .widget-photo, .about-us .widget .widget-photo {
        width: 100%;
        padding: 0;
        margin: auto auto 50px;
        order: 1;
    }
    .widget-text, .icon-text-widget .widget-text, .widget.icon-text-widget .widget-text, .about-us .widget .widget-text, .history-coffee .widget .widget-text {
        width: 100%;
        padding: 0;
        order: 2;
    }
    .widget-text + .icon-row, .widget-photo + .icon-row {
        order: 3;
    }
    .widget-photo + .widget-text {
        padding-left: 0;
        padding-right: 0;
    }
    .coffee-box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
    }
    .coffee-box:last-child {
        margin-bottom: 0;
    }
    .gold-patterned::before, .silver-patterned::before {
        width: calc(100% + 60px);
        height: calc(100% + 60px);
    }
    .caramel-button {
        width: 100%;
    }
    .widget-text, .widget.icon-text-widget .widget-text {
        padding: 0;
    }
    .icon-text-widget .widget-text .text-col {
        padding: 0;
    }
    .coffee-box .coffee-img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mid-widget {
        padding: 50px 0;
    }
    .mid-widget .more-btn {
        width: 100%;
        margin-top: 20px;
    }
    .mid-widget p {
        font-size: 16px;
    }
    .widget-photo {
        margin-bottom: 50px;
    }
    .main-banner {
        height: 430px;
        background-color: #000;
        background-size: 160% !important;
        background-position: center 50px !important;
        background-repeat: no-repeat !important;
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .main-banner::after {
        background: linear-gradient(0deg, #000 70%, rgb(0 0 0 / 70%) 80%, rgb(0 0 0 / 50%) 85%, rgb(0 0 0 / 30%) 90%, rgb(0 0 0 / 15%) 95%, rgb(0 0 0 / 0) 100%);
        height: calc(100% - (100% * (670 / 1500)));
        bottom: 0;
        top: auto;
    }
    header .navbar .navbar-brand img {
        height: 65px;
    }
    .hero-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .mid-img-widget {
        padding: 110px 0;
    }
    .hero-more-button {
        width: 100%;
    }
    .hero-p {
        margin-bottom: 0;
    }
    .terebinth-coffee .content .widget-text p:last-of-type, .ottoman-coffee .content .widget-text p:last-of-type, .turkish-coffee .content .widget-text p:last-of-type {
        margin-bottom: 0;
    }
    .benefits-list li {
        width: 100%;
    }
    .making-coffee .step {
        width: 100%;
    }
    .making-coffee .step:nth-child(2) {
        margin-top: 35px;
    }
    .making-coffee .step:nth-child(odd) {
        margin-right: 0;
    }
    .making-coffee .step:nth-child(even) {
        margin-left: 0;
    }
    .brew-coffee .making-coffee .step {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .brew-coffee .making-coffee .step:nth-child(odd), .brew-coffee .making-coffee .step:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }
    .main-banner .banner-title {
        margin-bottom: 0;
    }
    footer .contact-box .contact-link {
        width: 100%;
        padding: 10px calc(50% - 82px);
    }
    .wp-button, .email-button, .tel-button {
        max-width: 100%;
        padding: 12px calc((100% - 210px) / 2);
    }
    #afetModal .modal-body p {
        font-size: 16px;
        font-weight: 400;
    }
    .history-coffee .gold-patterned img {
        width: 100%;
    }
}