﻿#indexHeader {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-bottom: 1px solid #00000030
}

#indexHeaderInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexHeaderLogo {
    height: 55px;
    margin-left: 20px
}

.headerItem {
    margin: 0 5px;
    cursor: pointer;
    font-size: .9rem;
}

#LangSelect {
    display: none;
    margin-top: 1px;
    margin-left: -5px;
    position: absolute;
    z-index: 100;
    width: 100px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
#Hesabim {
    display: none;
    margin-top: 1px;
    margin-left: -5px;
    position: absolute;
    z-index: 100;
    width: 150px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
#Hesabim ul{
    padding-left:0px;
}
    #Hesabim ul li {
        padding:10px;
    }
    #Hesabim ul li a:hover {
       color:#001100 !important;
    }

#LocationSelectContainer {
    display: flex;
    align-items: center
}
#LocationSelectContainer span {
  font-size:14px;
}

#LocationSelectContainer_Flag {
    outline: 1px solid black;
    border-radius: 28px
}

#LocationSelectContainer span:nth-child(2) {
    padding-left: 10px;
}

#LocationSelectContainer span:nth-child(3) {
    padding-left: 10px;
}

    #LocationSelectContainer span:nth-child(3) img {
        height: 15px;
        rotate: (180deg);
    }

#LocationSelectContainerHover {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 10px;
    min-width: 155px;
    outline: #808080b0 solid 1px;
}

#indexHeaderInner_Login {
    outline: 1px solid #00000030;
    padding: 10px 16px;
    border-radius: 10px;
    background: #001100;
    color:#fff !important;
}

#indexHeaderInner_HamburgerIcon {
    height: 20px;
    margin-right: 8px;
    height: 30px
}


footer ul {
    list-style-type: none;
    line-height: 35px;
}

footer li:first-child a {
    font-weight: 700;
    color: #f5f5f5 !important;
    font-size: 18px
}

footer li a {
    /*color: #cccddb !important;*/
    color: #fff !important;
}

#FooterContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #cccddb;*/
    color: #fff;
    background-size: cover;
    background-image: url(/images/siteImages/footerBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 10px
}

    #FooterContainer > * {
        color: #00110036;
    }


        #FooterContainer li:nth-child(1) {
            color: var(--orange);
        }

#footerLine {
    border-top: 1px solid #cccddb4f;
    margin-top: 20px;
    width: 60%
}

#footerIconContainer {
    width: 100%;
    margin-top: 20px;
    gap: 10px
}

    #footerIconContainer svg {
        height: 30px;
        width: 30px
    }


#FooterRow1 {
    display: flex;
    justify-content: start;
    align-items: start;
    column-gap: 60px
}

#FooterRow2 {
    border-top: 1px solid #cccddb4f;
    margin-top: 40px;
}

#FooterColumn_1 {
    flex-direction: column;
    font-size: 16px
}

#FooterColumn_2 {
    flex-grow: 1
}

#FooterRow2Inner {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    height: 60px;
    font-size: 14px;
    color: #cccddb;
}

#FooterRow2_item2 {
    flex-grow: 1;
}

#FooterRow2Inner ~ span {
    color: #00110036;
}

@media (max-width: 768px) {
    .mobiledisplay{
        display:none;
    }

    .indexHeaderLogo {
        height: 55px;
    }

    #FooterContainerInner {
        /* padding: 0 20px;*/
    }

    #FooterRow1 {
        display: flex;
        /* justify-content: start;
                                align-items: start; */
        /* column-gap: 60px */
        flex-wrap: wrap;
        order: 5
    }

    #FooterColumn_1 {
        flex-direction: column;
        font-size: 16px;
        width: 100%;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    #FooterColumn_2 {
        display: none;
    }

    #FooterColumn_3 {
        width: 40%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    #FooterColumn_4 {
        width: 40%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    #FooterColumn_5 {
        margin-top: 20px;
        width: 60%;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    #FooterRow2Inner {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        height: 60px;
        font-size: 14px;
        color: #cccddb;
        flex-wrap: wrap;
        width: 100%
    }

    FooterRow2_item2 {
        display: none;
    }

    FooterRow2_item3 {
    }

    FooterRow2_item4 {
    }

    FooterRow2_item5 {
    }

    FooterRow2_item6 {
    }
}

#Responsive_MenuContainer {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    background-color: #24222299;
    display: none;
    z-index: 1001
}

#ResponsiveMenu {
    display: flex;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

#Responsive_Menu_Inner {
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #F7F7F7;
    overflow: auto;
}

.Main_ResponsiveMenu_ListItem {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #00000017;
}
