@import '../fonts/GEAridiKoufi/stylesheet.css';
@import '../fonts/CaviarDreams/stylesheet.css';

* {
    font-family: 'GE SS Two';
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html[lang="en"] * {
    font-family: 'Caviar Dreams';
}

:root {
    --black: #000000;
    --gray: #959595;
    --light-gray: #e8e8e8;
    --white: #ffffff;
    --ligh-blue: #e0e6f2;
}

:root {
    --plyr-color-main: #BC272D;
    --plyr-font-size-base: 13px;
    --plyr-font-size-small: 12px;
    --plyr-font-size-time: 11px;
    --plyr-font-size-badges: 9px;
    --plyr-font-size-menu: var(--plyr-font-size-base);
    --plyr-font-weight-regular: 500;
    --plyr-font-weight-bold: 600;
    --plyr-font-size-captions-medium: 18px;
    --plyr-font-size-captions-large: 21px;

}

::selection {
    background: #FFDA50;
    color: #ffffff;
    text-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

nav {
    border-bottom: 1px solid #E8E8E8;
}

.logo_2 {
    opacity: 0;
}

.nav-item a {

    position: relative !important;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #959595;

}

.nav-item a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #BC272D;
    transform: scale(0);
    transition: transform 0.25;
    z-index: 1;
    transform-origin: left;

}

.nav-item a:hover:before {
    transform: scale(1);
    transition: all 0.3s ease-in-out;

}

.nav-item a:hover, .nav-item a.active {
    color: #BC272D;
    transition: all 0.4s ease-in-out;
    cursor: pointer;

}

.language {
    color: var(--gray);
    background-color: var(--white);
    border-color: var(--gray);
    border: 1px solid var(--gray);
    border-radius: 3px;
    text-decoration: none;
}

.language:hover {
    color: var(--white);
    background-color: #BC272D;
    transition: all 0.3s ease-in-out;
}


.way {
    /*background-color: var(--ligh-blue);*/
    padding: 2rem 2rem 9rem;
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 41px;
    text-align: justify;
    color: #000000;

}

html[lang="en"] .way {
    font-family: 'Caviar Dreams';
}

.card_2_h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 68px;
    color: var(--black);
    position: relative;
    display: inline-block;
}

.card_2_h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    background: #fcd275;
    bottom: 12px;
    right: 0px;
    z-index: -1;
    border-radius: 1rem 0rem 0rem 1rem;
}

.section-three {
    cursor: pointer;
    background-color: #e6f5fb;
    height: 206px;
    margin-top: 150px;

}

.plyr__poster {
    background-size: cover;
}

.plyr {
    border-radius: 12px;
}

.app {
    transform: translateY(-21%);
}

/* .white-video {
  border-radius: 3rem;
  z-index: 1000;
} */
.app::before {
    content: "";
    width: 100%;
    height: 115%;
    background-color: #ffda50;
    position: absolute;
    border-radius: 3rem;
    right: 0;
    top: -25px;
}

.vision {
    background-color: #7ea58e;
    color: var(--white);
    font-size: 1.5rem;
    padding-left: 8rem;
    font-weight: 500;
    font-size: 24px;
}

.msg {
    background-color: #e76c5b;
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    padding-left: 2rem;
}

html[lang="en"] .msg {
    font-family: 'Caviar Dreams';
}

.card_box {
    background: #FFFFFF;
    border: 1px solid #075E86;
    border-radius: 8px;
    /*font-size: 1.25;*/
    font-family: GE-SS-Two-Light;
    /*margin-top: 3rem;*/
}

html[lang="en"] .card_box {
    font-family: 'Caviar Dreams';
}


.titel_card {
    position: relative;
    display: inline-block;
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    /*color: #FFF;*/
    color: #075E86;
    margin-bottom: 2rem;
}

html[lang="en"] .titel_card {
    font-family: 'Caviar Dreams';
}


/*.titel_card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #FFDA50;*/
/*    border-radius: 4px;*/
/*    right: 0;*/
/*    bottom: 0px;*/
/*}*/


