* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Poppins';
}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

/* header */
header {
    background: #FFFFFF;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    position: relative;
    height: 100%;
}
.enter-btn {
    width: 100%;
    background-color: #A30C11;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 10px 0;
}
.car img {
    width: 20vw;
}
.car2 {
    /* margin-top: 41px; */
    text-align: end;
}
.logo a img {
    /* margin-top: -73px; */
    width: 20vw;
}
.car2 img {
    width: 20vw;
}
.flag img {
    width: 111px;
}
.flag {
    position: absolute;
    top: -45px;
    right: 46px;
    z-index: -1;
}
.header-left-most{
    position: relative;
    z-index: 1;
}
.logo {
    text-align: center;
}

/* hero-section */
.hero-section {
    overflow: hidden;
    height: 100%;
}
.enter-btn a {
    display: flex;
    border: unset;
    height: 70px;
    width: 80%;
    border-radius: 52px;
    background: transparent linear-gradient(180deg, #FEE100 0%, #F26F1F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #00000029;
    justify-content: center;
    align-items: center;
    font: normal normal bold 40px/1px Poppins;
    letter-spacing: 6px;
    color: #000000;
    text-transform: uppercase;
}
.enter-btn a:hover {
    background: transparent linear-gradient(270deg, #FEE100 0%, #F26F1F 100%) 0% 0% no-repeat padding-box;


}
.enter-btn.right {
    background-color: #000000;
}
footer {
    background-image: url(../images/footer-bg.png);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
footer p {
    text-align: left;
    font: normal normal normal 14px/35px Poppins;
}
footer a {
    color: #F26F1F;
}
.footer-right p {
    text-align: right;
}

.body-section{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/* .top-sec{
    height: 25%;
}
.mid-sec{
    height: 50%;
}
.bottom-sec{
    height: 10%;
}
.button-sec{
    height: 15%;
    display: flex;
} */
.top-sec{
    height: 22%; 
}
.mid-sec{
    height: 43%;  
}
.bottom-sec{
    height: 9%;   
}
.button-sec{
    height: 13%;   
    display: flex;
}
.second-top{
    height: 13%;
}

.hero-left {
    padding: 15px;

    height: 100%;
 
}
.hero-left img.img-fluid {
    width: 100%;
    height: 100%;

}

.hero-left .enter-btn.ingrid{
    display: none;
}
.second-top p {
    text-align: left;
    font: normal normal normal 13px/17px Poppins;
    padding: 14px 20px;
}