*{
  box-sizing:border-box;
}
body {
  background-color: rgb(248,248,251);
  color:rgb(73,80,87);
  font-family:poppins,sans-serif;
  font-size:0.8125rem;
  font-weight:400;
  line-height:1.5;
  text-align:left;
  margin: 0px;
 
}
div{
  display:block;
  unicode-bidi: isolate;
}
.navbar {
  position:fixed !important;
  z-index:999;
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:rgb(36,33,69);
  padding: 10px 20px;
}

.logo {
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.nav-links a:hover {
  text-decoration: underline;
}
.banner
{
  background:linear-gradient(#1b1834,#381571,#794dfd);
  height:auto;
  width:100%;
}

.banner_head
{
  color:#fff;
  font-size:43px;
  font-weight:600;
  line-height:79.88px;
  text-align: left;
}
p{
  margin-bottom: 1rem;
  margin-top:0px;
}
.banner_hand
{
  color:#fff;
  font-size:25px;
  font-weight:400;
  line-height: 46px;
  text-align: left;
}
.inner_banner
{
  align-items:center;
  background-color: #130f2566;
  border:1px solid #130f2566;
  border-radius:25px;
  display:flex;
  height:auto;
  justify-content:space-around;
  padding:3rem 2rem;
  width:100%;
}
.inside_banner
{
  align-items: center;
  display:flex;
  margin:0 auto;
  padding-bottom: 5%;
  width:95%;
}
.skill_head
{
  width:100%;
  text-align: center;
  margin-top:50px;
}
.intern_head
{
  width:100%;
  text-align: center;
  margin:20px;
}
.skill_para
{
  text-align: center;
  font-size:30px;
  font-weight: 600;
  color:#794df5;
}
.intern_para
{
  text-align: center;
  font-size:30px;
  font-weight: 600;
  color:white;
}

.below_content
{
  align-items:center;
  display:flex;
  flex-direction: column;
  padding:20px;
  padding-bottom:50px;
}
   .skills-container {
    width:100%;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    margin-top:30px;
  }
  
  .skill-circle {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .skill-circle img {
    width: 60%;
    height: auto;
  }
  .internship-section {
    background: url('../images/purple_trad_back.avif') no-repeat center center/cover;
    padding: 40px;
  }
  
  .internship-card {
    display: flex;
    background-color: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(5px); 
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 20px;
    flex-wrap: wrap;
    /* opacity:0.3; */
  }
  
  .intern-left, .intern-right {
    flex: 1;
    min-width: 280px;
    padding: 35px;
    text-align: center;
  }
  
  .company-logo {
    width: 60%;
    height: 60%;
    margin:20px;
  
  }
  
  .intern-info h1 
  {
    margin: 5px 0;
    color:white;
    font-size:30px;
    font-weight: bold;
  }
  .intern-info p {
    margin: 5px 0;
    color:white;
    font-size: 15px;
  }
  .intern-right
  {
    color:white;
  }
  .intern-right h1{
    margin: 5px 0;
    color:white;
    font-size:30px;
    font-weight: bold;
  }
  .intern-right ol {
    font-size:20px;
    text-align: left;
    margin-left: 20px;
  }
  
  .tools img {
    width: 100px;
    height:100px;
    margin-right: 30px;
  }
  .Project_container
  {
    
    display: flex;
    align-items: center;
    gap:20px;
    height: auto;
    justify-content:space-around;
    padding: 3rem 2rem;
    width: 100%;
  }
  
  .project_info h1{
    color:#794dfd;
    font-family: Inter,sans-serif;
    font-size: 32px;
    font-weight:600;
    letter-spacing: -.0.1rem;
    line-height:38.73px;
    text-align: left;
  }
  .project_info p{
    color:#4a4851;
    font-size: 20px;
    font-weight: 300;
    letter-spacing:-.01em;
    line-height:30px;
    width:620px;
  }
  .course_container
  {
    
    width:100%;
    text-align: center;
    align-items:center;
  }
  .carousel-inner img {
    height:100%;
    width:100%;
    object-fit: cover;
  }
  .contact_con
  {
    background-image: url('../images/back_img.png');
    background-position: left top;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    background-color: #130f2566;
    border: 1px solid #130f2566;
    border-radius: 25px;
    display: flex
;
    height: auto;
    justify-content: space-around;
    padding: 3rem 2rem;
    width: 100%;
  }
  .contact_fill
  {
    background: #fff;
    border: 1px solid #f2f1f3;
    border-radius: 10px;
    box-shadow: 0 6px 12px -6px #18274b1f, 0 8px 24px -4px #18274b14;
  }
  .call-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  
  .call-form-box {
    background-color: white;
    border-radius: 12px;
    width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
  }
  
  .call-form-header {
    background-color: #e6f1fb;
    padding: 20px;
  }
  
  .call-form-image {
    width: 200px;
  }
  
  .call-form-title {
    margin: 10px 0;
    color: #333;
  }
  
  .call-form-subtitle {
    color: #666;
    margin: 10px;
    font-size: 14px;
  }
  
  .call-form {
    padding: 20px;
  }
  
  .call-form-input {
    width: 90%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
  }
  
  .call-form-note {
    font-size: 12px;
    color: #888;
    margin: 10px 20px;
  }
  
  .call-form-button {
    background-color: #8054f6;
    color: white;
    padding: 14px;
    width: 95%;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .call-form-button:hover {
    background-color: #6e45d4;
  }
  .logos{
    display:flex;
    justify-content:row;
    gap:20px;
    align-items: center;
    text-align: center;
   
  }
  .icon{
    align-items: center;
    background-color: #794df5;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
  }
  .lohi_img
  {
    width:300px;
  }