@font-face {
    font-family: bb;
    src: url(../font/Cairo-SemiBold.ttf);
}

@font-face {
    font-family: mm;
    src: url(../font/Cairo-Black.ttf);
}

p {
    font-size: 13px !important;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px !important;
}

@font-face {
    font-family: rr;
    src: url(../font/Cairo-Medium.ttf);
}

@font-face {
    font-family: sb;
    src: url(../font/Cairo-Bold.ttf);
}

:root {
    --background: #efefef;
    --background2: #f2fdff;
    --waith: #fff;
    --search-color: #b0b0b0;
    --border-radius: 4px;
    --box-shadow: 0 0 10px #e9e9e9;
    --box-shadow2: 0 0 10px #009c57;
    --color: #111;
    --border-color: #c7c7c7;
    --item-color: #f3b9a0;
    --main-color: #606060;
    --active: #ed9f93;
    --para: #757575;
    --box: #f5f5f5;
    --btn: #009c57;
}

body {
    direction: rtl;

    font-family: bb;
    line-height: 2em;
}

video {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: -1; /* Causes the video to sit behind your heading */
    object-position: center; /* Causes video to be centred against the header */
    object-fit: cover; /* Causes video to cover/stretch to the header */
    min-height: 700px;
}
.para img
{
    max-width: 100% ;
    height: auto !important;

}
.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% ;
}
.news-section
{
    background: var(--waith) !important;
    z-index: 10!important;
}
.container {
    width: 80%;
}


.nav-bar {
    background: rgba(239, 239, 239, 0.95);

    position: fixed;
    width: 100%;

    z-index: 1000000;
}
.footer-form
{
    width: 70% !important;
    margin: auto !important;
    margin-bottom: 30px !important;
}
.collapse .navbar-collapse {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    padding: 0;
}

.navbar {
    padding: 0;
    margin: 0;
}

.nav-item {
    padding: 0;
    display: flex;
    justify-content: space-between;
    color: var(--main-color);
}

.navbar-nav {
    padding: 0;
    margin: 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: left !important;
}

.English {
    border: none;
    color: var(--main-color);
}

.search {
    color: rgba(0, 156, 87, 0.9);
    font-weight: bold;
    text-align: center;
    width: 37px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    border-radius: 4px;
}

.search2 {
    color: rgba(0, 156, 87, 0.9);
    font-weight: bold;
    text-align: center;
    width: 37px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    border-radius: 4px;
}

.dropdown-menu
{
    width: 300px;
    border: none;
    padding: 10px;
    border-radius: 4px;
    text-align: right;
}
.dropdown-toggle::after
{
    color: rgba(0, 156, 87, 0.6);
}

.dropdown-menu li {
    padding-bottom: 5px;
    font-family: bb;
    font-size: 14px;
    color: #606060;
    border-bottom: 1px dashed rgba(0, 156, 87, 0.9);
    padding-top: 5px !important;
    margin-top: 0px !important;
}

.dropdown-menu li:last-child {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: none;

}

.dropdown-menu li:hover {

}

.dropdown-item:hover {
    background: transparent;
    font-family: sb;
    /**/
    font-size: 15px;;
    color: #606060;
}

.dropdown1 {
    width: 600px;
    border: none;
    box-shadow: var(--box-shadow);
    right: 50px;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    top: 150px;
    left: 150px;
    background: var(--waith);
}

.info {
    text-align: right;
    padding: 10px;
}

.info h2 {

    color: var(--color);
    font-family: sb;
}

.info p {
    font-size: 11px;
    color: var(--color);
    font-family: rr;
    text-align: justify;
    text-justify: inter-word;
}

.info2 {
    text-align: right;
    padding: 10px;
    border-right: 1px solid var(--main-color);
}

.info2 h4 {
    font-size: 11px;
    color: var(--color);
    font-family: sb;
    padding: 5px 10px;
}

.select {
    display: flex;
    align-items: center;
    margin: 75px 0 20px;
}

.select h4 {
    color: var(--btn);
    /**/
    font-size: 13px;;
    font-family: bb;
    padding: 20px 10px 0 0;
}

