*{
	margin: 0;
	padding: 0;
    font-family: 'Allura', cursive;
    font-family: 'Open Sans', sans-serif;
    font-family: 'bebas-neue-regular';
}
.header{
	min-height: 100vh;
	width: 100%;
	background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(assets/images/temp.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.sub-header{
	min-height: 100vh;
	width: 100%;
    background-color: #212830;
	background-position: center;
	background-size: cover;
	position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 75px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans';
}
.whatsapp{
    background-color: green;
    display: flex;
    align-items: center;
}
.whatsapp img{
    width: 24px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #fd68c3;
    display: block;
    margin: auto;
    transition: 1s;
}
.nav-links ul li:hover::after {
    width: 100%;
}
.header-1{
    display: flex;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.header-1 h1{
    margin-right: 5%;
    max-width: min-content;
    text-align: left;
    font-family: 'montserrat';
    font-size: 84px;
    font-weight: bolder;
}
.header-1 p{
    display: block;
    margin-top: 5%;
    max-width: 50%;
    min-height: 200px;
    font-family: 'montserrat';
    text-align: justify;
    font-size: 20px;
}
.header-1 button{
    border-radius: 4px ;
    align-items: center;
    transition: 1s;
    background-color: #2dc950;
    border: none;
}
.header-1 button :hover{
    border-radius: 4px ;
    transition: 1s;
    background-color: white;
}
.order-button{
    font-family: 'montserrat';
    padding: 20px 250px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.order-button:hover{
    color: black;
}

.sponsorship{
    margin: 5%;
    align-items: center;
    max-width: 1080vh;
}
.sponsorship h1{
    font-family: 'montserrat';
    text-align: center;
    min-width: 100%;
}
.sponsorship-cont{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.sponsorship img{
    max-width: 240px;
}
.previewa h1{
    font-family: 'montserrat';
    text-align: center;
}
.preview{
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-y: hidden;
}
.preview-1{
    margin: 5% 0;
    min-width: 1080px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.preview-1 img{
    max-width: 480px;
}
.preview-1 p1{
    margin: 5%;
    font-size: large;
    text-align: justify;
    width: 480px;
    font-family: 'montserrat';
}
.footer{
    background-color: #212832;
}
.footer-desc{
    display: flex;
    flex-wrap: wrap;
}
.footer-desc1{
    max-width: 200px;
    margin: 0 50px;
    margin-top: 50px;
}
.footer-desc1 h1{
    color: #dad9d9;
    font-family: 'montserrat';
    font-size: medium;
}
.footer-desc1 p1{
    justify-items: center;
    padding-top: 1%;
    color: #dad9d9;
    font-family: 'montserrat';
    font-size: small;
}
.footer-desc1 img{
    align-content: center;
    max-width: 20px;
}
.contact{
    margin-top: 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-items: center;
    align-items: center;
    font-weight: bold;
}
.contact a{
    text-decoration: none;
    justify-items: center;
    align-items: center;
}
.contact p1{
    margin-left: 5%;
}
.watermark{
    margin-top:5%;
    margin-left: 50px;
    padding-bottom: 1%;
    color: #dad9d9;
    font-family: 'montserrat';
    font-size: smaller;
}


.bebas-neue-regular {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
  }
  
@media screen and (max-width: 720px) {
  .header-1{
    flex-direction: row;
  }
    .header-1 h1{
        padding-top: 10%;
        margin: 58px;
        font-size: 68px;
  }
    .header-1 p{
        max-width: fit-content;
        margin-top: 0px;
        font-size: 18px;
  }
    .order-button{
        padding: 10px 100px;
    }
    .sponsorship{
        padding-top: 5%;
    }
    .preview{
        max-height: 560px;
        justify-content: center;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block;
        scrollbar-width: none;
    }
    .preview-1{
        justify-content: center;
        display: block;
    }
    .preview-1 img{
        max-width: 380px;
    }
    .preview-1 p1{
        display: block;
        margin-top: 1%;
        max-width: 380px;
        font-size: 12px;
    }
}
    
    