@font-face {
  font-family: Winter;
  src: url("./font/winter_sans.otf") format("opentype");
}
@font-face {
  font-family: Roobert;
  src: url("./font/Roobert-Regular.ttf") format("truetype");
}
@font-face {
  font-family: RoobertMedium;
  src: url("./font/Roobert-Medium.ttf") format("truetype");
}
@font-face {
  font-family: RoobertSB;
  src: url("./font/Roobert-SemiBold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}

.flag {
    background-color: transparent;
} 
.flag img {
  height: 30px !important;
}

/** HEADER **/

header {
  z-index: 999999999;
  width: 100vw;
  position: fixed;
  padding: 25px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fcf6e8;
}

header a {
  font-family: RoobertSB;
  text-align: center;
  color: #ffffff;
  background-color: #66af91;
  padding: 11px 42px;
  border-radius: 200px;
  text-decoration: none;
}

/** HERO **/

#hero {
  background-color: #fcf6e8;
  height: 100vh;
  width: 100vw;
}
#hero .row {
  height: 100vh;
  align-items: center;
}
#hero .left {
  padding: 0 0 0 10vw;
}
#hero .herotext {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 5.5vw;
  line-height: 1;
  color: #000000;
}
#hero h2 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 6.5vw;
  color: #000000;
}
#hero p {
  font-family: RoobertMedium;
  font-style: normal;
  font-weight: 500;
  font-size: 1.28vw;
  color: #000000;
}
#hero a {
  font-family: RoobertSB;
  text-align: center;
  color: #ffffff;
  background-color: #e0777c;
  padding: 13px 42px;
  border-radius: 200px;
  text-decoration: none;
  font-size: 1vw;
}
#hero .right img {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/** S1 **/

#s1 {
  background-color: #66af91;
  width: 100vw;
  position: relative;
}
#s1 .firstrow {
  padding: 150px 0;
}
#s1 .titlecol {
  padding: 0 10vw;
}
#s1 .textcol {
  padding: 0 15vw 0 10vw;
  font-family: Roobert;
  font-style: normal;
  font-weight: 500;
  font-size: 1.28vw;
  color: #fcf6e8;
}
#s1 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #284d3d;
}
#s1 .imgcol {
  margin-top: 35vh;
  display: flex;
  justify-content: center;
}
#s1 .imgcol img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/** S2 **/

#s2 {
  background-color: #fcf6e8;
  width: 100vw;
  position: relative;
  padding: 150px 10vw;
}
#s2 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #e4cbad;
}
#s2 .bulletrow {
  align-items: center;
}
#s2 .bulletright {
  font-family: RoobertMedium;
  font-style: normal;
  font-size: 1.5vw;
  color: #a84045;
  padding-right: 5vw;
  padding-bottom: 0;
}
#s2 .bulletleft {
  font-family: RoobertMedium;
  font-style: normal;
  font-size: 1.5vw;
  color: #a84045;
  padding-left: 5vw;
  padding-bottom: 0;
  text-align: right;
}
#s2 .bulletimg {
  float: right;
  margin-right: -8%;
}
#s2 .bulletimgleft {
  float: left;
  margin-left: -8%;
}
#s2 a {
  font-family: RoobertSB;
  text-align: center;
  color: #ffffff;
  background-color: #e0777c;
  padding: 13px 42px;
  border-radius: 200px;
  text-decoration: none;
  font-size: 1vw;
}

/** S3 **/

#s3 {
  background-color: #e0777c;
  width: 100vw;
  height: 100vh;
  position: relative;
}
#s3 .row {
  align-items: center;
  height: 100vh;
  padding-right: 10vw;
}
#s3 img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
}
#s3 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #a84045;
}
#s3 p {
  color: white;
  font-family: RoobertSB;
  font-size: 0.9vw;
  margin-bottom: 0;
}
#s3 li {
  color: white;
  font-family: Roobert;
  font-size: 0.9vw;
}
#s3 a {
  font-family: RoobertSB;
  text-align: center;
  color: #ffffff;
  background-color: #a84045;
  padding: 13px 42px;
  border-radius: 200px;
  text-decoration: none;
  font-size: 1vw;
}

/** S4 **/