.back-img {
    background: url(../img/one.png) no-repeat center center;
    background-size: cover;
    margin: 0 0 30px 0;
    text-align: center;
    height: 600px;
    padding: 280px 0;
}

.back-img h2 {

    color: var(--waith);
    font-family: sb;
}

.para p {
    color: var(--main-color);
    font-size: 15px;
    font-family: bb;
    /*padding: 4px 7px;*/
    text-align: justify;
    text-justify: inter-word;
    line-height: 25px;
}

.back {
    text-align: left;
}

.back a {
    text-decoration: none;
    /**/
    font-size: 11px;
    font-family: sb;
    color: var(--btn);
}

.back a:hover {
    background: var(--background2);
    color: var(--btn);
}

footer {
    background: var(--background);
}

.footer-img {
    display: flex;
    align-items: center;
}

.blank {
    width: 1px;
    height: 105px;
    background: var(--search-color);
}

.footer-info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.footer-link {
    display: flex;
    margin-right: 15px;
}

.footer-icon {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: var(--waith);
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: var(--border-radius);
}

.footer-icon:hover {
    opacity: 0.7;
}

.facebook {
    color: #5864ff;
}

.youtube {
    color: #ff3b3b;
}

.whatsapp {
    color: #0fcb34;
}

.footer-form {
    text-align: left;
    margin: 80px 0 0;
}

.footer-input {
    background: var(--waith);
    border: none;
    padding: 8px 30px;
    font-family: rr;
}

.send {
    background: var(--btn);
    border: none;
    color: var(--waith);
    padding: 7px 30px;
    margin-right: -8px;
    font-family: sb;
}

.last-footer {
    display: flex;
    justify-content: space-between;
}

.last-footer p {
    color: var(--color);
    font-size: 13px;
    font-family: sb;
}

.last-link a {
    color: var(--color);
    font-size: 13px;
    font-family: sb;
    text-decoration: none;
    margin: 0 10px;
}

.back-img2 {
    background: url(../img/two.png) no-repeat center center;
    background-size: cover;
    margin: 0 0 30px 0;
    text-align: center;
    height: 600px;
    padding: 280px 0;
}

.back-img2 h2 {

    color: var(--waith);
    font-family: sb;
}

.back-img3 {
    background: url(../img/three.png) no-repeat center center;
    background-size: cover;
    margin: 0 0 30px 0;
    text-align: center;
    height: 600px;
    padding: 280px 0;
}

.back-img4 {
    margin: 0 0 30px 0;
    text-align: center;

}

.back-img4 h2 {

    color: var(--color);
    font-family: sb;
}

.back-img3 h2 {

    color: var(--waith);
    font-family: sb;
}

.select2 h2 {

    color: var(--btn);
    font-family: sb;
}

.select a {

    color: var(--btn) !important;

}

.contact-box {
    background: var(--waith);
    box-shadow: 0 0 10px var(--search-color);
    padding: 30px;
    margin: 30px 0;
}

.span-box {
    margin: 0 0 20px;
    color: var(--btn);
}

.span-box span {
    font-size: 13px;
    font-family: sb;
    padding-right: 10px;
}

.span-box img {
    width: 22px;
    height: 22px;
}

.span-box p {
    padding: 10px 40px 0 0;
    color: var(--main-color);
    font-size: 15px;
    font-family: rr;
}

.three-dives1 {
    background: url(../img/Group\ 22.png) no-repeat center center;
    background-size: cover;
    padding: 260px 0 20px 0;
    text-align: center;
    margin: 30px 0;
    height: 360px;
}

.three-dives1 h2 {
    color: var(--waith);
    font-family: sb;
    text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
}

.three-dives2 {
    background: url(../img/Group\ 23.png) no-repeat center center;
    background-size: cover;
    padding: 261px 0 20px 0;
    text-align: center;
    margin: 30px 0;
    height: 360px;
}

.three-dives2 h2 {
    color: var(--waith);
    text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
    font-family: sb;
}

