*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.header{
    height: 43.3rem;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%) , url(images/newbgimg.jpg);
    background-size: max(1600px,100vw);
    background-position: center bottom;
    background-repeat: no-repeat;

}

.inheader{
     background: rgb(0 0 0 / 40%); 
     width: 100%;
     height: 100%;
 }

.nvbar{
    width: 90vw;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
   
}

.logo{
    height: 40px;
    opacity: 0.9;
}

.header-content{
    width: 85vw;
    height: 80%;
    margin: auto;
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;     
}

nav div{
    height: 2rem;
}

select,button{ 
    color: white;
    font-weight: 400;
    border-radius: 0.25rem;
}

.black-btn{
    border: 1px solid rgba(128,128,128,0.7);
    width: 8rem;
    height: 2rem;
    background: rgba(22,22,22,0.7);
    text-align: center;
    font-size: 1.2rem;
}

.red-btn{
    background-color: rgb(220, 11, 11);
    border-style: none;
    margin-left: 20px;
    width: 5rem;
    font-size: 0.9rem;
    height: 100%;
}

.header-content div{
    margin-top: 20px;
    height: 3.5rem;
}

.ip{
    border: 1px solid rgba(128,128,128,0.7);
    width: 25rem;
    height: 100%;
    background: rgba(22,22,22,0.7);
    padding-left: 10px;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    color: white;
}

.start-btn{
    background-color: rgb(220, 11, 11);
    border-style: none;
    margin-left: 5px;
    width: 12rem;
    font-size: 1.35rem;
    height: 105%;
}
.line{
  width: 100%;
  height: 0.5rem;
  background-color: rgb(35,35,35);
}

section{
background-color: black;
height: 35rem;
width: 100%;
display: flex;
justify-content: center;
align-items: center;

}

section .divfsec-1,.divfsec-2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
} 

.divfsec-1 {
   width: 48%;
 } 
.divfsec-2{
   width: 35rem; 
   height: 30rem;
   position: relative;
 } 

 .video-sec-1{
    position: absolute;
    top: 118px;
    right: 81px;
    height: 14.2rem;
 }

 h1{
    font-size: 3rem;
    font-weight: 900;
    color: white;   
    margin-bottom: 15px;
 }
 h3{
    color: rgb(255,255,255); 
    margin: 1rem 0 0 ;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5"
 }
 h2{
    font-size: 2rem;
    font-weight: 700;
    color: white;
    font-weight: bold;
 }
 p{
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    line-height: 30px;
 }

 .girl-img{
    height: 25rem;
    width: 35rem;
    position: relative;
 }

 .loading-bar{
    width: 23rem;
    height: 5rem;
    position: absolute;
    bottom: 40px;
    left: 80px;
    padding: 0.5rem 0.75rem;
    border: 2px solid rgba(128,128,128,0.7);
    box-shadow: 0 0 2em 0 rgb(0,0,0);
    border-radius: 0.75rem;
    background: rgb(0,0,0);
    display: flex;
    justify-content: space-between;

 }

 .loading-bar div{
    width: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

 .fourth{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55rem;
 }

 ul li{
    background-color: rgb(45,45,45);
    height: 85px;
    width: 94vw;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 li p{
    margin-left: 20px;
    margin-right: 20px;
 }
 li:hover{
    background-color: rgb(77, 76, 76);
    cursor: pointer;
 }
 .plus{
    font-size: 50px;
 }

 footer{
    display: flex;
     flex-direction: column;
     background-color: black;
     height: 24.5rem;
     justify-content: center;
     /* padding: 60px 25px 60px 25px; */
}
 
 .footer-items{
    display: grid;
    grid-template-columns: auto auto auto auto; 
    height: 8.5rem;
    margin: 20px 110px 10px 30px;
 }
 
 
 

footer a,span {
    color:  rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 500;
 }