.head a{
  text-align: center;
  color: orange;
  padding: 3%;
  height: 25%;
  width: 20%;
  margin: 2%;
  text-transform: uppercase;
  text-decoration: inderline;
}
fieldset{
  padding: 2%;
  justify-content: space-between;
  background-color: rgb(12, 12, 89);
}






fieldset{
    background-color: rgb(12, 12, 102);
    padding: 2%;
}
a{
    color: rgb(209, 138, 6);
    padding: 5%;
    text-align: center;
    height: 20%;
    width: 15%;
    text-transform: uppercase;
}

.intro{
    text-align: center;
    letter-spacing: 5%;

}

.part-1{
    display: flex;
    justify-content: space-between;
    height: 25%;
padding: 2%;
}
.content-1{
    justify-content: space-between;
    padding-right: 25%;
    flex-wrap: wrap;
    width: 15%;
}
.part-1 img{
    height: 30%;
    width: 50%;
}
.text2{
    padding-left: 55%;
}
.part-2{
    display: flex;
    justify-content: space-between;
    height: 25%;
    padding: 2%;
}
.content-2{
    justify-content: space-between;
    flex-wrap: wrap;
    width: 15%;
    padding-right: 25%;
}
.part-2 img{
    height: 30%;
    width: 50%;
}
.part-3{
    display: flex;
    justify-content: space-between;
    height: 25%;
padding: 2%;
}
.content-3{
    justify-content: space-between;
    padding-right: 25%;
    flex-wrap: wrap;
    width: 15%;
}
.part-3 img{
    height: 30%;
    width: 50%;
}
.text4{
    padding-left: 55%;
}
.part-4{
    display: flex;
    justify-content: space-between;
    height: 25%;
    padding: 2%;
}
.content-4{
    justify-content: space-between;
    flex-wrap: wrap;
    width: 15%;
    padding-right: 25%;
}
.part-4 img{
    height: 30%;
    width: 50%;
}
.text5{
    text-align: center;
}
.icon{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
 .icon i {
    padding-left: 15%;
  height: 70%;
  width: 40%;
  font-size: 50px;
  padding-top: 10%;
  text-align: center;
  color: rgb(25, 5, 121);
  padding: 8%;
 }
 .col a{
  color: orange;
  padding: 5%;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
 }
 .col a:hover{
  transition: 0.3s;
  color: rgb(215, 140, 0);
  text-decoration: underline;
 }
 .box3{
    display: flex;
    justify-content: space-between;
    padding: 3%;
    text-align: center;
 }
 .col-2{
    text-align: center;
    color: white;
 }
 input{
    width: 300px;
  height: 50px;
  border-radius: 5%;
  border: none;
  text-align: center;
  margin-top: 20px;
  outline: none;
 }
 button{
    background-color: orange;
  width: 150px;
  border-radius: 3%;
  padding: 3px;
}
.col-3{
  color: white;
  float: right;

  justify-content: space-between;
  flex-grow: 2;
  padding-right: 5%;
  gap: 12px;
}
.social-med a{
    padding: 5px;
    margin: 15px 10px;
    font-size: 25px;
    text-decoration: none;
    color: orange;
}

.social-med a:hover{
    transform: translateY(-6px);
    color: rgb(204, 138, 15);
}

.sectioncopyright {
  background-color: gray;
  text-align: center;
  color: orange;
}



 