.three-dives3 {
    background: url(../img/Group\ 24.png) no-repeat center center;
    background-size: cover;
    padding: 270px 0 20px 0;
    text-align: center;
    margin: 30px 0;
    height: 360px;
}

.three-dives3 h2 {
    color: var(--waith);
    text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
    font-family: sb;
}
.overlay
{
    height: 360px !important;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1000;
    background: rgba(9, 9, 9, 0.4);
}
.three-dives4 {
    background: url(../uploads/Dev.png) no-repeat center center;
    background-size: cover;
    padding: 270px 0 20px 0;
    text-align: center;
    margin: 30px 0;
    height: 360px;
}
.three-dives4 h2 {
    color: var(--waith);
    text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
    font-family: sb;
}
.three-dives4 h4 {
    color: var(--waith);
    font-family: sb;
    text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
}
.three-dives3 h4 {
    color: var(--waith);
    font-family: sb;
}
.start-section {
    background: var(--background2);
}

.news-section a {
    text-decoration: none;
}

.news-boxes {
    background: var(--waith);
    box-shadow: var(--box-shadow);
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-boxes:hover {
    box-shadow: 0 0 15px #757575;
}

.three-dives1:hover {
    box-shadow: 0 0 15px #757575;
}
.three-dives2:hover {
    box-shadow: 0 0 15px #757575;
}
.three-dives3:hover {
    box-shadow: 0 0 15px #757575;
}

.news-boxes img {
    width: 100%;
    display: block;
    padding: 0px;
    width: 100%;
    position: relative;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: all .2s ease-in-out;
}

.news-boxes img:hover{
    transform: scale(1.1) !important;
}

.news-boxes h4 {
    color: var(--color);
    /**/
    font-size: 16px;;
    line-height: 30px;
    font-family: bb;
    padding: 10px;
    height: 70px;
    overflow: hidden;
}

.news-boxes p {
    color: #929292;
    font-size: 13px;
    font-family: rr;
    padding: 4px 10px;
    line-height: 30px;
}
.news-boxes
{
    height: 500px;
    overflow: hidden;
}
.view {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    color: #929292;
}

.news-head h2 {
    color: #606060;

    font-family: sb;
    padding: 20px 0;
}

.news-head h3 {
    color: #393939;

    font-family: bb;
    padding: 7px;
}

.news-head p {
    color: var(--main-color);
    /**/
    font-size: 13px;;
    font-family: rr;
    padding: 4px 7px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 40px;
}

.chart {
    width: 100%;
    height: 511px;
    margin-top: -30px;
}

#chartdiv {
    width: 100%;
    height: 560px;
}

.price-info {
    border: 1px solid var(--main-color);
    padding: 50px 10px;
    text-align: center;
    height: 511px;
    margin-bottom: 20px;
}

.price-info h2 {
    color: var(--main-color);

    font-family: sb;
    margin-bottom: 30px;
}

.price-info a {
    color: var(--waith);
    text-align: center;
    text-decoration: none;
    font-family: sb;
    font-size: 20px;
    border-radius: 4px;
    padding: 10px 110px;
    background: var(--btn);
}

.price-info h3 {
    color: var(--main-color);

    font-family: sb;
    margin-bottom: 10px;
    margin-top: 33px;
}

.price-info span {
    color: var(--btn);
    /**/
    font-size: 25px;
    font-family: rr;
    margin-bottom: 10px;
}

.h-box {
    display: flex;
    justify-content: space-around;
}

.price-info i {
    /**/
    font-size: 11px;
    color: var(--btn);
}

.year-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.year-link .selected {
    background: var(--waith) !important;
    color: var(--btn) !important;
    font-family: sb !important;
    text-decoration: underline;
    font-size: 1em;
}
.year-link a {
    text-decoration: none;
    background: var(--btn);
    color: var(--waith);
    /**/
    font-size: 13px;;
    font-family: sb;
    padding: 8px 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 20px;
    border: 1px solid #009c57;
    row-gap: 7px;
}

