@import url('https://fonts.googleapis.com/css2?family=Iceland&family=Poppins:wght@300;400&display=swap');
body{
    font-family: "Iceland", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.main-part{
    background: #272022;
    height: 100vh;
}
.main-part-step1{
    background-image:url('/frontTheme/images/bg-img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.bg-image img{
    width: 100%;
}
.text-glow {
    text-shadow: 2px 2px 4px rgba(255, 165, 0, 0.8);
}
.text-glow-sm {
    text-shadow: 1px 1px 2px rgba(255, 165, 0, 0.5);
}
.welcome-text{
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(229, 219, 188, 1);
}
.form-part{
    margin-left: 45px;
}
.form-part button img{
    width: 45px;
}
.input-part{
    width: 500px;
    height: 60px;
    padding:0px 20px;
    border-radius: 15px;
    background: rgba(231, 126, 74, 1) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    border: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}
.input-part::placeholder{
    color: rgba(255, 255, 255, 1) !important;
    opacity: 65%;
}
.input-part:focus{
    outline: none;
}
.btn-submit{
    position: relative;
    top:-1px;
    width: 70px;
    height: 60px;
    border-radius: 9px;
    border-width: 1px;
    box-shadow: 4px 4px 11.5px 1px rgba(0, 0, 0, 0.57);
    background: rgba(229, 219, 188, 1);
    border: 1px solid rgba(234, 96, 28, 1);
}
.bottom-text{
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(229, 219, 188, 1);
}
.center-section{
    height:100vh;
    margin-top:-60px;
}
.cafe-ex-machine-img{
    margin-top:-18px;
}
.by-text{
    position: relative;
    top:10px;
    color: rgba(229, 219, 188, 1);
}
.bottom-logo{
    margin-top:-20px;
}
.name-txet{
    color: rgba(233, 62, 37, 1);
}
.next-btn{
    width: 241px;
    height: 67px;
    border-radius: 9px;
    border-width: 2px;
    background: rgba(231, 126, 74, 1);
    font-family: Iceland;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 247, 223, 1);
}
.step-2-center h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(229, 219, 188, 1);
}
.link-box{
    border-radius: 9px;
    background: #e77e4a;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top:28px;
    padding: 15px 0px !important;
    border: 2px solid rgba(255, 247, 223, 1) !important;
}
.link-box:hover{
    color:#fff;
    border:2px solid #e77e4a !important;
    cursor: pointer;
}
.step-3-center h2{
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(229, 219, 188, 1);
}  
.center-section-step-3{
    margin-top: -50px;
}
.loader {
    margin: 0 auto;
    border: 8px solid #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border-top: 8px solid #e77e4a;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.step-11-center h2{
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -4%;
    color: rgba(229, 219, 188, 1);
}
.step-11-part .link-box-main .link-box{
    background: rgba(247, 217, 51, 1);
    box-shadow: 10px 9px 0px 0px rgba(234, 96, 28, 1);
    border: 0;
    width: 200px;
    height: 200px;
    border-radius: 34px;
    margin-bottom: 20px;
}
.link-box-main span{
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(229, 219, 188, 1);
}
.step-11-part .link-box-main .link-box{
    color: rgba(0, 0, 0, 1) !important;
    font-size: 24px;
    padding-top: 70px !important;
}
.step-13-center h2{
    font-weight: 400;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(229, 219, 188, 1);
}
.step-13-center img{    
    width: 250px;
    height: 250px;
    border-radius: 5px;
    border:3px solid #fff;
}
.step-13-center p{
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(229, 219, 188, 1);
}
.order-btn{
    margin-top:-80px;
    width: 260px;
    height: 60px;
    border-radius: 9px;
    background: rgba(231, 126, 74, 1);
    border-width: 2px;
    font-weight: 400;
    font-size: 32px;
    border: 2px solid rgba(255, 247, 223, 1);
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 247, 223, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.last-step{
    position: relative;
}
.submit-bottom-btn{
    position: absolute;
    bottom:-180px !important;
    right:-150px;
}



.main-part-11-disable{
    overflow: hidden;
    position: relative;
    z-index: 55;
    pointer-events: none !important;
}
.main-part-11-disable:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f191b;
    opacity: 0.8;
    left: 0px;
}
.main-part-11-disable:after{
    content: '';
    position: absolute;
    border: 8px solid #fff;
    border-top: 8px solid red;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    left: 50%;
    top: 50%;
    z-index: 555; /* Higher than parent */
}