#s4 {
  background-color: #fcf6e8;
  width: 100vw;
  position: relative;
  padding: 150px 10vw;
}
#s4 .row {
  align-items: center;
}
#s4 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #e4cbad;
}
#s4 .s4p {
  font-family: RoobertMedium;
  font-style: normal;
  font-size: 1.1vw;
  color: #a84045;
  padding-bottom: 0;
  padding-top: 20px;
}
#s4 .testimonial {
  background-color: white;
  padding: 100px 40px 100px 110px;
  margin-left: -50px;
  border-radius: 29.5px 29.5px 0px 29.5px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
#s4 p {
  color: #e0777c;
  font-family: Roobert;
  font-size: 0.9vw;
  margin-bottom: 0;
  text-align: right;
}
#s4 h5 {
  color: #a84045;
  font-family: RoobertSB;
  font-size: 0.9vw;
  margin-bottom: 0;
  text-align: right;
  padding-top: 40px;
}

/** S5 **/

#s5 {
  background-color: #66af91;
  width: 100vw;
  position: relative;
  padding: 150px 10vw;
}
#s5 .row {
  align-items: center;
  padding-top: 50px;
}
#s5 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #284d3d;
  text-align: center;
}
#s5 b {
  color: #b2ead2;
}
#s5 .subtitle {
  color: #fcf6e8;
  font-family: Roobert;
  font-size: 1.2vw;
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
}
#s5 .bubble {
  background: #fcf6e8;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 29.5px 29.5px 0px 29.5px;
  padding: 30px;
  margin: 0 10px;
  height: 200px;
}
#s5 h5 {
  font-family: RoobertSB;
  font-size: 1.5vw;
  color: #284d3d;
}
#s5 .bubble p {
  font-family: Roobert;
  font-size: 0.9vw;
  color: #65ad90;
}

/** S6 **/

#s6 {
  background-color: #e0777c;
  width: 100vw;
  height: 100vh;
  position: relative;
  padding: 150px 10vw;
}
#s6 .row {
  align-items: center;
  padding-top: 50px;
}
#s6 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #a84045;
  text-align: center;
}
#s6 .center {
  text-align: center;
}
#s6 a {
  font-family: RoobertSB;
  text-align: center;
  color: #ffffff;
  background-color: #a84045;
  padding: 13px 42px;
  border-radius: 200px;
  text-decoration: none;
  font-size: 1vw;
}
#s6 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65vw;
}

/** S7 **/

#s7 {
  background-color: #fcf6e8;
  width: 100vw;
  position: relative;
  padding: 150px 10vw;
}
#s7 .row {
  align-items: center;
  padding-top: 24px;
}
#s7 h3 {
  font-family: Winter;
  font-style: normal;
  font-weight: normal;
  font-size: 4.25vw;
  color: #e4cbad;
  text-align: center;
}
#s7 .container {
  width: 50vw;
}
#s7 img {
  width: 100%;
}

/** FOOTER **/

#footer {
  background-color: #a84045;
  width: 100vw;
  position: relative;
  padding: 100px 10vw;
}
#footer .footerrow {
  padding-top: 45px;
}
#footer .footerul {
  padding-left: 0;
}
#footer ul {
  padding-left: 0;
}
#footer li {
  list-style: none;
  padding-bottom: 20px;
  color: #e4cbad;
  font-family: RoobertSB;
  font-size: 0.9vw;
}
#footer h5 {
  color: #e4cbad;
  font-family: RoobertSB;
  font-size: 0.9vw;
}
#footer img {
  height: 25px;
}
#footer .footerimg {
  display: flex;
  justify-content: flex-end;
}
#footer input {
  width: 100%;
  border-radius: 30px;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #e4cbad;
  background-color: transparent;
  padding: 0 20px;
  color: #e4cbad;
}

@media only screen and (max-width: 1920px) and (max-height: 1200px) {
  #s6 {
    height: 85vh;
  }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {
  #s6 {
    height: 100vh;
  }
}

@media only screen and (max-width: 1680px) and (max-height: 1050px) {
  #s6 {
    height: 85vh;
  }
}

@media only screen and (max-width: 1600px) and (max-height: 900px) {
  #s6 {
    height: 95vh;
  }
}

@media only screen and (max-width: 1024px) and (max-height: 800px) {
  #s1 .imgcol img {
    width: 100%;
  }
  #s5 .bubble {
    height: 130px;
  }
  #s1 .imgcol {
    margin-top: 10vh;
    display: flex;
    justify-content: center;
}
}

