/*

Theme Name: Utc theme

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

body #boxed-wrapper .head_icon_menu .menu-item .fusion-megamenu-image img {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

body #boxed-wrapper .head_icon_menu .menu-item+.menu-item {
    border-left: 1px solid #CBCBCB;
    padding-left: 10px;

}

body #boxed-wrapper .custom_menu_box .menu-item.awb-menu__li_button .menu-text {
    border-radius: 5px;
    font-weight: normal;
}

body #boxed-wrapper .custom_menu_box .menu-item.awb-menu__li_button .awb-menu__main-a_button:hover .menu-text {
    background-color: #c92a2a;
}

body #boxed-wrapper .custom_menu_box.awb-menu_row.awb-menu_em-hover .awb-menu__main-li:hover:before {
    content: none;
}

/* custom-lightbox-01 */
body .custom-lightbox-01>a {
    position: relative;
    display: inline-block;
}

body .custom-lightbox-01>a::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 300ms cubic-bezier(.42, .01, .58, 1);
    pointer-events: none;
}

.custom-lightbox-box .fusion-column-inner-bg-image {
    top: 50% !important;
    left: 50% !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px !important;
    height: 120px !important;
    background-color: #EF4E4E !important;
    border-radius: 50% !important;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    transition: all ease-in 200ms !important;
    position: absolute !important;
    z-index: 100;
    --line-sp: -20px;
    --line-sp2: -36px;
}

.custom-lightbox-box .fusion-column-anchor::after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free' !important;
    z-index: 101;
    font-size: 32px !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute !important;
    speak: never;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    transform: translate3d(-50%, -50%, 0);
}

.custom-lightbox-box .fusion-column-inner-bg-image::after {
    content: "";
    position: absolute;
    top: var(--line-sp);
    left: var(--line-sp);
    right: var(--line-sp);
    bottom: var(--line-sp);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    border-left-color: transparent;
    -webkit-animation: playrotate 1.2s linear infinite;
    animation: playrotate 1.2s linear infinite;
}

.custom-lightbox-box .fusion-column-inner-bg-image::before {
    content: "";
    position: absolute;
    top: var(--line-sp2);
    left: var(--line-sp2);
    right: var(--line-sp2);
    bottom: var(--line-sp2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-bottom-color: transparent;
    -webkit-animation: playrotate2 1.2s linear infinite;
    animation: playrotate2 1.2s linear infinite;
}

.custom-lightbox-box .fusion-column-inner-bg-image:hover {
    filter: brightness(1.2);
}


@keyframes playrotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes playrotate2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}


@media (max-width: 768px) {
    .custom-lightbox-box .fusion-column-inner-bg-image {
        width: 60px !important;
        height: 60px !important;
        --line-sp: -10px;
        --line-sp2: -18px;
    }
    .custom-lightbox-box .fusion-column-anchor::after {
        font-size: 16px !important;
    }
}
@media (max-width: 640px) {
    .borderRadius-maxWidth_640-0{
        --awb-border-radius: 0 !important;
    }
}


body #boxed-wrapper .footer_link .awb-button__icon {
    font-size: 24px;
    margin-left: 10px;
}

body #boxed-wrapper .footer_link {
    margin-left: -3px;
}

body #boxed-wrapper .footer_link.awb-b-icon-pos-right i+i {
    margin-left: 0;
}

body #boxed-wrapper .footer_bottom .sep {
    margin: 0 8px;
}

body #boxed-wrapper .contactus_style .fusion-form-element-required{
    color: #ef0d0d;
}