/*.card_box:hover .titel_card {*/
/*    transition: all 0.5s ease-in-out;*/
/*    color: #fff;*/

/*}*/

.row_card_box .card_box_col:nth-child(1) .card_box::after {
    border-bottom: 4px solid #075e86;

}

/*.row_card_box .card_box_col:nth-child(1) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #075e86;*/
/*    transition: all 0.5s ease-in-out;*/

/*}*/

/*.row_card_box .card_box_col:nth-child(2) .card_box::after {*/
/*    border-bottom: 4px solid #075e86;*/
/*}*/

/*.row_card_box .card_box_col:nth-child(2) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #075e86;*/
/*    transition: all 0.5s ease-in-out;*/
/*}*/

/*.row_card_box .card_box_col:nth-child(3) .card_box::after {*/
/*    border-bottom: 4px solid #075e86;*/
/*}*/

/*.row_card_box .card_box_col:nth-child(3) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #075e86;*/
/*    transition: all 0.5s ease-in-out;*/
/*    color: #fff;*/
/*}*/

/*.row_card_box .card_box_col:nth-child(4) .card_box::after {*/
/*    border-bottom: 4px solid #075e86;*/
/*}*/

/*.row_card_box .card_box_col:nth-child(4) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #075e86;*/
/*    transition: all 0.5s ease-in-out;*/
/*    color: #fff;*/
/*}*/

.row_card_box .card_box_col:nth-child(5) .card_box::after {
    border-bottom: 4px solid #0c5685;
}

/*.row_card_box .card_box_col:nth-child(5) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #0c5685;*/
/*    transition: all 0.5s ease-in-out;*/
/*    color: #fff;*/
/*}*/

.row_card_box .card_box_col:nth-child(6) .card_box::after {
    border-bottom: 4px solid #0c5685;
}

/*.row_card_box .card_box_col:nth-child(6) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #0c5685;*/

/*    transition: all 0.5s ease-in-out;*/
/*}*/

.row_card_box .card_box_col:nth-child(7) .card_box::after {
    border-bottom: 4px solid #0c5685;
}

/*.row_card_box .card_box_col:nth-child(7) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #0c5685;*/

/*    transition: all 0.5s ease-in-out;*/
/*}*/

.row_card_box .card_box_col:nth-child(8) .card_box::after {
    border-bottom: 4px solid #0c5685;
}

/*.row_card_box .card_box_col:nth-child(8) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #0c5685;*/

/*    transition: all 0.5s ease-in-out;*/
/*    color: #fff;*/
/*}*/

.row_card_box .card_box_col:nth-child(9) .card_box::after {
    border-bottom: 4px solid #0c5685;
}

/*.row_card_box .card_box_col:nth-child(9) .card_box:hover {*/
/*    box-shadow: inset 0 -300px 0 0 #0c5685;*/
/*    transition: all 0.5s ease-in-out;*/
/*    color: #fff;*/
/*}*/

.row_card_box .card_box_col:nth-child(1) .icon_card {
    background: var(--white);
    width: 100px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    top: -3rem;
}

.row_card_box .card_box_col:nth-child(2) .icon_card {
    background: var(--white);
    width: 100px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    top: -3rem;
}

.row_card_box .card_box_col:nth-child(3) .icon_card {
    background: var(--white);
    width: 100px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    top: -3rem;
}

.row_card_box .card_box_col:nth-child(4) .icon_card {
    background: var(--white);
    width: 100px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    top: -3rem;
}

.row_card_box .card_box_col:nth-child(5) .icon_card {
    background: var(--white);
    width: 100px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    top: -3rem;
}

.titled {
    font-family: GE-SS-Two-Light;
}

html[lang="en"] .titled {
    font-family: 'Caviar Dreams';
}

.num {
    font-size: 3.75rem;
    background-color: var(--ligh-blue);
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    margin-bottom: 0.1rem;
}

.titel_bg {
    background-color: #7ea58e;

}

.titel_bg_2 {
    background-color: #E76C5B;

}

