
html {
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(to right, #ff7243, #ffcc67);
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    
    
    padding: 0px;
    margin: 0px;
}
a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
#temperature {
    font-weight: bold;
    color: #fff;
}
#temperature span{
    font-weight: normal;
}
#logobox {
    text-align: right;
}

#main {
    
    margin-top: 40px;
    padding-bottom: 440px;
}
#logo {
    width: 200px;
 
}
#intro {
    color: #fff;
}
#introx {
    color: #fff;
}
#introx a {
    color: #fff;
    text-decoration: underline;
}

h1 {
    font-size: 40pt;
    line-height: 49pt;
    margin-bottom: 22px;
    margin-top: 38px;
    font-weight: 700;
}
#ingress {
    font-size: 15px;
}
#badge {
    max-width: 80%;
    margin-top: -0px;
    float: right;    
}
.vvbtn {
    border-radius: 50px;
    height: 60px;
    
}
.vvbtnorange {
    width: 205px;
    background-color: #ec6a35;
    border: none;
    font-weight: bold;
    color: #eee;
}
.vvbtnorange:hover {
    color: #fff;
    cursor: pointer;
}
.vvbtnwhiterim {
    background-color: transparent;
    border: 3px solid #fff;
    min-width: 150px;
    color: #fff
}
.vvbtnwhiterim:hover {
    background-color: #fff;
    color: #ec6a35;
}
#btnrow {
    margin-top: 32px;
    font-size: 21pt;
    text-align: center;
    background-color: #FF9752;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 30px;
    color: #111;
    margin-bottom: 40px;
}
#btnrow a {
    color: #ec6a35;
    text-decoration: none;
}
#uspintro {
    color: #fff
}
.usp {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    min-height: 320px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
h3 {
    font-size: 16pt;
}
.uspimg {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
    height: 119px
}
.usp p {
    font-size: 11pt;
}
#notedistance {
    font-size: 8px;
    font-style: italic;
    position: absolute;
    bottom: 8px;
    width: 90%;   
    opacity: 0.5;
}
#lower {
    background-color: #faf0e6;
    z-index: -2;
    padding-bottom: 200px;
}

#videobox {
    position: relative;    
    width: 100%;
    min-height: 500px;
    margin-top: -331px;
    z-index: -1;
    
}
.video-container {
    border-radius: 70px;
    position: relative;
    width: 100%;
    height: 700px; /* Adjust to your desired height */
    overflow: hidden;
    border: 1px solid #ffa050;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes the video cover the entire div */
    transform: translate(-50%, -50%);
    
    z-index: 0;
}
#videotext {
    
    text-align: center;
    margin-top: -200px;
    
}
#subvideoreg {
    margin-top: 100px;
}
#badge2 {
    max-width: 110%;
    margin-top: -100px;
    float: right;  
    z-index: 100;  
}
.vvinput {
    width: 90%;
    padding: 17px 10px 17px 10px;
    border-radius: 23px;
    margin-bottom: 30px;
}
.vvinputfile {
    width: 95%;
    padding: 5px 10px 5px 10px;
    border-radius: 23px;
    margin-bottom: 30px;
}
.vvinputta {
    width: 95%;
    padding: 17px 10px 17px 10px;
    border-radius: 23px;
    margin-bottom: 30px;
}
.vvinput::placeholder{
    color: #999;
    font-size: 14px;
}

label {
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;

}
#city {
    width: 85%
}
#termsgdpr {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;    
}
#termsgdpr  p {
    margin-bottom: 10px;
}
.vvcb {
    padding: 5px;
}
#btnreg {
    font-size: 25px !important;
    min-width: 300px;
    font-weight: normal;
    
}
#btnreg i {
    color: #ff9752;
    margin-right: 12px;
}
#btnreg:hover  i{
    
    color: #fff;
}
.inputdiv p {
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;   
}
#footer {
    background-color: #eed9c4;
    padding: 100px 0px 100px 0px;
}
#vvlogga {
    width: 150px;
    float: right;
}
#footer h6 {
    font-size: 16pt;
}
#footer h5 {
    font-size: 17px;
}
#about p {
    font-size: 12px;
    
}
#addr p {
    font-size: 16pt;
}
#addr p a {
    font-weight: normal;
}
.errorbox {
    border-color: red;
}
.alert-danger {
    background-color: #ff9752;
    border-color: #ff9752;
    color: #721c24;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
#termspage {
    background-color: #faf0e6;
}
#notabene {
    font-size: 8px;
    color: #fff;
}
.regmain {
    color: #fff;
    padding-bottom: 150px !important;
}
.whitelink {
    color: #fff;
}

