body{
    font-family: Raleway;
    margin:0px auto;
    padding: 0px;
    max-width: 100dvw;
    min-height:100dvh;
}
html {
  font-size: 62.5%;
}
ul{
    display: flex;
    flex-direction: row;
    margin-left: 1150px;
    gap: 30px;
    list-style: none;
}
header{
    padding: 50px;
    /* border:2px solid black; */
    display: flex;
    flex-direction: row;
    padding-bottom: 200px;
}
.headertext{
    /* border: 2px solid red; */
    margin-left: 1000px;
    word-spacing: 8rem;
    border: 2px solid black;
    align-self: center;
}
.section_one{
    padding: 50px;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: row;
}
h1{
    font-size: 50px;
    /* border: 2px solid blue; */
    width: 850px;
}
.image_two{
    height: 600px;
    width: 700px;
}
p{
    line-height: 25px;
    font-size: 17px;
    font-weight: 600;
}
.container_sub_sub_one{
    display: flex;
    flex-direction: row;
}
.enter{
    align-self: center;
    border: 1px solid grey;
    padding: 15px;
    width: 380px;
    border-radius: 5px;
    color: rgb(188, 188, 188);
}
.get_one{
    font-weight: 500;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    padding: 15px;
    align-self: center;
    margin-left: 20px;
    border: 0px solid blue;
    color: white;
    background-color:  hsl(224, 93%, 58%);
            box-shadow: 1px 1px 5px grey;
}
.section-bg{
    width:100%;
    position:relative;
    padding-top:15dvh;
    /* overflow: hidden */
}
.curve_image{
    width:100%;
    position: absolute;
    top:0px;
    min-height: 10vh;
    background: url("./images/bg-curve-desktop.svg") center no-repeat;
    background-size: cover;
    
}
.section_two{
    padding: 50px;
    background-color: hsl(240, 75%, 98%);
    display: flex;
    flex-direction: row;
    /* border: 2px solid black; */
}
.image_three{
    width: 700px;
    /* border: 2px solid black; */
}
.fylo_text{
    color: hsl(170, 45%, 43%);
    text-decoration: underline;
     text-underline-offset: 4px;
}
.container_sub_sub_two_one{
    padding:40px;
    width: 350px;
    margin-top: 40px;
    /* border: 2px solid blue; */
        border-radius: 5px;
        box-shadow: 1px 1px 5px grey;
    /* display: flex;
    flex-direction: row; */
}
.name{
    display: flex;
    flex-direction: column;
}
.profile_main{
    display: flex;
    flex-direction: row;

}
.profile{
    align-self: center;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    margin-right: 10px;
}
.h1{
    font-size: 40px;
}
.section_three{
    background-color:  hsl(238, 22%, 44%);
    color: white;
    padding: 50px;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: row;
}
/* .part_twenty_one{
    display: flex;
    flex-direction: row;
} */
/* .part_eleven{
    border: 2px solid orange;
} */
 .h_eleven{
    font-weight: 500;
    font-size: 15px;
 }
 .h_thirteen{
    font-size: 35px;
    width: 500px;
 }
 .part_twenty_one{
    margin-left: 400px;
    /* border: 2px solid wheat; */
    /* align-items: flex-end; */
 }
 .enter_two{
    width: 500px;
    border: 2px solid white;
    background-color: white;
    color: rgb(166, 166, 166);
    padding: 20px;
    margin-bottom: 20px;
    /* text-align: center; */
    border-radius: 5px;
 }
 .get_started{
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 180px;
    border: 2px solid hsl(224, 93%, 58%);
    background-color:  hsl(224, 93%, 58%);
    padding: 20px;
    border-radius: 5px;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.427);
 }
 .footer_one{
    border: 2px solid hsl(243, 87%, 12%);
    background-color: hsl(243, 87%, 12%);
    color: white;
    display: flex;
    flex-direction: column;
    padding: 150px;
 }
 .columns{
    display: flex;
    flex-direction: rows;
 }
 .column_one{
    line-height: 50px;
 }
 .column_two{
    margin-left: 280px;
    line-height: 40px;
 }
 .column_three{
    margin-left: 280px;
    line-height: 40px;
 }
 .image_ten{
    margin-bottom: 50px;
    /* color: white; */
 }
 @media (max-width: 768px) {

  header {
    flex-direction: row;
    align-items: center;
    padding: 2rem 1rem;
  }
  .image_one{
    height: 30px;
  }
  ul {
    margin-left: 0;
    padding-right: 0px;
    flex-direction: row;
    gap: 2rem;
    margin-left: 0px;
  }
  /* li{
    margin-left: 30px;
  } */
  .section_one {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
  }
  .container_sub_one, .container_sub_two {
    width: 100%;
    text-align: center;
  }
  .container_sub_two{
    order: 1;
  }
.section-bg{
    position: relative;
    padding-top: 1rem;
}
.curve_image{
    /* background-image: url(images\bg-curve-mobile.svg); */
}
   .container_sub_one{
    order: 2;
  }

  h1 {
    font-size: 2.5rem;
    width: 100%;
  }

  p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .image_two {
    width: 100%;
    height: auto;
    margin-top: 0rem;
  }

  .container_sub_sub_one {
    /* width: 200px; */
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
.get_one{
    margin-top: 10px;
}
  .enter, .get_one{
    flex-direction: column;
    width: 90%;
    margin: 0;
  }
  .section_two {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
  }

  .container_sub_two_one {
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
  }

  .image_three {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .fylo_text {
    display: inline-block;
    margin: 1rem 0;
  }

  .container_sub_sub_two_one {
    height: 180px;
    width: auto;
    justify-self: center;
  }

  .profile_main {
    margin-top: 20px;
    text-align: left;
    /* justify-content: center; */
  }
  .section_three {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    text-align: center;
  }

  .h_thirteen, .h_eleven {
    width: 100%;
  }

  .part_twenty_one {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .enter_two, .get_started {
    width: 90%;
    margin-bottom: 1rem;
  }
  .footer_one{
    padding: 4rem 2rem;
    text-align: left;
    padding-left: 40px;
  }

  .columns {
    flex-direction: column;
    /* align-items: center; */
    
    gap: 2rem;
  }

  .column_two, .column_three {
    margin-left: 0;
  }

  .image_ten {
    width: 150px;
    height: auto;
  }
} 

@media screen and (min-height: 750px) and ( max-height:990px) {

     .section_two{
        padding-top: 10dvh;
    /* background-image: url(images\bg-curve-mobile.svg); */
}
}