*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html body{
    width: 100%;
    height: 100%;
    background-color: black;
    color: #fff;
}
img{
    box-shadow: 10px;
    scale: 92%;
}
.header{
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-right:5% ;
}
.nav{
    padding-left: 10px;
    display: flex;
    gap: 4vw;
}
.nav a{
    margin-left: 10px;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8vw;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
}
.nav a:hover{
    border-radius: 3%;
    background-color: #ffffff;
    box-shadow: 10px solid #ffffff;
    color: #ff0000;
}
.logo{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 2vw;
    padding-left: 2%;
    margin: .4%;
    font-weight: 200vw;
    color: white;
}
.content{
    margin-top: 6%;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* center horizontally */
  align-items: center;       /* center vertically */
  color: white;
  position: relative;
  /* background-color: #00492e; */
}
.content h2{
    margin-top: 0%;
    color: rgb(255, 255, 255);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    transition: 1s;
    text-align: center;
    position: relative;
}
.content h2::before{
    content: "Unfolding untold stories, business empires, and world affairs.";
    position: absolute;
    color: black;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke: 1px #ff0000;
    z-index: -1;
    top: -2px;
    left: -2px;
}
/* .content h2:hover{
    color: #ff0000;
} */
#capital{
    display: flex;
    font-size: 3vw;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    transition: 1s;
    text-align: center;
}
#capital h1{
    transition: 1s;
    opacity: 100%;
}
#capital h1:hover{
    color:#5a5a5a;
    cursor: pointer;
}
.line{
    font-size: .6vw;
    padding: .5%;
    border-radius: 4px;
    margin-right: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 20%;
    height: 15%;
    border: 1px solid #fff;
    box-shadow: 10px inset #00492e;

}
.box{
    height: 0;
    width: 12px;
    box-shadow: #ff0000 0px 0px 400vw 10vw;
    border-radius: 50%;
    position: absolute;
    right: 10%;
    top: 3%;
    opacity: 20%;
}
.sub{
    margin-top: 2%;
    background-color: red;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1%;
    transition: 1s;
}

.sub a{
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vw;
    font-weight: bold;
    color: #ffffff;
    margin: 10px 10px 10px 10px;
    transition: 1s;
}
.sub a:hover{
    color: red;
}
.sub:hover{
    background-color: #fff;
}
footer{
    background-color:#0c0c0c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}
footer h1{
    color: #fff;
    font-size: 1vw;
}
#image{
    display: flex;
    width: 100%;
    height: 48vh;
    /* background-color: #00492e; */
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    
    
}
.coming{
    margin-top: 10vh;
    /* background-color: #00492e; */
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-transform: uppercase;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 5vh;
}
.coming h1{
    color: #5c0404c4;
    font-size: 5vw;
    text-shadow: 0px 0px 300px rgba(255, 0, 0, 0.425);
}
.boxx{
    height: 40vh;
    background-color: #ffffff;
    scale: 90%;
    box-shadow: inset 10px 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    opacity: 50%;   
}
#box1{
    width: 100%;
    background: url(Ambani.png) no-repeat;
    background-size: cover;
}
#box2{
    width: 100%;
    background: url(power.png) no-repeat;
    background-size: cover;
}
#box3{
    width: 100%;
    background: url(emergency.png) no-repeat;
    background-size: cover;
}
.intro{
    /* overflow: hidden; */
    display: flex;
    flex-direction: row-reverse;
    border: 3px solid #5c000083;
    border-radius: 30px;
    background: linear-gradient(to top, #420000, #1f00002c);
    width: 75vw;
    height: 50vh;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin: auto;
    margin-top: 5%;
}
.intro img{
    display: inline;
    gap: 10px;
    /* background-color: #5a5a5a; */
    justify-content:flex-end;
    width: 55%;
    height: 140%;
    position: absolute;
    left: 0%;
    bottom: -5.3%;
    
}
.text{
    width: 50%;
    /* background-color: #ff0000; */
    display: flex;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    position: absolute;
    right: 4%;
    text-align: start;
    color: #fdcbcb;
    font-size: 1.6vw;

}
