Current Path : /var/www/vhosts/thaisoho.com/httpdocs/seabluesky/css/
Upload File :
Current File : /var/www/vhosts/thaisoho.com/httpdocs/seabluesky/css/main.css

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
*{
  font-family: 'Raleway', sans-serif;
}
.bold , .step{
  font-family: 'Oswald', sans-serif !important;
}
.step{
  font-size: 170px;
}
.st-1{
  color: #ffeae8;
}
.st-2{
  color: #ecdbff;
}
.st-3{
  color: #d4edee;
}
.bigger{
  font-size: 30px;
}
.img-gall{
  position: relative;
}
.text-in-gall{
  position: absolute;
  top: 50px;
  margin: auto;
}
.p-part{
  font-weight: 600;
}
.contact-form{
  background-color: #4dc6e1;
  padding: 50px;
}
.something-group{
  background-color: #f07d7d;
  height: 512px;
}
.img-serv{
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}
.img-serv2{
  /* padding: 101px; */
  height: 263px;
  padding-top: 83px;
}
.h2-serve{
    padding: 10px 30px;
    font-size: 50px;
    width: 300px;
}
.btn-send{
  margin: auto;
  margin-top: 15px;
  padding: 7px 80px;
  border-radius: 50px;
  background-color: black;
  font-weight: 600;
  border: 0;
  color: white;
}
.email-input::placeholder{
  color: white;
}
.email-input{
  width: 320px;
    padding: 10px;
    margin: auto;
    border: 2px solid black;
    text-align: center;
    background-color: #4dc6e1;
    color: white;
}
.email-input:focus{
  border: 2px solid #ef9c83;
}
.i-part{
  font-size: 100px !important;
}
.Gallery{
  border: 2px solid black;
  padding: 10px 60px;
  border-radius: 30px;
  color: black;
  transition: 0.3s;
}
.Gallery:hover{
  cursor: pointer;
  background-color: black;
  color: white;
  text-decoration: none;
}
.step-group p{
  margin-left: -50px;
  font-weight: 600;
  margin-top: 30px;
  font-size: 20px;
}
.flex-warp{
  flex-wrap: nowrap;
}
.navbar-pc{
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}
.padding-res{
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.so-big{
  font-size: 60px;
}
.text-in-header{
    max-width: 600px;
    margin-top: 200px;
    margin-left: 200px;
}
.text-black{
  color: black;
}
.mini-header{
  padding: 50px;
}
.big-icon{
    font-size: 57px;
    margin-right: 15px;
}
.text-black:hover{
  text-decoration: none;
  color: black;
}
.blue-sky-btn{
    background-color: #4dc6e1;
    padding: 10px 60px;
    color: white;
    border-radius: 34px;
}
.blue-sky-btn:hover{
    background-color: #42b3cc;
    box-shadow: 0 0 5px #4dc6e1;
    color: white;
}
.main-banner{
  position: relative;
  height: 900px;
  width: 100%;
  background: url(../image/bg.png);
  background-attachment: fixed;
  background-size: cover;
}
.section-padding{
  padding: 50px;
}