.first_part {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    height: calc(100vh - 212px);
    width: 100vw;
    margin-bottom: 40px;
}

.first_part>span {
    position: absolute;
    width: 20%;
    height: 20%;
    top: 40%;
    background: #0AC90A;
    opacity: 1;
    filter: blur(185px);
    border-radius: 100%;
}

#circle_right {
    right: 20%;
}

#circle_left {
    left: 20%;
}

.first_part>* {
    text-align: center;
}

.first_part>h2 {
    font-size: 3vw;
    /* font-size: 40px; */
}

.first_part>h2>span {
    color: #0AA7CA;
}

.first_part>p {
    color: #0C3749;
    font-size: 22px;
}


.first_part>form {
    margin-top: 50px;
}

.first_part>form>a {
    width: 140px;
    height: 45px;
    background: #0AA6C9;
    border-radius: 30px;
    margin: 0 10px;
    color: #FFFFFF;
    border: 0.1px solid #FFFFFF;
    opacity: .9;
}

.first_part>form>label {
    position: relative;
}


.first_part>form>label::after {
    content: "⌄";
    font-size: 14px;
    color: #333;
    position: absolute;
    top: 40%;
    left: 55px;
    color: white;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all ease-in-out .1s;
}

.first_part>form>label:hover::after {
    top: 45%;
}

.btn_lang {
    background: linear-gradient(90deg, #35D78A 0%, #77E015 100%) !important;
    padding: 0 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 140px;
    height: 45px;
    border-radius: 30px;
    margin: 0 10px;
    color: #FFFFFF;
    border: 0.1px solid #FFFFFF;
    cursor: pointer;
}

.btn_lang>option {
    background: #35D78A;
    color: #fff;
}


.LinksMain_Lst>a>p,
.LinksMain_Lst>div>p {
    margin-bottom: 4px;
    color: #080808;
    width: 100%;
    text-align: center;
}

.LinksMain_Lst>a>p:last-child,
.LinksMain_Lst>div>p:last-child {
    color: #7B7B7B;
}

.LinksMain_Lst>a>span,
.LinksMain_Lst>div>span {
    width: 134.23px;
    height: 134.23px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LinksMain_Lst>a>span img,
.LinksMain_Lst>div>span img {
    border-radius: 50px;
}

/* .Main_Top {
    margin-top: 180px;
} */

.Main_Top>span {
    width: 330px;
    height: 330px;
    right: calc(50% - 330px / 2);
    top: calc(50% - 330px / 2);
    background: #0091FF;
    opacity: 0.5;
    filter: blur(340px);
    border-radius: 100%;
    z-index: -1;
}

.Main_Top_Left {
    height: 565px;
    /* padding: 20px;    */
}

.slider {
    transition: all ease-in-out .2s;
}

.slider_img,
.slider_des {
    border-radius: 20px;
    background: var(--BG_header);
    padding: 15px;
}

.slider_img {
    padding: unset !important;
    border-radius: 50px 15px 15px 15px;
}

.slider_des {
    height: 265px;
    display: flex;
    flex-wrap: wrap;
}

.slider_img>img {
    border-radius: 50px 15px 15px 15px;
}

.slider_des>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    /* max-height: 45px; */
}

.slider.swiper-slide {
    width: unset !important;
}


.slider_img>img {
    /* aspect-ratio: 16/9; */
    width: 100%;
    height: 274px;
}

.Main_Top_Right {
    height: 565px;
}

.Main_Top_Right>a:last-child {
    border-radius: 15px 15px 50px 15px;
}

.slider_Boxs {
    border-radius: 20px;
    background: white;
    height: 30%;
    box-shadow: 0px 4px 70px 0px var(--Box_shadow);
    margin: 0 15px;
    opacity: 1;
    padding: 10px;
    padding-right: 30px;
}

.slider_Boxs>div>img {
    border-radius: 20px;
}

.slider_Boxs>div:first-child>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* max-height: 45px; */
}

.slider_dots {
    /* padding-right: 40%; */
    margin-top: 20px;
}

