body{background-image: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);






  width: 100%;
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
/* Set the background image */
 /* Ensure the image covers the entire background */
 /* Center the background image */
  background-repeat: no-repeat; /* Prevent tiling */
  background-attachment: fixed;
} 

div.scrollmenu {
    height: 60px;
     overflow: auto;
     white-space: nowrap;    
     border: 4px black;

   }  
   
   div.scrollmenu a {
     display: inline-block; 
     color: rgb(255, 255, 255);
     text-align: center;
     width: 100px;
     padding-top: 6px;   
     padding-bottom: 6px;
     margin-top: 12px;
     margin-left: 8px;
     margin-right: 5px;
     text-decoration: none;
     background-image: linear-gradient(rgb(0, 116, 19),rgb(0, 93, 168));
     box-sizing: border-box;
     border-radius: 10px;
   }
   div.scrollmenu a i{
     padding: 14px;
   }
  
   div.scrollmenu a:hover {
     background-image: linear-gradient(rgb(0, 0, 82),black);
     color: white;
   }

   div.compiler-menu {
    height: 60px;
     overflow: auto;
     white-space: nowrap;    
     border: 4px black;

   }  
   
   div.compiler-menu a {
     display: inline-block; 
     color: rgb(255, 255, 255);
     text-align: center;
     width: 100px;
     padding-top: 6px;      
     padding-bottom: 6px;
     margin-top: 14px;
     margin-left: 8px;
     margin-right: 5px;
     text-decoration: none;
     
     box-sizing: border-box;
     border-radius: 10px;
     font-family: 'Times New Roman', Times, serif;
   }
   div.scrollmenu a i{
     padding: 14px;
   }
  
   div.scrollmenu a:hover {
     background-image: linear-gradient(rgb(0, 0, 82),black);
     color: white;
   }

   .tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
  }
  
  #AllTools {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 1000px;
    height: 700px;
    margin: 0;
    padding: 0;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    background: rgb(184, 184, 184);
    z-index: 1;
  }
  #Languages {
    position:fixed;
    top: 400px;
    left: 250px;
    width: 400px;
    height: 500px;
    transform: translate(-50%,-50%);
    border-radius: 20px;  
    background: rgb(185, 185, 185);
    z-index: 1;
    color: black;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    
    
  }
  
  
  #Price{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 700px;
    
    transform: translate(-50%,-50%);
    border-radius: 20px;
    background: rgb(0, 0, 0);
    z-index: 1;
  }
  #Login{ 
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 700px;
    border: 3px solid #363636;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    background: rgb(255, 255, 255);
    z-index: 1;
  }
  
  #About{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 700px;
    transform: translate(-50%,-50%);
    border-radius: 20px;  
    background: rgb(185, 185, 185);
    z-index: 1;
    color: black;
    overflow-y: auto;
    
    padding-top: 20px;
    

  }
  .about-me{
    width: 100%;
    height: 200px;
    display: flex;
    margin-top: 8 0px;
  }
  #ro11{
    width: 65%;
    justify-content: center;  
    align-items: center;
    
    padding-top: 45px;
  }
  #ro22{
    
    width: 40%;
  }
.kartik-image{
  border-radius: 50%;
}

.email1{
  display:flex;
  gap: 5px;
  align-items: center;
}
.email1 a{
  font-size: 17px;
  text-decoration: none;
  
}
.about-content{
  width: 100%;
}
.about-content p{
  text-align: justify;
  font-size: 17px;
 }
