
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}


img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.banner{
    position: relative;
    padding: 100px;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../images/troutfront.jpg);
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner h2{
    font-family: "Satisfy", serif;
    font-size: 78px;
    color: #ffffff;
    font-weight: 500;
}

.banner p{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.btn{
    position: relative;
    background: coral;
    border-radius: 2rem;
    display:inline-block;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 18px;
    text-decoration: none;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    transition: 0.5s;
}

header.sticky{
    background: #fc7e5b;
    padding: 20px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

header.sticky .logo{
    color:black;
}

header .logo{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
}

header ul{
    position: relative;
    display: flex;
}

header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 1px;
}

header.sticky ul li a{
    color: black;
}


/* About us Start */


.contain{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 0;
}
.about_us h2 {
    text-align: center;
    color: coral;
    font-family:  'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 35px 0px;
  }
  
  .about_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
  }
  
  .about_detail {
    width: 50%;
    margin-right: 3%;
    margin-top: 1%;
  }
  
  .about_detail p {
    font-size: 17px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;;
    text-align: justify;
  }

  .about_detail h4{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 5px;
}
  
  .about_img {
    width: 50%;
  }
  
  .about_img img {
    width: 100%;
    max-width: 800px;
  }
  
  /* About us End */

  .containe{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
  .overview h2 {
    color: coral;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .overview_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
  }
  
  .overview_detail {
    width: 50%;
    margin-left: 3%;
    margin-top: 2%;
  }
  
  .overview_detail p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 2%;
    text-align: justify;
  }

  .overview_img {
    margin: 20px 0;
    width: 50%;
  }

  
.overview_detail ol {
  margin-left: 7%;
}

.overview_detail ol li {
  font-size: 16px;
  padding: 10px;
}

.underline{
  border-bottom: 1px solid yellow;
}



/* Embedd Youtube video */
.max{
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.max h1{
    text-align: center;
    color: coral;
    font-size: 30px;
    font-weight: 400;
    margin: 46px 0px;
    text-decoration: lightblue dashed;
}

.vid-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
}

.vid-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* delivery */
.para h2{
    text-align: center;
    color: coral;
    font-size: 40px;
    font-weight: 400;
    margin-top: 70px;
    margin-bottom: 50px;
}

.para{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 0;
}
  
  .para_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
  }
  
  .para_detail {
    width: 50%;
    margin-left: 3%;
    font-family:  'Montserrat', sans-serif;
    margin-top: 2%;
  }

  .para_detail h4{
      font-weight: 300;
      font-size: 34px;
  }

  .para_detail h1{
    font-size: 40px;

  }
  
  .para_detail h5{
    font-size: 17px;
    margin:18px 0;
  }
  .para_detail p {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
  }
  
  .para_img {
    width: 50%;
  }
  
  .para_img img {
    width: 100%;
    max-width: 800px;
  }


  /* Health benefits */

.benefits{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
  
  .heading h3{
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
    color: coral;
    margin-bottom: 20px;
  }
  
  .heading p{
    font-size: 18.5px;
    line-height: 24px;
    text-align: center;
  }
  
  
  .wrap{
      max-width:1140px;
      margin:auto;
      position: relative;
      min-height: 1px;
  }
  
  .boxes{
      min-height: 90vh;
      padding:30px 13px;
      float: left;
      width: 100%;
  }
  
  .boxes h1{
      font-size: 36px;
      font-weight: 300;
    color: coral;
      padding-bottom:30px;
      text-align: center;
  }
  
  .boxes p{
    font-size: 17.5px;
    line-height: 26px;
    text-align: center;
    padding: 20px 0;
  }
  
  .boxes .card{
      width:25%;
      float: left;
      padding:0px 15px;
  }
  
  .boxes .card .box {
      padding:25px;
      border-radius:5px;
      transition: margin 1s ease,box-shadow 1s ease;
  }
  
  .boxes .card .box:hover{
      margin-top:-5px;
      box-shadow:0px 0px 30px black;
  }
  
  .boxes .card .box img{
      width:150px;
      display: block;
      margin:10px auto;
      border-radius:50%;
  
  }
  
  .boxes .card .box h4{
      font-size: 20px;
      margin:20px 0px 10px;
      color:#ea5e71;
      text-align: center;
      font-weight: 700;
  }
  
  .boxes .card .box p{
      color:#b9b9b9;
      font-size: 15px;
      font-weight: 400;
      line-height: 24px;
    text-align: center;
  }
  
  .contact{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
      padding: 100px 0;
  }
  footer{
    padding:40px;
    margin-top:30px;
    font-size: 20px;
    color: #111;
    background-color:lightgray;
    text-align: center;
  }
  