body{
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 99vw;
    background-color: #070e1aee;
    font-family: "poppins",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.nav{
    display: flex;
    background-color: #080f1b;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index:1000;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.logo img{
    width: 30px;
    height: 30px;
}

.logo-h3-wrapper{
    display: flex;
}

.logo-title{
    color: white;
    font-size: 0.98rem;
    font-weight: 700;
    margin-left: 8px;
}

.links{
    display: flex;
    margin-left: 60px;
}

.links a{
    text-decoration: none;
    color: aliceblue;
    margin-left: 5%;
}

.searchbox{
    margin-left: 300px;
    width: 300px;
}

.search{
    background-color: #fff;
    width: 100%;
    display: flex;
}

.search i{
    padding: 10px;
    background-color: #fff;
    border: none;
}

.search input{
    border: none;
    width: calc(100% - 40px);
    outline: none;
}

.nav-button{
    border: none;
    background-color: #0078D4;
    color: #fff;
    margin-left: 16px;
    height: 40px;
    width: 120px;
    margin-right: 80px;
    font-size: 1.2rem;
    border-radius: 5px;
}

.nav2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c1522;
    color: aliceblue;
    border-bottom-color: #0A1525;
    height: 60px;
    z-index: 999;
    padding-top: 101px;
}

.nav2 p {
    margin: 0;
}

.mcp-highlight {
    color: #0078D4;
}

.hero-section-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dce1ed;
    padding: 60px;
    flex-direction: column;
    font-size: 4rem;
    font-weight: 900;
}

.Download-box {
    background-color: rgba(73, 74, 74, 0.2);
    width: 380px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    height: auto;
    padding: 16px;
    align-self: center;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 10px;
}

.download-windows-btn {
    display: flex;
    background-color: white;
    opacity: 1;
    color: rgb(41, 40, 40);
    padding: 16px;
    font-size: 1.5rem;
    align-items: self-start;
    width: 304px;
    height: auto;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    align-self: center;
}

.download-windows-btn i {
    opacity: 1;
    margin-right: 8px;
}

.download-windows-text {
    opacity: 1;
    font-size: medium;
}

.download-info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #dce1ed;
    margin-top: 15px;
}

.download-links-alt {
    width: 266px;
    align-self: center;
    justify-self: center;
    padding-left: 38px;
    padding-top: 5px;
}

.download-links-alt span {
    text-decoration: underline;
}

.license-note {
    font-size: 0.6rem;
    margin-top: 5px;
    padding-left: 25px;
}

.content1 {
    width: 70%;
    height: 600px;
    background-image: url(./materials/mat1\ \(2\).png);
    background-size: cover;
    margin-top: 60px;
    justify-self: center;
    align-self: center;
    margin-bottom: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.replay-section {
    color: #dce1ed;
    text-align: center;
    font-size: 20px;
    border: none;
    width: 50px;
    align-self: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    width: 70%;
}

.replay-button {
    background-color: #0078D4;
    border: none;
    border-radius: 10px;
    width: 70% ;
    padding: 5px;
    margin: 20px;
    align-self: center;
    margin-left: 30px;
    text-align: center;
}
.feature-images-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 30px;
    margin-top: 30px;
}

.feature-images-row img {
    margin-left: 20px;
    border: none;
}
.feature-images-row img:nth-child(1){
    border:none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.feature-images-row img:nth-child(2) {
    border:none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.feature-images-row img:nth-child(3) {
    border:none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.try-free-banner-section{
    background-image: url(./materials/Screenshot\ 2025-07-31\ 123347.png);
    background-size: contain;
    width: 70%;
    height: 150px;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background-repeat:round;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #000000;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.try-free-button{
    margin-left: 450px;
    margin-top: 57px;
    padding: 25px 30px;
    background-color:#0078D4;
    font-size: medium;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
}
.links a:hover{
    color: #1876be;
}
.nav-button:hover{
    background-color:#0860a3;
}
.mcp-highlight:hover{
    color:#a1d2f7;
}
.alu:hover{
    color: #0b8ef2;
}
.aam{
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out; 
}
.aam:hover{
    transform: translate(-5px, -5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.9); 
    cursor: pointer;
}
.last-sec{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 70%;
    height:600px;
    align-self: center;
    color: #dce1ed;
    font-size: 12px;
    padding: 10px;
}
.last-sec h2{
    font-size: 40px;
}
.lastsec-img1{
    background-image: url(./materials/Screenshot\ 2025-07-31\ 155136.png);
    background-size: contain;
    width: 700px;
    height: 500px;
    margin: 40px;
    background-repeat: round;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.lastsec-img2{
    background-image: url(./materials/Screenshot\ 2025-07-31\ 155151.png);
    background-size: contain;
    width: 700px;
    height: 500px;
    margin: 40px;
    background-repeat: round;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.typewriter h1 {
  overflow: hidden; 
  border-right: .15em solid orange; 
  white-space: nowrap;  
  letter-spacing: .15em;
  color: #000000;
  font-size: 60px;
  background-color: #eee6e6;
  opacity: 50%;
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.end-sec{
    display: flex;
    color: #dce1ed;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    flex-direction: column;
}
.end-sec h2{
    margin-bottom: 2px;
}
