@import url('GeneralStyling.Css');

/* Start Header Styling */


/* Start Header-Menu Styling */

.action-bar {
    width: 100%;
    height: max(min(2.5vw, 50px), 35px);
    background-color: #000000;
}

.action-bar_list {
    padding: 0 15px;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.action-bar_link {
    color: #E1F3FE;
}

.action-bar_item {
    margin: 0px 0px;
    padding: 5px 0px;
}

nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.header-menu {
    background-color: #fff;
    position: relative;
    top: 0.5vw;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 6vw;
    z-index: 10;
    object-fit: cover;
    background-size: cover;
    transition: width .6s ease-in-out;
    border-radius: 7px;
    background-position: center;
    /*clip-path: polygon(-150% -100%, 75% 0%, 75% 10vh, 0 100%);*/
}

.hedear-menu-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.navbar {
    display: flex;
    justify-content: center;
}

.menu-icon {
    display: inline-block;
}

.header-menu a.top-bar_menu-link {
    padding: max(30px, 40px) min(25px, 1.2vw);
}

.sticky {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left:0;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.header-menu.sticky .top-bar_menu-link {
    padding: max(30px, 50px) min(35px, 2vw);
}

.navbar {
    width: 75%;
    display: flex;
    align-items: center;
}

.logo {
    width: 25%;
    display: flex;
    justify-content: center;
    margin: 0 20px;
    /*margin-top: 20px;
  margin-right: 30px;*/
    height: 5.8vw;
    align-items: center;
}

.logo__img {
    width: 110px;
    height: 75px;
    overflow: hidden;
    /*border: 2px solid rgba(227, 69, 193, 0.47);*/
    /*border-radius: 25%;*/
    cursor: pointer;
}

.top-bar_right {
    /*background: #6d9bb8;*/
    height: 100%;
    width: 77%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.top-bar_left {
    width: 23%;
    /*height: 100%;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.top-bar_menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.logo-link {
    margin: 0;
    width: 100%;
}

.logo-img {
    height: 90px;
    width: 100%;
}

.top-bar_menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.LanguageSelect {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    width: 35%;
    height: 30px;
}

select {
    padding: 3px;
    font-size: 14px;
}


/* Finish Header-Menu Styling */


/* Start Accsessories Styling */

.Accsessories {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22%;
    height: 60%;
}

i {
    color: #f00;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 45px;
}

.top-bar_search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 70%;
}

.semiactice .searcbar {
    font-size: 25px;
    color: #fff;
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 90%;
    align-items: center;
}

.searcbar__input {
    box-sizing: border-box;
    border: none;
    padding: 0 10px;
    border-radius: 5px;
    height: 37px;
    display: none;
    transition: all 5.0s;
    margin-left: 15px;
    font-family: "Vazir";
    font-size: 15px;
    position: relative;
}

.Searchbar_result {
    position: absolute;
    width: 400px;
    height: auto;
    top: 6vw;
    left: 0;
    background-color: #a5afae;
    display: "none";
    line-height: 2.5;
}

.searcbar__input.active {
    display: flex;
    transform: translateX(+30px);
    width: 30px;
    width: 220px;
    -webkit-transform: translateX(+30px);
    -moz-transform: translateX(+30px);
    -ms-transform: translateX(+30px);
    -o-transform: translateX(+30px);
}

.searcbar__icon.active {
    transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
}


/*                                           End Accsessories Styling                       ---*/


/*                                              Header Styling                             ---*/


/*.Header-Menu {
    position: absolute;
    height: 10vh;
    top: 0;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(241, 236, 236, 0.582);
    
    z-index: 100;
}*/


/*                                         Start Logo Styling                              ----*/


/*                                                End Logo Styling                                 --*/


/*                                              Start MainMenu Styling                                 --*/

.MainMenu {
    width: 68%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.MainMenu__item {
    height: 10vh;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.MainMenu__item:hover {
    background-color: #88AABF;
}


/*.top-bar_menu-link:hover .menu-one {
  display: flex;
}*/

.MainMenu__link {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    color: #000;
    padding: 0 10px;
    font-weight: 900;
}

.menu-one {
    position: absolute;
    padding: 18px 20px 0 0;
    display: flex;
    /*
    flex-direction: column;
    */
    background-color: #cde8f8;
    width: 80vw;
    display: none;
}

.sub-menu_item {
    padding: 20px 10px;
}

.sub-submenu {
    background-color: #88AABF;
    padding: 0 20px;
    display: flex;
    width: 350px;
    right: 300px;
    flex-direction: column;
    position: absolute;
    display: none;
}

.submenu-controler {
    position: relative;
}

.submenu-controler:hover ul {
    position: absolute;
    display: flex;
    top: -1px;
    right: 0;
}

.sub-menu-item {
    width: 100%;
}


/*                                               End MainMenu Styling                                 --*/


/*                                                 Footer Styling                                       */

footer {
    /*box-sizing: border-box;*/
    height: 100%;
    width: 100%;
    background-color: #F48FB1;
}

footer .footer-container {
    width: min(90%, 1400px);
    margin: auto;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
}

.footer-container div {
    width: max(28%, 375px);
    margin: 0 min(15px, max(10px, 1vw));
}

.footer-container div h4 {
    margin-bottom: 10px;
    font-family: "Aviny";
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.footer-container div a {
    display: flex;
    align-items: center;
    height: auto;
}

.footer-container div p {
    line-height: 2.3;
    text-align: justify;
}

.footer-logo {
    width: min(97%, 450px);
    margin: auto;
}

.Left-Side {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px;
}

.Right-Side {
    display: flex;
    flex-direction: column;
    /*justify-content: end;*/
    padding: 10px;
    height: 100%;
}

.Actived-menu-link {
    color: #c7102c;
    border-top: 3px solid #c7102c;
}

.top-bar_menu-link:hover {
    color: #c7102c;
    border-top: 3px solid #c7102c;
}


/*.top-bar_menu-item:hover .menu-one {
  width: 80vw;
}*/

.icon:before {
    margin: 0 10px;
    padding: 0 15px;
    font-family: FontAwesome;
    font-style: normal;
}

.bigicon {
    font-size: 30px;
    padding-top: 5px;
}

.svg-inline--fa.fa-w-16 {
    width: 2.5em;
}

.footer-container .Right-Side p {
    line-height: 2;
    text-align: justify;
    margin-bottom: 8px;
}


/*                                                  End Footer Styling                                    */