html{scroll-behavior: smooth;}
body{
	background-color: var(--bgColor);
	margin: 0;
	border: 0;
	font-family: Braah One, sans-serif;
	font-size: 18px;
	user-select: none;
    overflow-x: hidden;
    background-image: url(../images/bg.svg);
    background-repeat: repeat;
    background-size: contain;
}
section{
	margin: 10px 80px;
}
a{
    padding: 8px 18px;
    background-color: var(--mainColor);
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-family: Nunito, sans-serif;
}
h2{
	font-size: 36px;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    color: #101c42;
}
span{color: var(--mainColor);font-family: Kalam, sans-serif;}
hr{border: 1px solid #c6c6c6}


/* SECTION 1  */
#sec1 h4{
    font-size: 104px;
    width: 100%;
    margin-top: 15vh;
    margin-bottom: 5%;
    color: #2c7798;
    font-family: 'Montserrat';
    text-align: center;
    line-height: 85%;
}

#sec1{
    color: #101c42;
    padding-top: 0;
    padding-bottom: 100px;
    align-items: center;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
/*    background: #ff5544;*/
    /* background-image: url('../images/bg.svg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
}
#sec1 h1{
	font-size: 9vw;
	margin-bottom: 18px;
	color: var(--mainColor);
}

#sec1 a{
    margin: 0px auto;
    padding: 7px 20px;
    font-family: 'Nunito', sans-serif;
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid var(--mainColor);
    box-shadow: inset 0 0 var(--mainColor);
    transition-duration: 0.13s;
    color: var(--mainColor);
}
#sec1 a:hover{box-shadow: inset 0px 0 10px 30px var(--mainColor);color: #fff;}


#allThumbnails{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
#allThumbnails content{
    margin: 12px 10px;
    border-radius: 8px;
    padding: 10px;
    border: 3px solid #206885;
    background: #eef5f8;
}
#allThumbnails div.thumbnail{
    width: 279px;
    aspect-ratio: 16/9;
    background-image: url(../images/dummy.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#allThumbnails hr{
    background: var(--mainColor);
    border: none;
    height: 1px;
}
#allThumbnails h6{
    margin: 10px 0;
    font-family: Nunito, sans-serif;
    font-size: 13px;
    color: #000;
}


/* Section: 5  */
#sec5{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
/*    background-color: #e2eeff;*/
    padding-bottom: 50px;
    padding-top: 20px;
}
#sec5 h1{
    width: 90%;
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: var(--mainColor);
    text-align: center;
}
#sec5 content{
    margin: 10px 15px;
    border-radius: 5px;
    border-radius: 45px 45px 10px;
    /* box-shadow: 0px 4px 6px -1px #825e01; */
    padding: 35px 15px 30px 15px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background-color: #eef5f8;
    align-items: center;
    min-width: 170px;
    transition-duration: 0.14s;
    flex-wrap: wrap;
    max-width: 225px;
    /* border: 3px solid; */
}
#sec5 content:hover{
    transform: scale(1.02);
}
#sec5 div.icon{
    width: 40px;
    height: 40px;
    background-color: white;
    background-image: url(../images/dummy.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 5px 7px 5px 20px;
}
#sec5 h6{
    margin: 10px 0;
    font-family: 'Montserrat';
    font-size: 16px;
    text-align: center;
    color: #241e31;
}
#sec5 p{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
    padding-left: 10px;
    border-right: 15px solid #1fb2ff2b;
    width: 80%;
}

#orderHeading{
    font-size: 55px;
    color: #335463;
    text-align: center;
    width: 100vw;
    font-family: 'Montserrat';
}
#orderHeading a{
    color: var(--mainColor);
    background: none;
    font-family: 'Montserrat';
    text-decoration: underline;
    padding: 0;
}










@media screen and (max-width: 480px) {

section{margin: 10px 30px;}
#sec1{margin-top: 15vh}
#sec1 h4{
    font-size: 40px;
    margin-top: 2vh;
    margin-bottom: 10%;
}
#sec3{
    margin: 20px 0;
}
#orderHeading{font-size: 48px;}
}