@media screen and (min-width: 1600px) {
    #boxed-wrapper .page_title_box .fusion-title-heading{
        font-size: 99.98px !important;
    }
    body #boxed-wrapper .custom_menu_box {
        --awb-gap: 55px !important;
    }

    body #boxed-wrapper .custom_menu_box .menu-item>.awb-menu__main-a {
        font-size: 21.99px;
    }

    body #boxed-wrapper .custom_layout_width>div {
        max-width: 1546px !important;
    }

    body #boxed-wrapper .custom_menu_box .menu-item.awb-menu__li_button .menu-text {
        font-size: 18px;
        background-color: #EF4E4E;
        padding: 20.5px 40px;
    }

    body #boxed-wrapper .button-001 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1800px) {
    body #boxed-wrapper .custom_layout_width2>div {
        max-width: 1662px !important;
    }

    body #boxed-wrapper .info_box>div {
        padding-left: 48px;
        padding-right: 48px;
    }
}




body .post-button-001 {
    --awb-button-a-justify-content: center !important;
    --awb-button-padding: 13px 20px !important;
    --awb-button-font-size: 16px !important;
    --awb-button-line-height: 1.25 !important;
}

body .post-button-001 .button-default {
    min-width: 160px;
    text-align: center;
    border-radius: 6px;
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {


    body #boxed-wrapper .head_icon_menu .menu-text {
        display: none;
    }

    body #boxed-wrapper .custom_menu_box .menu-item>.awb-menu__main-a {
        font-size: 13px;
    }

    body #boxed-wrapper .custom_menu_box .menu-item.awb-menu__li_button .menu-text {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media only screen and (min-width: 1170px) {
    body #boxed-wrapper .right-full-column>div.fusion-content-layout-column {
        margin-right: calc((var(--site_width) - 97vw) / 2);
        width: calc(100% + (100vw - var(--site_width)) / 2);
    }

    body #boxed-wrapper .left-full-column>div.fusion-content-layout-column {
        margin-left: calc((var(--site_width) - 97vw) / 2);
        width: calc(100% + (100vw - var(--site_width)) / 2);
    }
}



@media (max-width: 767px) {
    body #boxed-wrapper .mobile_text_left>div {
        justify-content: flex-start;
    }

    body #boxed-wrapper .mobile_text_left>div .fusion-social-links {
        margin-left: 0;
        margin-top: 15px;
    }

    body #boxed-wrapper .footer_link {
        font-size: 16px;
        margin-bottom: 15px;
    }

    body #boxed-wrapper .mobile_head .fusion-flex-column {
        align-items: center !important;
    }


}

@media (max-width: 575px) {
    body #boxed-wrapper .right-full-column>div.fusion-content-layout-column {
        margin-right: -15px;
        width: calc(100% + 15px);
    }
}


/* custom-pageTitle-01 */
.custom-pageTitle-01 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.custom-pageTitle-01::before,
.custom-pageTitle-01::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}

.custom-pageTitle-01::before {
    right: calc(50% - 90px);
    background-image: inherit;
    background-position: left center;
    background-size: cover;
}

.custom-pageTitle-01::after {
    background-color: inherit;
    background-image: url('./Images/custom-pageTitle-01.png');
    background-position: right top;
    background-repeat: no-repeat;
    clip-path: polygon(calc(50% + 90px) -1px,
            100% -1px,
            100% calc(100% + 1px),
            calc(50% - 165px) calc(100% + 1px));
}

.custom-pageTitle-01 .fusion-builder-row {
    background-image: url('./Images/custom-pageTitle-02.png');
    background-position: center calc(100% - 20px);
    background-repeat: no-repeat;
}

.custom-pageTitle-01 .fusion-layout-column {
    justify-content: flex-end;
}

.custom-pageTitle-01 .fusion-layout-column>.fusion-column-wrapper {
    width: calc(50% - 90px - 30px) !important;
}

@media (max-width: 1024px) {
    .custom-pageTitle-01::before {
        right: 0;
        background-position: center center;
    }

    .custom-pageTitle-01::after {
        clip-path: none;
        opacity: 0.95;
    }

    .custom-pageTitle-01 .fusion-layout-column>.fusion-column-wrapper {
        width: 100% !important;
    }
}


/* custom-accordions-01 */
.custom-accordions-01.fusion-accordian .fusion-panel {
    margin-bottom: 30px !important;
    border-radius: 10px;
}

