﻿



#MenuBar .logo-box .logo {
    width: 200px;
    height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#MenuBar .logo-box .logo a img{
    width: 110px;
}

.offcanvas-menu ul.Big li {
    text-transform: uppercase !important;
}

#MenuBar .logo-right-button .lang-drop-item {
    width: 100px !important;
}

#MenuBar .logo-right-button .lang-drop-item a{
    padding:5px 15px !important;
}

#MenuBar .PaddingMenu {
    padding-left:0 !important;
}

#MobilMenuLocalization a {
    margin-right: 30px;
    border: 2px solid #FF6D2D;
    border-radius:100%;
    padding: 7px;
    color: #FF6D2D;
    font-weight:bold;
    font-size:0.9em;
}

@media only screen and (max-width: 780px) {
    #MenuBar .logo-box .logo {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left:20px;
    }

}
    /* ============ SLIDER AREA ============== */

    #Video .Video-Content {
        position: absolute;
        left: 13%;
        top: 40%;
        color: #fff;
    }

        #Video .Video-Content h3 {
            font-size: 3.1em;
            font-weight: 400;
            font-family: "Montserrat", sans-serif;
        }

        #Video .Video-Content h2 {
            font-size: 3em;
            font-weight: 600;
            font-family: "Montserrat", sans-serif;
        }


    .slider-area .tp-caption .slidetop__title {
        font-size: 1.2em !important;
    }

    .slider-area .tp-caption .slide__tile {
        font-size: 3.6em !important;
        line-height: 1.2em !important;
    }

    .slider-area .tp-caption .get-btn {
        font-size: 1em !important;
        padding: 10px 10px;
    }

    @media only screen and (min-width: 680px) {
        #Video .VideoOne {
            display: block;
            visibility: visible;
            opacity: 1;
        }

        #Video .VideoTwo {
            display: none;
            visibility: hidden;
            opacity: 0;
        }
    }


    @media only screen and (max-width: 680px) {
        #Video .VideoOne {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

        #Video .VideoTwo {
            display: block;
            visibility: visible;
            opacity: 1;
        }

        #Video .Video-Content {
            left: 3%;
            top: 40%;
        }

            #Video .Video-Content h3 {
                font-size: 1.7em;
            }

            #Video .Video-Content h2 {
                font-size: 1.6em;
            }
    }




    /* ============ REFERANCE LOGOS AREA ============== */
    #ReferanceLogos .One {
        opacity: 1;
        transition: 0.4s ease all;
    }

    #ReferanceLogos .Two {
        opacity: 0;
        display: none;
        transition: 0.4s ease all;
    }


    #ReferanceLogos:hover .One {
        opacity: 0;
        display: none;
        transition: 0.4s ease all;
    }

    #ReferanceLogos:hover .Two {
        opacity: 1;
        display: block;
        transition: 0.4s ease all;
    }


    #MainAboutUs .Photo {
        height: 600px;
    }


    .service--area .service-box .shared-service:hover .shared__img:after {
        opacity: 0 !important;
    }

    /* ==============  Slogan One Area ============== */

    #SloganOne h4 .Sembol {
        color: #FF6D2D;
        font-size: 3.5em;
    }

    #SloganOne h4 .Up {
        font-weight: 700;
        font-size: 3em;
    }

    #SloganOne h4 .Down {
        font-weight: 400;
        font-size: 4em;
        letter-spacing: 1px;
    }

    #SloganOne p {
        padding-top: 30px;
        width: 650px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.9em;
        font-weight: 300;
        font-style: italic;
        line-height: 1.2em;
    }




    @media only screen and (max-width: 680px) {
        #MenuBar {
            position: sticky !important;
        }

        #GCParalax .trusted__title h4 {
            font-size: 2.3em !important;
        }

        .slider-area .tp-caption .slidetop__title {
            font-size: 1.4em !important;
        }

        .slider-area .tp-caption .slide__tile {
            font-size: 3em !important;
            line-height: 1.2em !important;
        }

        .slider-area .tp-caption .get-btn {
            font-size: 1.2em !important;
            padding: 10px 20px;
        }

        #MainAboutUs .Photo {
            height: 300px;
        }

        /* ==============  Slogan One Area ============== */

        #SloganOne h4 .Sembol {
            display: none;
        }

        #SloganOne h4 .Up {
            font-size: 0.9em;
        }

        #SloganOne h4 .Down {
            font-size: 1em;
        }

        #SloganOne p {
            width: 100%;
            font-size: 1.1em;
        }
    }


    /* ==============  Whatsapp Button ============== */

    #WhatsappSection #WhatsappMessage {
        opacity: 0;
        transition: 0.5s ease all;
    }

    #WhatsappSection:hover #WhatsappMessage {
        opacity: 1;
        transition: 0.5s ease all;
    }

    @media only screen and (max-width: 680px) {

        #WhatsappSection img {
            width: 55px !important;
        }
    }