/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #000;
}


/* =========================================
   MAIN HEADER
========================================= */

.main-header {
    position: relative;
    width: 100%;
    min-height: 350px;
    background: #000;
    overflow: hidden;
}


/* =========================================
   LANGUAGE BAR - TOP RIGHT
========================================= */

.language-bar {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 1000;
}

.language-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-width: 125px;
    padding: 8px 13px;

    background: #050505;
    color: #fff;

    border: 1px solid #c9a34a;
    border-radius: 5px;

    font-size: 14px;
    cursor: pointer;
}

.language-button i:first-child {
    color: #d5aa4b;
}

.language-button i:last-child {
    color: #d5aa4b;
    font-size: 10px;
}


/* =========================================
   LANGUAGE DROPDOWN
========================================= */

.language-menu {
    position: absolute;

    top: 100%;
    right: 0;

    width: 125px;

    margin-top: 5px;

    display: none;
    flex-direction: column;

    background: #111;

    border: 1px solid #c9a34a;
    border-radius: 4px;

    overflow: hidden;
}

.language-menu a {
    padding: 9px 10px;

    color: #fff;
    text-decoration: none;

    font-size: 13px;
    white-space: nowrap;
}

.language-menu a:hover {
    background: #222;
    color: #d5aa4b;
}

.language-bar:hover .language-menu {
    display: flex;
}


/* =========================================
   HEADER CONTENT
========================================= */

.header-content {

    width: 100%;
    min-height: 350px;

    padding: 25px 20px 25px 40px;

    display: flex;

    flex-direction: row;

    /*
       IMPORTANT:
       Everything is positioned from the bottom.
       This makes fencewall.net, phone numbers,
       and social icons line up together.
    */
    align-items: flex-end;

    justify-content: flex-start;

    gap: 0;
}


/* =========================================
   LOGO SECTION
========================================= */

.logo-section {

    flex: 0 0 330px;

    height: 300px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-end;

    padding: 0;
    margin: 0;
}


/* =========================================
   LOGO
========================================= */

.fencewall-logo {

    width: 270px;
    height: 270px;

    object-fit: contain;

    display: block;

    margin: 0 0 0 0;
}


/* =========================================
   FENCEWALL.NET
   THIS IS THE BASELINE
========================================= */

.website-name {

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    margin: 0 0 0 15px;

    color: #fff;

    font-size: 32px;

    font-weight: 600;

    letter-spacing: .5px;

    white-space: nowrap;

    text-align: left;
}


/* =========================================
   PHONE SECTION
========================================= */

.phone-section {

    flex: 0 0 365px;

    width: 365px;
    min-width: 365px;

    height: 145px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-end;

    padding: 0;
    margin: 0;
}


/* =========================================
   WHATSAPP ICON
   ABOVE PHONE NUMBERS
========================================= */

.whatsapp-icon {

    width: 100%;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-right: 5px;

    margin: 0;
}


.whatsapp-icon a {

    width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #d7aa42;

    text-decoration: none;

    font-size: 43px;

    border-radius: 50%;

    text-shadow:
        0 0 2px #fff,
        0 0 4px #d5aa4b;

    transition: .2s ease;
}


.whatsapp-icon a:hover {

    transform: scale(1.08);

    color: #e9c45c;
}


/* =========================================
   COUNTRY + PHONE NUMBERS
========================================= */

.country-phone {

    width: 100%;

    height: 70px;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: flex-start;

    gap: 12px;

    margin: 0;
    padding: 0;
}


/* =========================================
   FLAGS
========================================= */

.country-flag {

    flex: 0 0 66px;

    width: 66px;
    height: 66px;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 48px;

    line-height: 1;
}


/* =========================================
   PHONE NUMBERS
========================================= */

.phone-numbers {

    height: 66px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: center;

    gap: 5px;

    margin: 0;
    padding: 0;
}


.phone-numbers a {

    color: #fff;

    text-decoration: none;

    font-size: 27px;

    font-weight: 600;

    line-height: 1.1;

    white-space: nowrap;

    letter-spacing: .3px;

    text-align: left;
}


.phone-numbers a:hover {

    color: #d5aa4b;
}


/* =========================================
   USA SECTION
========================================= */

.usa-section {

    margin: 0;
}


/* =========================================
   TURKEY SECTION
========================================= */

.turkey-section {

    flex: 0 0 365px;

    width: 365px;
    min-width: 365px;

    margin: 0;
}


