
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');




:root {
  --main-bg-white: #ffffff;
  --color-button:rgb(19, 19, 19);
  --padding-right: 4rem;
  --colorHover: hsl(136, 65%, 51%);
  --myfont:"Public Sans";
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: var(--myfont);
  scroll-behavior: smooth;
}

.firstlogo{
  margin-left:4rem;
}

.icon{
  display:none;
}

header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: var(--main-bg-white);
  padding: 30px 40px 25px 60px;
  box-shadow: 0px 1.2rem 3.2rem rgba(0, 0, 0, 0.1);
}

.centerLink a{
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color:rgb(66, 63, 63);
  opacity:55%;
}
.centerLink a:hover{
  color:rgb(0, 0, 0);
  font-weight: 600;
}
.centerLink a::after{
  content:"";
  position:absolute;
  width:100%;
  height:4px;
  background-color: var(--colorHover);
  border-radius: 5px;
  left:0;
  top:3.3rem;
  transform:scaleX(0);
  transform-origin: right;
  transition: transform .6s;

}

.centerLink a:hover::after{
  transform: scaleX(1);
  transform-origin:left;

}

.centerLink ul {
  display: flex;
  list-style-type: none;
  gap: 55px;
}




button {
  margin-right: 5.5rem;
  height: 65px;
  width: 9rem;
  color:white;
  cursor:pointer;
  background-image:Linear-gradient(to right,hsl(136, 65%, 51%),rgb(78, 78, 199));
   height:2.2rem;
  border-radius: 17px;
  border:none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0px 2px 0px 3px rgba(231, 238, 231, 0.247);
}

button:hover{
  background-image:Linear-gradient(to right,hsl(136, 65%, 51%),rgb(78, 78, 199));
  border:none;
  opacity: 76%;
  color:white;
  transition: all ease-in ;
 
}

.eef-main-background {
  height: 70vh;
  background-image: url(/images/bg-intro-desktop.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 45%;
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-between}


.firstpic{
  /* margin-right:2rem; */
  width:622px;
  height:622px;}

  .whychose{
    font-size:24px;
  }

.why{
  padding-top:5rem ;
  margin:4rem 0;
}


.why p{
  line-height: 2rem;
  margin-top:2rem;
  width:571px;

}
.text{
margin-left:7.7rem;
padding-top:12rem;

}

.text p{
margin-top:1rem;
width:455px;
font-size: 18px;
}

.nextGen{
  width:425px;
  font-size: 54px;
  font-family: var(--myfont);
  font-weight: 400;
  display:flex;
  flex-wrap: wrap;

}

.secondBut{
margin-top:2rem

}

.container{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  width:auto;
  margin-top: 1rem;


}


main{
  height:auto;
  margin:25px 0 25px;
  padding-left:7.7rem;
  box-shadow: 1rem 1rem 7rem 1rem rgba(148, 149, 148, 0.247);
  ;

}

.grid{
  margin-bottom: 5rem;
}

.grid h4{
  font-size: 24px;
  margin-top: 1rem;
}

.grid p{
  font-size: 17px;
  margin-top: 1rem;
  width:273px;
  line-height: 1.4rem;
  word-wrap: wrap;
  
}

.bigcard{

  display:flex;
  flex-wrap:nowrap;
  gap:3rem;
  
}
.card{
  box-shadow: 1px 2rem 1rem 0rem rgb(246, 245, 249);
  padding-bottom:-2rem;
  
  
}

.cardPix{
  width:285px;
  height:222px;
  margin-top: 2rem;
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;

}

.lastOne{
  margin-left:7.7rem;
  margin-top:5rem;
}

.latest{
  font-size: 38px;
  font-weight: 400;
}

.card p{
  padding-top:7px}

.card h3{
  font-size:17px;
  letter-spacing: 1px;
  padding-top:1rem;
  font-weight: 400;
  cursor:pointer;

}

.card h3:hover{
  color:var(--colorHover);

}
.card h4{
  padding-bottom:3rem;
  font-weight: 400;
  padding-top: 1rem;
  font-size: 14px;
}

.inn{
  margin-left:1.5rem;
  gap: 2rem;
  width:255px;


} 


footer{
  margin-top:4rem;
  background-color:rgb(45, 45, 117);
  padding-left:7.7rem;
  height:auto;
  padding-top: 2rem ;
  padding-bottom:2rem;
  width:auto;
}

 

.footerLogos{
  display:flex;
  justify-content: space-between;
}


.socialMediaLogo{
  padding-top: 2rem;
  cursor: pointer;
  display: flex;
  gap:1rem;
}

.firstsecond{
  display:flex;
  gap:4rem;
  padding-left:11rem;
}

.easysocialandlink{
  display:flex;
}

.firstLinkFoot ul, .secondLinkFoot ul{
  list-style-type: none;
}
.firstLinkFoot ul li a:hover, .secondLinkFoot ul li a:hover{
  color:var(--colorHover);
  transition: all ease-in ;}

.firstLinkFoot ul li a{
text-decoration:  none;
color:white;
line-height: 2rem;

font-size: 18px;
}
.secondLinkFoot ul li a{
  text-decoration:  none;
  color:white;
  line-height: 2rem;
font-size: 18px;
}

  
  .reserved{
    color:rgb(143, 140, 140);
    padding-top:2rem;
    padding-right:2rem;
  }
    
  .lastbutt{
    padding-right: 2rem;
  }

  .secbutt{
    
  background-image:Linear-gradient(to right,hsl(136, 65%, 51%),rgb(78, 78, 199));
    border: none;
    box-shadow: none;
    margin-left: 6rem;
  }

  