body {
    background: #091225;
    /* width: 1280px; */
    margin: 0 auto;
}

main {
    max-width: 2000px;
}

header {
    border-bottom: 2px solid #ffffff1a;
    z-index: 99;
}

.BG_header_Blur {
    position: fixed;
    width: 300px;
    height: 300px;
    background: #8277ff;
    top: -170px;
    right: 14%;
    border-radius: 100%;
    /* backdrop-filter: 30px; */
    filter: blur(230px);
}

.line_header {
    bottom: -2px;
    /* right: 20%; */
    height: 2px;
    z-index: 99;
    background: linear-gradient(to right, #222a3b00, #ffffffad, #222a3b00);
    width: 80px;
    border-radius: 100%;
    opacity: 0;
    /* transition: 1s cubic-bezier(.73, -0.01, .23, 1); */
    transition: 1s cubic-bezier(0, -0.01, 0, 1.01);
}

.circle_header {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    bottom: -4px;
    right: 43%;
    -webkit-animation: line_header_circle 5s ease-in-out infinite;
    -moz-animation: line_header_circle 5s ease-in-out infinite;
    animation: line_header_circle 5s ease-in-out infinite;
}

@keyframes line_header_circle {

    0%,
    100% {
        background: #fb9c3b;
    }

    40% {
        background: #8277FF;

    }

}

.header-link {
    border-left: 2px solid #ffffff1a;
    border-right: 2px solid #ffffff1a;
}

.header-link {
    height: 103px;
}

.header-link>div>a {
    margin: 0 20px;
    z-index: 100;
}

.header-right {
    padding: 15px 0 0 60px;
}

.header-right>div>select {
    background: transparent;
    border: none;
}

.header-right>div>select option {
    background: white;
    color: black;
}

.header-right>div>a {
    width: 115px;
    height: 40px;
    color: #8277FF;
    border-radius: 7px;
    background: rgb(56, 77, 106, 20%);
    border: 1px solid transparent;
    opacity: 1 !important;
}

.header-right>div>a:hover {
    background: #8277FF;
    color: #091225;
    font-weight: bolder;
}

main {
    background: #091225;
    overflow: hidden;
    /* padding-bottom: 60px; */
}

.Info_Website {
    height: calc(100vh - 150px);
    max-width: 1500px;
}

.Info_Website>div:first-child {
    padding: 80px;
}

.Info_Website>div:first-child>h1 {
    height: 90px;
}

.Info_Website>div:first-child h1 span {
    color: #8277FF;
}


.Info_Website>div:first-child>span {
    height: 1px;
    border-radius: 100px;
    margin: 20px 0;
    background: linear-gradient(to left, #737373, #d9d9d9);
}

.Info_Website>div:first-child>p {
    /*height: 84px;*/
    color: #848993;
}

.Info_Website>div:first-child>a,
.learn-marketing>div>a {
    min-width: 130px;
    height: 40px;
    color: black;
    background: #FFE60A;
    box-shadow: 0 0 40px 0 rgba(255, 242, 128, 0.5);
    border-radius: 5px;
    margin-top: 30px;

}

@keyframes blink {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(359deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

@-webkit-keyframes blink {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(359deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes blink {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(359deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* ----- blink2 */

@keyframes blink2 {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-359deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

@-webkit-keyframes blink2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-359deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes blink2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-359deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.Info_Website>div:nth-child(2)>img:first-child {
    top: 8%;
    right: 35%;
    width: 55%;
    -webkit-animation: blink2 500s infinite;
    -moz-animation: blink2 500s infinite;
    animation: blink2 500s infinite;
}

.Info_Website>div:nth-child(2)>img:nth-child(2) {
    top: 35%;
    right: 2%;
    width: 55%;
    -webkit-animation: blink 300s infinite;
    -moz-animation: blink 300s infinite;
    animation: blink 300s infinite;
}

.Info_Website>div:nth-child(2)>video:nth-child(3),
.Info_Website>div:nth-child(2)>img:nth-child(3) {
    left: 7%;
    /* top: 100px; */
    top: 20%;
    width: 95%;
    border-radius: 10px;
    border: 2px solid #18171c;
    box-shadow: -50px 50px 50px #0000006e;
}

.Customers {
    height: 77px;
    background: #0e192c;
    z-index: 10;
    margin-top: 5px;
}

.License>div:first-child>span {
    width: 10px;
    height: 10px;
    background: #8277FF;
    box-shadow: 0px 0px 20px 2px #8277FF;
    -webkit-animation: rotat 1s ease-in-out infinite;
    -moz-animation: rotat 1s ease-in-out infinite;
    animation: rotat 1s ease-in-out infinite;
    opacity: 0;
    transition: all ease-out .2s;
}

@keyframes rotat {

    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }

}

@-webkit-keyframes rotat {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@-moz-keyframes rotat {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.License {
    margin-top: 50px;
    margin-bottom: 9vh;
}

.License>div:first-child>p {
    color: white;
    font-weight: 100;
}

.License>div:first-child>h2 {
    font-weight: 100;
    -webkit-animation: opacity 3s ease-in-out infinite;
    -moz-animation: opacity 3s ease-in-out infinite;
    animation: opacity 3s ease-in-out infinite;
}

@keyframes opacity {

    0% {
        opacity: 1;
        color: white;
    }

    15% {
        color: white;
    }

    20% {
        opacity: 0;
        color: #ef00e3;
    }

    25% {
        color: #ef00e3;
        opacity: 1;
    }

    35% {
        color: #ef00e3;
        opacity: 1;
    }

    40% {
        opacity: 0;
        color: rgb(0, 255, 85);
    }

    50% {
        color: rgb(0, 255, 85);
        opacity: 1;
    }

    60% {
        color: rgb(0, 255, 85);
        opacity: 1;
    }

    65% {
        opacity: 0;
        color: white;
    }

    100% {
        color: white;
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@-moz-keyframes opacity {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.Licenses_lst {
    /* padding-bottom: 100px; */
    height: 560px;
    overflow: hidden;
}

.Licenses_lst>a {
    width: 275px;
    height: 460px;
    background: #0E192C;
    border-radius: 15px;
    padding-bottom: 40px;
    margin: 0 20px;
    position: relative;
    box-shadow: 0 10px 40px rgb(7 7 7 / 49%);
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    transition: transform 0.1s ease-out;
    text-decoration: none;
    overflow: hidden !important;
    opacity: 0;
    margin-bottom: -50px;
}

.Licenses_lst>a>div:first-child {
    width: 45px;
    height: 45px;
    background: transparent;
    opacity: unset;
    padding: unset;
}

.Licenses_lst>a:nth-child(even)>div:first-child img {
    width: 90%;
    height: 90%;
}

.Licenses_lst>a>div:first-child img {
    width: 100%;
    height: 100%;
}

.Licenses_lst>a>p:nth-child(2) {
    color: white;
    text-align: center;
}

.Licenses_lst>a>p:nth-child(2) span {
    color: white;
    font-weight: bolder;
}

.Licenses_lst>a>p:nth-child(5) {
    color: #249f5b !important;
}


.Licenses_lst>a>p:nth-child(3) {
    /* color: #776BFF; */
}

.Licenses_lst>a>p:nth-child(3) span {
    color: hsl(0, 0%, 50%);
    margin-left: 5px;
    margin-bottom: 5px;
}

.Licenses_lst>a>div {
    background: rgb(217, 217, 217, 4%);
    border-radius: 6px;
    height: 35px;
    opacity: .9;
    padding: 10px 15px;
}

.Licenses_lst>a>div:nth-child(even) {
    background: rgb(217, 217, 217, 7%);
}


.Licenses_lst>a>div:last-child {
    height: 35px;
    background: #9C94FF;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    bottom: -20px;
    opacity: 0;
    transition: .2s;
}

.Licenses_lst>a:hover div:last-child {
    opacity: 1;
    bottom: 25px;
}


.Licenses_lst>a:nth-child(even)>div:last-child {
    background: #FFED47;
}


.Licenses_lst>a>div:last-child p {
    color: #494949;
}

.Description {
    margin-top: 10vh;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
    align-items: center;
    flex-direction: row;
}

.Home_Page .Description>div:last-child {
    opacity: 0;
    margin-left: -60px;
    transition: all ease-in-out 1s;
}

.Home_Page .Description>div:first-child {
    /* height: 70vh; */
    overflow-y: auto;
    padding-right: 10px;
    padding-top: 10px;
    margin-left: 60px;
    opacity: 0;
    transition: all ease-in-out 1s;
}

.Description>div:first-child>div:first-child span {
    width: 10px;
    height: 10px;
    background: #8277FF;
    box-shadow: 0px 0px 20px 2px #8277FF;
    -webkit-animation: rotat 1s ease-in-out infinite;
    -moz-animation: rotat 1s ease-in-out infinite;
    animation: rotat 1s ease-in-out infinite;
}

.Description>div:first-child>div:first-child p {
    color: #C5C5C5;
}

.Description>div:first-child>h2 {
    font-weight: 100;
}

.Description>div:first-child>p {
    opacity: .5;
    color: white;
}

.Description>div:first-child>div:last-child {
    margin-top: 50px;
}

.Description>div:first-child>div:last-child div div {
    width: 25px;
    height: 25px;
    background: #8277FF;
    border-radius: 5px;
    color: #383838;
    font-weight: bolder;
    margin: 5px;
}

.Description>div:last-child>div:first-child {
    height: 72vh;
    /* width: 70% !important; */
    width: 100% !important;
}

.Description>div:last-child>div:first-child>img:nth-child(2) {
    position: absolute;
    top: 60px;
    left: -100px;
    transform: rotate(101deg);

}

.Description>div:last-child>div:first-child>img:nth-child(3) {
    /* top: 30px; */
    right: 65px;
    width: 80%;
    -webkit-animation: blink 10s infinite;
    -moz-animation: blink 10s infinite;
    animation: blink 80s infinite;
}

.Description>div:last-child>div:first-child>img:nth-child(4) {
    /* top: 30px; */
    /* right: 30px; */
    width: 80%;
    opacity: .8;
    /* -webkit-animation: blink2 300s infinite;
    -moz-animation: blink2 300s infinite;
    animation: blink2 300s infinite; */
}

.Description>div:last-child>div:first-child>.imgAdmin {
    /* top: 70px; */
    /* right: -60px; */
    width: 100%;
    /* border: 5px solid #6a63d3; */
    border-radius: 40px;
    aspect-ratio: 16/9;
    box-shadow: 0 0px 40px 13px rgb(7 7 7 / 49%);
}

.Description_Design {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(2deg);
}

.Description>div:last-child>div:last-child span {
    width: 25px;
    height: 8px;
    border-radius: 2px;
    background: #afacd55c;
    transition: all ease-in-out .2s;
    margin: 0 4px;
    cursor: pointer;
    z-index: 1;
}

.Description>div:last-child>div:last-child span:hover {
    background: rgb(130, 119, 255, 100%);
}


.slider_active_dot {
    background: rgb(130, 119, 255, 100%) !important;
    width: 25px !important;
}

.Attributes {
    margin-top: 125px;
}

.Attributes1_text,
.Attributes2_text,
.Attributes3_text,
.Attributes4_text {
    opacity: 0;
    transition: all ease-in-out .5s;
}

.Attributes>div>div>div:first-child {
    width: 35px;
    height: 200px;
}

.Attributes>div>div>div:first-child span {
    border-radius: 8px;
    border: 2px solid rgb(255, 255, 255, 20%);
    width: 35px;
    height: 35px;
}

.Attributes>div>div>div:first-child span img {
    width: 23px;
}

.Attributes>div>div>div:last-child {
    width: calc(100% - 45px);
}

.Attributes>div>div>div:last-child span {
    color: #A79FFF;
}

.Attributes>span>a {
    border-radius: 10px;
    height: 52px;
    background: #8277FF;
    padding: 0 20px;
}

.Attributes>span>a img {
    width: 15px;
}

footer {
    margin-top: 100px;
    background: #070F21;
}

.footer-top {
    /*padding-bottom: 70px;*/
    padding-top: 30px;
    border-bottom: 1px solid #17203A;
}

.footer-info>p:nth-child(2) {
    font-size: 22px;
    text-align: justify;
}

.footer-info a {
    border-radius: 15px;
    height: 40px;
    background: #8277FF;
    padding: 0 20px;
}

.Links strong {
    color: #D9D9D9;
    margin-bottom: 10px;
}

.Links li,
.Links>div:last-child p {
    color: #898FA8;
    margin: 10px 0;
}

.Links>div:last-child strong {
    margin-bottom: unset;
}

.Links>div:last-child input {
    background: transparent;
    border: 1px solid #32466C;
    color: #898FA8;
    border-radius: 7px;
    height: 45px;
}

.footer-down>p {
    color: #717A96;
}

.footer-down>div a {
    filter: contrast(0);
}

.footer-down>div a:hover {
    filter: contrast(1);
}


/* -----Gamenet yab------ */
.info-gamenet-left>div:nth-child(2)>span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: calc(50% - 38px / 2);
    left: calc(-38px / 2);
    background: #131E37;
    opacity: .9;
}

.info-gamenet-left>div:nth-child(2)>span:last-child {
    right: calc(-38px / 2);
    left: unset;
}

.info-gamenet-left-List-slider {
    overflow: auto;
    border-radius: 15px;
}

.info-gamenet-left-List-slider img {
    /* height: 95px; */
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
}

.info-gamenet-right>div:last-child>div {
    height: 50px;
    border: 1px solid #8277FF;
    border-radius: 10px;
    padding: 0 10px;
}

.info-gamenet-box {
    margin-bottom: 20px;
}

.info-gamenet-box>span {
    position: relative;
    padding: 0 15px;
}

.info-gamenet-box>span::after {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    /* left: 0px; */
    right: 0;
    top: 0;
    background: #861B2D;
    border-radius: 100px;
}

.info-gamenet-box>span:last-child {
    margin-top: 10px;
    color: #8087A3;
}

.info-gamenet-box>span:last-child::after {
    background: rgb(130, 119, 255, 10%);
}

.rating {
    margin-top: 100px;
}

/* --- New Update */
.rating-left {
    margin-left: 50px;
}

.rating-left>div>p {
    margin-right: 15px;
    font-size: 23px;
    width: 140px;
}

.rating-left>div>div>span {
    width: 10px;
    height: 10px;
    background: #F6F8FE;
    position: relative;
}

/* .rating-left>div>div>span {
    margin-left: calc(182px / 2);
} */

.rating-left>div>div>div {
    width: 20%;
    height: 5px;
    display: flex;
    background: #2C3750;
    margin-top: 1px;
}

.rating-ac::before {
    content: "";
    border-radius: 100%;
    width: 20px !important;
    height: 20px !important;
    background: #325BFE !important;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
}

.rating-ac~span {
    background: #2C3750 !important;
}

.rating-ac~div {
    background: #121B30 !important;

}

.rating-right {
    height: 35vh;
}

.rating-right>img {
    width: 70%;
    top: -10%;
    left: 20%;
    max-width: 320px;
}

.rating-right>a {
    max-width: 370px;
    top: 5%;
    left: 18%;
}

.Info_Website>div:first-child>span {
    width: 0;
    transition: all ease-in-out .4s;
}


/* ----------- < view_all > --------------- */
/* .view_all_left {
    padding-top: 50px;
} */

.view_all_left>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.view_all_left>div>div {
    height: 50px;
    border: 1px solid #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    padding: 0 10px;
}

.view_all_left>div>div>button {
    width: 50%;
    background: transparent;
    border: 1px solid #ffffff1a;
    padding: 10px;
    border-radius: 10px;
}

.view_all_left>div>div>label {
    position: absolute;
    right: 9px;
    top: -11px;
}

.view_all_left>div>div>input,
.view_all_left>div>div>select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 10px;
    padding-top: 16px;
}

.btn_filter {
    border: none !important;
}


.view_all_right {
    width: 75%;
}

.gamenet_Box_List {
    overflow-y: auto;
    overflow-x: hidden;
    /*height: 480px;*/
}

.gamenet_Box {
    width: 23%;
    border-radius: 15px;
    background: #0E192C;
    /* border: 1px solid #ffffff1a; */
    overflow: hidden;
    /* margin: 10px 0; */
    margin: 10px 10px;
    opacity: .9 !important;
    transition: all ease-in-out .1s !important;
}

.gamenet_Box:hover {
    opacity: 1 !important;
}

.gamenet_Box>img {
    /* height: 90px;
    width: unset !important; */
    aspect-ratio: 3 / 2;
    width: 100% !important;
    border-radius: 10px;
}

.gamenet_Box h3 {
    height: 28px;
    overflow: hidden;
}

.gamenet_Box div span p {
    height: 21px;
    overflow: hidden;
}

.gamenet_Box>div>p {
    margin-top: 5px;
}

.gamenet_Box>div>.Line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgb(130, 119, 255, 10%), #ffffff1a, rgb(130, 119, 255, 10%));
    margin: 5px 0;
}

.gamenet_Box>div>div>div>span {
    /* width: 30%; */
    height: 50px;
}

.gamenet_Box>div>div>div>span span {
    width: 30px;
}

.gamenet_Box_filter {
    /* justify-content: left !important; */
    height: 50px;
    background: rgb(130, 119, 255, 10%);
    border-radius: 25px 25px 0 0;
    /* border: 1px solid #ffffff1a; */
    margin-bottom: 20px;
}

.gamenet_Box_filter h1 {
    -webkit-animation: opacity 3s ease-in-out infinite;
    -moz-animation: opacity 3s ease-in-out infinite;
    animation: opacity 3s ease-in-out infinite;
}


/* ----------- < learn > --------------- */

.learning {
    height: 70vh;
    padding: 0 20px;
    overflow-y: auto;
}

.learning>p {
    text-align: justify;
}


.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_iframe-aparat_embed_frame {
    width: 99%;
}

.h_iframe-aparat_embed_frame iframe {
    border: none;
    border-radius: 10px;
}

/* ----------- < installer > --------------- */

.Comments_installer {
    background: #0F192D;
    border-radius: 20px;
    padding: 40px;
    margin-top: 50px;
}

.Comments_installer_List>div {
    background: #081020;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
}

.Comments_installer_List>div>.Line {
    height: 1px;
    background: hsl(0, 0%, 100%, 15%);
    margin: 20px 0;
}

.Comments_installer_inp input {
    height: 60px;
    background: #081020;
    border-radius: 20px;
    color: #909090;
    border: none;
    font-weight: bolder;
    padding: 15px;
}

.Comments_installer_inp button {
    height: 60px;
    background: #8277FF;
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: bolder;
}

.learning {
    justify-content: start !important;
}

.learning h1 {
    text-align: center;
}

.learning p {
    opacity: .8;
}

.learning h3 {
    color: #A79FFF;
}

.learning p,
.learning h1,
.learning h2,
.learning h3 {
    width: 100%;
    margin: 5px 0;
}

.learning h1 {
    font-size: 30px;
    text-align: start;
    margin-bottom: 20px;
}

.learning img {
    border-radius: 15px;
    margin: 10px 0;
    width: 60%;
}


.learning span {
    color: #A79FFF;
    margin: 0 5px;
}

.col_orange {
    color: #fda744 !important;
    margin: 0 5px;
}

.lerans button {
    background: transparent;
    border: none;
    font-size: 17px;
}

.all_Learn>h1>span {
    color: #A79FFF;
    font-size: 18px;
}

.all_Learn>form {
    padding: 0 80px;
}

.all_Learn>form>div>span {
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.66), transparent);
    border-radius: 15px;
}

.all_Learn>form>div>button {
    transition: all ease-in-out .2s;
    background: transparent;
    border: none;
    text-align: start;
    font-size: 16px;
}

.all_Learn>form>div>button:hover {
    color: #A79FFF;
    padding-right: 13px !important;
}

/* .typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.typed-fade-out{
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
} */

.circle {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(45, 119, 51, 0.226);
    border-radius: 50%;
    filter: blur(35px);
    pointer-events: none;
    transition: transform 0.1s ease-out, opacity 0.3s;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.box_license {
    transition: transform 0.1s ease-out;
}

.Licenses_lst>a.transition {
    transition: all ease-in-out .4s !important;
}

.Licenses_lst>a.transition:hover {
    opacity: 0;
}

.Calc_License {
    width: calc(275px * 4 + 130px);
    height: 130px;
    border-radius: 15px;
    background: #0E192C;
    box-shadow: 0 10px 40px rgb(7 7 7 / 49%);
    justify-content: space-between !important;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.Calc_License * {
    z-index: 101;
}

.Calc_License>div>input {
    background: #091225;
    color: #898FA8;
    border-radius: 7px;
    height: 45px;
    padding: 10px;
    border: 1px solid transparent;
    transition: all ease-in-out .2s;
    margin: 0 5px;
}

.Calc_License>div>input:focus {
    border: 1px solid #32466C;
    padding-right: 15px;
}

.Calc_License>div>a {
    min-width: 130px;
    height: 40px;
    color: black;
    background: #FFE60A;
    box-shadow: 0 0 40px 0 rgba(255, 242, 128, 0.5);
    border-radius: 5px;
}

.money_calc_License {
    margin: 0 5px;
    color: #249f5b !important;
}

.comments {
    margin-top: 15vh;
    margin-bottom: 8vh;
    /* background: ; */
}

.comment {
    height: 220px;
    margin: 20px;
    min-width: 30%;
    transition: all ease-in-out .2s;
    padding: 10px;
    background: #0E192C;
    border-radius: 15px;
    overflow: hidden;
}

.comment>video {
    border-radius: 15px;
    min-width: 100%;
    transition: all ease-in-out .2s;
    height: 100%;
    aspect-ratio: 16 / 9;
    /* نسبت ابعاد 16:9 */
}

.comment-slider {
    width: 90%;
    overflow: hidden;
}


.comments_lst>span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #0E192C;
    right: -15px;
    left: unset;
    opacity: 1;
}

.comments_lst>span img {
    width: 15px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(104%) contrast(104%);
}

.comments_lst>span:last-child {
    left: -15px;
    right: unset;
}

.btn_click {
    overflow: hidden !important;
    position: relative;
    /* animation: opacity-btn1 5s ease-in-out infinite; */
    opacity: .9;
    transition: all ease-in-out .2s;
}

.btn_click::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}

/* @keyframes opacity-btn1 {
    0% {
        opacity: 0.7;
    }

    60% {
        opacity: 0.7;
    }

    72% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
} */

@keyframes shiny-btn1 {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    70% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    71% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.active-slide {
    box-shadow: -2px 14px 20px 0px #00000038;
}

.learn-marketing {
    padding: 50px;
    background: #0E192C;
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
}