*{
  margin: 0; 
  padding: 0; 
  box-sizing: border-box;
}
.navbar{
    padding:30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-links li a:hover{
  color:blue;
}
.logo{
color: white;
font-weight: 300;
font-size: large;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.active{
  border-bottom:3px solid white;
}
.heading{
  color: #f2f2f2;
}
.left-icon{
  position: absolute;
  left: 10%;
  top: 50%;
  font-size: 40px;
}
.right-icon{
  position: absolute;
 right: 8%;
  top: 50%;
  font-size: 40px;
}
.left-icon:hover{ 
  color: rgb(218, 197, 197);
  cursor: pointer;


}
.right-icon:hover{
  color: rgb(218, 197, 197);
  cursor: pointer;
}
.nav-links{
    list-style: none;
    display: flex;
    gap: 25px;
}
.nav-links li a{
    text-decoration: none;
    color:white;
    font-size: 18px;
}
.hero{
    background-image: url(bg.webp);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
}
.btn1:hover{
 background-color:red;
}
.btn2:hover{
background-color: red;
}
.heading{
    display: flex;
    justify-content:center;
     align-items: center;
    flex-direction: column;
    gap: 25px;
    margin-top: 200px;
}
.btn{
    background-color: transparent;
    border-radius: 20px;
    padding: 12px 30px;
    border: 2px solid white;
    color: #f2f2f2;
}
.intro{
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
} 
.feature,
.team,
.services {
  display:flex;
}
.btn1{
    background-color: transparent;
     border-radius: 40px;
     padding: 25px 60px;
     border: 2px solid blueviolet;
     width: fit-content;
     color: #f2f2f2;
}
.btn2{
   background-color: rgb(189, 247, 74);
     border-radius: 30px;
     padding: 25px 55px;
     border: none;
     width: fit-content;
}
.a{
  display: flex;
  flex-direction: column;
  gap:25px;
  margin-top: 30px;
}
.btn3{
   background-color: transparent;
     border-radius: 40px;
     padding: 25px 60px;
     border: 2px solid rgb(141, 94, 133);
     width: fit-content;
     color: #f2f2f2;
}
.btn3:hover{
  background-color: blue;
}

.f{
  display: flex;
  flex-direction: column;
  gap:25px;
  margin-top: 30px;

}
.feature-img
{ height:700px;
  width:50%;
}
.feature-img img{
  height: 100%;
  width: 100%;
}
.team-img{
  height:570px;
  width:50%;
}
.team-img img{
   height:100%;
  width: 100%;

}
html body {
  overflow-x: hidden;
}
.services-img{
  height:615px;
  width:50%;
}
.services-img img{
   height: 100%;
  width: 100%;

}
.feature-text h4{
  opacity: 0.7 ;
  color:#37435f;
}

.team-text h4{
  opacity: 0.7;
  color:#789bec09;
}
.feature-text p{
  color:whitesmoke;
  line-height: 1.6;
  font-size: 18px;
}
.team-text p{
   font-size: 18px;
   color:white;
  line-height: 1.6;
}
.service-list p{
 font-size: 18px;
   color:whitesmoke;
  line-height: 1.6;
}
.main p{
   color:whitesmoke;
  line-height: 1.6;
    font-size: 18px;
}

.feature-text,
.team-text,
.services-text {
  width:50%;
  padding: 80px;
  background-color: #021333;
  color:white;
  gap:30px;
}
.team-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.feature-text {
  display: flex;
  flex-direction: column;
  gap:15px;
}
.service-list {
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  margin-top: 40PX;
}
.main{
  display: flex;
  justify-content: center;
}
.sec-a{
  display:flex;
}
.sec-b{
  display: flex;
}
.main img{
  border-radius: 100%;
}
.main p{
  max-width: 600px;
  margin: 50px;
  color: #8c9bbd;

}
.main{
  margin-top: 50px;
  padding: 50px;
}
.footer {
  background: #f9c400;
  padding: 70px 0 30px;
  font-family: Arial, sans-serif;
}

.footer-container {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-col h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}

.footer-col p {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.footer-col ul { 
   list-style: none;
    display: flex;
    gap: 25px;
}


.footer-col ul li  {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

.buton {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  color: #000;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
}

.btn:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.social-icons a {
  display: inline-block;
  margin-right: 12px;
  color: #000;
  font-size: 18px;
}

.social-icons a:hover {
  opacity: 0.7;
}

.footer-bottom {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  color: #333;
}

