

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('../fonts/BebasNeue-Regular.woff') format('woff'),
        url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
        url('../images/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.eot');
    src: url('../fonts/Anton-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff'),
        url('../fonts/Anton-Regular.ttf') format('truetype'),
        url('../images/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haettenschweiler';
    src: url('../fonts/Haettenschweiler.eot');
    src: url('../fonts/Haettenschweiler.eot#iefix') format('embedded-opentype'),
        url('../fonts/Haettenschweiler.woff2') format('woff2'),
        url('../fonts/Haettenschweiler.woff') format('woff'),
        url('../fonts/Haettenschweiler.ttf') format('truetype'),
        url('../images/Haettenschweiler.svg#Haettenschweiler') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../images/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../images/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





:root {
--white: #FFFFFF;
--black: #000000;
--golden: #e2af44;
}

.white {
color: var(--white) !important;
}

* { padding: 0; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

body{
    color: var(--white);
    font-family: 'Bebas Neue';
    max-width: 480px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 { 
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
    color: var(--white);
    font-weight: 400;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; }
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 21px; }
p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
    margin-bottom: 15px;
}
p:last-child { margin-bottom: 0; }
ul, ol { list-style-type: none; margin: 0; padding: 0; }
a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
}
span {
    display: inline-block;
}
img, video {
    max-width: 100%;
    display: block;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
:focus-visible { 
    outline: none;
}

/* Home Start *********************************************/
.home {
    background-image: url(../images/banner.png);
    height: 100dvh;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: var(--white);
}
.home-inner {
/* height: 85vh; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
}
.home-inner .top-content-bx {
    width: 100%;
    margin: 0 auto;
}
.home-inner .top-content-bx h1 {
    font-size: 110px;
    line-height: 110px;
    font-family: 'Haettenschweiler';
    font-weight: 400;
    text-transform: uppercase;
}
.home-inner .btm-content-bx {
    max-width: 70%;
    width: 100%;
    margin: 20px auto;
}
.white-box {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.white-box h2 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 40px;
    background-color: var(--white);
    font-family: 'poppins';
    color: var(--black);
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto 10px;
    padding: 5px;
    position: relative;
}
.white-box h2::before,
.white-box h2::after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--black);
    top: 50%;
    transform: translate(0, -50%);
}
.white-box h2::before{
    left: 20px;
}
.white-box h2::after{
    right: 20px;
}
.logo-box img {
    max-width: 50%;
    width: 100%;
    margin: 0 auto 20px;
}
.middle-text-box h3 {
    font-size: 45px;
    text-transform: uppercase;
}
.btm-img {
    margin-top: 30px;
}
.center-part{
    width: 100%;
    max-width: 90%;
}
.line-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    color: var(--white);
    font-weight: 500;   
    font-size: 20px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.line-text span.line {
    width: 35%;
    height: 2px;
    background: var(--white);
}
.middle-btn-box span {
    background: var(--white);
    color: var(--black);
    padding: 3px;
    border-radius: 50px;
    text-align: center;
    width: 45%;
    font-size: 20px;
}
.middle-btn-box {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.boxes {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}
.boxes .box {
    padding: 10px;
    text-align: center;
    flex-shrink: 0;
    font-size: 35px;
    color: var(--black);
    font-family: 'Bebas Neue';
    text-transform: uppercase;
}
.golden-gradient {
    background: url(../images/btn-bg.png);
    background-size: cover;
    background-position: center;
}
.btm-img {
    max-width: 90%;
    margin: 30px auto;
    width: 100%;
}
.zoom-in {
    animation: zoomPulse 1s ease-in-out infinite;
}
  
@keyframes zoomPulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
  


/* Responsive ******************************/
@media (max-width: 1399px) {
    .logo-box img {
        max-width: 30%;
    }
    .home-inner .top-content-bx h1 {
        font-size: 90px;
        line-height: 90px;
    }
    .middle-text-box h3 {
        font-size: 35px;
    }
    .home-inner .btm-content-bx {
        max-width: 55%;
        margin: 15px auto;
    }
    .boxes .box {
        padding: 5px;
        font-size: 30px;
    }
    .boxes {
        gap: 10px;
    }
    .white-box {
        max-width: 80%;
    }
    .white-box h2 {
        font-size: 23px;
    }
}


@media (max-width: 767px) {
    .white-box {
        max-width: 100%;
    }
    .line-text {
        font-size: 15px;
        gap: 5px;
    }
    .boxes .box {
        padding: 5px;
    }
    .home-inner .btm-content-bx {
        max-width: 75%;
        margin: 15px auto;
    }
    .boxes{
        width: 70%;
    }
}

@media (max-width: 479px) {
    .home-inner .top-content-bx h1 {
        font-size: 80px;
        line-height: 85px;
    }
    .white-box h2 {
        font-size: 20px;
        line-height: 30px;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0;
    }
    .logo-box img {
        margin: 0 auto 10px;
        max-width: 40%;
    }
    .middle-text-box h3 {
        font-size: 28px;
    }
    .center-part {
        max-width: 100%;
        padding: 0 5px;
    }
}

@media (max-width:320px) {
    .home-inner .top-content-bx h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .home-inner {
        row-gap: 5px;
    }
    .middle-btn-box span {
        font-size: 17px;
    }
    .logo-box img {
        max-width: 40%;
    }
    .home-inner {
        padding: 30px 0 0;
    }
    .middle-text-box h3 {
        font-size: 20px;
    }
    .btm-img {
        margin-top: 20px;
    }
    .white-box h2 {
        font-size: 15px;
    }
    .boxes .box {
        font-size: 25px;
    }
}