.custom-accordions-01.fusion-accordian .fusion-panel:last-child {
    margin-bottom: 0 !important;
}

.custom-accordions-01.fusion-accordian .fusion-panel .panel-title a {
    transition: color ease 300ms;
}

.custom-accordions-01.fusion-accordian .fusion-panel:has(.panel-title a.active) {
    border-color: #d33939;
    background-color: #d33939;
}

.custom-accordions-01.fusion-accordian .fusion-panel .panel-title a,
.custom-accordions-01.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
    padding-left: clamp(10px, 2.5vw + -15.625px, 25px) !important;
    padding-right: clamp(10px, 2.5vw + -15.625px, 25px) !important;
}


/* custom-infobox-01 */
.custom-infobox-01.fusion-content-boxes .content-wrapper {
    position: relative;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper::before,
.custom-infobox-01.fusion-content-boxes .content-wrapper::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.heading {
    position: absolute;
    inset: 0 0 0 405px;
    margin: 0 0 0;
    display: block;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.heading .image {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.heading img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.fusion-clearfix {
    display: none;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container {
    margin: 60px 0 60px;
    max-width: 585px;
    position: relative;
    padding: 70px 50px 70px 65px;
    font-size: 20px;
    line-height: 1.6;
    background: #fdf7f7;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container ul {
    margin-bottom: 0;
    padding-left: 1em;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container ul li {
    margin-bottom: 15px;
}

.custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container ul li::marker {
    color: var(--awb-color4);
}

@media (max-width: 1024px) {
    .custom-infobox-01.fusion-content-boxes .content-wrapper {
        position: relative;
        display: flex;
    }

    .custom-infobox-01.fusion-content-boxes .content-wrapper::before,
    .custom-infobox-01.fusion-content-boxes .content-wrapper::after {
        content: none;
    }

    .custom-infobox-01.fusion-content-boxes .content-wrapper>.heading,
    .custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container {
        position: relative;
        inset: 0;
        margin: 0 0 0;
        max-width: 100%;
        width: 50%;
    }

    .custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .custom-infobox-01.fusion-content-boxes .content-wrapper {
        flex-wrap: wrap;
    }

    .custom-infobox-01.fusion-content-boxes .content-wrapper>.heading,
    .custom-infobox-01.fusion-content-boxes .content-wrapper>.content-container {
        width: 100%;
    }
}



/* custom-buyTheGame-Img-01 */
.custom-buyTheGame-Img-01.fusion-imageframe {
    position: relative;
    overflow: visible;
}

.custom-buyTheGame-Img-01.fusion-imageframe::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fef4f4;
    transform: translate3d(20px, 20px, 0);
    z-index: -1;
}

/* custom-buyTheGame-Img-02 */
.custom-buyTheGame-Img-02.fusion-imageframe {
    /* 1025 ~ 1625 */
    margin-left: clamp(-180px, -30vw + 307.5px, 0px);
    margin-top: clamp(-220px, -22.5vw + 145.625px, -85px);
}

@media (max-width: 1024px) {
    .custom-buyTheGame-Img-02.fusion-imageframe {
        display: block;
        margin-top: -200px;
        text-align: right;
    }
}


/* custom-buyTheGame-Img-03 */
.custom-buyTheGame-Img-03.fusion-imageframe {
    position: relative;
    overflow: visible;
}

.custom-buyTheGame-Img-03.fusion-imageframe::before {
    content: '';
    position: absolute;
    inset: 0 20px -20px -20px;
    background-color: #f7fbf6;
    z-index: -1;
}


/* .custom-buyTheGame-Img-04 */
.custom-buyTheGame-Img-04.fusion-imageframe {
    margin-left: calc(min((var(--site_width) - 100vw), 0px) / 2);
    display: block;
    width: calc(100% + max((100vw - var(--site_width)), 0px) / 2);
    max-width: none;
}


/* custom-dotList-01 */
.custom-dotList-01 {
    --dotColor: #db3232;
    position: relative;
    margin: 0 0 0;
    padding-left: 1em;
}

.custom-dotList-01 li {
    margin-bottom: 8px;
}

.custom-dotList-01 li::marker {
    color: var(--dotColor);
}


/* custom-checkoutPage */
.custom-checkoutPage .wc-block-components-checkout-place-order-button {
    padding: 13px 29px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    border: none;
    border-radius: 5px;
    background-color: #EF4E4E;
    cursor: pointer;
    transition: all .2s;
}

.custom-checkoutPage .wc-block-components-checkout-place-order-button:hover {
    background-color: #0d1c57;
}

@media screen and (min-width: 1600px) {
    .custom-checkoutPage .wc-block-components-checkout-place-order-button {
        font-size: 18px;
        padding: 20.5px 40px;
    }
}




/* .custom-dotList-Content-01 */
.custom-dotList-Content-01 ul {
    --dotColor: #db3232;
    position: relative;
    margin: 0 0 0;
    padding-left: 1em;
}

.custom-dotList-Content-01 ul li {
    margin-bottom: 8px;
}

.custom-dotList-Content-01 ul li::marker {
    color: var(--dotColor);
}


/* bg-br-rt-25 */
.custom-borderRadius-01 {
    border-top-right-radius: 25px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .custom-borderRadius-01 {
        border-radius: 25px;
    }
}

.custom-title span {
    font-size: 1.5em;
}

.custom-puzzle-box {
    --puzzle-margin3: 23%;
    --puzzle-margin: calc(0px - var(--puzzle-margin3));
    --puzzle-margin2: -24.5%; 
    padding-left: 45px;
}

@media (max-width: 1024px) {
    .custom-puzzle-box {
        padding: 30px 15px 0;
    }
}


.custom-puzzle-box .fusion-layout-column {
    aspect-ratio: 1/1;
    width: 50%;
    flex: 1 1 50%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.custom-puzzle-box .fusion-layout-column:hover {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5)) !important;
    z-index: 10;
}

.custom-puzzle-box .fusion-layout-column .fusion-column-inner-bg {
    margin: 0;
}
.custom-puzzle-box .fusion-title-heading{
    color: #FFF !important;
    font-size: 40px !important;
    font-family: var(--h2_typography-font-family);
}


.custom-puzzle-box .fusion-layout-column .fusion-column-inner-bg-image {
    width: calc(100% + var(--puzzle-margin3));
    height: auto;
    background-size: cover !important;
    aspect-ratio: 1/1;
    pointer-events: none;
}
.custom-puzzle-box .fusion-layout-column:nth-child(1),
.custom-puzzle-box .fusion-layout-column:nth-child(2) {
    padding: 2% 0 0;
}

.custom-puzzle-box .fusion-layout-column:nth-child(3) ,
.custom-puzzle-box .fusion-layout-column:nth-child(4) {
    padding: 9% 0 0;
}

.custom-puzzle-box .fusion-layout-column:nth-child(1) .fusion-column-inner-bg-image {
    margin: 0 var(--puzzle-margin) var(--puzzle-margin2) 0;
}

.custom-puzzle-box .fusion-layout-column:nth-child(2) .fusion-column-inner-bg-image {
    margin: 0 0 var(--puzzle-margin2) var(--puzzle-margin);
}

.custom-puzzle-box .fusion-layout-column:nth-child(3) .fusion-column-inner-bg-image {
    margin: var(--puzzle-margin2) var(--puzzle-margin) 0 0;
}

.custom-puzzle-box .fusion-layout-column:nth-child(4) .fusion-column-inner-bg-image {
    margin: var(--puzzle-margin2) 0 0 var(--puzzle-margin);
}

@media (max-width: 450px) {
    .custom-puzzle-box .fusion-title-heading{
        font-size: 18px !important;
    } 
    .custom-puzzle-box img{
        max-width: 62px !important;
    }
    .custom-puzzle-box .fusion-image-element {
        --awb-margin-bottom: 15px !important;
    }
    
}