/* competitionshow */
.competition-theme .container .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.competition-theme .container .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 100px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container .container-comp .title-comp-show .title {
    font-size: large;
    color: #17bd3b;
    margin: 0;
}

.competition-theme .container .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

/* @media(max-width : 600px)
    {
        .competition-theme .container .container-comp .title-comp-show{
            width: 160px;
            height: 40px;
            margin-bottom: 60px;
        }
        .competition-theme .container .container-comp .title-comp-show .title{
            font-size:medium;
        }
        .competition-theme .container .container-comp .title-comp-show .arrow{
            height: 40px;
            margin-top: -20px;
        }
    } */
.competition-theme .container .container-comp .container-comp-content {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.competition-theme .container .container-comp .container-comp-content .backgroundRectangle {
    display: flex;
    width: auto;
    justify-content: space-between;
}

.competition-theme .container .container-comp .container-comp-content .backgroundRectangle .rectangle {
    width: 43%;
    height: 100px;
    background-color: rgb(245, 241, 241);
    box-shadow: rgb(0 0 0 / 43%) 0px 9px 90px, rgb(0 0 0 / 30%) 0px 0px 2px -4px, rgb(0 0 0 / 20%) 0px -6px 2px inset
}

.competition-theme .container .container-comp .container-comp-content .backgroundRectangle .rectangleB {
    border-radius: 0 65px 65px 0;
}

.competition-theme .container .container-comp .container-comp-content .backgroundRectangle .rectangleA {
    border-radius: 65px 0 0 65px;
}

@media(max-width : 600px) {
    .competition-theme .container .container-comp .container-comp-content .backgroundRectangle .rectangle {
        display: none;
    }
}

/* .competition-theme .container .container-comp .container-comp-types  .circles{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    } */
.competition-theme .container .container-comp .container-comp-types .bigcircle {
    width: 260px;
    height: 260px;
    margin: 0 30px;
}

.competition-theme .container .container-comp .container-comp-types .smallcircle {
    width: 150px;
    height: 150px;
}

.competition-theme .container .container-comp .container-comp-types .circleA {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(147, 147, 150)) border-box;
    display: flex;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.competition-theme .container .container-comp .container-comp-types .circleB {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* .competition-theme .container .container-comp .container-comp-types .border {
    width: 77%;
    height: 77%;
    border-radius: 50%;
    border: 8px solid transparent;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */
.competition-theme .container .container-comp .container-comp-types .border {
    width: 77%;
    height: 77%;
    border-radius: 50%;
    /* padding: 1rem; */
    /* position: relative; */
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    padding: 7px;
}

.competition-theme .container .container-comp .container-comp-types .border .bg {
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to top, rgb(186, 186, 190), rgb(255, 255, 255)) border-box;
}

.competition-theme .container .container-comp .container-comp-types .big {
    position: absolute;
    width: 70%;
    height: 70%;
}

.competition-theme .container .container-comp .container-comp-types .small2 {
    position: absolute;
    width: 50%;
    height: 50%;
}

.competition-theme .container .container-comp .container-comp-types .small {
    position: absolute;
    width: 100%;
    height: 90%;
}

/* .competition-theme .container .container-comp .comp-titles-container{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    } */

.competition-theme .container .container-comp .comp-title {
    width: 170px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box;
    /* background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box; */
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 20px;
    cursor: pointer;
    padding: 3px;
    /* text-align: center;*/
}

.competition-theme .container .container-comp .comp-title p {
    color: white;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box;
    /* background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box; */
    font-size: 16px;
    border-radius: 18px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .competition-theme .container .container-comp .comp-title::after {
    content: "";
    border-radius: 22px;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 104%;
    height: 109%;
    border: 3px solid transparent;
    background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */

.competition-theme .container .container-comp .container-comp-types a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.competition-theme .container .container-comp .comp-title p {
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.competition-theme .container .container-comp .comp-title a:hover>.comp-title p {
    text-decoration: none;
}

.competition-theme .container .container-comp .container-comp-types {
    display: flex;
    margin-top: -180px;
    align-items: center;
    width: 80%;
}

.competition-theme .container .container-comp .container-comp-types .container-comp-type {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media(max-width : 600px) {
    .competition-theme .container .container-comp .container-comp-types {
        flex-direction: column;
        margin: 0;
    }

    .competition-theme .container .container-comp .container-comp-types .bigcircle,
    .competition-theme .container .container-comp .container-comp-types .smallcircle {
        width: 160px;
        height: 160px;
    }

    .competition-theme .container .container-comp .container-comp-types .container-comp-type:nth-child(2) {
        margin: 40px 0;
    }
}

/* competition abacus */
.competition-theme .container-type .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .container-type .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    filter: drop-shadow(0px 0px 5px #000);
    margin-top: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

@media (max-width : 995px) {
    .competition-theme .container-type .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .container-type .logo img {
        margin-left: 30px;
    }
}

@media (max-width : 700px) {
    .competition-theme .container-type .logo {
        justify-content: center;
    }

    .competition-theme .container-type .logo img {
        margin-left: 0;
    }
}

.competition-theme .container-type .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .container-type .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .container-type .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-type .container-comp .title-comp-show .title {
    font-size: large;
    color: #17bd3b;
    margin: 0;
}

.competition-theme .container-type .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .container-type .container-comp .blackboxs {
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.competition-theme .container-type .container-comp .clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.competition-theme .container-type .container-comp .clock .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .container-type .numbers {
    margin: 0;
    padding: 0;
}

.competition-theme .container-type .container-comp .clock .clocktext {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #0e6e23;
    font-size: 14px;
    text-transform: uppercase;
}

.competition-theme .container-type .container-comp .bg-start {
    /* width: 190px; */
    height: 50px;
    display: flex;
    align-items: center;
}

.competition-theme .container-type .container-comp .bg-start .bg-end {
    width: 190px;
    margin-left: 15px;
}

@media (max-width : 700px) {
    .competition-theme .container-type .container-comp .bg-start {
        flex-direction: column;
        height: -webkit-fill-available;
        justify-content: space-between;
    }

    .competition-theme .container-type .container-comp .bg-start .bg-end {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.competition-theme .container-type .container-comp .bg-start .start {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-type .container-comp .bg-start .start:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
}

/* .competition-theme .container-type .container-comp .bg-start .zoom {
    padding: 5px 15px;
    height: 50px;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(33, 54, 243), rgb(14, 35, 222));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-type .container-comp .bg-start .zoom:hover {
    padding: 5px 10px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(12, 25, 140), rgb(3, 13, 106));
} */

.competition-theme .container-type .container-comp .bg-start .end {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(228, 9, 9), rgb(158, 8, 8));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-type .container-comp .bg-start .end:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(206, 11, 11), rgb(106, 7, 7));
}

.competition-theme .container-type .container-comp .start-title {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    width: 270px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(160, 9, 9), rgb(77, 4, 4));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-type .blocks {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.competition-theme .container-type .block {
    position: relative;
    margin-top: 40px;
}

.competition-theme .container-type .block .bg-block {
    width: 315px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .container-type .block:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
}

.competition-theme .container-type .block .bg-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 190px;
    height: 55px;
}

.competition-theme .container-type .block .title {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.competition-theme .container-type .block .bg-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 85%;
    width: 90%;
    justify-content: space-between;
    align-items: center;
}

.competition-theme .container-type .block .bg-example .show-example {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.competition-theme .container-type .block .bg-example img {
    height: 470px;
    width: 200px;
}

.competition-theme .container-type .block .bg-example .show-example .example {
    /* position: absolute; */
    /* top: 15%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 15px;
    margin-bottom: 10px;
    color: #0e6e23;
    font-family: Cairo;
    display: none;
}

.competition-theme .container-type .block .bg-example .show-example .example div {
    font-size: 27px;
    font-weight: bold;
}

.competition-theme .container-type .block .bg-example .show-example .example img {
    height: 100px;
    width: 100px;
}

.competition-theme .container-type .block .bg-example .show-example .start-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e6e23;
}

.competition-theme .container-type .block .bg-example .bg-inputsolution {
    /* width: 200px;
        height: 50px; */
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    direction: ltr;
    display: none;
}

.competition-theme .container-type .block .bg-example .bg-inputsolution input {
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 26px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    direction: ltr;
    margin: 0 2px;
    font-family: Cairo;
}

.competition-theme .container-type .block .information {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.competition-theme .container-type .block .information .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .container-type .block .information .blackboxcenter {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .container-type .block .information .text {
    padding: 0;
    margin: 0;
    color: #0e6e23;
}

.competition-theme .container-type .block .examplesnumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
    height: 80%;
    width: 66%;
    display: none;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: 16px;
    column-gap: 5px;
    row-gap: 5px;
}

.competition-theme .container-type .block .examplesnumber .bg-number-ex {
    position: relative;
    border-bottom: 1px solid rgb(199, 198, 198);
}

/* .competition-theme .container-type .block .examplesnumber .bg-number-ex::after{
        content: "";
        position: absolute;
        width: 29px;
        height: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background:linear-gradient(to bottom,rgb(199, 198, 198),rgb(168, 168, 168)) border-box;
        top:0;
        left: 50%;
        transform: translate(-50%,0);
    } */
.competition-theme .container-type .block .examplesnumber .bg-number-ex .number-ex {
    width: 29px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(to bottom, rgb(199, 198, 198), rgb(168, 168, 168)) border-box;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.competition-theme .container-type .block .examplesnumber .bg-number-ex .active {
    background: linear-gradient(to bottom, rgb(47, 180, 13), rgb(44, 175, 44)) border-box;
}

/* ///////////////////////////////////////// */
/* competition flash card */
/* ///////////////////////////////////////// */
.competition-theme .container-flashCard .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .container-flashCard .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

@media (max-width : 995px) {
    .competition-theme .container-flashCard .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .container-flashCard .logo img {
        margin-left: 30px;
    }
}

@media (max-width : 700px) {
    .competition-theme .container-flashCard .logo {
        justify-content: center;
    }

    .competition-theme .container-flashCard .logo img {
        margin-left: 0;
    }
}

.competition-theme .container-flashCard .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .container-flashCard .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .container-flashCard .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-flashCard .container-comp .title-comp-show .title {
    font-size: medium;
    color: #0f27b1;
    margin: 0;
}

.competition-theme .container-flashCard .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .container-flashCard .container-comp .blackboxs {
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.competition-theme .container-flashCard .container-comp .clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.competition-theme .container-flashCard .container-comp .clock .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .container-flashCard .numbers {
    margin: 0;
    padding: 0;
}

.competition-theme .container-flashCard .container-comp .clock .clocktext {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #0a0f58;
    font-size: 14px;
    text-transform: uppercase;
}

.competition-theme .container-flashCard .container-comp .bg-start {
    display: flex;
    height: 50px;
    align-items: center;
}

.competition-theme .container-flashCard .container-comp .bg-start .bg-end {
    width: 190px;
    margin-left: 15px;
}

@media (max-width : 700px) {
    .competition-theme .container-flashCard .container-comp .bg-start {
        flex-direction: column;
        height: -webkit-fill-available;
        justify-content: space-between;
    }

    .competition-theme .container-flashCard .container-comp .bg-start .bg-end {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.competition-theme .container-flashCard .container-comp .bg-start .start {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-flashCard .container-comp .bg-start .start:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
}

.competition-theme .container-flashCard .container-comp .start-title {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    width: 270px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(160, 9, 9), rgb(77, 4, 4));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-flashCard .container-comp .bg-start .end {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(228, 9, 9), rgb(158, 8, 8));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-flashCard .container-comp .bg-start .end:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(206, 11, 11), rgb(106, 7, 7));
}

.competition-theme .container-flashCard .blocks {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.competition-theme .container-flashCard .block {
    position: relative;
    margin: 40px 5px 0 5px;
}

.competition-theme .container-flashCard .block .bg-block {
    width: 315px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .container-flashCard .block .bg-block-big {
    width: 630px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .container-flashCard .block .bg-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 190px;
    height: 55px;
}

.competition-theme .container-flashCard .block .title {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.competition-theme .container-flashCard .block .examplesnumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
    height: 80%;
    width: 66%;
    display: none;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: 16px;
    column-gap: 5px;
    row-gap: 5px;
}

.competition-theme .container-flashCard .block .examplesnumber .bg-number-ex {
    position: relative;
    border-bottom: 1px solid rgb(199, 198, 198);
}

/* .competition-theme .container-flashCard .block .examplesnumber .bg-number-ex::after{
        content: "";
        position: absolute;
        width: 29px;
        height: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background:linear-gradient(to bottom,rgb(199, 198, 198),rgb(168, 168, 168)) border-box;
        top:0;
        left: 50%;
        transform: translate(-50%,0);
    } */
.competition-theme .container-flashCard .block .examplesnumber .bg-number-ex .number-ex {
    width: 29px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(to bottom, rgb(199, 198, 198), rgb(168, 168, 168)) border-box;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.competition-theme .container-flashCard .block .examplesnumber .bg-number-ex .active {
    background: linear-gradient(to bottom, rgb(47, 180, 13), rgb(44, 175, 44)) border-box;
}

.competition-theme .container-flashCard .block .bg-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    align-items: center;
}

.competition-theme .container-flashCard .block .bg-example .show-example {
    display: flex;
    /* position: relative; */
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

/* .competition-theme .container-flashCard .block .bg-example .show-example .start-example{
        color: #0e6e23;
    } */
.competition-theme .container-flashCard .block .bg-example .show-example .example .exFlashCard img {
    height: 280px;
    width: 80px;
    margin: 0 -5px;
}

.competition-theme .container-flashCard .block .bg-example .show-example .example .operation {
    color: #000;
    font-size: 100px;
}

.competition-theme .container-flashCard .block .bg-example .show-example .example {
    color: #ffffff;
    display: none;
}

.competition-theme .container-flashCard .block .bg-example .bg-inputsolution {
    /* width: 200px;
        height: 50px; */
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    direction: ltr;
    display: none;
}

.competition-theme .container-flashCard .block .bg-example .bg-inputsolution input {
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 26px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    direction: ltr;
    margin: 0 2px;
}

/* ///////////////////////////////// */
/* competition mental */
.competition-theme .container-mental .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .container-mental .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

@media (max-width : 995px) {
    .competition-theme .container-mental .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .container-mental .logo img {
        margin-left: 30px;
    }
}

@media (max-width : 700px) {
    .competition-theme .container-mental .logo {
        justify-content: center;
    }

    .competition-theme .container-mental .logo img {
        margin-left: 0;
    }
}

.competition-theme .container-mental .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .container-mental .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .container-mental .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-mental .container-comp .title-comp-show .title {
    font-size: medium;
    color: #0f27b1;
    margin: 0;
}

.competition-theme .container-mental .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .container-mental .container-comp .blackboxs {
    display: flex;
    width: 120px;
    justify-content: space-between;
}

.competition-theme .container-mental .container-comp .clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.competition-theme .container-mental .container-comp .clock .blackbox {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    align-items: center;
    justify-content: center;
}

.competition-theme .container-mental .numbers {
    margin: 0;
    padding: 0;
}

.competition-theme .container-mental .container-comp .clock .clocktext {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #0a0f58;
    font-size: 14px;
    text-transform: uppercase;
}

.competition-theme .container-mental .container-comp .bg-start {
    /* width: 190px; */
    height: 50px;
    display: flex;
    align-items: center;
}

.competition-theme .container-mental .container-comp .bg-start .bg-end {
    width: 190px;
    margin-left: 15px;
}

@media (max-width : 700px) {
    .competition-theme .container-mental .container-comp .bg-start {
        flex-direction: column;
        height: -webkit-fill-available;
        justify-content: space-between;
    }

    .competition-theme .container-mental .container-comp .bg-start .bg-end {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.competition-theme .container-mental .container-comp .bg-start .start {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(44, 202, 13), rgb(6, 129, 6));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-mental .container-comp .bg-start .start:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(36, 167, 10), rgb(4, 80, 4));
}

.competition-theme .container-mental .container-comp .bg-start .end {
    width: 190px;
    height: 50px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgb(228, 9, 9), rgb(158, 8, 8));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-mental .container-comp .bg-start .end:hover {
    width: 180px;
    height: 45px;
    background: linear-gradient(to bottom, rgb(206, 11, 11), rgb(106, 7, 7));
}

.competition-theme .container-mental .container-comp .start-title {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    width: 270px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgb(160, 9, 9), rgb(77, 4, 4));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.competition-theme .container-mental .blocks {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.competition-theme .container-mental .block {
    position: relative;
    margin: 40px 5px 0 5px;
}

.competition-theme .container-mental .block .bg-block {
    width: 315px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .container-mental .block .bg-block-big {
    width: 630px;
    height: 550px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.competition-theme .container-mental .block .bg-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 190px;
    height: 55px;
}

.competition-theme .container-mental .block .title {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.competition-theme .container-mental .block .examplesnumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    flex-direction: column;
    height: 80%;
    width: 66%;
    display: none;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: 16px;
    column-gap: 5px;
    row-gap: 5px;

}

.competition-theme .container-mental .block .examplesnumber .bg-number-ex {
    position: relative;
    border-bottom: 1px solid rgb(199, 198, 198);
}

/* .competition-theme .container-mental .block .examplesnumber .bg-number-ex::after{
        content: "";
        position: absolute;
        width: 29px;
        height: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        background:linear-gradient(to bottom,rgb(199, 198, 198),rgb(168, 168, 168)) border-box;
        top:0;
        left: 50%;
        transform: translate(-50%,0);
    } */
.competition-theme .container-mental .block .examplesnumber .bg-number-ex .number-ex {
    width: 29px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(to bottom, rgb(199, 198, 198), rgb(168, 168, 168)) border-box;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.competition-theme .container-mental .block .examplesnumber .bg-number-ex .active {
    background: linear-gradient(to bottom, rgb(47, 180, 13), rgb(44, 175, 44)) border-box;
}

.competition-theme .container-mental .block .bg-example {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-around;
    align-items: center;
}

.competition-theme .container-mental .block .bg-example .show-example {
    display: flex;
    /* position: relative; */
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
}

.competition-theme .container-mental .block .bg-example .show-example .example {
    color: #fff;
    font-family: Cairo;
    display: none;
}

.competition-theme .container-mental .block .bg-example .bg-inputsolution {
    /* width: 200px;
        height: 50px; */
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    direction: ltr;
}

.competition-theme .container-mental .block .bg-example .bg-inputsolution input {
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    text-align: center;
    font-size: 26px;
    border-radius: 8px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    direction: ltr;
    margin: 0 2px;
    font-family: Cairo;
}

/* ///////////////////////////////////////// */
/*            competitions waiting                 */
/* ///////////////////////////////////////// */
.competition-theme .waiting {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    padding: 70px 10px;
    /* height: 500px; */
    /* border: 2px solid red; */
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(#555454, black);
    /* background-image: linear-gradient(#2f2e2e,#555454 ,black, black); */
}

.competition-theme .waiting .title {
    font-size: 30px;
}

.competition-theme .waiting .date {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

/* @media (max-width : 800px){
    .competition-theme  .waiting .date{
        flex-direction: column;
        align-items: center;
    }
} */
.competition-theme .waiting .date .date-content {
    display: flex;
    flex-direction: column;
}

.competition-theme .waiting .date .date-content .bg-date {
    width: 165px;
    height: 165px;
    margin: 20px 15px;
    background-image: linear-gradient(#2f2e2e, #555454, black, black);
    border: 1px solid #555454;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-size: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ////////////////////////////////////////// */
/* competition kid result */
/* ////////////////////////////////////// */
.competition-theme .container-kid-result {
    color: #fff;
    position: relative;
}

.competition-theme .container-kid-result .bg-cont {
    width: 100%;
}

@media (max-width : 600px) {
    .competition-theme .container-kid-result .bg-cont {
        height: 850px;
    }
}

.competition-theme .container-kid-result .result {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

/* .competition-theme .container-kid-result .result .result-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 115px;
    height: 450px;
    width: 480px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}
@media (max-width : 600px){
    .competition-theme .container-kid-result .result .result-content{
        width: 318px;
    }
} */
.competition-theme .container-kid-result .result .bg-result {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

@media (max-width : 600px) {
    .competition-theme .container-kid-result .result .bg-result {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.competition-theme .container-kid-result .result .bg-result .result-title {
    color: #000;
    text-transform: capitalize;
}

.competition-theme .container-kid-result .result .bg-result .child-result {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 80px;
    height: 30px;
    margin-right: 20px;
    border-top: 4px solid #29B7E6;
    border-right: 7px solid #29B7E6;
    border-bottom: 4px solid #29B7E6;
    border-left: 7px solid #29B7E6;
    background: linear-gradient(to bottom, #0085EB, #82F3FF) border-box;
    box-shadow: rgb(3 134 224) 0px 3px 0px 0px, rgb(3 134 224) 0px 1px 0px 1px;
}

@media (max-width : 600px) {
    .competition-theme .container-kid-result .result .bg-result .child-result {
        margin-right: 0px;
    }
}

.competition-theme .container-kid-result .result .bg-result .child-time {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 120px;
    height: 30px;
    border-top: 4px solid #29B7E6;
    border-right: 7px solid #29B7E6;
    border-bottom: 4px solid #29B7E6;
    border-left: 7px solid #29B7E6;
    background: linear-gradient(to bottom, #0085EB, #82F3FF) border-box;
    box-shadow: rgb(3 134 224) 0px 3px 0px 0px, rgb(3 134 224) 0px 1px 0px 1px;
}

.competition-theme .container-kid-result .bg-star {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 140px;
    cursor: pointer;
    display: flex;
    width: 47%;
    justify-content: center;
}

.competition-theme .container-kid-result .btns {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.competition-theme .container-kid-result .btns .button {
    position: relative;
    margin: 0 5px;
}

.competition-theme .container-kid-result .btns .button:hover {
    color: #0085EB;
}

/* .competition-theme .container-kid-result .button:hover .bg-done {
    width: 90%;
}

.competition-theme .container-kid-result .button:hover .done {
    font-size: 30px;
} */

.competition-theme .container-kid-result .btns .button .bg-done {
    width: 100%;
}

.competition-theme .container-kid-result .btns .button .done {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
}

@media (max-width : 600px) {
    .competition-theme .container-kid-result .bg-star {
        top: 170px;
    }

    .competition-theme .container-kid-result .bg-star .star {
        width: 50px;
    }

    .competition-theme .container-kid-result .btns .button .bg-done {
        width: 100px
    }

    .competition-theme .container-kid-result .btns .button .done {
        font-size: 20px;
    }
}

.competition-theme .container-kid-result .button_comp {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 70px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.competition-theme .container-kid-result .button_comp:hover {
    color: #0085EB;
}

.competition-theme .container-kid-result .button_comp:hover .bg-done {
    width: 90%;
}

.competition-theme .container-kid-result .button_comp:hover .done_comp {
    font-size: 30px;
}

.competition-theme .container-kid-result .button_comp .bg-done {
    width: 100%;
}

.competition-theme .container-kid-result .button_comp .done_comp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
}

@media (max-width : 600px) {
    .competition-theme .container-kid-result .bg-star {
        top: 170px;
    }

    .competition-theme .container-kid-result .bg-star .star {
        width: 50px;
    }

    .competition-theme .container-kid-result .button_comp .bg-done {
        width: 100px
    }

    .competition-theme .container-kid-result .button_comp .done_comp {
        font-size: 30px;
    }
}

/* ////////////////////////////////////////// */
/* competition  result */
/* /////////////////////////////////////// */
.competition-theme .container-competition-result .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .container-competition-result .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
}

@media (max-width : 995px) {
    .competition-theme .container-competition-result .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .container-competition-result .logo img {
        margin-left: 0px;
    }
}

@media (max-width : 700px) {
    .competition-theme .container-competition-result .logo {
        justify-content: center;
    }
}

.competition-theme .container-competition-result .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .container-competition-result .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .container-competition-result .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-competition-result .container-comp .title-comp-show .title {
    font-size: large;
    color: #EC6608;
    margin: 0;
}

.competition-theme .container-competition-result .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .container-competition-result .container-comp .compTypes {
    display: flex;
    margin-top: 50px;
    width: 100%;
    justify-content: space-evenly;
}

@media (max-width : 900px) {
    .competition-theme .container-competition-result .container-comp .compTypes {
        flex-direction: column;
        align-items: center;
    }
}

.competition-theme .container-competition-result .container-comp .compType {
    position: relative;
    height: 340px;
    width: 420px;
}

@media (max-width : 900px) {
    .competition-theme .container-competition-result .container-comp .compType {
        height: 300px;
        width: 350px;
        margin: 15px 0;
    }
}

@media (max-width : 600px) {
    .competition-theme .container-competition-result .container-comp .compType {
        height: 280px;
        width: 330px;
    }
}

.competition-theme .container-competition-result .container-comp .compTypeImg {
    height: 100%;
    width: 65%;
}

.competition-theme .container-competition-result .container-comp .compTypeHref {
    padding: 0;
    cursor: pointer;
}

.competition-theme .container-competition-result .container-comp .compTypeHref .compTypeImgLabel {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    filter: drop-shadow(0px 0px 10px #000);
}

.competition-theme .container-competition-result .container-comp .compTypeHref .labelText {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 25px;
    color: #442A70;
    font-size: 25px;
}

@media (max-width : 600px) {
    .competition-theme .container-competition-result .container-comp .compTypeHref .labelText {
        bottom: 17px;
    }
}

@media (max-width : 900px) {
    .competition-theme .container-competition-result .container-comp .compTypeHref .labelText {
        bottom: 17px;
    }
}

/* //////////////////////////////////////////////////////////////// */
/* competition competition result */
/* //////////////////////////////////////////////////////////////// */
.competition-theme .container-competition-result-both .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .container-competition-result-both .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
}

@media (max-width : 995px) {
    .competition-theme .container-competition-result-both .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .container-competition-result-both .logo img {
        margin-left: 0px;
    }
}

@media (max-width : 700px) {
    .competition-theme .container-competition-result-both .logo {
        justify-content: center;
    }
}

.competition-theme .container-competition-result-both .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -90px;
}

@media (max-width : 700px) {
    .competition-theme .container-competition-result-both .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .container-competition-result-both .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-competition-result-both .container-comp .title-comp-show .title {
    font-size: large;
    color: #EC6608;
    margin: 0;
}

.competition-theme .container-competition-result-both .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .container-competition-result-both .container-comp .dates {
    margin-top: 20px;
    width: 60%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref {
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref .dateResult {
    position: relative;
    margin: 15px;
    width: 125px;
    height: 145px;
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref .dateResult .dateResultImg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 0px 3px #000);
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref .dateResult .date {
    position: absolute;
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref .dateResult .year {
    top: 4px;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%);
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref .dateResult .day {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #164194;
}

.competition-theme .container-competition-result-both .container-comp .dates .dateResultHref .dateResult .month {
    bottom: 4px;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
    color: #E30613;
    text-transform: capitalize;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* competition type */
/* ////////////////////////////////////////////////////////////////////////// */
.competition-theme .container-competition-type .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.competition-theme .container-competition-type .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 100px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-competition-type .container-comp .title-comp-show .headlights {
    position: absolute;
    top: 63px;
    width: 267px;
}

.competition-theme .container-competition-type .container-comp .title-comp-show .title {
    font-size: large;
    color: #bd8817;
    margin: 0;
}

.competition-theme .container-competition-type .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

/* @media(max-width : 600px)
    {
        .competition-theme .container .container-comp .title-comp-show{
            width: 160px;
            height: 40px;
            margin-bottom: 60px;
        }
        .competition-theme .container .container-comp .title-comp-show .title{
            font-size:medium;
        }
        .competition-theme .container .container-comp .title-comp-show .arrow{
            height: 40px;
            margin-top: -20px;
        }
    } */
.competition-theme .container-competition-type .container-comp .container-comp-content {
    width: 100%;
    position: relative;
    margin-top: 125px;
}

.competition-theme .container-competition-type .container-comp .container-comp-content .backgroundRectangle {
    display: flex;
    width: auto;
    justify-content: space-between;
}

.competition-theme .container-competition-type .container-comp .container-comp-content .backgroundRectangle .rectangle {
    width: 43%;
    height: 100px;
    background-color: rgb(245, 241, 241);
    box-shadow: rgb(0 0 0 / 43%) 0px 9px 90px, rgb(0 0 0 / 30%) 0px 0px 2px -4px, rgb(0 0 0 / 20%) 0px -6px 2px inset
}

.competition-theme .container-competition-type .container-comp .container-comp-content .backgroundRectangle .rectangleB {
    border-radius: 0 65px 65px 0;
}

.competition-theme .container-competition-type .container-comp .container-comp-content .backgroundRectangle .rectangleA {
    border-radius: 65px 0 0 65px;
}

@media(max-width : 600px) {
    .competition-theme .container-competition-type .container-comp .container-comp-content .backgroundRectangle .rectangle {
        display: none;
    }
}

/* .competition-theme .container .container-comp .container-comp-types  .circles{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    } */

.competition-theme .container-competition-type .container-comp .container-comp-types .bigcircle {
    width: 260px;
    height: 260px;
    margin: 0 30px;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .smallcircle {
    width: 150px;
    height: 150px;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .circleA {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(147, 147, 150)) border-box;
    display: flex;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .circleB {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

/* .competition-theme .container-competition-type .container-comp .container-comp-types .border {
    width: 77%;
    height: 77%;
    border-radius: 50%;
    border: 8px solid transparent;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */

.competition-theme .container-competition-type .container-comp .container-comp-types .border {
    width: 77%;
    height: 77%;
    border-radius: 50%;
    /* padding: 1rem; */
    /* position: relative; */
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(186, 186, 190)) border-box;
    padding: 7px;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .border .bg {
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to top, rgb(186, 186, 190), rgb(255, 255, 255)) border-box;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .big {
    position: absolute;
    width: 70%;
    height: 70%;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .wing {
    position: absolute;
    z-index: 1;
    -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.3)));
    width: 395px;
}

@media (max-width : 995px) {
    .competition-theme .container-competition-type .container-comp .container-comp-types .wing {
        position: absolute;
        z-index: 1;
        -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.3)));
        width: 225px;
    }
}

.competition-theme .container-competition-type .container-comp .container-comp-types .wingsmall {
    position: absolute;
    z-index: 1;
    -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(40%, transparent), to(rgba(255, 255, 255, 0.3)));
    width: 225px;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .small2 {
    position: absolute;
    width: 50%;
    height: 50%;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .small {
    position: absolute;
    width: 100%;
    height: 90%;
}

/* .competition-theme .container .container-comp .comp-titles-container{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    } */

/* .competition-theme .container-competition-type .container-comp .comp-title {
    width: 160px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;

} */
.competition-theme .container-competition-type .container-comp .comp-title {
    width: 170px;
    height: 50px;
    border-radius: 18px;
    background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box;
    /* background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box; */
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 20px;
    cursor: pointer;
    padding: 3px;
    /* text-align: center;*/
}

.competition-theme .container-competition-type .container-comp .comp-title p {
    color: white;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    background: linear-gradient(to bottom, #6578C1, #AECCFF) border-box;
    /* background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box; */
    font-size: 16px;
    border-radius: 18px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .competition-theme .container-competition-type .container-comp .comp-title::after {
    content: "";
    border-radius: 22px;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 104%;
    height: 109%;
    border: 3px solid transparent;
    background: linear-gradient(to top, rgb(201, 239, 248), rgb(255, 255, 255)) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
} */

.competition-theme .container-competition-type .container-comp .container-comp-types a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.competition-theme .container-competition-type .container-comp .comp-title p {
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.competition-theme .container-competition-type .container-comp .comp-title a:hover>.comp-title p {
    text-decoration: none;
}

.competition-theme .container-competition-type .container-comp .container-comp-types {
    display: flex;
    width: 85%;
    justify-content: center;
    margin-top: -180px;
}

.competition-theme .container-competition-type .container-comp .container-comp-types .container-comp-type {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media(max-width : 600px) {
    .competition-theme .container-competition-type .container-comp .container-comp-types {
        flex-direction: column;
        margin: 0;
    }

    .competition-theme .container-competition-type .container-comp .container-comp-types .bigcircle,
    .competition-theme .container-competition-type .container-comp .container-comp-types .smallcircle {
        width: 160px;
        height: 160px;
    }

    .competition-theme .container-competition-type .container-comp .container-comp-types .container-comp-type:nth-child(2) {
        margin: 40px 0;
    }
}

/* //////////////////////////////////////////////////////////////// */
/* competition rank result */
/* //////////////////////////////////////////////////////////////// */
.competition-theme .container-competition-win .logo {
    display: flex;
    flex-direction: row-reverse;
}

.competition-theme .container-competition-win .logo img {
    width: 210px;
    height: 210px;
    margin-left: 130px;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 5px #000);
}

@media (max-width : 995px) {
    .competition-theme .container-competition-win .logo img {
        margin-left: 50px;
    }
}

@media (max-width : 768px) {
    .competition-theme .container-competition-win .logo img {
        margin-left: 0px;
    }
}

@media (max-width : 700px) {
    .competition-theme .container-competition-win .logo {
        justify-content: center;
    }
}

.competition-theme .container-competition-win .container-comp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (max-width : 700px) {
    .competition-theme .container-competition-win .container-comp {
        margin-top: 50px;
    }
}

.competition-theme .container-competition-win .container-comp .title-comp-show {
    width: 225px;
    height: 65px;
    border: 1px rgb(161, 161, 161) solid;
    border-radius: 10px;
    position: relative;
    margin-bottom: 100px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(213, 213, 216)) border-box;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 10px -14px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.competition-theme .container-competition-win .container-comp .title-comp-show .headlights {
    position: absolute;
    top: 63px;
    width: 267px;
}

.competition-theme .container-competition-win .container-comp .title-comp-show .title {
    font-size: large;
    color: #bd8817;
    margin: 0;
}

.competition-theme .container-competition-win .container-comp .title-comp-show .arrow {
    height: 70px;
    margin-top: -30px;
    margin-right: -10px;
}

.competition-theme .container-competition-win .container-comp .rank-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
}

@media (max-width : 800px) {
    .competition-theme .container-competition-win .container-comp .rank-container {
        flex-direction: column;
        margin-top: 10px;
    }
}

.competition-theme .container-competition-win .container-comp .rank-container img {
    width: 250px;
}

.competition-theme .container-competition-win .container-comp .rank-container .firstWin img {
    margin-top: -100px;
    width: 350px;
}

@media (max-width : 800px) {
    .competition-theme .container-competition-win .container-comp .rank-container .firstWin img {
        margin-top: 0;
    }
}

.competition-theme .container-competition-win .container-comp .rank-container .firstWin {
    position: relative;
}

.competition-theme .container-competition-win .container-comp .rank-container .firstWin .firstWinImg {
    position: absolute;
    width: 40.7%;
    height: 48%;
    top: 15px;
    left: 103px;
    border-radius: 50%;
}

@media (max-width : 800px) {
    .competition-theme .container-competition-win .container-comp .rank-container .firstWin .firstWinImg {
        height: 36%;
    }
}

.competition-theme .container-competition-win .container-comp .rank-container .firstWin .wing {
    position: absolute;
    width: 84.7%;
    top: -7px;
    left: 26px;
}

.competition-theme .container-competition-win .container-comp .rank-container .firstWin .firstWinName {
    position: absolute;
    bottom: 165px;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
    color: black;
    font-weight: 700;
}

.competition-theme .container-competition-win .container-comp .rank-container .firstWin .first {
    position: absolute;
    bottom: 20px;
    font-size: 28px;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-74%);
    color: black;
    font-weight: 700;
}

.competition-theme .container-competition-win .container-comp .rank-container .secondWin {
    position: relative;
}

.competition-theme .container-competition-win .container-comp .rank-container .secondWin .stars {
    position: absolute;
    width: 62.7%;
    top: 19px;
    left: 48px;
}

.competition-theme .container-competition-win .container-comp .rank-container .secondWin .secondWinImg {
    position: absolute;
    width: 46%;
    height: 39%;
    top: 15px;
    left: 69px;
    border-radius: 50%;
}

.competition-theme .container-competition-win .container-comp .rank-container .secondWin .secondWinName {
    position: absolute;
    top: 155px;
    font-size: 17px;
    left: 50%;
    transform: translate(-50%);
    color: black;
    font-weight: 700;
}

.competition-theme .container-competition-win .container-comp .rank-container .secondWin .second {
    position: absolute;
    bottom: 17px;
    font-size: 19px;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-63%);
    color: black;
    font-weight: 700;
}

.competition-theme .container-competition-win .container-comp .rank-container .thirdWin {
    position: relative;
}

.competition-theme .container-competition-win .container-comp .rank-container .thirdWin .stars {
    position: absolute;
    width: 62.7%;
    top: 19px;
    left: 45px;
}

.competition-theme .container-competition-win .container-comp .rank-container .thirdWin .thirdWinImg {
    position: absolute;
    width: 46%;
    height: 39%;
    top: 14px;
    left: 66px;
    border-radius: 50%;
}

.competition-theme .container-competition-win .container-comp .rank-container .thirdWin .thirdWinName {
    position: absolute;
    top: 155px;
    font-size: 17px;
    left: 50%;
    transform: translate(-50%);
    color: black;
    font-weight: 700;
}

.competition-theme .container-competition-win .container-comp .rank-container .thirdWin .third {
    position: absolute;
    bottom: 15px;
    font-size: 19px;
    left: 50%;
    text-transform: capitalize;
    transform: translate(-54%);
    color: black;
    font-weight: 700;
}

.competition-theme .container-competition-win .container-kid-result {
    margin-top: 100px;
    color: #fff;
    position: relative;
}

.competition-theme .container-competition-win .container-kid-result .bg-cont {
    width: 490px;
}

@media (max-width : 600px) {
    .competition-theme .container-competition-win .container-kid-result .bg-cont {
        width: 380px;
        height: 770px;
    }
}

.competition-theme .container-competition-win .container-kid-result .result {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

/* @media (max-width : 600px){
        .competition-theme .container-competition-win .container-kid-result .result{
            top: 60%;
        }
    } */
/* .competition-theme .container-kid-result .result .result-content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: 115px;
        height: 450px;
        width: 480px;
        padding: 25px;
        display: flex;
        flex-direction: column;
    }
    @media (max-width : 600px){
        .competition-theme .container-kid-result .result .result-content{
            width: 318px;
        }
    } */
.competition-theme .container-competition-win .container-kid-result .result .bg-result {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

@media (max-width : 600px) {
    .competition-theme .container-competition-win .container-kid-result .result .bg-result {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.competition-theme .container-competition-win .container-kid-result .result .bg-result .result-title {
    color: #000;
    text-transform: capitalize;
}

.competition-theme .container-competition-win .container-kid-result .result .bg-result .child-result {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 80px;
    height: 30px;
    margin-right: 20px;
    border-top: 4px solid #29B7E6;
    border-right: 7px solid #29B7E6;
    border-bottom: 4px solid #29B7E6;
    border-left: 7px solid #29B7E6;
    background: linear-gradient(to bottom, #0085EB, #82F3FF) border-box;
    box-shadow: rgb(3 134 224) 0px 3px 0px 0px, rgb(3 134 224) 0px 1px 0px 1px;
}

@media (max-width : 600px) {
    .competition-theme .container-competition-win .container-kid-result .result .bg-result .child-result {
        margin-right: 0px;
    }
}

.competition-theme .container-competition-win .container-kid-result .result .bg-result .child-time {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 120px;
    height: 30px;
    border-top: 4px solid #29B7E6;
    border-right: 7px solid #29B7E6;
    border-bottom: 4px solid #29B7E6;
    border-left: 7px solid #29B7E6;
    background: linear-gradient(to bottom, #0085EB, #82F3FF) border-box;
    box-shadow: rgb(3 134 224) 0px 3px 0px 0px, rgb(3 134 224) 0px 1px 0px 1px;
}

.competition-theme .container-competition-win .container-kid-result .bg-star {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 140px;
    cursor: pointer;
    display: flex;
    width: 47%;
    justify-content: center;
}

.competition-theme .container-competition-win .container-kid-result .button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 70px;
    cursor: pointer;
}

.competition-theme .container-competition-win .container-kid-result .button .bg-done {
    width: 100%;
}

.competition-theme .container-competition-win .container-kid-result .button .done {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
}

@media (max-width : 600px) {
    .competition-theme .container-competition-win .container-kid-result .bg-star {
        top: 170px;
    }

    .competition-theme .container-competition-win .container-kid-result .bg-star .star {
        width: 50px;
    }

    .competition-theme .container-competition-win .container-kid-result .button .bg-done {
        width: 100px
    }

    .competition-theme .container-competition-win .container-kid-result .button .done {
        font-size: 30px;
    }
}