.step-11-main-section{
    z-index: 5;
}


@media only screen and (max-width: 900px) {
    .cafe-ex-machine-img img{
        width: 100% !important;
    }
    .input-part{
        width: 66%;
        height: 45px;
    }
    .btn-submit{
        width: 50px;
        height: 45px;
    }
    .frame2-img img{
        width: 70% !important;
    }
    .form-part img{
        width: 100%;
    }
    .step-3-center h2,.step-2-center h2{
        font-size: 34px;
    }
    .form-part button img{
        width: 35px;
    }
    .form-part{
        margin-left: 0px;
    }
    .link-box{
        font-size: 21px;
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .main-part-step1{
        background-size: cover;
    }
    .link-box{
        font-size: 21px;
        width: 100%;
    }
    .next-btn{
        font-size: 25px;
        width: 180px;
        height: 51px;
    }
    .step-11-part .link-box-main .link-box{
        font-size: 17px;
        padding-top: 50px !important;
        width: 150px;
        height: 150px;
        margin-bottom: 15px;;
        margin-top: 13px;
    }
    .step-11-part .link-box-main{
        text-align: -webkit-center;
    }
    .step-11-center h2{
        font-size: 35px;
    }
    .step-11-main-section .center-section{
        margin-top: 0px;
    }
    .link-box-main span{
        font-size: 27px;
    }
    .step-11-part{
        margin-bottom:25px;
    }
    .main-part-11{
        height: unset !important;
    }
    .bottom-logo{
        position: relative;
        top:-15px;
    }
    .step-13-center h2{
        font-size:35px;
    }
    .step-13-center p{
        font-size:28px;
    }
    .action{
        position: absolute;
        left: 50%;
        bottom: 40px;
        transform: translate(-50%, -50%) !important;
    }
    .btn-submit.order-btn{
        width: auto;
        font-size:25px;
        padding:5px 15px !important;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .link-box{
        font-size: 21px;
    }
    .btn-submit.order-btn{
        width: auto;
        font-size:25px;
        padding:5px 15px !important;
    }
    .main-part-step1{
        background-size: cover;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .step-11-main-section .center-section-step-3{
        margin-top: -26px !important;
    }
    .bottom-logo{
        position: relative;
        top:-20px;
    }
    .link-box{
        font-size: 21px;
    }
    .next-btn{
        font-size: 25px;
        width: 180px;
        height: 51px;
    }
    .step-11-part .link-box-main .link-box{
        font-size: 17px;
        padding-top: 50px !important;
        width: 150px;
        height: 150px;
        margin-bottom: 15px;;
        margin-top: 13px;
    }
    .step-11-part .link-box-main{
        text-align: -webkit-center;
    }
    .step-11-center h2{
        font-size: 55px;
    }
    .step-11-main-section .center-section{
        margin-top: 0px;
    }
    .link-box-main span{
        font-size: 27px;
    }
    .step-11-part{
        margin-bottom:25px;
    }
    .main-part-11{
        height: unset !important;
    }
    .link-box{
        font-size: 21px;
    }
}
@media only screen and (max-width: 900px) and (min-width: 1000px) {
    .step-3-center h2{
        font-size:30px !important;
    }
    .step-11-center h2{
        font-size: 70px;
    }
    .form-part{
        margin-left: 0px;
    }
    .link-box{
        font-size: 21px;
    }
    .main-part-step1{
        background-size: cover;
    }
}
@media only screen and (max-width: 991px) and (min-width: 901px) {
    .step-3-center h2{
        font-size:30px !important;
    }
    .link-box{
        font-size: 25px;
    }
    .step-2-center h2{
        font-size:30px !important;
    }
    .form-part{
        margin-left: 0px;
    }
    .link-box{
        font-size: 21px;
    }
}
@media only screen and (max-width: 1050px) and (min-width: 993px) {
    .form-part{
        margin-left: 0px;
    }
    .link-box{
        font-size: 21px;
    }
}