/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--judges-primary);
    padding: 120px 0 120px;
    z-index: 1;
}

.why-choose-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
    mix-blend-mode: luminosity;
}

.why-choose-one__shape-1 {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: .30;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.why-choose-one__shape-1 img {
    width: auto;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 31px;
}

.why-choose-one__text {
    margin-bottom: 36px;
}

.why-choose-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-choose-one__points {
    position: relative;
    display: block;
}

.why-choose-one__points li {
    position: relative;
    display: flex;
    gap: 15px;
}

.why-choose-one__points li+li {
    margin-top: 17px;
}

.why-choose-one__points li .icon {
    position: relative;
    display: block;
    top: 3px;
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--judges-base);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-one__points li:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-one__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__points li .content h3 {
    font-size: 25px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 9px;
}

.why-choose-one__points li .content h3 a {
    color: var(--judges-black);
}

.why-choose-one__points li .content h3 a:hover {
    color: var(--judges-base);
}

.why-choose-one__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
    z-index: 1;
}

.why-choose-one__circle {
    position: absolute;
    top: 48px;
    right: 100px;
    height: 448px;
    width: 448px;
    border-radius: 50%;
    border: 2px dashed var(--judges-base);
    transform: rotate(0deg);
    z-index: -1;
}

.why-choose-one__content-one {
    position: relative;
    display: block;
}

.why-choose-one__img-one {
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-one::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-one:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-one img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-one:hover img {
    transform: scale(1);
}

.why-choose-one__content-two {
    position: relative;
    display: block;
    margin-top: 27px;
}

.why-choose-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border: 2px solid rgba(var(--judges-base-rgb), .15);
    background-color: var(--judges-white);
    border-radius: 50%;
    margin-left: 38px;
    margin-bottom: 38px;
    animation: topBottom 3s ease-in-out infinite;
}

.why-choose-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--judges-base);
}

.why-choose-one__img-two {
    position: relative;
    display: block;
    border-radius: var(--judges-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__img-two::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.why-choose-one__img-two:hover:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-two img {
    width: 100%;
    border-radius: var(--judges-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.why-choose-one__img-two:hover img {
    transform: scale(1);
}

.why-choose-one__round-text-box {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: var(--judges-base);
    margin-top: 20px;
    margin-left: 70px;
    z-index: 5;
}

.why-choose-one__round-text-box-inner {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
}

.why-choose-one__curved-circle {
    position: absolute;
    top: 8px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--judges-white);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize !important;
    letter-spacing: 0px;
    word-spacing: 0px;
    transform: rotate(0deg);
    height: 210px !important;
    font-family: var(--judges-font-two);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}

.why-choose-two__shape-1 {
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: -1;
}

.why-choose-two__shape-1 img {
    width: auto;
    filter: grayscale(1);
    opacity: 0.05;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-right: 30px;
    z-index: 1;
}

.why-choose-two__left:before {
    content: "";
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -10000000px;
    right: 300px;
    background-color: rgba(var(--judges-base-rgb), .10);
    z-index: -1;
}

.why-choose-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--judges-bdr-radius);
    z-index: 1;
}

.why-choose-two__img img {
    width: auto;
    border-radius: var(--judges-bdr-radius);
   
    
}

.why-choose-two__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.active .why-choose-two__video-link {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 500ms;
}

.why-choose-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: var(--judges-black);
    background-color: rgba(var(--judges-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.why-choose-two__video-icon:hover {
    background-color: var(--judges-base);
    color: var(--judges-white);
}

.why-choose-two__video-link .ripple,
.why-choose-two__video-icon .ripple:before,
.why-choose-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--judges-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-choose-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-choose-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.why-choose-two__right {
    position: relative;
    display: block;
}

.why-choose-two__right .section-title {
    margin-bottom: 31px;
}

.why-choose-two__text {
    margin-bottom: 37px;
}

.why-choose-two__points-box {
    position: relative;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
}

.why-choose-two__points {
    position: relative;
    display: block;
}

.why-choose-two__points li {
    position: relative;
    display: flex;
    gap: 15px;
}

.why-choose-two__points li+li {
    margin-top: 17px;
}

.why-choose-two__points li .icon {
    position: relative;
    display: block;
    top: 3px;
}

.why-choose-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--judges-base);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-two__points li:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-two__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-two__points li .content h3 {
    font-size: 25px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 9px;
}

.why-choose-two__points li .content h3 a {
    color: var(--judges-black);
}

.why-choose-two__points li .content h3 a:hover {
    color: var(--judges-base);
}

.why-choose-two__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}



















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/