.social {

  position: relative;
  left: 0;
  width: 100%;
  height: 15vh;
  background-color: rgb(21, 245, 186);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: rgb(240, 243, 255);
  padding: 5px;

}

.social-first {
  display: flex;
  align-items: center;
}

/* .social-first d {
  display: flex;
  align-items: center;
} */
.logo-s a {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 8rem;
  position: relative;
  padding-top: 10px;
  margin-left: 10px;
}

#logo-s {
  width: 100%;
  margin-right: 1rem;
}

.logo-text-s {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.logo-text-s h2:nth-child(1) {
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: rgb(6, 17, 60);
  margin-left: -0.3rem;

}

.logo-text-s h2:nth-child(2) {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: rgb(6, 17, 60);
  margin-top: -1rem;
}

.s-adress {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 200px;
  justify-content: right;
  align-items: left !important;

}
.s-adress a{
  color: rgb(6, 17, 60);
}

.s-adress a:hover{
  color: red;
}
.swiper-pagination {
  margin-bottom: 10px;
}

.s-adress span:nth-child(1) {
  font-size: 2rem;
  text-transform: uppercase;
  color: rgb(6, 17, 60);
  font-weight: bold;
  line-height: 120%;
}

.s-adress span:nth-child(2) {
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  color: rgb(240, 243, 255);
  float: left;

}

.s-adress span:nth-child(3) {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: rgb(240, 243, 255);
}

.god {
  height: 80%;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  border: 2px solid rgb(6, 17, 60);
  border-radius: 20px;
}

.god h1 {
  font-size: 7rem;
  display: flex;
  align-items: center;
  color: rgb(6, 17, 60);
  position: relative;
  margin-left: 6px;
}

.god p {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: left;
  font-weight: bold;

  text-transform: uppercase;
  color: rgb(240, 243, 255);
  line-height: 17px;

}

.icon-soc {
  font-size: 3rem;
  color: #06113C;
  display: flex;
  position: relative;
  margin-left: 50px;
}

.social-icon {
  cursor: pointer;
  margin-right: 5px;
}

.social-icon a {
  color: rgb(6, 17, 60);
}

.social-icon a:hover {
  color: rgb(6, 17, 60, 0.7);
}


@media only screen and (max-width:1200px) {
  html {
    font-size: 55%;
  }

  .social {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .logo-s a {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .social-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    position: relative;
  }

  .s-adress {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .s-adress span:nth-child(1) {
    font-size: 22px;
    width: auto;
    line-height: 22px;
    margin: 25px 30px 0 30px;
    align-items: center;
    justify-content: center;
  }

  .s-adress span:nth-child(2) {
    font-size: 19px;

  }

  .s-adress span:nth-child(3) {
    font-size: 19px;
  }

  .god {
    width: auto;
    margin: 20px 50px 5px 50px;
    float: left;

  }

  .god h1 {
    margin-left: 10px;

  }

  .god p {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 20px;
    margin: 0 10px;

  }

  .icon-soc {
    display: flex;
    position: relative;
    height: 10%;
    margin-top: 10px;
    margin-left: 0;
  }

  .icon-soc {
    font-size: 4rem;
    color: #06113C;
    display: flex;
    position: relative;

  }
}
@media only screen and (max-width:600px){
  .god p {
    font-size: 15px;
    line-height: 17px;
  }

  .s-adress span:nth-child(1) {
    margin: 0;
  }
}
@media only screen and (max-width:400px) {

  .social {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: rgb(21, 245, 186);
  }

  .logo-s a {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 10px;
  }

  .social-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    position: relative;
  }

  .s-adress {
    display: flex;
    flex-direction: column;
    text-align: center;
  
  }

  .s-adress span:nth-child(1) {
    font-size: 18px;
    width: 30rem;
    line-height: 18px;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;

  }

  .s-adress span:nth-child(2) {
    font-size: 14px;

  }

  .s-adress span:nth-child(3) {
    font-size: 14px;
  }

  .god {
    width: auto;
    margin: 10px 50px;
    float: left;

  }

  .god h1 {
    margin-left: 10px;

  }

  .god p {
  
    padding: 0 5px;
    margin: 0 5px;

  }

  .icon-soc {
    display: flex;
    position: relative;
    height: 10%;
    margin-top: 10px;
  }

  .icon-soc {
    font-size: 4rem;
    color: #06113C;
    display: flex;
    position: relative;
  }
}