* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  user-select: none;  
}

.header {
  height: 60px;
  width: 100%;
  background-color: #055bb7b1;
  position: fixed;
  z-index: 999;
}

.logo {
  height: 100%;
  width: 150px;
  margin-left: 80px;
  float: left;
}
.logo img {
  width: 100%;
  padding: 15px;
  height: 100%;
}

.list {
  font-size: 20px;
  margin-right: 100px;
  float: right;
  line-height: 60px;
}

.list li {
  display: inline-block;
  list-style: 0;
}

.list li select{
  outline: 0;
  border: 0;
  font-size: 19px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  margin: 0;
}
.list li select option{
  background-color: #055bb7b1;
}

.list li a  , select{
  text-decoration: none;
  color: #ffffff;
  position: relative;
  padding: 18px;
}
.list li a::after  {
  content: "";
  position: absolute;
  width: 0;
  height: 0;

  bottom: 0;
  left: 0;

  background-color: red;
  transition: 1s;
}
.list li a:hover::after {
  width: 100%;
  height: 2px;
}
.list li a:hover  , .list li select:hover{
  background-color: rgb(30, 95, 152);
  transition: 1.1s ease-in-out;
}

.list li a:focus {
  color: red;
  background-color: rgb(30, 95, 152);
}

/* ------------------------------------------------------------------------------------------------------------------ */
.header2 {
  overflow: hidden;
  height: 80px;
  width: 100%;
  background-color: #055bb7b1;
  position: fixed;
  align-items: center;
  display: flex;
  justify-content: space-between;
  z-index: 990;
  top: 60px;
  opacity: 0;
  transition: 1.2s ease-out;

}

.header2:hover {
  opacity: 1;
  transition: 1s ease;
}

.header2 input {
  width: 450px;
  height: 50px;
  border-radius: 10px;
  margin-right: 200px;
  padding-left: 15px;
  border: none;
  outline: 0;
  caret-color: red;
}

input:hover {
  background-color: #f6f6f6bd;
  outline: 0;
}

.icon-bars {
  display: inline-block;
  text-align: left;
  margin: 0 50px;
}

.box-header2 {
  display: flex;
  justify-content: space-between;
}
.icon-header2 {
  margin-left: 25px;
}
.icon-header2 span {
  color: #ffff;
  padding-left: 15px;
  font-size: 18px;
  cursor: pointer;
}

.header2 div i {
  font-size: 25px;
  color: #ffff;
  cursor: pointer;
}