.titel_bg_3 {
    background-color: #86236D;

}

.titel_bg_4 {
    background-color: #EFA298;

}

.titel_bg_5 {
    background-color: #7B97D1;

}
.big-image {
    width: auto;
    height: 150px;
}
.service-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
}
.two-sec {
    /*background: url("../img/Asset-3.png");*/
    /*background-position: center left;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #e6f5fb;
    border-bottom-left-radius: 5rem;
    border-top-left-radius: 5rem;
}
html[lang="en"] .two-sec {
    border-bottom-right-radius: 5rem;
    border-top-right-radius: 5rem;
}

.service-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -1.5rem;
    right: 0;
    background: #fcd275;
    z-index: 1;
}

.desc {
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
    color: #000000;
}

.more {

    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #7EA58E;
    border-radius: 8px;
    text-decoration: none;

}

.more:hover {
    color: #000000 !important;
}

.service-titles {
    background-image: url(../img/red\ back.png);
    font-size: 1.5rem;
    font-family: GE-SS-Two-Light;
    /* background-color: #7ea58e; */
    width: 35rem;
    height: 3.3rem;
    padding-inline-start: 5rem;
    color: var(--white);
}

html[lang="en"] .service-titles {
    font-family: 'Caviar Dreams';
}

.service-titles::after {
    content: "";
    position: relative;
    width: 14rem;
    height: 8px;
    top: 1.9rem;
    right: -9.8rem;
    background: #fcd275;
    z-index: 1;
}

.more2 {
    padding: 0.5rem 4rem;
    background-color: #e76c5b;
    border: 1px solid #e76c5b;
}

.more2:hover {
    background-color: var(--white);
    color: #e76c5b;
}

.service-titless {
    background-color: #86236d;
}

.service-titless::after {
    content: "";
    position: relative;
    width: 25rem;
    height: 8px;
    top: 1.9rem;
    right: -25rem;
    background: #fcd275;
    z-index: 1;
}

.more3 {
    padding: 0.5rem 4rem;
    background-color: #86236d;
    border: 1px solid #86236d;
    color: var(--white);
}

.more3:hover {
    background-color: var(--white);
    color: #86236d;
}

.manage {
    transform: translate(0px, -30%);
}

.section-ninth {
    margin-top: 7rem;
}

.service-titlesss {
    background-image: url(../img/pink\ back.png);
    font-size: 1.5rem;
    font-family: GE-SS-Two-Light;
    /* background-color: #7ea58e; */
    width: 35rem;
    height: 3.3rem;
    padding-inline-start: 5rem;
    color: var(--white);
}

html[lang="en"] .service-titlesss {
    font-family: 'Caviar Dreams';
}

.service-titlesss::after {
    content: "";
    position: relative;
    width: 11rem;
    height: 8px;
    top: 1.9rem;
    right: -9rem;
    background: #fcd275;
    z-index: 1;
}

.more4 {
    background-color: #efa298;
    border: 1px solid #efa298;
    color: var(--white);
}

.more4:hover {
    background-color: var(--white);
    color: #efa298;
}

.service-titlessss {
    background-color: #7b97d1;
}

.service-titlessss::after {
    content: "";
    position: relative;
    width: 7rem;
    height: 8px;
    top: 1.9rem;
    right: -6.8rem;
    background: #fcd275;
    z-index: 1;
}

.more5 {
    padding: 0.5rem 4rem;
    background-color: #7b97d1;
    border: 1px solid #7b97d1;
    color: var(--white);
}

.more5:hover {
    background-color: var(--white);
    color: #7b97d1;
}

.card_box {
    border: 1px solid #075E86;
    /*border: 1px solid #fff;*/
    /*background-color: #075E86;*/
    /*color: #fff;*/
}

.cards1 {
    border-bottom: 5px solid #86236d;
}

.cards2 {
    border-bottom: 5px solid #7ea58e;
}

.cards3 {
    border-bottom: 5px solid #7b97d1;
}

