* {
    padding: 0%;
    margin: 0%;
}

body {
    font-family: 'Poppins-Regular';
}


a {
    text-decoration: none;
    list-style: none;
    color: inherit;
}

.company_logo {
    width: 100%;
}

.navs {
    padding: 20px;


}

.merit_ul {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
}

.merit_ul li {
    margin-right: 40px;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
}

.nav-link {
    text-decoration: none;
    color: #000;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #DE1F1F;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.merit_ul .nav-link:hover {

    cursor: pointer;
}

.merit_ul .dropdown {
    position: relative;
}

.merit_ul .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 61.2px 0px rgba(0, 0, 0, 0.25);
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 160px;
}

.merit_ul .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: black;
    text-decoration: none;
    display: block;


}

.merit_ul .dropdown-menu .dropdown-item:hover {
    background-color: #EF0101;
    color: white;

}

.merit_ul .dropdown:hover .dropdown-menu {
    display: block;
}

/* Triangle at the top left of the dropdown menu */
.merit_ul .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    /* Adjust the value to control the distance from the menu */
    left: 20px;
    /* Adjust the value to control the position horizontally */
    border-width: 0 15px 15px 15px;
    /* Adjust the values for the size of the triangle */
    border-style: solid;
    border-color: transparent transparent #682b2b transparent;
}

@media (max-width: 768px) {
    .merit_ul {
        flex-direction: column;
    }
}

.main_sossection {
    background-image: url(../images/Group\ 1000002935@2x.png);
    background-size: cover;
    min-height: 600px;
    margin-bottom: 100px;

}

.we_making {
    color: white;
    margin-top: 130px;
    font-family: 'Poppins-SemiBold';
    font-size: 53px;
}

.sas_paragraph {
    color: white;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    font-family: 'Poppins-Regular';
    text-align: justify;
}

.running_count {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px;
}

.count_one {
    text-align: center;
    border-right: 1px solid #D8D8D8;
    ;
}

.count_two {
    text-align: center;
    border-right: 1px solid #D8D8D8;
    ;
}

.count_three {
    text-align: center;
}

.count_head {
    color: white;
    font-weight: bold;
    font-family: 'Poppins-Regular';
    font-size: 31.215px;
    font-style: normal;
    font-weight: 1000;
}

.count_p {
    color: white;
    font-size: 11px;
}

.saso_white {
    background-color: #FFF;
    margin: 80px;
    padding: 30px;
    width: 550px;
    border-radius: 0px 50px 0px 50px;
}

.saso_white_new {
    background-color: #FFF;
    margin: 80px;
    padding: 30px;
    width: 550px;
    border-radius: 0px 50px 0px 50px;
}

.saso_Connect {
    color: black;
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
}

.t_label {
    color: #16205F;
    font-weight: bold;
}