/* /////////////////////////////////////---------------------------------////////////////////////////////////////////// */
.parint {
  height: 100vh;
  width: 100%;
  background-image: url(../imges/sec1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ovarley {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.content {
  width: 70%;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.title1 {
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 25px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.content span {
  font-size: 60px;
  color: #cd0909;
  letter-spacing: 3px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.content p {
  color: #fff;
  font-size: 20;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.btn {
  width: 160px;
  height: 50px;
  border-radius: 7px;
  font-size: 17px;
  border: none;
  margin-right: 15px;
}

.btn2 {
  background-color: rgba(0, 0, 255, 0.546);
  color: #fff;
}
.btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* /////////////////////////////////////////SEC2///////////////////////////////////////////////////////////// */
.sec2 {
  background-color: rgb(255, 255, 255);
  text-align: center;
  height: 80vh;
  margin: 70px 0;

}

.title2 {
  font-size: 30px;
  font-weight: 900;
  color: #007afd;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  display: inline-block;
}
.line {
  width: 160px;
  height: 3px;
  border-radius: 50%;
  background-color: #007afd;
  margin: auto;
  margin-bottom: 60px;
}
.offer {
  width: 90%;
  height: 300px;
  background-color: rgba(152, 147, 147, 0.9);
  border-right: 4px rgb(0, 255, 255) solid;
  border-left: 4px rgb(0, 255, 255) solid;

  text-align: center;
  margin: auto;
  display: flex;
  position: relative;
  transition: 4s;
}
.offer:hover {
  background-color: rgba(164, 192, 197, 0.9);
}
.offer::after {
  content: "";
  position: absolute;
  width: 0;
  height: 8px;
  top: 0;
  left: 0;
  background-color: rgba(0, 255, 255);

  /* opacity: 0; */
  transition: 2s ease;
}
.offer:hover::after {
  width: 100%;
  height: 8px;
  opacity: 0.9;
}
.offer:before {
  content: "";
  position: absolute;

  width: 0;
  height: 8px;

  bottom: 0;
  right: 0;

  background-color: rgba(0, 255, 255);
  transition: 2s ease-in-out;
}
.offer:hover::before {
  width: 100%;
  height: 8px;
}
.offer-box {
  width: 25%;
  height: 200px;
  border: 0;
  background-image: url(../imges/andras-vas-Bd7gNnWJBkU-unsplash.jpg);
  background-size: cover;
  color: #fff;
  border-radius: 5px;
  position: relative;
  margin: auto;
  z-index: 25;
  box-shadow: 6px 1px 5px black;
}
.cover {
  width: 100%;
  position: absolute;
  color: #fff;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.offer-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;

  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transition: 1s;
}
.offer-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.cover i {
  padding: 14px;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.offer-box p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 11px;
}
.offer a {
  text-decoration: none;
  color: rgb(252, 8, 8);
  font-weight: 900;
}
/* ===========================CRL============================ */
.offer ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.offer ul li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  list-style: none;
}

/* ==========================================================SEC3========================================================================= */

.sec3-title1 {
  color: #007afd;
  font-size: 40px;
  text-align: center;
}
.line2 {
  width: 160px;
  height: 3px;
  border-radius: 50%;
  background-color: #007afd;
  margin: auto;

  text-align: center;
}
.parint-sec3 {
  width: 100%;
  height: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.group-1 {
  width: 90%;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  margin: auto;

  /* background-color: #0069fd; */
}

.div-sec3- {
  width: 350px;
  height: 250px;
  display: inline-block;
  background-image: url(../imges/background.jpg);
  position: relative;
  margin-left: 40px;
}
.rival {
  background-color: red;
  width: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
}
.rival-child {
  text-align: center;
  color: #fff;
}
.rival-d3 {
  background-color: rgb(6, 210, 81);
  width: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
}

.cercel3 {
  border: rgba(190, 188, 188, 0.748) 1px solid;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 15px;
  background-color: #ffffffc9;
  z-index: 16;
}

.cercel3 i {
  text-align: center;
  font-size: 20px;
  display: block;
  line-height: 35px;
  color: #aaa8a8;
  cursor: pointer;
}

.fa-heart:hover {
  color: #ff0000;
}

.Devices-1 {
  background-image: url(../imges/hp1.jpg);
  background-size: cover;
  background-position: center;
}
.Devices-2 {
  background-image: url(../imges/dell2.jpg);
  background-size: cover;
  background-position: center;
}

.Devices-3 {
  background-image: url(../imges/toshiba3.jpg);
  background-size: cover;
  background-position: center;
}
.Devices-4 {
  background-image: url(..//imges/asuss4.jpg);
  background-size: cover;
  background-position: center;
}
.Devices-5 {
  background-image: url(../imges/appl5.jpg);
  background-size: cover;
  background-position: center;
}
.Devices-6 {
  background-image: url(../imges/samsong6.jpg);
  background-size: cover;
  background-position: center;
}
.ico {
  position: absolute;
  color: rgb(0, 136, 255);
  font-size: 25px;
  top: 175px;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.ovaraly2 {
  height: 250px;
  border-radius: 10%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.div-sec3-:hover .ovaraly2 {
  background-color: rgba(0, 0, 0, 0.514);
  visibility: visible;
  opacity: 1;
  transition: 1.6s;
}

.title-d1 {
  position: absolute;
  width: fit-content;
  border-radius: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
  background: -webkit-linear-gradient(left, red, yellow);
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
}

.lineAnimated::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;

  left: 0;
  /* bottom: 0; */
  background: -webkit-linear-gradient(left, rgb(0, 136, 255), yellow);
  transition: 1.2s linear;
  transition-delay: 0.2s;
  border-radius: 50%;
}
.ovaraly2:hover .lineAnimated::after {
  border-radius: 50%;

  width: 100%;
  height: 3px;
}
.prag-d1 {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 60px;
  transition-delay: 1s;
  margin-top: 50px;
  opacity: 0;
}
.ovaraly2:hover .prag-d1 {
  transition: 1s ease-in-out;
  transition-delay: 2s;
  opacity: 1;
  bottom: 85px;
}

.ovaraly2 i {
  opacity: 0;
  margin-top: 20px;
}

.ovaraly2:hover i {
  transition: 1s ease-in-out;
  transition-delay: 3s;
  opacity: 1;
  margin-top: 0px;
}

.group-2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 40px 0;
}
/* ////////////////////////////////////////////////SEC4///////////////////////////////////////////////////////////////////////////// */
.sec4 {
  /* margin: 150px 0; */
  padding-top: 100px;
  height: 100vh;
  overflow: auto;
}
.sec4-title1 {
  color: #007afd;
  font-size: 40px;
  text-align: center;
}
.features-parent {
  height: 250px;
  margin: auto;
  display: flex;
  /* justify-content: space-between; */

}
.Content-sec5 {
  background-color: hwb(0 91% 8% / 0.79);
  width: 90%;
  height: 160px;
  margin: 25px 50px;
  position: relative;
  border-top: #007afd 3px solid;
  overflow: hidden;


}
.cover4 p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icon2 {
  position: absolute;
  color: #0069fd;
  font-size: 30px;
  left: 15px;
  top: 20px;

}
.features-parent h2 {
  position: absolute;
  width: fit-content;
  top: 25px;
  left: 65px;
  overflow: hidden;
}
.features-parent p {
  margin-top: 70px;
  text-align: left;
  padding: 0 60px;
  color: gray;
  width: fit-content;
  text-wrap: wrap;
}
.cover4 {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.Content-sec5::after {
  content: "";
  position: absolute;

  width: 0;
  height: 0;

  top: 0;
  left: 0;
  background-color: #000000;
  transition: 0.8s;
  opacity: 0;
}
.Content-sec5:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-bottom: 3px rgb(0, 115, 255) solid;
}
.Content-sec5:hover .cover4 p {
  color: #fff;
  transition: 1s;
}
.Content-sec5:hover .cover4 {
  color: #fff;
  transition: 1s;
}

/* /////////////////////////////////////SEC5////////////////////////////////////////////////// */
.section5 {
    height: 80vh;
    margin: 120px 0;
  position: relative;
  background-color: rgba(233, 229, 229, 0.86);  


}
.container{
  width: 80%;
  margin: auto;
}
.section-home{
  position: relative;
  height: 100%;
}
.section5-parent {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%);
  overflow: hidden;
  width: 100%;
}

.content-Us {
  width: fit-content;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
   
}

.line5 {
  background-color: #0069fd;
  width: 200px;
  height: 4px;
  border-radius: 50%;
  margin: 10px;
}
.content-Us > p {
  font-size: 17px;
  color: gray;
  padding: 20px 0;

}
.content-Us p::first-letter {
  color: #007afd;
  font-size: 20px;
}
.content-Us h2 {
  font-size: 40px;
}


.prag5 {
  color: gray;
  text-align: left;
  
}
.prag5 p {
  line-height: 30px;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 50px;
}
.prag5 i {
  color: #007afd;
}

.img5 {
  width: 350px;
  height: 350px;
  /* outline: 8px rgb(58, 96, 121) solid; */
  /* border-radius: 50%; */
  clip-path: circle(50% at 50px 100px);
  overflow: hidden;
  transition: 1s;

}
.section5:hover .img5{
    clip-path: circle(50%);

}
.us-circel {
  text-align: center;
  margin: 14px;
}
.us-circel div {
  background-color: rgba(128, 128, 128, 0.71);
  height: 11px;
  width: 11px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
}
.us-circel div:hover {
  background-color: #007afd;
  cursor: pointer;
}

/* ////////////////////////////////////////////////////////////SEC6///////////////////////////////////////////////////// */
.sec6 {
  
  width: 100%;
  height: 80vh;

}
.home6 {
  width: 100%;
}

.img6 {
  background-image: url(../imges/sec6.jpg);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.ovarley6 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.box6 {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.item6 {
  color: #fff;
  float: left;
  margin-left: 200px;
  letter-spacing: 4px;
}

.icon6 {
  margin: 10px 0;
  color: #0069fd;
  font-size: 40px;
}
.icon6:hover {
  color: red;
  cursor: pointer;
}

/* /////////////////////////////////////////////SEC7/////////////////////////////////////////////////// */

.subscriptions-sec7 {
  width: 100%;
  background-color: rgb(215, 213, 213);

  .subscriptions-title {
    padding-top: 50px;
    font-size: 40px;
    color: #0069fd;
    text-align: center;

  }

  .subscriptions-line {
    height: 4px;
    width: 150px;
    border-radius: 50%;
    background-color: #0069fd;
    margin: auto;
  }

  .subscriptions-container {
    width: 80%;
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .box1-7 {
    background-color: #c4bcbc;
    background-image: url(../imges/sec7.jpg);
    background-size: cover;
    height: 380px;
    width: 320px;
    border-bottom: #03affff6 4px solid;
    margin: 50px 30px;
    position: relative;
    z-index: 100;
    color: #00fff2;
  }

  .box1-7:hover {
    color: #fff;
  }

  .box1-7 h2 {
    padding-top: 20px;
  }

  .cercel7 {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 2px #00fff2 dotted;
    outline: 2px solid #00fff2;
    outline-offset: 5px;
    margin: auto;
    margin-top: 25px;
    display: inline-block;
    overflow: hidden;
  }

  .box1-7 h3 {
    font-size: 40px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  .cercel7 h3 {
    padding-top: 10px;
  }

  .cercel7 span {
    font-size: 25px;
  }

  .box1-7 p {
    margin: 15px 0 0 0;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
  }

  .box1-7 button {
   
    height: 30px;
    background-color: #00fff2df;
    margin-top: 25px;
    padding: 0  20px;
    border: none;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;

  }
  .cover7 {
    z-index: 20;
    position: absolute;
    inset: 0 0 0 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .box1-7::after {
    content: "";
    position: absolute;

    width: 100%;
    height: 0;

    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.8s;
    opacity: 0;
  }

  .box1-7:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .box1-7:hover .cercel7 {
    color: #00fff2;
    background-color: #0b3e6545;
    transition: 1s;
  }

  .lineCenter {
    background-color: #03affff6;
    width: 100px;
    height: 2px;
    border-radius: 50%;
  }
}

/* //////////////////////////////////////////////////////SEC8////////////////////////////////////////////////////// */
.performance-sec8 {
  /* width: 100%; */
  margin: 150px 0;
}
.performance-parent {
  height: 400px;
  width: 100%;
  position: relative;
  background-image: url(../imges/background.jpg);
  background-attachment: fixed;

}

.performance-title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  font-size: 25px;
  z-index: 55;
    transition: 2s;
    font-family: cursive;
}

.performance-sec8:hover .performance-title {
  transform: translateY(-300px);

  opacity: 0;
}

.ovarley8 {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.info8 {
  float: left;
  width: 50%;

}

.row {
  color: #fff;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cercel8 {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-size: cover;
  float: left;
  
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}
.performance-sec8:hover .cercel8 , .performance-sec8:hover .boxred{
    transform: translateY(0);
    opacity: 1;
}


.boxred {
    transform: translateY(200px);
  opacity: 0;
  transition: 1s;
  padding-left: 110px;
  padding-top: 20px;
}
.boxred span {
  color: #00fff2;
  font-weight: 900;
}
.prag8 {
    transform: translateX(100px);
    opacity: 0;
    transition: 1s;
  padding: 30px 100px;
  font-size: 16px;
  font-family: "Courier New", Courier, monospace;
  transition-delay: 0.6s;
}
.performance-sec8:hover .prag8{
    transform: translateX(0);
    opacity: 1;
}

/* //////////////////////////////////-----SEC9-----////////////////////////////////// */
.sec9 {
  width: 100%;
  background-color: #e5e5e5;
  height: 500px;
}

.title9 {
  text-align: center;
  padding-top: 50px;
}
.title9 h2 {
  font-size: 33px;
  padding-bottom: 10px;
  color: #0069fd;
}
.line9 {
  background-color: #0069fd;
  width: 200px;
  height: 3px;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.ovarlay9 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.container9 {
  width: 80%;
  margin: auto;
  border-right: #0670dae8 4px solid;
  border-left: #0670dae8 4px solid;
  position: relative;
}

.go {
  margin: 0 5%;
}
.team-item {
  float: left;
  width: 30%;
  background-color: #64717ce8;
  padding: 18px 10px;
  margin-top: 50px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.team-imag {
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 25;
}
.team-imag img {
  width: 100%;
  border-radius: 10px;
}

.team-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(68, 63, 63, 0.616);

  visibility: hidden;
  opacity: 0;
  transition: 1s;
  z-index: 15;
}

.team-item:hover .team-overlay {
  visibility: visible;
  opacity: 1;
}
.team-overlay a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0b66e4;
  color: #fff;
  margin-left: auto;
  margin-top: 5px;
  border-radius: 100%;
}
.team-overlay a:hover {
  background-color: #3b7cd8;
}
.team-overlay a i {
  line-height: 40px;
  font-size: 20px;
}
.team-info {
  position: relative;
  z-index: 10;
}

.team-info-title {
  text-transform: capitalize;
  color: #fff;
  padding: 10px 0;
}
.team-item:hover .team-info .team-info-title {
  color: #0069fd;
}

.team-info-prag {
  color: #02ffd1;
}

.team-item:after {
  content: "";
  position: absolute;

  width: 100%;
  height: 0;

  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.8s;
  /* opacity: 0; */
}
.team-item:hover::after {
  width: 100%;
  height: 100%;
}
/* ////---BEFOR----/// */

.team-item:before {
  content: "";
  position: absolute;

  width: 100%;
  height: 0;

  bottom: 0;
  left: 0;

  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
}
.team-item:hover::before {
  width: 100%;
  height: 100%;
}

/* SEC 10 ------------////////////////////////////////////////////////////////////////////////////////////// */

.sec10 {
  width: 100%;
  overflow: hidden;
  margin: 150px 0;
}

.titel-header10 {
  font-size: 30px;
  text-align: center;
  color: #007afd;
  padding-top: 40px;
}
.line10 {
  background-color: #0069fd;
  width: 120px;
  height: 4px;
  display: block;
  border-radius: 50%;
  margin: 25px auto;
}
.container10 {
  width: 80%;
  margin: auto;
}

.item10 {
  border-top: 3px solid #00a8fc;
  border-bottom: 3px solid #00a8fc;
}

.a1 {
  float: left;
  width: 30%;
  background-color: #fff;
  position: relative;
}

.a2 {
  margin: 0 5%;
  float: left;
  width: 30%;
  background-color: #fff;
  position: relative;
}

.a3 {
  float: left;
  width: 30%;
  background-color: #fff;
  position: relative;
}

.imag10 {
  padding: 15px 15px;
}
.imag10 img {
  border-radius: 10px;
}
.info10 {
  padding: 20px;
}

.list10 {
  list-style: none;
  margin: 10px 0;
}

.list10 li {
  display: inline-block;
  font-size: 13px;
  margin: 0 6px;
}

.info10 h3 {
  font-weight: bold;
  margin: 20px 0;
  margin-bottom: 25px;
}

.info10 p {
  color: #999;
  margin-bottom: 20px;
  line-height: 1.5;
}
.info10 a {
  text-decoration: none;
  color: #0069fd;
  position: relative;
  z-index: 200;
}
.info10 a:hover {
  color: #cd0909;
}

.item10:before {
  content: "";
  position: absolute;

  width: 100%;
  height: 0;

  top: 0;
  left: 0;

  background-color: rgba(92, 190, 251, 0.5);
  transition: 0.8s;
}
.item10:hover::before {
  width: 100%;
  height: 100%;
}
/* ///////////////////////////////////---------------------FOOTER--------------------///////////////////////////// */

.footer {
  height: 320px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  background-color: rgb(37, 72, 99);
}
.img-foot {
  /* border-radius: 50%; */
  padding-top: 50px;
  padding-bottom: 20px;

  background-size: cover;
}
.list-foot {
  list-style: none;
  margin: 20px 0;
  position: relative;
}
.list-foot li {
  position: relative;
  background-color: #6195ff;
  margin: 0 4px;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 50%;
}

.list-foot li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 50px;
  padding-top: 15px;
  padding-right: 15px;
  font-size: 23px;
  margin: 0 8px;
}

.list-foot li a::after {
  content: "";
  position: absolute;

  width: 0;
  height: 0;

  bottom: 0;
  left: 0;
  border-radius: 50%;

  opacity: 0;
  transition: 0.5s;
}
.list-foot li a:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  outline: 3px solid #fff;
}