.more-card {
    padding: 0.5rem 2.5rem;
    border-radius: 5px;
    color: var(--white);
    font-family: GE-SS-Two-Medium;
}

html[lang="en"] .more-card {
    font-family: 'Caviar Dreams';
}

.all-card {
    width: 100%;
}

.more-card1 {
    background-color: #86236d;
    border-color: #86236d;
    border: 1px solid #86236d;
}

.more-card1:hover {
    background-color: var(--white);
    color: #86236d;
}

.more-card2 {
    background-color: #7ea58e;
    border-color: #7ea58e;
    border: 1px solid #7EA58E;
}

.more-card2:hover {
    background-color: var(--white);
    color: #7ea58e;
}

.more-card3 {
    background-color: #7b97d1;
    border-color: #7b97d1;
    border: 1px solid #7B97D1;
}

.more-card3:hover {
    background-color: var(--white);
    color: #7b97d1;
}

.card-para {
    font-family: GE-SS-Two-Light;
}

html[lang="en"] .card-para {
    font-family: 'Caviar Dreams';
}

.all-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 50%;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--white) !important;
    width: 15px;
    height: 15px;
    border: 3px solid #bc272d;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner::after {
    content: "";
    position: absolute;
    width: 8rem;
    height: 9px;
    background: #fcd275;
    bottom: 12px;
    right: 11rem;
    z-index: -1;
    border-radius: 1rem 0rem 0rem 1rem;
}