@media only screen and (max-width: 1024px) and (max-height: 600px) {
  #s2 .bulletimg {
    width: 100%;
  }
  #s2 .bulletimgleft {
    width: 100%;
  }
  #s4 .testimonial {
    padding: 40px 40px 40px 55px;
  }
  #s6 {
    height: 102vh;
  }
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
  header {
    display: block;
    height: 80px;
  }
  header .flag {
    display: block;
    position: absolute;
    padding: 0;
    right: 50px;
}
  header a {
    display: none;
  }
  header .header1 {
    position: absolute;
    left: 7vw;
  }
  header .header2 {
    position: absolute;
    right: 35vw;
  }
  #hero {
    height: 55vh;
    position: relative;
  }
  #hero .row {
    height: 60vh;
  }
  #hero .left {
    padding: 0 0 0 5vw;
  }
  #hero .right img {
    right: 0;
    height: 67vw;
  }
  #hero a {
    font-size: 2vw;
  }
  #hero p {
    font-size: 2.28vw !important;
  }
  #s1 .firstrow {
    padding: 100px 0;
  }
  #s1 img {
    width: 100%;
  }
  #s1 h3 {
    font-size: 6.25vw;
  }
  #s1 .textcol {
    padding: 0 6vw 0 10vw;
    font-size: 2.28vw;
  }
  #s2 h3 {
    font-size: 6.25vw;
    padding-bottom: 20px;
  }
  #s2 img {
    width: 100%;
  }
  #s2 p {
    font-size: 2.28vw !important;
  }
  #s2 a {
    font-size: 2vw;
  }
  #s3 {
    height: 80vh;
}
  #s3 .row {
    height: 70vh;
    padding-right: 0;
    text-align: center;
    flex-direction: column;
    padding-top: 50px;
  }
  #s3 h3 {
    font-size: 6.25vw;
  }
  #s3 p,
  #s3 li {
    font-size: 1.5vw !important;
  }
  #s3 img {
    height: auto;
    width: 28vw;
    left: 30vw;
  }
  #s3 a {
    font-size: 2vw;
  }
  #s4 {
    padding: 100px 10vw;
  }
  #s4 .col-1 {
    display: none;
  }
  #s4 h3 {
    font-size: 6.25vw;
    text-align: center;
  }
  #s4 p {
    font-size: 1.5vw !important;
    text-align: right;
  }
  #s4 .s4p {
    padding-top: 3px;
    padding-bottom: 15px;
  }
  #s4 .testimonial {
    padding: 100px 40px 100px 50px;
  }
  #s5 {
    padding: 100px 5vw;
  }
  #s5 h3 {
    font-size: 6.25vw;
  }
  #s5 p,
  #s5 .subtitle {
    font-size: 1.5vw !important;
  }
  #s5 h3 {
    font-size: 6.25vw;
  }
  #s5 .bubble p {
    font-size: 1.3vw !important;
  }
  #s5 .bubble {
    height: 160px;
  }
  #s6 {
    padding: 100px 5vw;
    height: 55vh;
  }
  #s6 h3 {
    font-size: 6.25vw;
  }
  #s6 a {
    font-size: 2vw;
  }
  #s7 {
    padding: 100px 5vw;
  }
  #s7 h3 {
    font-size: 6.25vw;
  }
  #s7 .container {
    width: 70vw;
  }
  #footer {
    padding: 50px 7vw;
  }
  #footer img {
    height: 30px;
  }
  #footer li,
  #footer h5 {
    font-size: 1.5vw !important;
  }
  #footer .footerrow img {
    height: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #hero {
    text-align: center;
    height: 67vh;
  }
  #hero .right img {
    right: 0;
    height: 55vw;
  }
  #hero .left {
    padding: 0 5vw;
}
#hero p {
  font-size: 3.28vw !important;
} 
#s1 .textcol {
  padding: 0 6vw 0 10vw;
  font-size: 3.28vw;
}
#s2 p {
  font-size: 3.28vw !important;
}
#s2 a {
  font-size: 3.28vw;
}
#s3 p, #s3 li {
  font-size: 3.28vw !important;
}
#s3 {
  height: 80vh;
}
#s3 a {
  font-size: 3.28vw;
}
#s4 p {
  font-size: 3.28vw !important;
  text-align: right;
}
#s5 p, #s5 .subtitle {
  font-size: 3.28vw !important;
}
#s5 h5 {
  font-size: 3.28vw;
}
#s5 .bubble p {
  font-size: 3.28vw !important;
}
#s6 a {
  font-size: 3.28vw;
}
}

