/*

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;
}

body .custom-lightbox-01>a::after {
    content: "\f04b";
    top: 50%;
    left: 50%;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    font-size: 32px;
    font-family: 'Font Awesome 5 Free' !important;
    speak: never;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #fff;
    background-color: #EF4E4E;
    border-radius: 50%;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}

body .custom-lightbox-01>a:hover::after {
    opacity: 1;
}

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;
}



@media screen and (min-width: 1600px) {
    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;
    }
}


@media (min-width: 1600px) {
    body #boxed-wrapper .custom_col_width .right-full-column>div.fusion-content-layout-column {
        --site_width: 990px;
    }
}

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;
}

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);
}

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

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

    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 (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;
    }
}