.all-sections {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iti {
    direction: ltr;
}

[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
    right: 1037px;
    left: auto;
}

.form-control {
    direction: rtl !important;
}


::placeholder {
    color: #474342;
    font-size: 0.875rem;
}

.partners::after {
    content: "";
    position: absolute;
    width: 20rem;
    height: 9px;
    background: #fcd275;
    bottom: 12px;
    right: 24rem;
    z-index: -1;
    border-radius: 1rem 0rem 0rem 1rem;
}

.coffee {
    /*font-family: GE-SS-Two-Light;*/
    font-size: 1.5rem;
}

.question-toggle {
    display: flex;
    justify-content: space-between;
}

.choice {
    display: flex;
    justify-content: space-between;
}

.card {
    border: none;
}

.partnerss::after {
    content: "";
    position: absolute;
    width: 12rem;
    height: 9px;
    background: #fcd275;
    bottom: 12px;
    right: 36rem;
    z-index: -1;
    border-radius: 1rem 0rem 0rem 1rem;
}

.succsess {
    border: 1px solid #e8e8e8;
    padding: 2rem 3rem;
    border-radius: 5px;
}

footer {
    background: #e6f5fb;
    font-family: GE-SS-Two-Light;
}

html[lang="en"] footer {
    font-family: 'Caviar Dreams';
}


.social_media_footer a span i {
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 5px;
    justify-content: space-around;
}

.social_media_footer a span i:hover {
    background: var(--black);
    color: #000000;
    transition: all 0.3s ease-in-out;
}

ul {
    padding-right: 0px !important;
}

.ul_footer li {
    list-style: none;
}

.ul_footer li a,
.h2_footer {
    text-decoration: none;
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

html[lang="en"] .ul_footer li a,
html[lang="en"] .h2_footer {
    font-family: 'Caviar Dreams';
}


.ul_footer li a:hover {
    color: #BC272D;
    transition: all 0.3s ease-in-out;
}

.ul_footer_2 {
    list-style: none;
}

.ul_footer_2 a {
    text-decoration: none;
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

html[lang="en"] .ul_footer_2 a {
    font-family: 'Caviar Dreams';
}


.end_footer {
    text-decoration: none;
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

html[lang="en"] .end_footer {
    font-family: 'Caviar Dreams';
}

/* abd*/
.card_form {
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}

.card_form label {
    font-family: 'GE SS Two';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #0B0C0D;
}

html[lang="en"] .card_form label {
    font-family: 'Caviar Dreams';
}

.card_form input {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #474342;
}

.btn_sub {
    background: #7B97D1;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF !important;
}

.one-time {

    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

.slick-dots {
    bottom: -20%;
}

.slick-dots li button:before {
    font-family: 'slick';
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: '';
    opacity: .25;
    background-color: #a9a9a9;
    border-radius: 100%;
    -webkit-font-smoothing: titleantialiased;
    -moz-osx-font-smoothing: grayscale;

}

.slick-dots li.slick-active button:before {
    border-radius: 100%;
    background: #EEEEEE;
    border: 3px solid #BC272D;

}

.box_img, .box_img_2, .box_img_3, .box_img_4, .box_img_5 {
    position: relative;
}

/*.box_img::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 52px;*/
/*    background-color: #7EA58E;*/
/*    left: 2%;*/
/*    top: 44%;*/
/*    z-index: -1;*/
/*}*/

/*.box_img_2::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 54px;*/
/*    background-color: #E76C5B;*/
/*    right: 2%;*/
/*    top: 38%;*/
/*    z-index: -1;*/
/*}*/

/*.box_img_3::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 53px;*/
/*    background-color: #86236D;*/
/*    right: -2%;*/
/*    top: 34px;*/
/*    z-index: -1;*/
/*}*/

/*.box_img_4::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 54px;*/
/*    background-color: #EFA298;*/
/*    right: 2%;*/
/*    top: 240px;*/
/*    z-index: -1;*/
/*}*/

/*.box_img_5::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 53px;*/
/*    background-color: #7B97D1;*/
/*    right: -2%;*/
/*    top: 34px;*/
/*    z-index: -1;*/
/*}*/

.card_aoto_1, .card_aoto_2, .card_aoto_3, .card_aoto_4, .card_aoto_5, .card_aoto_6 {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    border-bottom: 3px solid #86236D;
    position: relative;

}

.coffe {
    position: absolute;
    left: -45%;
    top: -28%;
}

.card_aoto_2 {

    border-bottom: 3px solid #7EA58E;
}

.card_aoto_3 {

    border-bottom: 3px solid #7B97D1;
}

.card_aoto_5 {

    border-bottom: 3px solid #7EA58E;
}

.card_aoto_6 {

    border-bottom: 3px solid #7B97D1;
}

.card_aoto_1::before {
    content: url(../img/img_befero_3.svg);
    position: absolute;
    right: -21px;
    top: 50%;
}

.card_aoto_3::before {
    content: url(../img/img_befero_1.svg);
    position: absolute;
    right: -21px;
    top: 50%;
}

.card_aoto_2::before {
    content: url(../img/img_befero_2.svg);
    position: absolute;
    right: -21px;
    top: 50%;
}

.card_aoto_4::before {
    content: url(../img/img_befero_3.svg);
    position: absolute;
    left: -10%;
    top: 50%;
}

.card_aoto_5::before {
    content: url(../img/Polygon\ 2.svg);
    position: absolute;
    left: -10%;
    top: 50%;
}

.card_aoto_6::before {
    content: url(../img/Polygon\ 2.svg);
    position: absolute;
    left: -10%;
    top: 50%;
}

.form-select {
    font-size: 0.75rem;
}


.card_aoto_1 h2, .card_aoto_2 h2, .card_aoto_3 h2, .card_aoto_4 h2, .card_aoto_5 h2, .card_aoto_6 h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    position: relative;

}

.card_aoto_1 h3, .card_aoto_2 h3, .card_aoto_3 h3, .card_aoto_4 h3, .card_aoto_5 h3, .card_aoto_6 h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.card_aoto_1 a, .card_aoto_2 a, .card_aoto_3 a, .card_aoto_4 a, .card_aoto_5 a, .card_aoto_6 a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #86236D;
    border-radius: 8px;
    text-decoration: none;
}

.card_aoto_2 a {
    background: #7EA58E;

}

.card_aoto_3 a {
    background: #7B97D1;

}

.card_aoto_5 a {
    background: #7EA58E;

}

.card_aoto_6 a {
    background: #7B97D1;

}

/**/


/* start inpt mobiel tel */
.iti {
    display: block;
}

.iti__arrow {
    display: none;
}

.iti__selected-flag {
    direction: ltr;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    font-size: 12px;
}

.iti__selected-dial-code {
    color: #777777;
    border-right: 1px solid #E7E7F5;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: inherit;
}

.iti__country-list {
    left: 0;
    direction: ltr;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel],
[dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
    padding-right: 12px !important;
    padding-left: 6px;
    margin-top: 16px !important;
    margin-right: 0;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #BC272D;

}

.img_se_1 {
    /*background-image: url(../img/bg_1.svg);*/
    /*background-size: cover;*/
    margin-inline-start: -11.5%;
    margin-top: 5%;
    background-color: #FFFFFF00;
    background-image: url("../img/Asset-5-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}

.text_heder {
    padding-inline-end: 10rem;
}

.slider_1 {
    position: relative;
}

.slider_1::after {
    content: url(../img/line_slider.svg);
    position: absolute;
    left: -10px;
    top: 10%;
    width: 14px;
    display: flex;
    justify-content: end;
    background-color: #fff;
}
html[lang="en"] .slider_1::after {
    right: -10px;
    left: auto;
}

.pesone {
    position: fixed;
    right: 5%;
    bottom: 4%;
    z-index: 1;
}

.text_hovar {
    font-weight: 300;
    font-size: 18px;
    /*line-height: 25px;*/
    color: #000000;
    background-color: #E6F5FB;
    /*margin-top: -5rem;*/
    /*margin-right: 3rem;*/
    border-radius: 100PX;
}

/* start chatboot*/


.fab {
    position: fixed;
    bottom: 32px;
    left: 5%;
    border-radius: 50%;
    width: 44px;
    height: 60px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.fab:hover {
    cursor: pointer;
}

.fab img {
    width: 45%;
    transition: 0.4s;
}

.box {
    position: fixed;
    bottom: 96px;
    left: 5%;
    height: 0px;
    transition-delay: 0.2s;
    width: 44px;
    transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    align-items: center;
}

.item {
    overflow: hidden;
    border-radius: 50%;
    transition: 0.2s ease-in;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.item img {
    width: 100%;
    transition: 0.2s;
}

.item1 {
    transition-delay: 0.2s;
}

.item2 {
    transition-delay: 0.4s;
}

.item:hover {
    cursor: pointer;
}

.item:hover img {
    transform: rotate(360deg);
    transition: all 0.3s;
}

.box-active {
    height: auto;
}

.fab-active img {
    transform: rotate(360deg);
    width: 40%;

}

html[lang="en"] #lottie_2 {
    transform: rotateY(180deg);
}


/* end chatboot*/

/* start responsev*/
@media (max-width: 767px) {
    .msg, .vision {
        padding-left: 0;
    }

    .service-title {
        font-size: 20px;
    }

    .box_img::before, .box_img_2::before, .box_img_3::before, .box_img_4::before, .box_img_5::before {
        display: none;

    }

    .img_se_1 {
        margin-right: 0;
        padding-top: 0;

    }

    .text_heder {
        padding-left: 1rem;
    }

    .app {
        transform: translateY(5%);
    }

    .desc {
        font-size: 16px;
    }

    .end_footer {
        font-size: 8px;
    }

    .card_2_h2 {
        font-size: 24px;
    }

    .logo_dep {
        width: 40px;
    }

    .manage {
        transform: translate(0px, 0px);
    }

    .coffe {
        display: none;
    }

    .slider_1::after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box_img::before, .box_img_2::before, .box_img_3::before, .box_img_4::before, .box_img_5::before {
        display: none;

    }

    .manage {
        transform: translate(0px, 0px);
    }

    .coffe {
        position: absolute;
        left: -6%;
        top: -24%;
    }

}

@media (min-width: 992px) and (max-width: 1399.9px) {

    .navbar .navbar-nav .nav-link {
        margin-right: 14px;
        margin-inline-end: 14px;
    }

    .nav-item a {
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}