@media (max-width: 576px) {
    #logo {
        width: 140px;
        margin-top: -47px;
    }
    h1 {
        font-size: 26pt;
        line-height: normal;
    }
    #topregbtn {
        display: block;
        margin-bottom: 20px;
    }
    #badge {
        width: 50%;
        margin-top: -100px;
    }
    #videobox {
        max-height: 300px;
        min-height: 200px;
        margin-top: -100px;
    }
    .video-container {
        height: 200px;
        border-radius: 25px;
    }
    #subvideoreg  h2{
        max-width: 200px;
    }
    #subvideoreg  p{
        font-size: 12px;
        max-width: 60%;
    }
    #badge2 {
        width: 50%;
        margin-top: -170px;
    }
    .vvinput {
        width: 100%;
    }
    #city {
        width: 100%
    }

    #lower {
        padding-bottom: 100px;
    }
    #footer {
        padding: 50px 0px 50px 0px;
    }
    #addr, #about {
        margin-bottom: 50px;
    }
    #ender {
        margin-bottom:50px;
    }
    #vvlogga {
        margin-left: 25%;
        clear: both;
        float: left;
        width: 50%;
        margin-top: 40px;
    }
    #usps {
        display: flex;
        flex-wrap: nowrap; /* Prevent items from wrapping to the next line */
        overflow-x: auto; /* Enable horizontal scrolling */
        gap: 16px; /* Add spacing between items */
        scroll-snap-type: x mandatory; /* Enable snapping to items */
        
        max-width: 96%;
        margin-left: 2%;
    }
    
    #usps > .col-md-3 {
        flex: 0 0 auto; /* Keep each item at its intrinsic width */
        scroll-snap-align: start; /* Ensure snapping starts at each item */
        
    }
    
    /* Optional: Style the scrollbar for better visibility */
    #usps::-webkit-scrollbar {
        height: 4px;
        
    }
    
    #usps::-webkit-scrollbar-thumb {
        
        border-radius: 8px;
        background-color: #ec6a35;
    }
    
    #usps::-webkit-scrollbar-thumb:hover {
    
    }
    #main {
        padding-bottom: 170px;
    }
    #btnrow {
        font-size: 15pt;
    }
    
}
@media only screen and (max-width: 992px) and (min-width: 577px)  {
    #btnrow {
        font-size: 15pt;
    }
    #logo {
        width: 290px;
        margin-top: 0px;
    }
    h1 {
        font-size: 26pt;
        line-height: normal;
    }
    #topregbtn {
        width: 150px;
        margin-bottom: 20px;
    }
    #badge {
        width: 100%;
        margin-top: 100px;
    }
    #videobox {
        max-height: 300px;
        min-height: 200px;
        margin-top: -100px;
    }
    .video-container {
        height: 370px;
        border-radius: 25px;
    }
    #subvideoreg  h2{
        max-width: 200px;
    }
    #subvideoreg  p{
        font-size: 12px;
        max-width: 60%;
    }
    #badge2 {
        width: 50%;
        margin-top: -170px;
    }
    .vvinput {
        width: 100%;
    }
    #city {
        width: 100%
    }

    #lower {
        padding-bottom: 100px;
    }
    #footer {
        padding: 50px 0px 50px 0px;
    }
    #addr, #about {
        margin-bottom: 50px;
    }
    #ender {
        margin-bottom:50px;
    }
    #vvlogga {
        margin-left: 25%;
        clear: both;
        float: left;
        width: 50%;
        margin-top: 40px;
    }
    #usps {
        display: flex;
        flex-wrap: nowrap; /* Prevent items from wrapping to the next line */
        overflow-x: auto; /* Enable horizontal scrolling */
        gap: 16px; /* Add spacing between items */
        scroll-snap-type: x mandatory; /* Enable snapping to items */
        
        max-width: 96%;
        margin-left: 2%;
    }
    
    #usps > .col-md-3 {
        flex: 0 0 auto; /* Keep each item at its intrinsic width */
        scroll-snap-align: start; /* Ensure snapping starts at each item */
        min-width: 60%
    }
    
    /* Optional: Style the scrollbar for better visibility */
    #usps::-webkit-scrollbar {
        height: 4px;
        
    }
    
    #usps::-webkit-scrollbar-thumb {
        
        border-radius: 8px;
        background-color: #ec6a35;
    }
    
    #usps::-webkit-scrollbar-thumb:hover {
    
    }
    #main {
        padding-bottom: 170px;
    }
}