.slider_dots>span {
    background: rgb(11, 162, 197, 25%);
    border-radius: 3px;
    height: 7px;
    width: 11px;
    opacity: 1;
    margin: 5px;
    cursor: pointer;
}

.slider_dots_ac {
    width: 32px !important;
    background: #0BA2C5 !important;
    opacity: 1 !important;
}

.VirtualNetworks_Main {
    background-image: url(../img/img_Box/BG_Mountains.png);
    height: 80vh;
    margin-top: 180px;
    align-content: end;
    padding-bottom: 10vh;
    align-content: center;
}

.VirtualNetworks_Main>a {
    width: 140px;
    height: 45px;
    color: white;
    background: linear-gradient(90deg, #35D78A 0%, #77E015 100%);
    border-radius: 30px;
    opacity: .9;
}

.Box_collection {
    margin-top: 180px;
}

.mobile_info_view_all {
    background: #242424;
    border-radius: 10px;
    height: 200px;
    padding: 20px;
    margin-top: 40px;
}

.mobile_info_view_all>p {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.mobile_info_view_all>div>div>span {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
    margin-bottom: 10px;
}

.mobile_info_view_all>div>div>p,
.mobile_info_view_all>div>div>span svg {

    color: white;
}

.mobile_info_view_all>div>div>p:last-child {
    color: #d6d6d6;
    font-size: 13px;
}

.filter_mobile_btn,
.top_mobile_filter2 {
    background: #242424;
    /* border: 2px solid #e3e3e3; */
    color: white;
    border-radius: 10px;
    height: 44px;
    margin-top: 20px;
}


.collections_filter_mobile {
    width: 100%;
    background: white;
    border-radius: 25px 25px 0 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 70px 0px var(--Box_shadow);
}

.products .view_all_filter.active {
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: #fbfbfb;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    flex-wrap: wrap;
    overflow: auto;
    padding-bottom: 50px;
}

.view_all_filter.active>div {
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
    height: fit-content;
    box-shadow: 0 0 71px #0000000a;
    padding: 20px;
    margin: 10px 0px;
    max-height: 182px;
    overflow: auto;}

.view_all_filter.active>div.change_mode_search {
    margin-top: 10px !important;
}


.products .view_all_filter.active>*:not(:first-child, :last-child) {
    width: 95% !important;
}

span.top_mobile_filter2 {
    /* margin-bottom: 20px; */
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    border-radius: 0;
}

.products .view_all_filter.active>span:first-child {
    background: #ebebeb;
}

.participants {
    margin-top: 100px;
}

.collection_right>span,
.participants_right>span {
    width: 70px;
    height: 70px;
    background: rgb(10, 165, 200, 8%);
    border-radius: 9px;
    color: #0AA7CA;
}

.collection_right>div>h4>span,
.participants_right>div>h4>span {
    color: #0AA7CA;
}

.collection_left span,
.participants_left span {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background: white;
}

.Box_collection_bottom,
.Box_user_bottom {
    width: 100%;
    overflow: auto;
}

.Box_user_bottom>a>div>div>p:first-child {
    font-weight: 400;
    font-size: 20px;
    color: #0BA6C9;
    text-shadow: 0px 0px 30px rgba(84, 89, 234, 0.4);
}

.Box_user_bottom>a>span p {
    opacity: 0;
    margin-top: 10px;
    transition: all ease-in-out .2s;
}

.Box_user_bottom>a:hover span p {
    opacity: 1;
    margin-top: 0px;
}

.Box_user_bottom>a>span img {
    transform: rotate(180deg);
}

.Box_collection_bottom>a,
.Box_user_bottom>a {
    height: 338px;
    cursor: pointer;
    margin-left: 30px;
}

.Box_collection_bottom>a>div,
.Box_user_bottom>a {
    width: 220px;
    height: 308px;
    border-radius: 20px;
    background: white;
    transition: all ease-in-out .2s;
    box-shadow: 0px 4px 70px 0px var(--Box_shadow);
}

.Box_user_bottom>a {
    width: 45%;
    height: 112px;
    margin-top: 30px;
}

.Box_collection_bottom>a>div:hover {
    margin-bottom: 30px;
}

.Box_collection_bottom>a>div>div:first-child {
    height: 113px;
    width: 111px !important;
    border-radius: 45px;
    border: 1px solid rgb(0, 0, 0, 9%);
}

.Box_collection_bottom>a>div>div:first-child img {
    height: 113px;
    width: 111px !important;
    border-radius: 45px;
    border: 1px solid rgb(0, 0, 0, 9%);
}


.Box_collection_bottom>a>div>div:last-child>span {
    width: 38px;
    height: 38px;
    background: #F3F3F3;
    border-radius: 10px;
    transition: all ease-in-out .5s;
}

.Box_collection_bottom>a>div>div:last-child>span img {
    transition: all ease-in-out .12s;
}

.Box_collection_bottom>a>div>div:last-child>span:hover img {
    padding-bottom: 2px;
    filter: invert(58%) sepia(55%) saturate(2958%) hue-rotate(152deg) brightness(86%) contrast(91%);
}

.Publications_Img_Box {
    padding: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category {
    border: 1px solid rgb(0, 0, 0, 9%);
    background: white;
    border-radius: 10px;
    margin-top: 100px;
    padding: 20px 10px;
}

.category .Line {
    height: 50px;
    width: 1px;
    background: rgb(0, 0, 0, 15%);
}

.category>a {
    height: 71px;
}

.category>.Line_right {
    right: 0px;
    background: #0AA7CA;
    border-radius: 100px;
    height: 40%;
    width: 4px;
}

.participant {
    background: white;
    border-radius: 20px;
    min-width: 170px;
    min-height: 170px;
    margin: 15px;
}






.comments {
    margin-top: 200px;
}

.comment {
    min-width: 500px;
    min-height: 325px;
    border-radius: 20px;
    background: white;
    padding: 50px;
    margin: 0 30px;
}

.comment>span {
    width: 100%;
    height: 1px;
    background: rgb(0, 0, 0, 15%);
}

.comment>p {
    text-align: justify;
    text-align-last: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    margin-top: 20px;
}

.comments_lst>span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;
}

.comments_lst>span:first-child {
    right: -45px;
}

.comments_lst>span:not(:first-child) {
    left: -45px;
}

.comments_lst>div {
    overflow: hidden;
}

.comments_lst>div::-webkit-scrollbar {
    display: none;
}

.comments_dots>span {
    background: rgb(11, 162, 197, 25%);
    border-radius: 3px;
    height: 7px;
    width: 11px;
    opacity: 1;
    margin: 5px;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.swiper-pagination-bullet-active {
    width: 32px !important;
    background: #0BA2C5 !important;
}

footer {
    background: var(--BG_header);
    padding: 30px;
    margin-top: 100px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
}

.footer_Des_logo>h1>span {
    color: #0AA7CA;
}

footer ul:nth-child(2) {
    border-left: unset;
}

footer ul {
    border-right: 1px solid rgb(0, 0, 0, 20%);
    border-left: 1px solid rgb(0, 0, 0, 20%);
    margin-right: 10px;
    margin-left: 10px;
}

footer ul li {
    width: 51%;
    text-align: center;
    transition: all ease-in-out .2s;
    margin-bottom: 5px;
}

footer ul li a {
    font-family: 'el';
}

footer ul li:not(:first-child):hover {
    padding-right: 10px;
}

footer ul li:hover a {
    color: #0AA7CA;
}

footer>div:last-child {
    margin-right: 50px;
}

footer>div:last-child>div>span {
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background: #0AA7CA;
}

footer>div:last-child>div>div>p>span {
    color: #0AA7CA;
}

footer>div:last-child>div:last-child>span {
    background: #0C3749;
}

.view_all_filter {
    min-width: 30%;
    margin-left: 1vw;
}

.view_all_filter .change_mode_search span {
    border-radius: 10px;
    border: 1px solid #0AA7CA;
    color: #0AA7CA;
    transition: all ease-in-out .3s;
    cursor: pointer;
    padding: 5px;
    width: 30%;
}

.view_all_filter .change_mode_search span.ac_mode_search_products,
.view_all_filter .change_mode_search span:hover {
    background: #0AA7CA;
    color: white;
}

.view_all_filter .Line {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #08080800, #0808084f);
    margin: 10px 0;
}


.view_all_filter>div {
    border-radius: 20px;
    background: var(--BG_header);
    width: 100%;
    height: fit-content;
    padding: 20px;
    margin: 30px 5px;
    max-height: 182px;
    overflow: auto;
}

.view_all_filter>div:nth-child(2)>label {
    border: 1px solid rgb(12, 56, 75, 30%);
    border-radius: 24px;
    width: 100%;
    height: 52px;
}

.view_all_filter>div:nth-child(2)>label>input {
    border: none;
    background: none;
    width: calc(100% - 28px);
    padding: 10px;
    transition: all ease-in-out .2s;
}

.view_all_filter>div:nth-child(2)>label>input:focus {
    padding-right: 15px;
}

.view_all_filter>div:nth-child(2)>label>span {
    left: 10px;
    top: calc(52px / 2 - 10px);
    border-right: 1px solid #B3B3B3;
    padding-right: 10px;
}

.view_all_filter>div>label:not(:nth-child(2)) {
    margin: 8px 0;
}

.view_all_filter>div>label>p::selection {
    background: transparent;
}


/* checkbox-rect */
.item {
    margin: 5px 0;
}

.checkbox-rect input[type="checkbox"] {
    display: none;
}

.checkbox-rect input[type="checkbox"]+label {
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all ease-in-out .2s;
    color: #ACACAC;
}

.checkbox-rect input[type="checkbox"]:hover+label:hover {
    padding-right: 24px;
    color: black;
}

.checkbox-rect input[type="checkbox"]:hover+label:before {
    background: #0AA7CA;
    /* box-shadow: inset 0px 0px 0px 2px #f7f2f2; */
}

.checkbox-rect input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.checkbox-rect input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 0.2em;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s, background 0.2s ease-in-out;
    transition: all 0.2s, background 0.2s ease-in-out;
    background: #BFE4ED;
}

.checkbox-rect input[type="checkbox"]:checked+label:before {
    width: 10px;
    height: 10px;
    border-radius: 0.2em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #0AA7CA;
}

.checkbox-rect input[type="checkbox"]:checked+label {
    padding-right: 24px;
    color: black;
}

/* checkbox-rect end */

/* ----------- */

.infomation_product_image {
    background: var(--BG_header);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0px 4px 70px 0px var(--Box_shadow);
    max-height: 340px;
}

.infomation_product_Title {
    margin-right: 20px;
    width: 55%;
}


.infomation_product_Title>div {
    max-height: 200px;
    background: var(--BG_header);
    border-radius: 20px;
    box-shadow: 0px 4px 70px 0px var(--Box_shadow);
    padding: 30px;
}

.infomation_product_Title>div>div:first-child p {
    text-align: justify;
    text-align-last: center;
    /* margin-bottom: 20px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;
}

.infomation_product_Title>div>div:first-child * {
    text-align: center;
}

.infomation_product_image>img {
    aspect-ratio: 5/3;
    width: 100%;
    border-radius: 20px;
}

.infomation_product_Title>div:last-child>div:last-child>span {
    background: #F3F3F3;
    border-radius: 10px;
    margin: 10px 0;
    padding: 8px 0;
}

.infomation_product_Title_right>img {
    aspect-ratio: 1 / 1;
    width: 55px;
    margin-left: 15px;
}


.lst_des_product_top {
    background: var(--BG_header);
    border-radius: 20px;
    padding: 0 30px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
}

.lst_des_product_top_links>div,
.lst_des_product_top_links>a {
    margin: 0 10px;
    padding: 30px 0;
    position: relative;
}

.lst_des_product_top_links>div span,
.lst_des_product_top_links>a span {
    width: 0;
    transition: all ease-in-out .3s;
    opacity: 0;
}

.lst_des_product_top_links>div .AC_span,
.lst_des_product_top_links>a .AC_span {
    width: 100%;
    background: #0AA7CA;
    border-radius: 5px;
    height: 3px;
    display: flex;
    position: absolute;
    opacity: 1;
    bottom: 0px;
}

.lst_des_product_top_links>div p,
.lst_des_product_top_links>a p {
    font-family: "el";
    color: rgb(12, 56, 75);
    opacity: .6;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.lst_des_product_top_links>div:hover p,
.lst_des_product_top_links>a:hover p {
    opacity: 1;
}

.description_product,
.Hosts {
    background: var(--BG_header);
    border-radius: 20px;
    padding: 30px;
}

.description_product>a {
    border-radius: 100px;
    background: #0aa7ca;
    padding: 5px 15px;
    /* margin-top: 5px; */
    margin-bottom: 10px;
    opacity: 1;
    color: white;
}

.Hosts>p {
    width: 100%;
}

.communication_product_right>a {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background: var(--BG_header);
    margin: 0 25px;
    margin-bottom: 25px;
}

.communication_product_left>div,
.communication_product_right>div {
    border-radius: 20px;
    background: var(--BG_header);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.communication_product_right>div {
    margin-bottom: 40px;
    padding: 25px 30px;
}

.communication_product_right>div>img {
    aspect-ratio: 1/1;
    height: 45px;
}

.communication_product_right>div>p {
    width: calc(100% - 65px) !important;
    margin-right: 5px;
}

.communication_product_left>div>a {
    background: #F3F3F3;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.comments_product>div {
    border-radius: 20px;
    background: var(--BG_header);
    padding: 40px;
    margin: 20px 0;

}

.comments_product_top>button {
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all ease-in-out .4s;
}

.comments_product_top>button:hover {
    transform: rotate(360deg);
}

.comments_product_top>div>img,
.reply>div:first-child>div>img {
    border-radius: 16px;
    width: 50px;
    aspect-ratio: 1/1;
}

.comments_product>div>.Line,
.reply>.Line {
    height: 1px;
    background: rgb(0, 0, 0, 10%);
    margin: 15px 0;
}

.comment_text {
    text-align: justify;
}

.reply {
    background: rgb(131, 131, 131, 8%);
    margin-top: 30px;
    border-radius: 20px;
    padding: 40px;
}

.lst_des_product_bottom,
.lst_image_product {
    min-width: 100%;
}

.lst_image_product>div {
    background: var(--BG_header);
    border-radius: 15px;
    margin: 25px;
    opacity: .95;
    width: 25vw !important;
}

.lst_image_product>div>img,
.lst_image_product>div>video {
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.Publications>div {
    border: 1px solid #E8E8E8;
    background: var(--BG_header);
    border-radius: 15px;
    margin: 10px 0;
    overflow: hidden;
    cursor: pointer;

}

.Publications>div:hover span {
    right: 0;
}

.Publications>div>span {
    right: -5px;
    top: calc(50% - 23px);
    width: 5px;
    height: 47px;
    background: #0AA7CA;
    border-radius: 10px;
    transition: all ease-in-out .2s;
}

.Publications>div>.Line {
    width: 1px;
    height: 51px;
    border-radius: 10px;
    background: black;
    opacity: .11;
    margin: 0 25px;
}

.Publications>div>div>a,
.infomation_product_Title_Links>a {
    background: #F3F3F3;
    border-radius: 10px;
    margin: 0 10px;
    padding: 15px;
    border: 1px solid transparent;
    opacity: .95;
}

.Publications>div>div>a:hover,
.infomation_product_Title_Links>a:hover {
    border: 1px solid #E8E8E8;
}

.textarea_comments {
    border-radius: 25px;
    background: #dcdcdc;
    border: none;
    padding: 10px;
    height: 100px;
    opacity: .8;
}

.name_inp_comments,
.date_inp_comments {
    background: #dcdcdc;
    border: none;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 0px;
    opacity: .8;
}

.date_inp_comments {
    cursor: not-allowed;
}

.slider_Event_Main {
    padding: 20px;
    background: var(--BG_header);
    border-radius: 20px;
    margin-bottom: 15vh;
}

.slider-Events {
    overflow: hidden;
    border-radius: 20px;
}

.slider-Events .swiper-slide {
    min-width: 100%;
    cursor: pointer;
}

.slider-Events .swiper-slide img {
    border-radius: 20px;
}

.slider-Events .swiper-pagination2 {
    width: 100%;
    margin-top: 10px;
    bottom: -25px;
}

.slider-Events .swiper-pagination2>span {
    width: 11px;
    height: 7px;
    border-radius: 3px;
    background: rgb(10, 167, 202, 25%);
    margin: 0 5px;
    cursor: pointer;
}

.new_Events>h1>span {
    color: #0AA7CA;
}

.new_Events>div>*,
.new_Events>div>div {
    width: 173px;
    height: 218px;
    margin: 30px;
    cursor: pointer;
    opacity: 1;
}

.new_Events>div>*:hover span,
.new_Events>div>div:hover span {
    border: 1px solid #E8E8E8;
}

.new_Events>div>*>h2,
.new_Events>div>div>h2 {
    padding-top: 4px;
    transition: all ease-in-out .15s;
}

.new_Events>div>*:hover h2,
.new_Events>div>div:hover h2 {
    padding-top: 0px;
}

.new_Events>div>*>span:not(.etekaf > span),
.new_Events>div>div>span {
    background: white;
    border-radius: 15px;
    width: 173px;
    height: 173px;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    transition: all ease-in-out .2s;
}

.new_Events>div>*>span>img,
.new_Events>div>div>span>img {
    border-radius: 15px;
}

.Event_body header {
    z-index: 1;
    margin-bottom: unset;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.14);
}

.img_main_Event {
    width: 100%;
    height: fit-content;
    /* background: url(); */
}

.img_main_Event>div {
    position: absolute;
    width: 224px;
    height: 224px;
    left: calc(50% - 224px/2);
    top: calc(50% - 224px/2);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    border-radius: 100%;
}

.img_main_Event>div>div {
    position: absolute;
    width: 90%;
    height: 90%;
    left: calc(50% - 90% / 2);
    top: calc(50% - 90% / 2);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
    border-radius: 100%;
}

.img_main_Event>div>div>img {
    position: absolute;
    width: 90%;
    height: 90%;
    left: calc(50% - 90% / 2);
    top: calc(50% - 90% / 2);
    border-radius: 100%;
    background: white
}

.description_product>span.Line {
    margin-top: 20px;
    margin-bottom: 15px;
    height: 1px;
    background: rgb(0, 0, 0, 15%);
}

.description_product p.Event_des {
    text-align: justify;
    text-align-last: center;
}

.new_Events>div>*:first-of-type {
    background: linear-gradient(20deg, #44d8d8, #4531b5);
}

.new_Events>div>*:nth-child(2) {
    /* background: linear-gradient(20deg, #d97d28, #ff5b5b); */
    background: linear-gradient(-20deg, #44d8d8, #4531b5);
}

.new_Events>div>*:nth-child(3) {
    background: linear-gradient(20deg, #44d8d8, #4531b5);
}

.new_Events>div>*:nth-child(4) {
    background: linear-gradient(-20deg, #44d8d8, #4531b5);
}

.etekaf {
    background: white;
    border-radius: 25px;
    padding: 10px 30px;
    border: 1px solid rgb(191, 191, 191);
    height: unset !important;
    margin: 15px !important;
    width: 100% !important;
}

.etekaf>span {
    width: 100%;
    height: 1px;
    display: flex;
    background: rgb(191, 191, 191);
}

.etekaf * {
    color: white;
}

.etekaf_main_support {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 2px solid #4531b5;
    background: white;
    padding: 10px;
    opacity: 1;
    z-index: 20;
}

.etekaf_main_support>svg {
    width: 80%;
}

.etekaf_main .Line_links {
    width: 1px;
    height: 30px;
    background: black;
    opacity: .6;
}

.video_etekaf {
    width: 100%;
    padding: 15px;
    background: white;
    border-radius: 25px;
}

.video_etekaf video {
    border-radius: 25px;
}

.other_textarea {
    height: 200px !important;
    padding: 40px 0;
}

.other_textarea textarea {
    height: 85px;
    padding-top: 10px;
}

.CapacityEnd {
    color: red;
    font-size: 25px;
    text-align: center;
    font-weight: bolder;
}

.CapacityEnd~h2,
.CapacityEnd~p {
    opacity: .7;
}