/* =========================================
   SOCIAL MEDIA
   SAME LINE AS FENCEWALL.NET
========================================= */

/* =========================================
   SOCIAL MEDIA - RIGHT ALIGNED
========================================= */

.social-section {

    flex: 1 1 auto;

    height: 46px;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-content: flex-end;

    gap: 9px;

    margin: 0;

    padding: 0;
}




/* =========================================
   SOCIAL ICONS
========================================= */

.social {

    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #fff;

    text-decoration: none;

    font-size: 25px;

    background: #222;

    transition: .2s ease;
}


.social:hover {

    transform: translateY(-3px);

    box-shadow: 0 0 10px rgba(255,255,255,.35);
}


/* =========================================
   SOCIAL COLORS
========================================= */

.facebook {
    background: #1877f2;
}

.instagram {
    background: linear-gradient(
        45deg,
        #feda75,
        #d62976,
        #4f5bd5
    );
}

.youtube {
    background: #ff0000;
}

.tiktok {
    background: #161616;
}

.twitter {
    background: #1da1f2;
}

.linkedin {
    background: #0a66c2;
}

.telegram {
    background: #229ed9;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {

    .header-content {
        padding-left: 40px;
        padding-right: 20px;
    }

    .logo-section {
        flex: 0 0 330px;
    }

    .phone-section {
        flex: 0 0 365px;
        width: 365px;
    }

    .turkey-section {
        flex: 0 0 390px;
        width: 390px;
    }

    .phone-numbers a {
        font-size: 27px;
    }

    .social-section {
        margin-left: 15px;
    }
}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1400px) {

    .header-content {
        padding-left: 25px;
        padding-right: 15px;
    }

    .logo-section {
        flex: 0 0 270px;
        width: 270px;
    }

    .fencewall-logo {
        width: 225px;
        height: 225px;
    }

    .website-name {
        font-size: 27px;
        margin-left: 5px;
    }

    .phone-section {
        flex: 0 0 300px;
        width: 300px;
        min-width: 300px;
    }

    .turkey-section {
        flex: 0 0 315px;
        width: 315px;
        min-width: 315px;
    }

    .country-flag {
        flex: 0 0 55px;
        width: 55px;
        height: 55px;
        font-size: 40px;
    }

    .phone-numbers {
        height: 55px;
    }

    .phone-numbers a {
        font-size: 21px;
    }

    .social-section {
        margin-left: 10px;
        gap: 6px;
    }

    .social {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 21px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .main-header {
        min-height: auto;
    }

    .header-content {

        min-height: auto;

        flex-wrap: wrap;

        align-items: flex-start;

        padding-top: 70px;

        padding-bottom: 30px;
    }

    .logo-section {

        flex: 0 0 100%;

        width: 100%;

        height: auto;

        align-items: flex-start;

        margin-bottom: 25px;
    }

    .phone-section {

        flex: 0 0 50%;

        width: 50%;

        min-width: 50%;

        height: auto;
    }

    .turkey-section {

        flex: 0 0 50%;

        width: 50%;

        min-width: 50%;
    }

    .social-section {

        flex: 0 0 100%;

        height: auto;

        margin: 30px 0 0 0;

        justify-content: flex-start;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .language-bar {
        top: 8px;
        right: 10px;
    }

    .header-content {

        flex-direction: column;

        align-items: flex-start;

        padding: 65px 15px 30px 15px;
    }

    .logo-section {

        width: 100%;

        height: auto;

        align-items: flex-start;

        margin-bottom: 20px;
    }

    .fencewall-logo {

        width: 210px;
        height: 210px;
    }

    .website-name {

        height: 40px;

        margin-left: 5px;

        font-size: 25px;
    }

    .phone-section,
    .turkey-section {

        width: 100%;

        min-width: 100%;

        height: auto;

        margin-top: 15px;
    }

    .whatsapp-icon {

        height: 55px;

        justify-content: flex-start;

        padding-left: 215px;
    }

    .country-phone {

        height: 60px;
    }

    .country-flag {

        flex: 0 0 50px;

        width: 50px;

        height: 50px;

        font-size: 38px;
    }

    .phone-numbers {

        height: 50px;
    }

    .phone-numbers a {

        font-size: 19px;
    }

    .social-section {

        width: 100%;

        height: auto;

        flex-wrap: wrap;

        justify-content: flex-start;

        margin-top: 25px;
    }

    .social {

        flex: 0 0 40px;

        width: 40px;

        height: 40px;

        font-size: 20px;
    }
}