.consulat_btn {
    border-radius: 6.669px;
    background: linear-gradient(270deg, #110101 0.24%, #EF0101 100%);
    box-shadow: 0px 3.334px 18.339px 0px rgba(0, 0, 0, 0.12);
    border: none;
    padding: 10px 40px;
    font-family: 'Poppins-Regular';
    font-size: 12px;
}

.re_img {
    width: 80%;
}

.section_three {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 50px;
    text-align: justify;
}

.red_hover {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
}

.reengineer h6 {
    font-family: 'Poppins-SemiBold';
    font-weight: bold;
    font-size: 20px;
}

.reengineer p {
    width: 80%;
}

.our_span {
    background: linear-gradient(90deg, #F10101 0%, #0B0101 100.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.red_card {
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 90%;
    padding: 25px;
    margin-bottom: 40px;
    transition: all .4s ease-in-out;

}

.red_card:hover {
    border-radius: 26px;
    background: linear-gradient(127deg, #EF0202 0%, #130202 99.2%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    transition: all .4s ease-in-out;

}

.redimg_one {
    width: 30%;
}

.ser_pp {
    font-size: 15px;
    margin-bottom: 50px;
}

.image_red_hover {
    background-image: url(../images/multipple_person.png);
    background-size: cover;
    min-height: 300px;
    background-position: center;

}

.grand {
    width: 100%;
    background: linear-gradient(272deg, rgba(242, 2, 2, 0.60) 0.17%, rgba(0, 0, 0, 0.60) 100%);
    min-height: 300px;
}

.multi_percolor {
    display: block;
    text-align: center;
    justify-content: center;
    color: white;
    padding: 120px;

}

.black_red {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
    margin-top: 110px;
}

.building_for {
    width: 95%;
}

.been_black {
    background-color: #1E1E1E;
    ;
    color: white;
    padding: 30px;
    border-radius: 20px 0px 0px 20px;
}

.been_black h4 {
    font-weight: bold;
    font-size: 36px;
}

.Cont_btn {
    padding: 10px 30px;
    background-color: transparent;
    color: white;
    border: 3px solid white;
}

.black_img {
    background-image: url(../images/black_red\ _image.png);
    height: 400px;
    background-size: cover;
}

.redred {
    background-color: #F10101;
    padding: 8px;
}

.online_btn {
    padding: 10px 20px;
    background-color: transparent;
    border: 2.8px solid #1F1F1F;
    font-weight: bold;
}

.squre {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.Management_Consu h1 {
    font-family: 'Poppins-SemiBold';
}


.Management_Consu span {
    background: linear-gradient(90deg, #EF0101 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins-Regular';
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 127%;
}

.inter_img {
    width: 90%;
}

.Incubate {
    font-size: 23px;
    color: #40DDB6;
    line-height: 30px;
}

.check p {
    font-size: 20px;
    color: #7D7D7D;
    margin-bottom: 10px;
}

.Recent h3 {
    font-family: 'Poppins-SemiBold';
}

.re_ups {
    width: 100%;
}

.re_ups h1 {
    font-family: 'Poppins-SemiBold';
}

.emotion {
    width: 100%;
}

.round_girl {
    height: 19px;
}

.swift {
    display: flex;
    gap: 2px;
    text-align: center;
    justify-content: start;
    align-items: center;
    margin-top: 15px;
}

.swift p {
    font-size: 10px;
    font-weight: bold;
    color: gray;
}

.main_rdx {
    display: flex;
    text-align: center;
    gap: 2px;
    align-items: start;
}

.rdx {
    width: 18.342px;
    height: 18.342px;
    flex-shrink: 0;
    background: #EF0101;

}

.What_hed {
    font-family: 'Poppins-SemiBold';
}

.grand_gray {
    background-color: #F7F7F7;
    padding: 40px;
    height: 100%;
}

.umberla {

    height: 70px;
    width: 70px;
    border-radius: 50%;

}

.grand_gray h5 {
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 18px;
}

.grand_gray p {
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

.footer_logo {
    width: 50%;
    margin-bottom: 20px;
}

.xpertl {
    color: #16205F;
    font-weight: bold !important;
}

.social_links {
    display: flex;
    gap: 25px;
    font-size: 25px;
    margin-bottom: 20px !important;
}

.ft_ul li {
    text-decoration: none;
    list-style: none;
    line-height: 40px;
    color: #16205F;

}

.main-container {
    padding: 20px;
    cursor: pointer;

}

.lole {
    font-size: 12px;
    color: #16205F;
    ;
    font-weight: 0% !important;
}

.copy_right {
    padding: 20px;
}

.about_red_sec {
    background: linear-gradient(133deg, #010101 -0.02%, #F20202 100.04%);
    padding: 100px;
    padding-bottom: 80px;
    color: white;
    min-height: 600px;


}

.glass_boy {
    width: 100%;
    background-image: url(../images/glass\ boy.png);
    min-height: 600px;
    background-size: cover;
}

.about_red_sec h4 {
    width: 70%;
    line-height: 32px;
    font-weight: bold;
}

.Ipsum {
    width: 70%;
    line-height: 25px;
}

.set_btn {
    padding: 10px 30px;
    border-radius: 20px;
    border: none;
    font-weight: bold;
}

.Why_work h4 {
    font-weight: bold;
}

.wthy_card {
    border-radius: 26.757px;
    background: #F5F5F5;
    padding: 40px;
    text-align: justify;
}

.wthy_btn {
    padding: 10px 18px;
    border: none;
    color: black;
    border-radius: 10.703px;
    background: #FFF;
}

.wthy_card:hover {
    border-radius: 26.757px;
    background: linear-gradient(129deg, #DC0303 1.75%, #1B0303 99.99%);
    box-shadow: 0px 5.351px 125.758px 0px rgba(0, 0, 0, 0.15);
    color: white;

}

.vission {
    background-color: #F5F5F5;
}

.newas_Mission {
    padding: 100px;
}

.dummy_img {
    width: 88%;
    margin-top: 12%;
    margin-left: 50px;
}

.newas_Mission h5 {
    color: #EF0101;
    font-weight: bold;

}

.newas_Mission p {
    font-weight: 400;
    text-align: justify;
}

.our_team h5 {
    font-weight: bold;
}

.our_p {
    width: 60%;
    font-weight: 400;
}

.team_card {
    /* background-image: url(../images/t1.png); */
    min-height: 400px;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}

.team_white {
    padding: 10px;
    background-color: white;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
    justify-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 2%;


}

.loop {
    padding: 40px;
    border-radius: 20.068px;
    background: #1B1B1B;
    color: white;
    margin-bottom: 20px;
}

.input_container {
    position: relative;
    width: 300px;
    /* Adjust width as needed */
    margin: 20px auto;
    /* Centering the container */
}

.email-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    /* White text color */

    background: linear-gradient(180deg, #EF0101 0%, #250303 100%);
    cursor: pointer;
}

.ser_banner {
    background-image: url(../images/services_banner.png);
    min-height: 300px;
    background-size: cover;
    color: white;
}

.ser_banner_cc {
    background-image: url(../images/services_banner.png);
    min-height: 300px;
    background-size: cover;
    color: white;
}

.new_grand {
    width: 100%;
    background: linear-gradient(272deg, rgba(242, 2, 2, 0.60) 0.17%, rgba(0, 0, 0, 0.60) 100%);
    min-height: 300px;
    display: block;
    align-items: center;
    justify-content: center;
}

.new_grand_new {
    width: 100%;
    background: linear-gradient(272deg, rgba(242, 2, 2, 0.60) 0.17%, rgba(0, 0, 0, 0.60) 100%);
    min-height: 300px;
    display: block;
    align-items: center;
    justify-content: center;
}

.full_ser {

    text-align: center;
    min-height: 300px;
    padding: 100px;
}

.full_ser_new {

    text-align: center;
    min-height: 300px;
    padding: 100px;
}

.sase_btn {
    padding: 10px 20px;
    border-radius: 16px;
    background: #F4F4F4;
    width: 15%;
}

.sase_btn_new {
    padding: 10px 20px;
    border-radius: 16px;
    background-color: #F4F4F4;
    width: 15%;
}

.tificat {
    color: var(--Black, #16205F);
}

.s_form {
    width: 50%;
}

.saber {
    position: relative;
}

.saber_saso {
    position: absolute;
    top: 0%;
    right: 10%;

    border-radius: 60px 0px 0px 0px;
}



.careers_main {
    min-height: 300px;
    background: linear-gradient(272deg, rgba(242, 2, 2, 0.60) 0.17%, rgba(0, 0, 0, 0.60) 100%);
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px;
    color: white;
}

.careers_main p {
    width: 55%;
    text-align: center;
}

.careers_main h1 {
    font-weight: bold;
}

.img_carer {
    width: 100%;
    border-radius: 18px;
}

.preks {
    width: 20%;
    border-radius: 31.297px;
    border: 1.423px solid #EEE2FE;
    background: linear-gradient(90deg, #E9D8FF -195.88%, rgba(255, 255, 255, 0.00) 364.12%, #29252E 364.12%);
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px;
}

.Flexible_card {
    padding: 20px;
    border-radius: 11.381px;
    border: 1.423px solid #EFF0F6;
    background: #FFF;
    margin-bottom: 20px;
}

.Flexible_card p {
    color: #EF0101;
}

.ou_office {
    width: 10%;
    background: linear-gradient(90deg, #E9D8FF -195.88%, rgba(255, 255, 255, 0.00) 364.12%, #29252E 364.12%);
    color: red;
    border-radius: 15px;
    padding: 5px;
}

.office_cards {
    border-radius: 22.375px;
    border: 1.398px solid #EFF0F6;
    background: #FFF;
    padding: 50px;
}

.ofone {
    width: 100%;
    margin-bottom: 10px;
}

.job_ce {
    background: linear-gradient(90deg, #E9D8FF -195.88%, rgba(255, 255, 255, 0.00) 364.12%, #29252E 364.12%);
    color: red;
    width: 10%;
    padding: 6px;
    border-radius: 12px;
    margin-bottom: 10px;

}

.new_job_broder {
    padding: 20px;
    border-radius: 11.188px;
    border: 1.398px solid #EFF0F6;
    background: #FFF;
    margin-bottom: 20px
}

.New_job p {
    color: #7A7D9C;
    ;
}

.new_job_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.yes {
    width: 30%;
}

.home_blog {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 8px;
    background: var(--White, #f0eded);
    padding: 5px;
    width: 10%;
    border-radius: 8px;
}

.blog_card {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bb_image {
    width: 100%;
}

.Did {
    font-size: 15px;
}

.blog_card p {
    color: #555;
}

.contact_red {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15.036px;
    background: #FFF;
    box-shadow: 0px 0px 90.213px 45.107px rgba(0, 0, 0, 0.03);
    padding: 30px;

}

.cored {
    background-color: rgba(209, 59, 59, 1);
    padding: 70px;
    border-radius: 8px;
    color: white;
    position: relative;
}

.three_icons {
    display: flex;
    gap: 15PX;
    font-size: 25px;
    margin-top: 40px;
}

.two_round {
    width: 30%;
    position: absolute;
    bottom: 0%;
    right: 0%;

}

.round {
    width: 30%;
    position: absolute;
    bottom: 10%;
    right: 5%;
}

.white_form {
    padding: 70px;
    position: relative;
}

.emo {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0%;
    padding: 10px;
}

.General_Inquirys {
    display: flex;
    gap: 10px;
}

.text_aresa {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0%;
}

.some_drak button {
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    color: white;
    background-color: #000;
}

.some_drak {
    display: flex;
    justify-content: end;
}

.dark_arrow {
    width: 24%;
    position: absolute;
    top: 87%;
    right: 18%;
}

.map {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

.blur {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;

}

.bl_deat {

    border-radius: 5px;
    background: #F7F7F7;
    width: 20%;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
}

.red_b_deat {
    background: linear-gradient(150.45deg, #F15656 0.54%, #890101 100%);
    border-radius: 10px;
    padding: 15px;
    margin-top: 82px;
    color: white;

}

.three_deatils {
    display: flex;
    gap: 15px;
}

.three_deatils p {
    font-size: 20px;
    cursor: pointer;
}

.dus_res {
    background: linear-gradient(150.45deg, #F15656 0.54%, #890101 100%);
    border-radius: 10px;
    padding: 15px;
    color: white;
}

.graishes {
    background-color: gray;
    height: 300px;
    border-radius: 10px;
}

.ieeceee {
    width: 40%;
}

.main_ice_post {
    position: relative;
}

.main_icess {
    position: absolute;
    width: 60%;
    bottom: 0%;
    right: 16%;
    top: 55%;
}

.navbarIcon {
    display: none;
}

.nav-icon1 {

    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;

}

.nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(1, 1, 1);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.menusec .nav-icon1 span {
    background: black;
}

.nav-icon1 span:nth-child(1) {
    top: 0px;
}

.nav-icon1 span:nth-child(2) {
    top: 12px;
}

.nav-icon1 span:nth-child(3) {
    top: 24px;
}

.nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbarIcon {
    display: none;
}

.menuSec {
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.menuNavBar {
    list-style: none;
    margin: 0px;
    text-align: left;
}

.menuNavBar li {
    padding: 21px 15px;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all .8s ease;
}

.menuNavBar li.active {
    color: #3D62F8;
    transition: all .8s ease;
}

.menuNavBar li:hover {
    color: #3D62F8;
    transition: all .8s ease-out;
}

.menuNavBar a {
    text-decoration: none;
    color: black;
}

@keyframes runningStar {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.yes_secelt {
    width: 50% !important;
    border-bottom: 1px solid black !important;
    border: none;
}

.mas_blur {
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.764);
    backdrop-filter: blur(17.467166900634766px);
    min-height: 150px;
    padding: 15px;

}

.rounanes_s {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F10101;
}

.main_detOrd {
    border-radius: 19.962px;
    background: #F1ECFF;
    width: 25%;
    padding: 5px;
    display: flex;
    gap: 10px;

}

.modal_ase {
    display: none !important;
}

.tts_travel {
    border-radius: 4.305px;
    background-color: #F2F8F7;
    width: auto;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* test code  */
.team_card {
    background-image: url('../images/t1.png');
    /* Adjust the path as needed */
    min-height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    /* Optional: add rounded corners */
    overflow: hidden;
    transition: 0.3s ease-in-out;
    /* Smooth transition */
}

.team_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* Initial transparent color */
    transition: background-color 0.3s ease-in-out;
    /* Smooth transition */
}

.team_card:hover::before {
    background: linear-gradient(0deg, rgba(239, 1, 1, 0.70) -1.5%, rgba(17, 1, 1, 0.70) 100%);
}




.social_media_icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* Hidden by default */
    z-index: 2;
    /* Ensure icons are above the overlay */
}

.team_card:hover .social_media_icons {
    display: flex;
    gap: 15px;
}

.icon {
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    background-color: white;
    /* Background color for icons */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    /* Hide text */
    text-decoration: none;
}

.icon.instagram::before {
    content: url('../images/Insta.svg');
    background-size: cover;
    /* Replace with the actual path to Instagram icon */
}

.icon.facebook::before {
    content: url('../images/Fb.svg');
    /* Replace with the actual path to Facebook icon */
}

.icon.twitter::before {
    content: url('../images/Twiter.svg');
    /* Replace with the actual path to Twitter icon */
}


.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}


.nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #DE1F1F;
    transform: scaleX(1);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}


.running_count {

    text-align: center;
}

/* .count_one, .count_two, .count_three {
        margin-bottom: 20px;
    } */
.count_head {

    color: white;
}

.count_p {
    color: white;
}

/* styles.css */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black w/ opacity */
    z-index: 1000;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.filled {
    color: gold !important;
}


#content-wrapper * {
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100%;
}

.addreviewbtn {
    text-align: end;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;


}