 .turkeyHero {
  height: 70vh;
  background-image: url(/images/turkey_8.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  overflow: hidden;
  font-size: 2rem;
  color:white;
  text-align: center;
  width: 100%;
}

/* .turkey_package_info start******************* */
.turkey_package_info {
  background-color: white;
  color: var(--font-black);
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 1rem 10%;
  
}

.turkey_package_info p {
  margin: 1rem;
}

.turkey_package_info p:first-child {
  margin-top: 100px;
}

.turkey_package_info p:last-child {
  margin-bottom: 100px;
}

.turkey_package_info p a {
  /* color: #ccc; */
  font-style: oblique;
  color: var(--font-black);
}

@media (min-width: 900px) {
  .huntImg {
    width: 20vw;
    margin-left: 80px;
    float: right;
    border-radius: .75rem;
  }
}
/* .turkey_package_info end******************* */

/* box-2 start****************** */
.box-2 {
  padding: 2rem;
  color: white;
  flex-direction: column;
  font-size: 1.75rem;
  line-height: 2rem;
}

.box-2 h2 {
  line-height: 3rem;
}

.box-2 h3 {
  line-height: 2rem;
}

.box-2 ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.box-2 ul li {
  padding: .25rem 0 .25rem 2rem;
}
/* box-2 end****************** */

.box,
.box-2 {
  background-image: url(../images/207k9-bg-map.png);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  overflow: hidden;
  justify-content: space-around;
  padding: 4rem;
}

@media (min-width: 40rem) {
  .box,
  .box-2, 
  .turkeyHero {
    background-attachment: fixed;
  }
  .turkey_package_info {
    padding: 1rem 20%;
    text-align: justify;
  }
}


/* row_2 start */
.row_2 {
  padding: 10rem 0rem;
  flex-direction: column-reverse;
  background-color: white;

}

.turkey_info {
  width: 80%;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.turkey_info h3 {
  font-family: 'Shadows Into Light', cursive;
  font-size: 2.5rem;
  line-height: 3rem;
}

.turkey_info p {
  margin-top: 2rem;
}

.turkey_info img {
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  margin-top: 2rem;
}

@media (min-width: 1725px) {
  .row_2 {
    padding: 10rem 0rem;
    flex-direction: row;
    background-color: white;
  }

  .turkey_info {
    /* desktop width */
    width: 50%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .turkey_info:nth-child(2) {
    padding: 3rem 10%;
  }

  .turkey_info p {
    width: 100%;
  }

  .turkey_info img {
    max-width: 50vw;
    border-radius: none;
  }
}

/* Gallery start************************************* */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 4px;
  background-image: url(../images/207k9-bg-map.png);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .row {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Gallery end************************************* */