
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header {
  background-color:#000000;
  width: 100%;
  position: fixed;
  z-index: 9999%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 200px;
}

.logo {
  text-decoration: none;
  color:#FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8em;
  margin-left:-150px;
}

.navigation a {
  color:#FFFFFF;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: 500;
  padding-right:50px;
  margin-right:0px;
  position: relative;
  left:200px;
  
  
}

.navigation a:hover {
  color: #601cfc;
}

section {
  padding: 100px 200px;
}

.main {
  width:100%;
  min-height:100%;
  display: flex;
  align-items: center;
  background:url("/Ocean.jpg");
  background-size:cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat:no-repeat;
  
  
}

.main h2 {
  font-weight: 600;
  color: #fff;
  font-size: 3.9em;
  
}

.main h2 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 2.1em;
 
  color:#ff0066;
  font-weight: 600;

}

.main h3 {
  font-size: 2.1em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.3px;
  margin-top:40px;
  margin-bottom: 30px;
  margin-left:15px;
}
.main h4{
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 4.5px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.main-btn {
  text-decoration: none;
  background-color: #ff0066;
  color:  #fff;
  font-size: 1.6em;
  font-weight: 600;
  display: inline-block;
  padding: 0.9375em 2.1875em;
  letter-spacing: 1px;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: 0.7s ease;
  margin-top:30px;
  margin-left: 23px;
}

.main-btn:hover {
  background-color: #0a49f6;
  transform: scale(1.1)
}

.social-icon a {
  color:#ffffff;
  font-size: 4em;
  padding-right: 60px;
  margin-left:33px;
   Text-decoration: none;
}

.title {
  display: flex;
  justify-content: center;
  color: #a83297;
  font-size: 3em;
  font-weight: 800;
  margin-bottom: 30px;
  margin-left:44px;
  }
  
.content {
    display:flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
     margin-left: 30px; 
    
  }
@media screen and (max-width: 600px) {
  div.title{
    margin-left:310px;
  }
}
.card {
  background-color: #000000;
  width: 30.25em;
  min-height: 35em;
  box-shadow: 0 15px 25px rgba(1 1 1 /15%);
  border-radius: 10px;
  padding: 0 25px;
  margin: 30px;
  transition: 0.7s ease;
}


.card:hover {
  transform: scale(1.1)
}

.icon {
  color:#ff0066;
  font-size: 15em;
  text-align: center;
}

.info {
  text-align: center;
  font-size: 1.5em;
  color: #FFFFFF;
}

.info h3 {
  font-size: 2em;
  font-weight: 500;
  color:#ff0066;
  margin: 10px;
}


h4 {
  font-size: 2.2em;
  color: #fff;
  padding:40px;
  margin-left:-50px;
  font-weight: 400;
}

.footer {
  width:1000px;
  min-height:10px;
  background-color: #000016;
  color: #fff;
  padding:2em;
  display: flex;
  justify-content: space-between;
}
.footer h2{
  font-size: 1.9em;
  color: #fff;
  padding:0px;
  margin-left:2px;
  padding-top:13px;
  font-weight: 500;
}
.title{
  color:#ff0066
}
    
    
.social-icon1 a{
  color: #fff;
  font-size: 3em;
  padding-right: 60px;
  margin-left:38px;
}
.fa-brands fa-linkedin{
  color: #ff0066
}

