/* Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
        body {
            margin: 0;
            padding: 0;
        }


        #_checkoutpage .container {
            padding: 0 20px;
            width: 80%;
            margin: auto;
        }

        #_checkoutpage .left-data img {
            width: 100%;
        }
        #_checkoutpage .checkout-logo{
            display: flex;
            justify-content: center;
        }

        #_checkoutpage .checkout-logo img {
            margin-top: 10px;
            border-radius: 4px;
            display: inline-block;
            clear: both;
            width: 180px;
            margin-bottom: 30px;
            margin-left: auto;
            margin-right: auto;
        }

        #_checkoutpage .data-details {
            width: 100%;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            padding: 50px 0 20px;
        }

        #_checkoutpage .left-data,
        #_checkoutpage .right-data {
            width: 48%;
            position: relative;
        }
        #_checkoutpage .left-data .img2 {
            text-align: center;
            padding-left: 8%;
        }
        #_checkoutpage .left-data .img1 {
            position: absolute;
            width: auto;
            margin: 0 auto;
            left: 8%;
            right: 0;
            z-index: 1;
            top: 10%;
            text-align: center;
        }
        #_checkoutpage .left-data .img2 > img {
            max-width: fit-content;
            margin: -60px auto 0;
            position: relative;
        }

        #_checkoutpage .event-details,
        #_checkoutpage .required-btn span,
        #_checkoutpage .sub-btn {
            font-family: 'Lato';
            letter-spacing: 1.3px;
            color: #5C5C5C;
        }

        #_checkoutpage .form-text p {
            font-family: 'Lato';
            letter-spacing: 1.3px;
            color: #5C5C5C;
            text-align: center;
        }

        #_checkoutpage .required-btn span {
            padding-left: 10px;
            line-height: 1.2;
        }

        #_checkoutpage .required-btn {
            display: flex;
            justify-content: center;
        }

        #_checkoutpage .sub-btn input.checkout-btn {
            font-family: 'Cormorant Garamond';
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 1.6px;
            color: #3B3B3B !important;
            text-transform: uppercase;
            line-height: 20px;
            padding: 17px 60px;
            background: #D9D9D9;
            border-radius: 6px;
            border: none;
            width: 100%;
            cursor: pointer;
        }

        #_checkoutpage .sub-btn {
            width: 725px;
            margin: 0 auto 30px;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;

        }

        #_checkoutpage .sub-btn input.checkout-btn:hover {
            background-color: #eceaea;
        }

        #_checkoutpage .copyright {
            font-family: 'Cormorant Garamond';
            font-size: 15px;
            letter-spacing: 0px;
            color: #8c857a;
            margin-top: 60px;
            padding: 15px 130px;
            background-color: rgb(242, 242, 242);
        }

        #_checkoutpage .checkout-checkbox {
            background-color: initial;
            cursor: default;
            appearance: auto;
            box-sizing: border-box;
            margin: 3px 3px 3px 4px;
            padding: initial;
            border: initial;
        }
        .copyright p{
            text-align: center;
        }
        .loader-checkout, .loader-checkout-iframe {
            position: absolute;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 100px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .loader-checkout-iframe {
            top: 40%;
            -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
        }
        .iframe-embed {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            border: 0;
        }
        .iframe-embed-wrapper {
            position: relative;
            display: none;
            height: 0;
            padding: 0;
            overflow: hidden;
        }
        .iframe-embed-responsive-16by9 {
            padding-bottom: 56.25%;
        }
        .top-center1{width: 120px !important;}
        .top-center2{width: 115px !important;}
        .top-center3{width: 110px !important;}
        .top-center4{width: 105px !important;}
        .top-center5{width: 100px !important;}
        .top-center6{width: 95px !important;}
        .top-center7{width: 90px !important;}
        .top-center8{width: 80px !important;}
        .top-center9{width: 75px !important;}
        .top-center10{width: 65px !important;}
        .top-center11{width: 60px !important;}
        .top-center12{width: 55px !important;}
        .top-center13{width: 50px !important;}
        .top-center14{width: 45px !important;}
        @media only screen and (max-width:1100px){
            #_checkoutpage .left-data .img1{
                top: -15px;
                left: 0;
            }
            #_checkoutpage .left-data .img2{
                padding-left: 0;
            }
            .iframe-embed-responsive-16by9 {
                padding-bottom: 80%;
            }
        }
        @media (max-width:990px) {

            #_checkoutpage .left-data,
            #_checkoutpage .right-data {
                width: 100%;
            }

            #_checkoutpage .container {
                padding: 0 15px !important;
                width: 100% !important;
            }

            #_checkoutpage .sub-btn {
                width: 100% !important;
            }
            #_checkoutpage .copyright{
                padding:0;
            }
            #_checkoutpage .left-data .img1{
                width: 16vw;
                top: 7%;
                -webkit-transform: translateY(-7%);
                transform: translateY(-7%);
            }
        }
        @media only screen and (max-width:700px){
            #_checkoutpage .sub-btn {
                flex-direction: column;
                gap: 15px;
            }
            .iframe-embed-responsive-16by9 {
                padding-bottom: 0;
                height: 60vh;
            }
            .loader-checkout-iframe {
                top: 35%;
                -webkit-transform: translateY(-35%);
                transform: translateY(-35%);
            }
            .top-center1{width: 90px !important;}
            .top-center2{width: 85px !important;}
            .top-center3{width: 80px !important;}
            .top-center4{width: 75px !important;}
            .top-center5{width: 70px !important;}
            .top-center6{width: 65px !important;}
            .top-center7{width: 60px !important;}
            .top-center8{width: 55px !important;}
            .top-center9{width: 50px !important;}
            .top-center10{width: 45px !important;}
            .top-center11{width: 40px !important;}
            .top-center12{width: 35px !important;}
            .top-center13{width: 30px !important;}
            .top-center14{width: 25px !important;}
        }
        @media only screen and (max-width:599px){
            #_checkoutpage .left-data .img1{
                width: 14vw;
                top: -6%;
                transform: translateY(0);
            }
            .top-center6,
            .top-center7,
            .top-center8,
            .top-center9,
            .top-center10,
            .top-center11,
            .top-center12 {
                top: 28%;
            }
            .top-center13,
            .top-center14{
                top: 30%;
            }
        }
        #_checkoutpage .event-details a {
            text-decoration: underline;
            color: blue;
        }
        #_footer{     
            position: relative;
            bottom: 0;
            margin: auto;
            width: 100%;
        }