/* ------------------------ Footer ------------------------ */
.freesp{
    margin-bottom: 60px;
}
.footer-sec{
    width: 1280px;
    height: 640px;
    border-radius: 30px;
    background-image: linear-gradient(25deg, #50C4ED, #000000, #000000);
}
.logo-footer-sec{
    width: 100%;
    height: 9%;
}
.main-footer-sec{
    width: 100%;
    height: 92%;
}   
.footer-sec1{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0px 30px 20px 30px;
}
.footer-logo-box{
    margin: 20px 25px;
}
span.mfsecspn {
    color: #fff;
    font-size: 20px;
}
/* ------------------- */

ul.fmstul , #fmstul{
    display: flex;
    margin-top: 10px;
}
li.fmstli {
    width: 25%;
}
span.fmstlisp , .widget_block ul li a {
    color: #fff;
    transition: 0.3s ease!important;
}
span.fmstlisp:hover ,.widget_block ul li a:hover{
    color: #50C4ED;
    transition: 0.3s ease!important;
}
svg#fmstlispsvg {
    color: #fff;
}
svg#fmstlispsvg {
    padding-top: 1px;
}

/*  استایل لسیت تور های فوتر */

.widget_block {
    width: 100%;
}
.widget_block ul li{
    width: 25%;
}
.widget_block ul{
    display: flex;
}

/* --------  ul acsses  ----------- */
li.fmstliac {
    width: 50%;
    list-style: none;
}
.fmstliac-add {
    list-style: none;
}
.fmstw-2 {
    margin-top: 15px;
}
/* --------  ul next  ----------- */
li.fmstlint {
    width: 25%;
}
/* --------    ----------- */
.fmstw{
    margin-top: 15px;
    display: flex;
    gap: 20px;
    list-style-type: none;
}
.fmst-wbi {
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    padding: 10px;
}
.fmstwbi-img{
    width: 100%;
    height: 100%;
}
.fcs-tr {
    display: flex;
    align-items: center;
}
/* --------    ----------- */
span.whs-spnt {
    color: #fff;
    font-size: 14px;
}
span.fmstli-a.user-nav-icon {
    cursor: pointer;
}
a.fmstli-a-ph {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s ease!important;
}
a.fmstli-a-ph:hover {
    color: #50C4ED;
    transition: 0.3s ease!important;
}
/* --------    ----------- */
.fmstul-soc {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}
img.fmstli-a-so {
    height: 100%;
    background:#fff;
    padding: 5px;
    border-radius: 5px;
}
.fmst.df {
    justify-content: space-between;
}
.fmstwbi-img a img {
    width: 100%;
}
.fmstlisp-f {
    font-size: 1.25rem;
}
@media (max-width: 480px) {
.logo-footer-sec {
    height: 4%;
}
}