/* @font-face {
    font-family: 'GE SS Unique Bold';
    src: url('../../assets/font/GE_SS_Unique_Bold_5.otf') format('opentype');
}

@font-face {
    font-family: 'GE SS Unique Light';
    src: url('../../assets/font/GE_SS_Unique_Light_1.otf') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../../assets/font/MYRIADPRO-BOLD.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    src: url('../../assets/font/MYRIADPRO-BOLDCOND.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    src: url('../../assets/font/MYRIADPRO-BOLDCONDIT.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    src: url('../../assets/font/MYRIADPRO-BOLDIT.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url('../../assets/font/MYRIADPRO-COND.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    src: url('../../assets/font/MYRIADPRO-CONDIT.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Light';
    src: url('../../assets/font/MyriadPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('../../assets/font/MYRIADPRO-REGULAR.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Semi Bold';
    src: url('../../assets/font/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
}

@font-face {
    font-family: 'Myriad Pro Semi Bold Italic';
    src: url('../../assets/font/MYRIADPRO-SEMIBOLDIT.OTF') format('opentype');
} */
@font-face {
    font-family: 'AA';
    src: url('fonts/AdobeArabic-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AB';
    src: url('../fonts/Arial Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AVG';
    src: url('../fonts/avgr45w.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC';
    src: url('../fonts/ITCAvantGardePro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'ITC', sans-serif;
    color: #fff;
    margin: 0px;
    max-width: 100vw;
}

main {
    max-width: 100vw;
}

.fw-b {
    font-family: 'ITC', sans-serif;
}

.fw-bc {
    font-family: 'ITC', sans-serif;
}

.fw-bci {
    font-family: 'ITC', sans-serif;
}

.fw-bi {
    font-family: 'ITC', sans-serif;
}

.fw-c {
    font-family: 'ITC', sans-serif;
}

.fw-ci {
    font-family: 'ITC', sans-serif;
}

.fw-l {
    font-family: 'ITC', sans-serif;
}

.fw-sb {
    font-family: 'ITC', sans-serif;
}

.fw-sbi {
    font-family: 'ITC', sans-serif;
}

.fw-ge-b,
.rtl .fw-b {
    font-family: 'GE SS Unique Bold', sans-serif !important;
}


.fw-ge-l,
.rtl .fw-ci,
.rtl .fw-l,
.rtl .fw-sbi {
    font-family: 'GE SS Unique Light', sans-serif !important;
}


:root {
    --primary: #e21c24;
    --secondery: #31729b;
}

.max-w-60 {
    /* max-width: 95vw; */
}

.top-cover .bg-half2 {
    direction: ltr !important;
    /* margin: 0px; */
}

.rtl {
    direction: rtl !important;
}

section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #31729b solid 1px;
}

section.rtl {
    font-family: 'GE SS Unique Light', sans-serif;
}

section .main-container {
    /* background-image: url('../../assets/img/DrZbg.jpg'); */
    /* background-image: url('../../assets/img/bg.jpg'); */
    background-position: 34% -10%;
    background-size: 108%;
    flex-grow: 1;
    z-index: 5;
}

section.rtl .main-container {
    /* background-image: url('../../assets/img/DrZbg.jpg'); */
    /* background-image: url('../../assets/img/bgrtl.jpg'); */
    background-position: top center;
    background-size: cover;
}

section.hidebg .main-container {
    background-image: none;
    background-color: transparent;
}

.column-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.padding-custom {
    padding: 10px 47px;
}

.img-cover {
    /* width: auto; */
    max-height: 100%;
}

.test-margin {
    /* padding-bottom: 0px; */
    /* height: 80vh; */
    /* margin: 0px; */
}

.bg-primary {
    background-color: var(--secondery) !important;
}

.text-primary {
    color: var(--secondery) !important;
}

.vsh {
    visibility: hidden;
}

.btn:hover {
    background-color: transparent;
    border-color: white !important;
}

.product-img {
    max-width: 38%;
}

/* ------------------------------------- Section 1 ----------------------------------------*/
.section-1 .test-margin {
    /* padding-bottom: 0px; */
    /* height: 80vh; */
    /* margin: 0px; */
    z-index: 2;
}

.section-1 .side-banner {
    position: absolute;
    left: 0px;
    top: 0px;
    /* right: 0px; */
    z-index: 12;
    width: 86px;
    bottom: 0px;
}

.section-1 h1 {
    color: var(--primary);
    padding: 0px 0px;
    font-size: 50px;
    line-height: 46px;
}

.section-1 .bg-half {
    padding-top: 0px;
    background-image: linear-gradient(290deg, #ffffff00 0%, #ffffff00 55%, #31729b 55%, #31729b 100%);
    padding-bottom: 0px;
    z-index: 5;
}

.section-1 .top-left-image {
    width: 40%;
}

.section-1 .p-en {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}

.section-1 .h3-en {
    font-size: 27px;
    line-height: 27px;
    padding-bottom: 5px;
}

.section-1 .h4-en {
    font-size: 26px;
    line-height: 38px;
}

.section-1 .en-container {
    direction: ltr;
}

.section-1 .ar-container {
    direction: rtl;
}

.section-1 .p-ar {
    font-size: 19px;
    line-height: 26px;
}

.section-1 .h3-ar {
    font-size: 28px;
    line-height: 39px;
}

.section-1 .h4-ar {
    font-size: 27px;
    line-height: 35px;
    max-width: 75%;
}

.section-1 .text-main-en,
.section-1 .text-main-ar {
    color: var(--primary) !important;
    text-align: center;
    font-size: 34px;
    line-height: 45px;
}

.section-1 .buttons-container {
    position: relative;
    z-index: 14;
}

.section-1 .buttons-container.hidebg {
    position: relative;
    background: transparent;
    background-color: transparent !important;
}

.section-1.hidebg .buttons-container img {
    background-image: none;
    background-color: transparent;
}

.section-1.hidebg .text-main-en,
.section-1.hidebg .text-main-ar {
    visibility: hidden;
}

.section-1 .buttons-container img {
    width: 40%;
    margin-top: 25px;
}

.hidden {
    visibility: hidden;
}

.section-1 #SKIPBTN {
    background-color: #31729b;
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: none; */
}

.btn-image {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    cursor: default;
}

.btn-image:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.section-1 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    object-fit: inherit;
    max-width: 100vw;
    mix-blend-mode: normal;
    max-height: 100vh;
    z-index: 5;
}

.section-1 .info-mage {
    max-width: 80vw;
    margin: 15px;
    z-index: 200;
}

.section-1 .head-mage {
    max-width: 34vw;
    margin: 2px;
    z-index:300;
    
}
.section-1 .product-mage {
    max-width: 40vw;
    margin: 2px;
    z-index:100;
    /* margin-bottom: 196px; */
}
.section-1 .bottom-mage {
    max-width: 100vw;
    position:absolute;
    bottom: 0px;
    z-index:200;
    /* transform: scaleY(1.8); */
}
/* ------------------------------------- Section 2 ----------------------------------------*/
section.main-container-2 {
    display: flex;
    min-height: 100vh !important;
    /* background-image: url('../../assets/img/bg.jpg'); */
    background-position: 35% 87%;
    background-size: 205%;
    /* background-image: url('../../assets/img/bg2.png'); */
    /* background-position: center right; */
    /* background-size: contain; */
    /* backgr/ound-repeat: no-repeat; */
    flex-direction: column;
    justify-content: space-between;
    /* background: transparent; */
    justify-content: center;
    align-items: center;
    /* background-color: white; */
}
.section-2 .head-mage{
    max-width: 29vw;
}
.main-container-2 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    object-fit: inherit;
    max-width: 100vw;
    mix-blend-mode: normal;
    max-height: 100vh;
    z-index: 1;
}

section.main-container-2.rtl {
    min-height: 100vh !important;
    background-image: url('../../assets/img/bgrtl.jpg');
    background-position: 76% -2%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.main-container-2 .top-cover {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    z-index: 222;
}

.bg-half2 {
    background-image: linear-gradient(290deg, #ffffff00 0%, #ffffff00 70%, #31729b 70%, #31729b 100%)
}

.top-left-image {
    width: 24%;
}

.mark,
mark {
    color: #fff;
    background-color: var(--secondery);
    padding: 6px 5px;
}

.main-text>div {
    padding: 5px 0px;
    font-size: 55px;
}

.rtl .main-text>div {
    font-size: 45px;
}

.main-btn button {
    background-color: transparent !important;
    border: 0px;
    font-size: 27px;
    /* padding: 5px 48px; */
    margin: 12px;
    /* margin-left: 0px !important; */
    white-space: nowrap;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #726d6d;
    border-color: #000;
}

.rtl .main-btn button {
    font-size: 26px !important;
    font-family: 'GE SS Unique Bold', sans-serif !important;
}

.section-2 .main-btn button {
    /* font-size: 32px; */
    /* font-family: 'Myriad Pro Bold', sans-serif !important; */
    border-radius: 5px !important;
}

.rtl .section-2 .main-btn button {
    font-family: 'GE SS Unique Bold', sans-serif !important;
}

.rtl mark,
.rtl .footer-text {
    font-family: 'GE SS Unique Light', sans-serif !important;
}
.section-1 {
    direction: ltr !important;
    z-index: 10;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 136px;
}

.section-1 .btn-mage {
    max-width: 80vw;
    transition: transform 0.3s ease-in-out;
    margin-top: 24px;
    transform: scale(0.9);
    margin-bottom: 278px;
}
.section-2 .bottom-mage {
    max-width: 100vw;
    position:absolute;
    bottom: 0px;
    z-index:200;
    /* transform: scaleY(1.8); */
}
.section-2 .info-mage {
    max-width: 60vw;
    position:absolute;
    bottom: 32px;
    z-index:200;
    /* transform: scaleY(1.8); */
}
.section-2{
    padding-bottom: 254px;
}

/* ------------------------------------- Section 3 ----------------------------------------*/
.section-3 .max-w-section {
    max-width: 75%;
}
.section-3{
    background-image: url('../../img/3/bg.png') !important;
    background-size: cover !important;
    background-position: center center !important;
}
.section-3 .top-mage{
    position:absolute;
    width:100vw;
    top:0px;
    left:0px;
    z-index: 500;
}
.section-3 .bottom-mage{
    position:absolute;
    width:100vw;
    bottom:0px;
    left:0px;
    z-index: 200;
}
.section-3 .score{
    position: absolute;
    color: #E21C24;
    font-size: 60px;
    top: 55px;
    left: 52%;
    z-index: 501;
}
/* ------------------------------------- Section 4 ----------------------------------------*/
.section-4 .smaller-text {
    font-size: 29px;
}

.section-4 .top-cover {}
.section-4 .bottom-mage{
    position: absolute;
    bottom:0px;
}
.section-4 .info-mage{
    position: absolute;
    bottom:50px;
    width:50vw;
}
.section-4  h3{
    color:white;
    font-size:50px
    
}
.section-4 .top-mage{
    position: absolute;
    top:0px
}
/* ------------------------------------- Section 5 ----------------------------------------*/
.section-5 .main-title {
    font-size: 18px;
    background-color: #d1441d;
    padding: 2px 5px;
    width: 100%;
    margin: 10px;
    text-align: center;
}

.section-5 .main-title {
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.mx-5 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.section-5 .main-title~div {
    width: 100%;
    justify-content: center !important;
}

.section-5 .main-btns img {
    max-width: 20vw;
}

.section-5 .btn {
    background-color: var(--primary);
    border: var(--primary) 1px solid;
    font-size: 19px;
    padding: 0px 5px;
    text-align: center;
    margin: 5px;
    width: 64px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.rtl .section-5 .btn {
    font-family: 'GE SS Unique Bold', sans-serif !important;
}

section-5 .btn:hover {
    background-color: var(--secondery);
    border: #fff 1px solid;
}

.section-5 .btn.selected-option {
    position: relative;
}

.section-5 .btn.selected-option::after {
    content: '\2713';
    position: absolute;
    top: -12px;
    left: -10px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    background-color: var(--secondery);
    border-radius: 50%;
    padding: 2px;
    font-weight: bolder;
}

.section-5 .text-small {
    font-size: 15px;
}
.section-5 .bottom-mage{
    position: absolute;
    bottom:0px;
}
.section-5 .info-mage{
    position: absolute;
    bottom:50px;
    width:50vw;
}
.section-5  h3{
    color: #e21c24;
    font-size:50px
}
.section-5.main-container-2{
    background-color:white;
    background-image:none;
}
.section-5 .top-mage{
    position: absolute;
    top:0px
}
/* ------------------------------------- Section 6 ----------------------------------------*/

.section-6 .main-btns img {
    max-width: 17vw;
}

.section-6 .btn {
    background-color: var(--secondery);
    /* border: var(--secondery) 1px solid; */
    font-size: 25px;
    padding: 0px 27px;
    margin: 32px;
}

.section-6 .btn:hover {
    background-color: #fff !important;
    color: var(--secondery) !important;
    /* border: var(--secondery) 1px solid !important; */
}

.section-6 .text-small {
    font-size: 15px;
}
.section-6 .bottom-mage{
    position: absolute;
    bottom:0px;
}
.section-6 .info-mage{
    position: absolute;
    bottom:50px;
    width:50vw;
}
.section-6  h3{
    color: #e21c24;
    font-size:50px
}
.section-6.main-container-2{
    background-color:white;
    background-image:none;
    padding-top: 229px;
}
.section-6 .top-mage{
    position: absolute;
    top:0px
}
/* ------------------------------------- Section 7 ----------------------------------------*/
.section-7 .bottom-mage{
    position: absolute;
    bottom:0px;
}

.section-7 .info-mage{
    position: absolute;
    bottom:50px;
    width:50vw;
}
.section-7 h3{
    color:white;
    font-size:50px
    
}
.section-7 .top-mage{
    position: absolute;
    top:0px
}
/*---------------------------------------------------------------------------------------------*/
.form-container {
    direction: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

section.main-container-3 {
    min-height: 100vh !important;
    /* background-image: url('../../assets/img/7/bg.jpg'); */
    background-position: 0% 16%;
    background-size: 145%;
    /* background-image: url('../../assets/img/7/bg2.png');
    background-position: center center;
    background-size: 100%; */
    flex-direction: column;
    justify-content: space-between;
}

.main-container-3 .top-cover {
    flex-grow: 1;
}

section.main-container-3.rtl {
    min-height: 100vh !important;
    /* background-image: url('../../assets/img/7/bg.jpg'); */
    background-position: 0% 16%;
    background-size: 145%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-2 .titel {
    background-color: var(--secondery);
    padding: 2px 0px;
    font-size: 34px;
}

.section-2.rtl .titel {
    background-color: var(--secondery);
    padding: 2px 0px;
    font-size: 25px;
}

.section-2 form {
    width: 99vw;
}
.section-2 form >div {
   flex-direction:column;
}

.section-2 form label {
    color: #ffeded;
    font-size: 30px;
    /* line-height: 34px; */
}

.rtl .section-2 form label {
    font-size: 31px;
    font-family: 'GE SS Unique Bold', sans-serif !important;
}


.section-2 form label>div {
    display: inline-block;
    /* font-family: 'ITC'; */
    font-size: 6vw;
    color: white;
    margin-top: 60px;
    line-height: 4vh;
}

.label5 {
    display: block !important;
}

.not-req-span {
    font-size: 18px;
    font-family: 'Myriad Pro Condensed Italic', sans-serif;
    line-height: 0px;
}

.section-2 form>div {
    /* margin-top: 15px; */
}

.section-2 form>div:last-child {
    /* margin-top: 50px; */
}

.section-2 form input {
    border-radius: 100rem;
    width: 100% !important;
    font-family: inherit;
    font-size: 5vw;
}

.rtl .section-2 form input {
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.section-2 .me-3 {
    margin-right: 1rem !important;
}

#inputEmail {
    font-family: 'ITC', sans-serif !important;
}

.section-2.rtl .me-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
}

.section-2 form label.check-column {
    font-size: 22px;
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.section-2.rtl form label.check-column {
    font-size: 18px;
}

.section-6 form input::placeholder,
.section-6 form .form-control {
    color: #585858 !important;
}

.section-2 .req-span {
    color: var(--secondery);
}

.section-2 .note-text {
    color: #585858;
    /* margin-top: 5px; */
}

.section-2 .main-btn {
    /* margin-top: -60px; */
    width: 80vw !important;
    z-index: 401;
}

/* ------------------------------------- Section 8 ----------------------------------------*/
.main-container-4 video {
    position: absolute;
}

#SKIPBTN2 {
    position: relative;
    z-index: 500;
    background-color: var(--secondery);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

section.main-container-4 {
    background-color: #f4f8fb;
    flex-direction: column;
    background-image: linear-gradient(360deg, var(--secondery), white 30%);
}
.section-8.main-container-2{
    background-color:white;
    background-image:none;
}
.section-8 .card-header-image {
    /* background-image: url("../../assets/img/8/bg.jpg"); */
    background-position: center top;
    background-size: cover;
    min-height: 238px;
}

.section-8 .card-header-image .text-1 {
    font-size: 40px;
    line-height: 31px;
}

.rtl .section-8 .card-header-image .text-1 {
    font-family: 'GE SS Unique Bold', sans-serif !important;
}

.section-8 .card-header-image .text-2 {
    font-size: 41px;
    line-height: 62px;
    /* margin-bottom: 0px; */
}

.section-8 {
    color: #585858;
}
.section-8 .container{
    flex-direction:column
}
.section-8 .titel {
    font-size: 28px;
}

.rtl .section-8 .titel {
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.section-8 p {
    text-align: center;
    font-size: 21px;
    margin-bottom: 24px !important;
}

.rtl .section-8 p {
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.section-8 p span {
    color: var(--primary);
}


/* ------------------------------------- Section 9 ----------------------------------------*/
.section-9 .top-mage{
    position: absolute;
    top:0px
}
.section-9 .bottom-mage{
    position: absolute;
    bottom:0px
}
.section-9 .text-1 {
    font-size: 40px;
    line-height: 40px;
}

.section-9 .text-2 {
    font-size: 40px;
    line-height: 47px;
    color: var(--primary) !important;
}
.section-9.main-container-2{
    background-color:white;
    padding-top:300px;
    background-image:none;
}
.section-9 .info-mage{
    position: absolute;
    bottom:50px;
    max-width:50vw;
}
.section-9.rtl .text-2 {
    /* font-size: 40px; */
    /* line-height: 50px; */
    /* color:var(--secondery) !important; */
}

.section-9.rtl .text-3 {
    /* font-size: 60px; */
    /* line-height: 46px; */
    /* color: var(--primary) !important; */
}

.section-9 .text-3 {
    font-size: 35px;
    line-height: 47px;
}

.section-9 .text-4 {
    font-size: 24px;
    color: var(--secondery);
}

.section-9 .text-5 {
    font-size: 18px;
    color: #585858;
}

.section-9 .text-head {
    font-size: 23px;
    color: var(--secondery);
    white-space: nowrap;
}

.section-9 p {
    font-size: 17px;
    color: #585858;
    font-family: 'Myriad Pro Condensed Italic', sans-serif;
}

.rtl .section-9 p {
    font-size: 15px;
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.rtl .section-9 .text-head {
    font-family: 'GE SS Unique Bold', sans-serif !important;

}

.section-9 .product-img {
    max-width: 85%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.section-9 .max-w-25 {
    /* max-width: 25vw; */
    width: 18%;
}

.section-9 .cover-part {
    width: 67%;
    height: 166px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.section-9 .cover1 {
    background-image: url('../../assets/img/9/s1.png');
}

.section-9 .cover2 {
    background-image: url('../../assets/img/9/s2.png');
}

.section-9 .cover3 {
    background-image: url('../../assets/img/9/s3.png');
}

.section-9 .cover4 {
    background-image: url('../../assets/img/9/s4.png');
}

.section-9 .cover5 {
    background-image: url('../../assets/img/9/s5.png');
}

.cert-img {
    position: absolute;
    width: 25vw;
    right: 32px;
    top: 24px;
}

/* ------------------------------------- Section 10 ----------------------------------------*/

.section-10 {
    overflow: hidden;
    /* Crop scroll content */
    position: relative;
    /* Needed for absolute positioning of video */
    height: 100vh;
    /* Set section height to full viewport */
    opacity: 1 !important;
}

.section-10 h1 {
    color: var(--primary) !important;
}

.section-10 .bg-half {
    direction: ltr !important;
    padding-top: 0px;
    background-image: linear-gradient(290deg, #ffffff00 0%, #ffffff00 55%, #31729b 55%, #31729b 100%);
    padding-bottom: 0px;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100vw;
    border: solid 10px var(--secondery);
    border-radius: 25px;
    height: 75vh;
    width: 80vw;
    z-index: 1;
    object-fit: cover;
}

#bgVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(79deg);
    opacity: 0.2;
    z-index: 1;
    object-fit: none;
}

.fade-out button,
.fade-out img {
    pointer-events: none;
}

/* ------------------------------------- Alerts ----------------------------------------*/
.swal2-input {
    border-radius: 100rem;
    text-align: center;
}

.swal2-confirm {
    font-family: 'Myriad Pro Regular';
    border-radius: 100rem !important;
    background-color: var(--secondery) !important;
}

.swal2-cancel {
    font-family: 'Myriad Pro Regular';
    border-radius: 100rem !important;
    background-color: var(--primary) !important;
}

.swal2-title {
    font-family: 'Myriad Pro Bold Condensed', sans-serif;
}

.swal2-html-container {
    font-family: 'Myriad Pro Condensed', sans-serif;
}

.rtl .swal2-confirm,
.swal2-cancel {
    font-family: 'GE SS Unique Bold', sans-serif !important;
}

.rtl .swal2-title {
    font-family: 'GE SS Unique Light', sans-serif !important;
}

.rtl .swal2-html-container {
    font-family: 'GE SS Unique Light', sans-serif !important;
}

/* ------------------------------------- loader ----------------------------------------*/
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 257px;
    height: 100px;
    margin-top: -100px;
    margin-left: -100px;
}

.loader--reflect {
    margin-top: 0;
}

.loader--reflect:after {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    width: 150%;
    height: 110%;
    /* background: linear-gradient(1deg, rgb(51 115 156), rgb(74 131 167) 20%, rgb(103 151 181)); */
}

.bar {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 20px;
    height: 100px;

    background-color: #1e3f57;

    transform: scaleY(0);
    transform-style: preserve3d;

    animation: bar 3s cubic-bezier(.81, .04, .4, .7) infinite;
}

@keyframes bar {
    0% {
        transform: rotateZ(-180deg) rotateX(-360deg);
    }

    75%,
    100% {
        transform: rotateZ(0) rotateX(0);
    }
}

@keyframes bar-reflect {
    0% {
        transform: rotateZ(180deg) rotateX(360deg);
    }

    75%,
    100% {
        transform: rotateZ(0) rotateX(0);
    }
}

.bar:nth-child(2) {
    left: 20px;

    background-color: #264a63;

    animation-delay: 50ms;
}

.bar:nth-child(3) {
    left: 40px;

    background-color: #2d566f;

    animation-delay: 100ms;
}

.bar:nth-child(4) {
    left: 60px;

    background-color: #35617a;

    animation-delay: 150ms;
}

.bar:nth-child(5) {
    left: 80px;

    background-color: #3d6d86;

    animation-delay: 200ms;
}

.bar:nth-child(6) {
    left: 100px;

    background-color: #447892;

    animation-delay: 250ms;
}

.bar:nth-child(7) {
    left: 120px;

    background-color: #4c849e;

    animation-delay: 300ms;
}

.bar:nth-child(8) {
    left: 140px;

    background-color: #548fa9;

    animation-delay: 350ms;
}

.bar:nth-child(9) {
    left: 160px;

    background-color: #5c9bb5;

    animation-delay: 400ms;
}

.bar:nth-child(10) {
    left: 180px;

    background-color: #63a6c1;

    animation-delay: 450ms;
}

.loader--reflect .bar {
    animation-name: bar-reflect;
}



#loader-container {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 150;
    bottom: 100px;
    transform: translatey(50%);
}


/* ------------------------------------- Pass ----------------------------------------*/
#btn-test-2 {
    position: absolute;
    top: 229px;
    left: 163px;
    width: 24px;
    z-index: 999;
    height: 24px;
    background-color: transparent;
    color: transparent;
    border: 0px transparent;
    box-shadow: none;
}

/* ------------------------------------- Fade Effect ----------------------------------------*/

.section {
    background-image: url("../../img/1/bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}


.btn-mage {
    transition: transform 0.3s ease-in-out;
    transform: scale(0.9);
    min-width: 68vw;
}
.btn-mage:hover {
    transform: scale(1);
    cursor: pointer;
}

.section {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
}

video {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.fade-out {
    opacity: 0 !important;
    z-index: 1;
}

.hiddens {
    z-index: 5;
}

/*------------------------------------------- Keyboard ------------------------------------------------*/

.simple-keyboard {
    max-width: 764px;
    color: black;
    position: fixed;
    bottom: 0;
    z-index: 201;
    left: 50%;
    display: none;
    transform: translate(-50%, -0%);
}

/*------------------------------------------- refresh button ------------------------------------------------*/

.refresh-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    font-family: auto;
    background-color: #ce2030;
    border: solid white 1px;
}

.rtl .refresh-btn {
    /* top: 0px; */
    /* left: 0px; */
    /* right: unset; */
}

.c9-conatianer .row {
    display: flex;
    height: 60vh;
    padding-top: 25%;
    min-height: 80vh;
}


@keyframes float {
    /* 0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	} */

    /* 0% {
        transform: translate(0px, 0px) scale(1);
        opacity: 1;
    }
    25% {
        transform: translate(-10px, -10px) scale(1.05);
        opacity: 0.8;
    }
    50% {
        transform: translate(10px, -20px) scale(0.95);
        opacity: 0.6;
    }
    75% {
        transform: translate(-10px, -10px) scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: translate(0px, 0px) scale(1);
        opacity: 1;
    } */

    0% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
        opacity: 1;
    }

    20% {
        transform: translate(-10px, -10px) scale(1.05) rotate(-5deg);
        opacity: 0.8;
    }

    40% {
        transform: translate(10px, -20px) scale(0.95) rotate(5deg);
        opacity: 0.6;
    }

    60% {
        transform: translate(-10px, 10px) scale(1.05) rotate(-5deg);
        opacity: 0.8;
    }

    80% {
        transform: translate(10px, 10px) scale(0.95) rotate(5deg);
        opacity: 0.8;
    }

    100% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
        opacity: 1;
    }
}


img.floating {
    max-width: 40vw;
    max-height: 60vh;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    animation: float 12s ease-in-out infinite;
    display: none;
}



/*--------------------------------- style ------------------------------------*/
.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-top: 50px; */
    margin-left: 0px;
    margin-right: 0px;
}

.cat,
.teal {
    /* width: 100px; */
    /* height: 100px; */
    margin: 10px;
    /* max-width: 10vw; */
}

.drop-zone {
    width: 80%;
    height: 80%;
    /* border: 2px dashed #aaa; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

#cats {
    display: flex;
    margin-top: 67px;
    justify-content: space-between;
    WIDTH: 100%;
}

#cats>div {
    display: flex;
    position: relative;
    padding: 25px;
    transition: transform 0.3s ease-in-out;
    transform:scale(0.9);
}
.cat {
        transition: transform 0.3s ease-in-out;
       transform:scale(0.9);
}
.cat.highlight{
   transform:scale(1);
}
#cats>div:hover {
      transform:scale(1);
}

#teals {
    width: calc(100vw - 50px);
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
}

#teals img {
    max-width: 200px;
    /* transition: transform 0.3s ease-in-out; */
    z-index: 1008 !important;
    transform: scale(1);
}
#teals img:hover {
     transform:scale(0.9);
}


.thank-img{
    max-width: 50vw;
}

.score-img{
    max-width: 40vw;
}
.getth-img{
    max-width: 50vw;
}
.theResult1{
    /* max-width: 25vw; */
    min-width: 50vw;
    text-align: center;
    background-color: #000000;
    font-size: 80px;
    margin: 16px;
    color: white;
    padding: 0px 24px;
    border-radius: 100rem;
    /* border: solid white 6px; */
}
.theResult2{
     /* max-width: 25vw; */
     min-width: 50vw;
     text-align: center;
     background-color: #fab303;
     font-size: 80px;
     margin: 16px;
     color: #e21c24;
     padding: 0px 24px;
     border-radius: 100rem;
     /* border: solid white 6px; */
}
/*--------------------------------- timer ------------------------------------*/
.count-container h2 {
    position: absolute;
    color: white;
    left: 50%;
    bottom: 6%;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

.count-container {
    position: fixed;
    left: -11px;
    top: 140px;
}

.cont {
    width: 250px;
    height: 250px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #aaa;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(0.5);
}

.cont::after {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    top: 23px;
    left: 23px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #777;
    background-image: linear-gradient(transparent calc(50% - 1px), #aaa calc(50% - 1px), #aaa calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(90deg, transparent calc(50% - 1px), #aaa calc(50% - 1px), #aaa calc(50% + 1px), transparent calc(50% + 1px));
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 100px;
    transform-origin: 0 0;
    background-image: linear-gradient(black, transparent);
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.number {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -0%);
    /* width: 250px; */
    /* height: 209px; */
    color: #E21C24;
    font-size: 60px;
    /* line-height: 250px; */
    z-index: 200;
}


.logo-img {
    z-index: 999;
    position: fixed;
    max-width: 25vw;
    left: 50px;
    top: 25px;
}

.footer-img {
    z-index: 999;
    position: fixed;
    max-width: 14vw;
    left: 50px;
    bottom: 25px;
}


* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.teal {
    -webkit-user-select: auto; 
    -khtml-user-select: auto;  
    -moz-user-select: auto;    
    -ms-user-select: auto;     
    -o-user-select: auto;      
    user-select: auto;         
}

::selection{
    color: #00000000;
    background-color: #00000000;
}

input {
    -webkit-autofill,
    -webkit-autofill:hover, 
    -webkit-autofill:focus,
    -webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }
}

/* --------------------- Footer ------------------------------*/
.footer-banner {
    background-color: #31729b6f;
    display: flex;
    z-index: 200;
}

.footer-banner .row {
    margin: 0px;
    padding: 0px;
    z-index: 200;
}

.footer-banner .footer-text {
    color: #fff;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}


/* Define the rotation animation */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Rotate infinitely */
.rotate-infinite {
    animation: rotate 2s linear infinite;
}

/* Style the disabled button */
.btnweel:disabled img {
    opacity: 0.5; /* Optional: Make the button image appear faded */
}

/* Apply rotation when disabled */
.btnweel:disabled {
    pointer-events: none; /* Disable interactions */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
    /* Add the rotation animation */
    animation: rotate 2s linear infinite;
}