.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);
}


body{
  margin: 0%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.slider{
    height: 70%;
    position: relative;
    border: 4px solid rgb(14, 14, 90);
    box-shadow: rgb(0, 0, 0,0,35);
}

 h1{
color:  rgb(12, 12, 89);
    text-align: center;
}
.icon{
    height: 50%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color:rgb(210, 131, 21) ;
}
.icon i{
    width: 30%;
    height: 50%;
}
.icon p{
    color: black;
    padding: 3%;
    padding-top: 3%;
}
.content{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 3%;
}
.content img{
    height: 30%;
    width: 40%;
}

.col-5 a{
  color: orange;
  padding: 5%;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
 }
 .col-5 a:hover{
  transition: 0.3s;
  color: rgb(215, 140, 0);
  text-decoration: underline;
 }

 .temoin{
    display: flex;
    padding: 3%;
    justify-content: space-between;
    text-align: center;
 }
 .temoin h4{
    color: rgb(13, 13, 109);
 }
 .temoin b{
    color: rgb(210, 131, 21);
 }
 .tem-1{
    border: 3px solid black;
    border-radius: 3%;
    border-style: dashed;
 }
 .tem-2{
    border: 3px solid black;
    border-radius: 3%;
    border-style: dashed;
    padding-left: 2%;
    padding-right: 2%;

 }
 .tem-3{
 border: 3px solid black;
    border-radius: 3%;
    border-style: dashed;
 }
 .quality{
    display: flex;
    justify-content: space-between;
    padding: 3%;
 }
.qual-1 button{
    padding: 2%;
    border: 1px solid orange;
    border-radius: 5%;
}
 .box3{
    display: flex;
    justify-content: space-between;
    padding: 3%;
    text-align: center;
 }
 .col-6{
    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-7{
  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;
}