@media only screen and (max-width: 601px) and (max-height: 962px) {
  header .header2 {
    position: absolute;
    right: 25vw;
  }
  #hero .right img {
    right: 27vw;
    height: 67vw;
  }
  #s1 .imgcol {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  #s1 img {
    width: 40%;
    float: right;
}
#s2 {
  text-align: center;
}
#s2 .bulletimg {
  float: right;
  margin-right: 0;
}
#s2 .bulletimgleft {
  float: left;
  margin-left: 0;
}
#s4 .testimonial {
  background-color: white;
  padding: 50px 40px 50px 50px;
  margin-left: 0;
  margin-top: 20px;
}
#s4 p {
  text-align: center;
}
#s5 .bubble {
  height: auto;
  text-align: center;
  margin-bottom: 15px;
}
#s5 .bubble p {
  margin: 0;
}
}

@media only screen and (max-width: 414px) and (max-height: 896px) {
  header .header2 {
    position: absolute;
    left: 4vw;
    width: 55%;
  }
  header .header1 {
    width: 6%;
  }
  #hero {
    height: 95vh;
    position: relative;
  }
  #hero .row {
    height: 85vh;
  }
  #hero .left {
    padding: 2vh 0 0;
  }
  #hero h2 {
    font-family: Winter;
    font-style: normal;
    font-weight: normal;
    font-size: 14.5vw;
    color: #000000;
    text-align: center;
  }
  #hero p {
    font-size: 3.28vw !important;
    text-align: center;
    padding: 0 5vw;
    margin-bottom: 0;
  }
  #hero a {
    font-size: 3vw;
    position: relative;
    left: inherit;
  }
  #hero .right img {
    right: 25vw;
    height: 75vw;
  }
  #s1 .titlecol {
    padding: 0 6vw;
  }
  #s1 h3 {
    text-align: center;
    font-size: 8.25vw;
  }
  #s1 .textcol {
    padding: 0 6vw;
    font-size: 3.28vw;
    text-align: center;
  }
  #s1 img {
    width: 30%;
    float: right;
  }
  #s1 .imgcol {
    margin-top: 0;
  }
  #s1 .imgcol img {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #s2 {
    background-color: #fcf6e8;
    width: 100vw;
    position: relative;
    padding: 100px 6vw;
  }
  #s2 h3 {
    font-size: 8.25vw;
    text-align: center;
    padding-bottom: 20px;
  }
  #s2 p {
    font-size: 2.6vw !important;
    padding-right: 0 !important;
  }
  #s2 img {
    width: 100%;
  }
  #s2 a {
    font-size: 2.6vw;
  }
  #s3 {
    height: 100vh;
  }
  #s3 .row {
    padding: 5vh 6vw;
  }
  #s3 h3 {
    font-size: 8.25vw;
    text-align: center;
    padding-bottom: 20px;
  }
  #s3 p,
  #s3 li {
    font-size: 2.8vw !important;
    padding-right: 0 !important;
  }
  #s3 br {
    display: none;
  }
  #s3 a {
    font-size: 3vw;
    position: absolute;
    left: 30%;
  }
  #s3 img {
    height: auto;
    width: 75vw;
    left: 0;
  }
  #s4 {
    padding: 100px 5vw;
  }
  #s4 h3 {
    font-size: 8.25vw;
    text-align: center;
    padding-bottom: 20px;
  }
  #s4 p,
  #s4 h5 {
    font-size: 2.8vw !important;
    padding-right: 0 !important;
    text-align: center;
  }
  #s4 h5 {
    padding-top: 20px;
  }
  #s4 .testimonial {
    margin-left: 0;
    padding: 20px 40px;
    margin-top: 20px;
  }
  #s2 .bulletrow,
  #s2 .bulletleft {
    text-align: center;
  }
  #s2 .bulletimg {
    float: none;
    margin-right: 0;
  }
  #s2 .bulletimgleft {
    float: none;
    margin-left: 0;
  }
}
