*{
    box-sizing: border-box;
}
html, body{
    margin: 0;
    width: 100%;
    min-height: 100%;
    background-color: #000;
}
body{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}
@font-face {
    font-family: Gilroy;
    src:  url("./fonts/Gilroy-Black.ttf") format("truetype");
    font-weight: 900;
    display: swap;
}
@font-face {
    font-family: Tajawal;
    src:  url("./fonts/Tajawal-Black.ttf") format("truetype");
    font-weight: 900;
    display: swap;
}
@font-face {
    font-family: Tajawal;
    src:  url("./fonts/Tajawal-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    display: swap;
}
@font-face {
    font-family: Tajawal;
    src:  url("./fonts/Tajawal-Bold.ttf") format("truetype");
    font-weight: 700;
    display: swap;
}
h1{
    font-size: 60px;
    margin: 0;
}
h2{
    font-size: 30px;
    margin: 0;
}
h3{
    font-size: 26px;
    margin: 0;
}
h4{
    font-size: 22px;
    margin: 0;
}
h5{
    font-size: 18px;
    margin: 0;
}
p{
    margin: 0;
}
.text-yellow{
    text-shadow: 0 1px 1px rgba(254, 236, 196, 0.8);
    background-image: linear-gradient(238deg, #be853a 167%, #ffeec7 80%, #c69951 33%, #f0cb96 1%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mbs-50{
    margin-block-start: 50px !important;
}
.container{
    max-width: 1200px;
    width: inherit;
    margin: auto;
}
.hero-section{
    display: flex;
    justify-content: center;
}
.hero-content{
    width: 35%;
    padding-block-start: 70px;
}
.logo, .logo-mob{
    display: block;
    height: 90px;
    width: 150px;
    object-position: center;
    object-fit: cover;
    margin: auto;
}
.logo-mob{
    display: none;
}
.hero-section video{
    max-height: 620px;
    cursor: pointer;
}
.hero-section video.video-desktop{
    display: block;
}
.hero-section video.video-mobile{
    display: none;
}
.hero-content figure{
    height: 101px;
    width: 296px;
    margin: 15px auto 0;
    background-image: url("./pl.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-content figure h3{
    text-shadow: 0 0 80px rgba(255, 174, 46, 0.94), 0 0 10px rgba(255, 234, 187, 0.9), 0 1px 1px rgba(254, 236, 196, 0.8);
    background-image: linear-gradient(217deg, #be853a 69%, #ffeec7 38%, #d08f25 21%, #f0cb96 10%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-block-start: 15px;
}
.hero-content h3{
    padding-block-start: 35px;
    opacity: 0.9;
    text-align: center;
    font-family: Tajawal, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #fff;

}
.hero-content h1{
    font-weight: 900;
    line-height: 1.33;
    text-align: center;
    font-family: Gilroy, sans-serif;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 80px rgba(255, 174, 46, 0.94), 0 0 10px rgba(255, 234, 187, 0.9), 0 1px 1px rgba(254, 236, 196, 0.8);
    background-image: linear-gradient(198deg, #be853a 145%, #ffeec7 67%, #d08f25 24%, #f0cb96 -4%);
}
.main-btn{
    width: 160px;
    height: 54px;
    display: block;
    /*font-family: Tajawal, sans-serif;*/
    /*font-size: 20px;*/
    /*font-weight: 900;*/
    /*text-align: center;*/
    border-radius: 30px;
    /*color: #4c3716;*/
    /*line-height: 54px;*/
    text-decoration: none;
    box-shadow: 0 2px 50px 0 rgba(255, 174, 46, 0.94), inset 0 0 10px 0 rgba(255, 234, 187, 0.9);
    /*border: solid 1px rgba(255, 255, 255, 0.4);*/
    /*background-image: linear-gradient(193deg, #ffeec7, #ffeec7, #d08f25, #f0cb96);*/
    margin: 30px auto 0;
    transition: .2s all;
    background-image: url("./btn.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: bounce infinite; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.5s; /* don't forget to set a duration! */
}
.main-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 2px 70px 5px rgba(255, 174, 46, 0.94), inset 0 0 10px 0 rgba(255, 234, 187, 0.9);
    animation: none !important;
}
@keyframes bounce{
    0%, 20%, 53%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1) ;
        animation-timing-function: cubic-bezier(.215,.61,.355,1) ;
        -webkit-transform: translateZ(0) ;
        transform: translateZ(0) ;
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06) ;
        animation-timing-function: cubic-bezier(.755,.05,.855,.06) ;
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.1) ;
        transform: translate3d(0,-15px,0) scaleY(1.1) ;
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06) ;
        animation-timing-function: cubic-bezier(.755,.05,.855,.06) ;
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05) ;
        transform: translate3d(0,-15px,0) scaleY(1.05) ;
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1) ;
        transition-timing-function: cubic-bezier(.215,.61,.355,1) ;
        -webkit-transform: translateZ(0) scaleY(.95) ;
        transform: translateZ(0) scaleY(.95) ;
    }
    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02) ;
        transform: translate3d(0,-4px,0) scaleY(1.02) ;
    }
}
.hero-content h2{
    font-weight: 700;
    text-align: center;
    font-family: Tajawal, sans-serif;
    opacity: 0.9;
    color: #fff;
}
.hero-content p{
    opacity: 0.7;
    font-family: Tajawal, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-block-start: 35px;
}
.hero-content .contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0.7;
}
.hero-content .contacts a{
    font-family: Tajawal, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.38;
    text-decoration: none;
    margin: 0 10px;
}
.hero-content .contacts a:hover{
    text-decoration: underline;
}
.steps{
    display: flex;
    align-items: center;
    padding-block-start: 30px;
}
.arrow{
    display: block;
    width: 15px;
    height: 49px;
    margin: 0 12px;
    object-fit: contain;
    object-position: center;
}
.step{
    width: 370px;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 25px;
    padding-inline-start: 0;
    max-width: 370px;
    background-image: url("./step.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.step .number{
    width: 116px;
    height: 110px;
    object-position: center;
    object-fit: cover;
    position: absolute;
    inset-block-start: 22px;
    inset-inline-start: 0;
}
.step div{
    padding-inline-start: 120px;
}
.step div h4{
    font-family: Tajawal, sans-serif;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(254, 236, 196, 1);
    background-image: linear-gradient(228deg, #be853a 190%, #ffeec7 87%, #c69951 32%, #f0cb96 -5%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step div h5{
    font-family: Tajawal, sans-serif;
    font-weight: 800;
    color: #fff4df;
}
.payments{
    display: block;
    width: 690px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin: 40px auto 0;
}
.footer{
    padding-block-start: 80px;

}
.footer h2{
    opacity: 0.9;
    font-weight: bold;
    line-height: 0.73;
    text-align: center;
    color: #fff;
}
.footer .sides{
    display: flex;
    padding-block-start: 30px;
}
.footer .side,
.footer .side-w100{
    width: 50%;
    border-radius: 12px;
    border: solid 1px #5c4f38;
    padding: 30px 50px;
}
.footer .side h4,
.footer .side-w100 h4{
    text-shadow: 0 1px 1px rgba(254, 236, 196, 0.8);
    background-image: linear-gradient(238deg, #be853a 167%, #ffeec7 80%, #c69951 33%, #f0cb96 1%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Tajawal, sans-serif;
    font-weight: 900;
}
.footer .side:first-of-type{
    border-start-start-radius: 12px;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    border-end-start-radius: 12px;
}
.footer .side:last-of-type{
    border-start-start-radius: 0;
    border-end-end-radius: 12px;
    border-start-end-radius: 12px;
    border-end-start-radius: 0;
    border-inline-start: 0;
}
.footer .side ul,
.footer .side-w100 ul{
    padding: 0;
    list-style-type: none;
}
.footer .side li,
.footer .side-w100 li{
    opacity: 0.9;
    font-family: Tajawal, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #fff;
    padding-inline-start: 12px;
    position: relative;
}
.footer .side li:before,
.footer .side-w100 li:before{
    content: "• ";
    color: #D8BB84;
    position: absolute;
    width: 11px;
    inset-inline-start: 0;
    inset-block-start: 0;
}
.footer .side-w100{
    width: 100%;
    margin-block-start: 30px;
}
.footer table{
    width: 100%;
    border: 1px solid #5c4f38;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 12px;
    margin-block-start: 30px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #5c4f38;
}
.footer table tr td, table tr th{
    text-align: unset;
    border: 1px solid #5c4f38;
    color: #fff;
    border-radius: 12px;
    padding: 12px 25px;
}
.footer span{
    display: block;
    font-family: Tajawal, sans-serif;
    opacity: 0.3;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
@media screen and (max-width: 1048px) {
    .steps{
        flex-direction: column;
    }
    .arrow{
        transform: rotate(270deg);
    }
}
@media screen and (max-width: 767px) {
    body{
        padding: 20px 15px;
    }
    .hero-content{
        width: 100%;
        padding-block-start: 0;
    }
    .hero-section video{
        max-height: 620px;
        width: 100%;
    }
    .hero-section video.video-desktop{
        display: none;
    }
    .hero-section video.video-mobile{
        display: block;
    }
    .hero-section{
        display: block;
    }
    .logo{
        display: none;
    }
    .logo-mob{
        display: block;
    }
    .hero-content figure{
        width: 240px;
        height: 82px;
    }
    .hero-content figure h3{
        font-size: 20px;
    }
    .hero-content h1{
        font-size: 54px;
        line-height: 1.48;
    }
    .hero-content h2{
        font-size: 24px;
    }
    .hero-content p,
    .hero-content .contacts a{
        font-size: 14px;
    }
    .arrow{
        display: none;
    }
    .step{
        margin-block-end: 10px;
    }
    .step div h4{
        font-size: 20px;
    }
    .step div h5{
        font-size: 16px
    }
    .payments{
        width: 340px;
        height: 68px;
        margin: 30px auto 0;
    }
    .footer {
        padding-block-start: 40px;
    }
    .footer h2{
        font-size: 26px;
        line-height: 0.85;
    }
    .footer .sides{
        display: block;
    }
    .footer .side,
    .footer .side-w100{
        width: 100%;
        padding: 20px 20px 10px;
    }
    .footer .side:first-of-type {
        border-start-start-radius: 12px;
        border-end-end-radius: 0;
        border-start-end-radius: 12px;
        border-end-start-radius: 0;
    }
    .footer .side:last-of-type {
        border-start-start-radius: 0;
        border-end-end-radius: 12px;
        border-start-end-radius: 0;
        border-end-start-radius: 12px;
        border-block-start: 0;
        border-inline-start: solid 1px #5c4f38;
    }
    .footer span{
        padding: 30px 0 10px;
    }
}
@media screen and (max-width: 412px) {
    .step{
        width: 300px;
        height: 100px;
        margin-block-end: 0;
    }
    .step .number{
        width: 82px;
        height: 90px;
        object-fit: contain;
        inset-block-start: 22px;
    }
    .step div {
        padding-inline-start: 85px;
    }
    .step div h4{
        font-size: 16px;
    }
    .step div h5 {
        font-size: 14px;
    }
    .payments{
        width: 320px;
        height: 64px;
    }
}