﻿@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700");
/*@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"');*/

.openMenu {
display:flex !important ; 
}
.closeMenu {
    display: none;
}


h1 {
    font-size: 50px;
    font-family: "Raleway";
    font-weight: 300;
}



.dropDown a {
    color: #8dc440 !important;
    text-decoration: none;
}


.mainMenu {
    padding: 10px;
    background: rgba(23, 170, 241, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    border-radius: 7px;
    width: 300px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropDown {
    display: block;
    width: 35%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1f225f;
    position: relative;
    text-align: left;
    height: 40px;
    -webkit-box-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
    max-width: 500px;
    cursor: pointer;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    border-radius: 7px;
    z-index: 1000;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .dropDown {
        width: 35% !important;
    }
}

/*.dropDown:hover {
    background: #393dac;
}*/

    /*.dropDown:hover ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }*/

.dropDown .dropDownCurrentItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    color: white;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .dropDown .dropDownCurrentItem img {
        width: 24px;
        height: 24px;
    }

.dropDown ul {
    position: relative;
    top: 0px;
    padding: 0px;
    margin: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 40px rgba(25, 27, 76, 0.8);
    box-shadow: 0px 0px 40px rgba(25, 27, 76, 0.8);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    .dropDown ul:hover ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dropDown ul li {
        padding: 7px;
        list-style: none;
        margin: 0px;
        text-indent: 0px;
        list-style-position: inside;
        background-color: rgba(25, 27, 76, 0.95);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 15px;
        width: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

        .dropDown ul li:hover {
            background-color: #0c0d26;
            color: #8dc440;
            font-size: 17px;
        }

        .dropDown ul li:last-of-type {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

header {
    top: 0px;
    z-index: 1000 !important;
    background: #191b4c;
    padding: 10px;
    width: '100%';
    height: 12vh;
    min-height: 80px;
    max-height: 79px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 30px #191b4c;
    box-shadow: 0px 0px 30px #191b4c;
    position: fixed !important;
    left: :0px !important;
    margin: auto;
    min-width: 100%;
    width: 100% !important;
}

    header nav {
        width: 1200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        header nav .logo {
            width: 180px;
            height: 60px;
            -o-object-fit: contain;
            object-fit: contain;
        }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header nav .logo {
        width: 135px;
    }
}

header nav .videoTourButton {
    background: #17aaf1;
    height: 40px;
    width: 10%;
    padding: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 0px 10px;
}

    header nav .videoTourButton:hover {
        -webkit-filter: brightness(130%);
        filter: brightness(130%);
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header nav .videoTourButton {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 25px;
        margin: 0px;
    }

        header nav .videoTourButton span {
            display: none;
        }
}

header nav .userWidget {
    color: 'white';
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    header nav .userWidget div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        color: white;
        margin: 0px 5px;
    }

        header nav .userWidget div span {
            font-size: 18px;
        }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header nav .userWidget div span {
        font-size: 15px;
    }
}

header nav .userWidget div a {
    font-size: 14px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header nav .userWidget div a {
        font-size: 12px;
    }
}

header nav .userWidget img {
    width: 40px;
    height: 40px;
    border-radius: 23px;
}

header .searchBox {
    width: 1200px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 5vh;
    position: absolute;
    top: 75px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header .searchBox {
        width: 100%;
    }
}

header #searchTextBox {
    width: 100%;
    height: 60px;
    border: 0px;
    font-size: 20px;
    text-indent: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.79, 0.62, 1.17);
    transition: all 0.3s cubic-bezier(0, 0.79, 0.62, 1.17);
    -ms-flex-item-align: center;
    align-self: center;
    background: #131439;
    color: white;
}

    header #searchTextBox ::-webkit-input-placeholder {
        color: darkslateblue !important;
    }

    header #searchTextBox :-ms-input-placeholder {
        color: darkslateblue !important;
    }

    header #searchTextBox ::-ms-input-placeholder {
        color: darkslateblue !important;
    }

    header #searchTextBox ::placeholder {
        color: darkslateblue !important;
    }

header .serachButton {
    font-size: 25px;
    color: #17aaf1;
    cursor: pointer;
    z-index: inherit;
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.79, 0.62, 1.17);
    transition: all 0.3s cubic-bezier(0, 0.79, 0.62, 1.17);
}

    header .serachButton:hover .searchBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
/*# sourceMappingURL=main.css.map */