#ro11 h2{
  font-size:26px ;
  font-weight: bold;
}
#ro11 h3{
  font-size: 20px;
}
.aboutsnap{
  display: inline;
  gap: 6px;
  padding: 0;
  margin: 0;

}
.about-content p{
  text-align: justify;
}
  .close-btn{
    background-color: transparent;  
    
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    right: 11px;
    top: 1px;
    padding: 0;
    margin: 0;
  }
  .tablink1 {
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top: 15px;

}
.tablink2 {
  font-size: 16px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-top: 15px;
  
}
.col1 ul li a{
  text-decoration: none;
}
.container-fluid1{
  
  width: 100%;
  height: 100%;
  gap: 5px;
}
.col1{
  width: 300px;
  height: auto;
 margin-top: 20px;
 
}
.row1{
  display: flex;
  width: 100%;
  gap: 10px;
  
  margin-top: 30px;
  justify-content: center;
}
.close-btn{
  
  margin: 0;
  padding: 0;
}
.snapintro{
  margin-top: 25px;
  margin-left: 10%;
  margin-right: 10%;
  
}
.snapintro p{
  color: white;
  font-size: 20px;
  text-align: center;
  text-align: justify;
}
  @media (max-width: 1050px){
    #AllTools{
      position: absolute;
      top: 42%;
      left: 50%;
      width: 600px;
      height: 600px;
      border: 3px solid #73AD21;
      transform: translate(-50%,-50%);
      border-radius: 20px;
      background: rgb(185, 185, 185);
    }
  }
  @media (max-width: 650px){
    #Login{ 
      position: absolute;
      top: 55%;
      left: 50%;
      width: 300px;
      height: 500px;
      border: 3px solid #ffffff;
      transform: translate(-50%,-50%);
      border-radius: 20px;
      background: rgb(0, 0, 0);
    }
    #Price{
      position: absolute;
      top: 55%;
      left: 50%;
      width: 300px;
      height: 500px;
      border: 3px solid #73AD21;
      transform: translate(-50%,-50%);
      border-radius: 20px;
      background: rgba(0, 0, 0, 1);
    }
    #AllTools{
      overflow-y: auto;
      position: absolute;
      top: 55%;
      left: 50%;
      width: 300px;
      height: 600px;
      border: 3px solid #000000;
      transform: translate(-50%,-50%);
      border-radius: 20px;
      background: rgb(185, 185, 185);
      box-shadow: 4px 4px 20px white;
      margin: 0;
      padding: 0;
    }
    #Languages{
      position: fixed;
      top: 55%;
      left: 50%;
      width: 350px;
      height: 500px;
      transform: translate(-50%,-50%);
      border-radius: 20px;
      background: rgb(185, 185, 185);
      overflow-y: auto;
      overflow-x: hidden;
    }
    .close-btn{
      background-color: transparent;  
      
      font-size: 26px;
      cursor: pointer;
      position: absolute;
      right: 11px;
      top: 1px;
      padding: 0;
    }
    #About{
      position: absolute;
      top: 55%;
      left: 50%;
      width: 350px;
      height: 500px;
      transform: translate(-50%,-50%);
      border-radius: 20px;
      background: rgb(185, 185, 185);
      overflow-y: auto;
      overflow-x: hidden;

    }
    .snapintro p{
      color: white;
      font-size:14px;
      text-align: center;
      text-align: justify;
    }
    .about-me{
      width: 100%;
      height: 200px;
      display: flex;
    } 
    #ro11{
      width: 65%;
    }
    #ro22{
    
      width: 45%;
    }
    #ro22{
      justify-content: center;
      
    }
    #ro11 h2{
      font-size:24px ;
    }
    #ro11 h3{
      font-size: 16px;
    }
  .kartik-image{
    border-radius: 50%;
  }
  .aboutsnap{
    display: inline;
    width: 100%;
    
  }
  .about-content{
    
    width: 100%;
  }
  .about-content h1{
    font-size: 20px;
  }
  .about-content p{
   text-align: justify;
   font-size: 13px;
  }
  .email1{
    display:flex;
    gap: 6px;
    align-items: center;
  }
  .email1 a{
    font-size: 12px;
  }
    .row1{
      display: inline;
      width: 100%;  
      gap: 10px;
      
      
    }
    .col1{
      width: 100%;
      height: auto;
      margin-top: 30px;
      margin-left: 20px;
    }
    .col1 a{
      text-decoration: none;
      
    }
    .tablink2 {
      font-size: 15px;
      text-align: center;
      
      font-family: 'Times New Roman', Times, serif;
      font-weight: bold;
      margin-top: 15px;
      
    }
  }
  