.year-link a {
    text-decoration: none;
    background: var(--btn);
    color: var(--waith);
    /**/
    font-size: 13px;;
    font-family: sb;
    padding: 8px 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 20px;
    border: 1px solid #009c57;
    row-gap: 7px;
}

.btn-sendddd {

    background: var(--btn) !important;
    font-family: bb;
    color: #fff;
    padding: 5px 10px 10px 10px !important;
}



.green {
    height: 60px;
    width: 100%;
    background: var(--btn);
    padding: 20px;
}

.green h2 {
    color: var(--waith);

    font-family: sb;
}

.year-news {
    background: #dcdcdc;
    margin-top: -50px;
    padding: 30px 20px;
    margin-bottom: 200px;
}

.new-news {
    display: flex;
    justify-content: space-between;
    color: var(--color);
    /**/
    font-size: 11px;;
    font-family: rr;
}

.flx {
    padding-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.search-div {
    display: none;
    position: relative;
}

.search-div form {
    width: 100%;
}

.search-div form input {
    width: 100%;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    background: var(--waith);
    border: none;
    padding: 15px 30px;
    font-family: sb;
}

.can i {
    position: absolute;
    top: 50%;
    left: 5%;
    /**/
    font-size: 22px;
    color: var(--main-color);
    cursor: pointer;
}

.flx {
    padding-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.search-div2 {
    display: none;
    position: relative;
}

.search-div2 form {
    width: 100%;
}

.search-div2 form input {
    width: 100%;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    background: var(--waith);
    border: none;
    padding: 15px 30px;
    font-family: sb;
}

.can2 i {
    /**/
    font-size: 22px;
    color: var(--main-color);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 5%;
}

.start-section {
    text-align: center;
}

.news-section a.last {
    margin: 30px auto;
    text-align: center;
    padding: 10px 50px;
    background: var(--btn);
    text-decoration: none;
    /**/
    font-size: 13px;;
    font-family: sb;
    color: var(--waith);
    background: var(--btn);
    transition: all 0.3s ease;
    border-radius: 4px;
}

.lnk-a {
    margin: 30px auto 10px;
    text-align: left;
}

.news-section a.last:hover {
    opacity: 0.7;
}

.video-lay h1 {
    color: #ffffff;
    font-size: 4em !important;
    font-family: bb;
    padding: 7px;
    margin-top: 20%;
    text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
    text-align: center;
}

.video-lay {

    height: 700px !important;
    display: block;
    position: relative;

    text-align: center;
    overflow: hidden;
    z-index: 1000;
    background: rgba(9, 9, 9, 0.15);

}

.nav-link {
    font-family: bb;
    color: var(--main-color);
    z-index: 10000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-link:hover {
    font-family: sb;
}



.footer-form {
    text-align: left;
    margin: 67px 0 0;
}

.m-nav-bar {
    display: none;
}

.news-head {
    margin: -1% 0 0 0;
}

@media (max-width: 1400px) {
    .footer-form {
        text-align: center;
        margin: 30px 0;
    }

    .video-lay h1 {
        color: #ffffff;
        font-size: 4em !important;
        font-family: bb;
        padding: 7px;
        margin-top: 50%;
        text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
        text-align: center;
    }

    .d-flex {
        margin-right: 10%;
    }

    .nav-logomg {
        width: 131px;
        height: 94px;
    }
}

@media (max-width: 1200px) {
    .d-flex {
        margin-right: 5%;
    }

    .video-lay h1 {
        color: #ffffff;
        font-size: 4em !important;
        font-family: bb;
        padding: 7px;
        margin-top: 50%;
        text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
        text-align: center;
    }

    .nav-bar {
        display: none;
    }

    .m-nav-bar {
        display: block;
    }

    .footer-img {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .footer-info {
        display: flex;
        align-items: center;
        margin-bottom: 26px;
        flex-wrap: wrap;
    }

    .footer-link {
        margin: 26px auto 0;
    }

    .last-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .price-info h3 {

    }

    .price-info span {
        color: var(--btn);
        /**/
        font-size: 22px;
        font-family: rr;
        margin-bottom: 10px;
    }

    .price-info a {
        padding: 10px 88px;
    }

    .last-footer {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.sld-section {
    display: none;
}

@media (max-width: 990px) {
    .d-flex {
        width: 100%;
        margin: 14px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-lay h1 {
        color: #ffffff;
        font-size: 4em !important;
        font-family: bb;
        padding: 7px;
        margin-top: 50%;
        text-shadow: 0 9px 9px rgba(112, 112, 112, 1);
        text-align: center;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .dropdown-menu {
        width: 100%;
    }

    .news-boxes {
        background: var(--waith);
        box-shadow: var(--box-shadow);
        margin-bottom: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 6%;
    }

    .footer-form {
        text-align: center;
        margin: 30px 0;
    }

    .footer-form input {
        display: block;
        width: 80%;
        margin: 0px auto 0px;
    }

    .footer-form button {
        display: block;
        width: 90%;
        margin: 0px auto 10px;
    }


    .back-img {
        background: url(../img/two.png) no-repeat center center;
        background-size: cover;
        margin: 0 0 30px 0;
        text-align: center;
        height: 200px;
        padding: 280px 0;
    }

    .back-img2 {
        background: url(../img/two.png) no-repeat center center;
        background-size: cover;
        margin: 0 0 30px 0;
        text-align: center;
        height: 200px;
        padding: 280px 0;
    }

    .back-img3 {

        background-size: cover;
        margin: 0 0 30px 0;
        text-align: center;
        height: 200px;
        padding: 280px 0;
    }

    .footer-img {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .footer-info {
        display: flex;
        align-items: center;
        margin-bottom: 26px;
        flex-wrap: wrap;
    }

    .footer-link {
        margin: 26px auto 0;
    }

    .last-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .start-section {
        display: none;
        margin-top: -15% !important;
        z-index: 1000 !important;
        position: relative;
    }

    .sld-section {
        display: block;
        padding: 50px 0;
    }

    .last-footer {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .last-footer p {
        padding-top: 14px;
    }
}

@media (max-width: 600px) {
    .footer-info {
        flex-wrap: wrap;
        text-align: center;
    }

    .container {
        width: 100%;
    }

    .blank {
        display: none;
    }

    .footer-link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
    }

    .footer-form {
        text-align: center;
        margin: 30px 0;
    }

    .footer-form input {
        display: block;
        width: 90%;
        margin: 0px auto 0px;
    }

    .footer-form button {
        display: block;
        width: 90%;
        margin: 0px auto 10px;
    }

    .last-footer {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .d-flex {
        width: 100%;
        margin: 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar {
        flex-wrap: wrap;
    }

    .dropdown-menu {
        width: 100%;
    }

    video {
        margin-top: 94px;
    }

    .add-btn {
        width: 90%;
        background: var(--waith);
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
        margin: 100px auto;
        padding: 30px;
    }

    ul.navbar-nav {
        display: flex;
    }

    .footer-img {
        display: flex;
        align-items: center;
        column-gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px;
    }

    .footer-img img {

        height: 60px;
    }

    .start-section {
        display: none;
    }

    .sld-section {
        display: block;
        padding: 50px 0;
    }

    .blank-mg {
        display: none;
    }

    .footer-img {
        justify-content: center;
        align-items: center;
    }

    .footer-info {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .last-footer {
        text-align: center !important;
    }

    .container {
        width: 100%;
    }
}

.f-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-nav-bar {
    background: var(--background);
    position: fixed;
    width: 100%;
    box-shadow: var(--box-shadow);
    z-index: 1000000;
}

.list {
    color: #393939;
    /**/
    font-size: 22px;
    cursor: pointer;
}

.list-tm {
    background: var(--background);
    width: 100%;
    box-shadow: var(--box-shadow);
}

.list1 {
    display: none;
}

.a-lnk {
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px 10px;
}

.a-lnk2 {
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px 10px;
}

.a-lnk a {
    /**/
    font-size: 13px;;
    font-family: sb;
    text-decoration: none;
    color: var(--main-color);
}

.a-lnk3 {
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px 10px;
}

.a-lnk4 {
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 20px 10px;
}

.a-lnk2 a {
    /**/
    font-size: 13px;;
    font-family: sb;
    text-decoration: none;
    color: var(--main-color);
}

.a-lnk3 a {
    /**/
    font-size: 13px;;
    font-family: sb;
    text-decoration: none;
    color: var(--main-color);
}

.a-lnk4 a {
    /**/
    font-size: 13px;;
    font-family: sb;
    text-decoration: none;
    color: var(--main-color);
}

.a-lnk:hover {
    color: #009c57;
}

.a-lnk2:hover {
    color: #009c57;
}

.a-lnk3:hover {
    color: #009c57;
}

.a-lnk4:hover {
    color: #009c57;
}

.down {
    margin-top: 3px;
    color: rgba(0, 156, 87, 0.6);
}

.down-list {
    background: var(--waith);
    box-shadow: var(--box-shadow);
    display: none;
    margin-top: 15px;
}

.down-list a {
    padding: 0 20px;
    /**/
    font-size: 13px;;
    font-family: rr;
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px dashed rgba(0, 156, 87, 0.6);;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
}

.down-list a:hover {

}

.down-list2 {
    background: var(--waith);
    box-shadow: var(--box-shadow);
    display: none;
    margin-top: 15px;
}

.down-list2 a {
    padding: 0 20px;
    /**/
    font-size: 13px;;
    font-family: rr;
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
}

.down-list2 a:hover {
    color: var(--btn);
}

.down-list3 {
    background: var(--waith);
    box-shadow: var(--box-shadow);
    display: none;
    margin-top: 15px;
}

.down-list3 a {
    padding: 0 20px;
    /**/
    font-size: 13px;;
    font-family: rr;
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
}

.down-list3 a:hover {
    color: var(--btn);
}

.down-list4 {
    background: var(--waith);
    box-shadow: var(--box-shadow);
    display: none;
    margin-top: 15px;
}

.down-list4 a {
    padding: 0 20px;
    /**/
    font-size: 13px;;
    font-family: rr;
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
}

.down-list4 a:hover {
    color: var(--btn);
}

.news-head {
    margin: 0% 0 0 0;
}

.blank-mg {
    height: 60px;
    border: 1px solid #707070;
}

.footer-img {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.footer-img img {

    height: 60px;
}

.footer-form {
    text-align: left;
    margin: 10px 0 0;
}

.footer-info {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.swiper {
    width: 90%;
    height: fit-content;
}

.video {
    /*filter: blur(1px);*/
    max-height: 700px;
    margin-top: 0px;
    overflow: hidden;
}


.dropdown-menu {
    margin-top: 43px;
    width: 300px;
    border: none;
    padding: 20px;
    border-radius: 4px;
    text-align: right;
}

.dn {
    margin-top: 11px;
    color: var(--main-color);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn:hover {
    margin-top: 11px;
    color: var(--btn);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn2 {
    margin-top: 11px;
    color: var(--main-color);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn2:hover {
    margin-top: 11px;
    color: var(--btn);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn3 {
    margin-top: 11px;
    color: var(--main-color);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn3:hover {
    margin-top: 11px;
    color: var(--btn);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn4 {
    margin-top: 11px;
    color: var(--main-color);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.dn4:hover {
    margin-top: 11px;
    color: var(--btn);
    cursor: pointer;
    /**/
    font-size: 10px;
}

.swiper-button-next:after {
    color: transparent;
}

.swiper-rtl .swiper-button-prev:after {
    color: transparent;
    content: "next";
}

.swiper-rtl .swiper-button-prev:after {
    color: transparent;
    content: "next";
}

.news-boxes h4 {
    color: var(--color);
    /**/
    font-size: 15px;;
    font-family: sb;
    padding: 10px;
}

.dropdown-menu {
    text-align: right;
}

.nav-link {
    margin: 0 10px;
}

.price-info span {
    /**/
    font-size: 22px;
}

.price-info h3 {

}

.price-info h2 {

}

.footer-img img {

    height: 60px;
}

.show {
    display: block;
}
