a{
  color: #eee;
}

.pages {
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin: 0 auto;
}

.hp-content {
  width: 100%;
  height: 100%;
  position: relative;
  /*background-color: rgb(40, 45, 2);*/
}

.hp-quotes {
  color: #eeee;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hp-content .hp-quotes>p {
  color: #265C4B;
  font-family: 'Abhaya Libre', serif;
  font-size: clamp(65px, 4vw, 200px);
  width: clamp(30rem, 50%, 100rem);
  margin-top: -25rem !important;
  /*text-shadow: 1px 1px 8px black;*/
}

.hp-heroimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/images/outfitter-heroimage.jpg') 40% 50%/cover;
  /*opacity: 0.5;*/
}

/* ---------------------------start of page 2--------------------------- */
#page2-content2-3 {
  flex: 15rem;
  display: flex;
  flex-direction: column;
}

#page2-content2-3 p {
  font-size: clamp(10px, 1vw, 25px);
  text-transform: none;
}

#page2-content2-3>#page2-misvis-container{
  display: flex;
  column-gap:3rem;
  margin-top: 2rem;
}

#page2-content2-2 {
  display: flex;
  margin-top: 2rem;
  column-gap: 4rem;
}

#page2 {
  padding-top: 3em;
  display: flex;
  flex-direction: column;
  height: auto;
}

.page2-content1 {
  text-align: center;
}

.page2-content1>p {
  padding: 0 1em;
  font-size: clamp(10px, 1vw, 25px);
  text-align: left;
  margin: auto;
  width: 92%;
  text-transform: none;
}

#page2>div.page2-content1>h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 1rem auto 3rem auto;
  color: orangered;
  width: clamp(10rem, 50%, 30rem);
  text-decoration: underline;
}


.page2-content1>p:nth-of-type(1),
.page2-content2-1>p:nth-of-type(1) {
  text-indent: 1rem;
}

#page2>div.page2-content2 {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
  margin: 0 auto;
  width: 90%;
}

.page2-content2-container {
  flex: 1;
  font-size: clamp(10px, 1vw, 25px);
}

.home-img-container {
  flex: 50px;
}

.home-img-container>img {
  width: 100%;
}

.misvis1>h1,
.misvis2>h1 {
  color: orangered;
  margin: 2rem 2rem 2rem 0;
  padding-left: 2rem;
  font-size: clamp(10px, 3vw, 25px);
  border-left: 3px solid orangered;
}

#page2-misvis-container > div.page2-content2-2-1.misvis1 > p,
#page2-misvis-container > div.page2-content2-2-1.misvis2 > p{
   font-size: 1.4rem;
} 

#page2-misvis-container > div.page2-content2-2-1.misvis2 > p

/* -----------------------end of page 2----------------------- */

/* -----------------------start of page 3----------------------- */

#page3 {
  background: url('../images/images/page3-background.jpg') center center/cover;
  background-size: cover;
  background-position: center center;
  margin-top: 13rem;
}

.page3-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 11rem;
}

#page3>div>h1 {
  margin-top: 10rem;
  color: #eee;
  text-shadow: 1px 1px 5px black;
  font-size: 8rem;
  margin-bottom: 30px;
}

.page3-cnt {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 100%;
  animation: slider 10s ease-in-out 500ms infinite;
}

@keyframes slider {
  0% {
    transform: translateX(-100vw);
  }
}

.page3-content-1 {
  display: flex;
  width: 600%;
}

.page3-content-1-2 {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page3-content-1-2 img {
  margin-top: 20px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.page3-content-1-2 p {
  margin: auto;
  margin-bottom: 10px;
  width: 80%;
  font-size: 1rem;
  font-style: italic;
}

.star-review {
  background: url('../images/images/reviews.png') center center/cover;
  width: 200px;
  height: 40px;
  margin: auto;
}

/* ---------------------carousel style start here--------------------- */

.carousel {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.carousel h3 {
  font-size: clamp(20px, 3vw, 40px);
}

.carousel p {
  font-size: clamp(15px, 1vw, 35px);
  width: 80%;
  margin: 0 auto;
}

.carousel-inner {
  display: flex;
  flex-direction: row-reverse;
  width: 400%;
  animation: scroll 20s linear infinite;
}

.carousel-item {
  flex: 1 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.carousel-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

@keyframes scroll {
  0% {
    transform: translateX(25%);
  }

  5%,
  20% {
    transform: translateX(0);
  }

  25%,
  45% {
    transform: translateX(-25%);
  }

  50%,
  70% {
    transform: translateX(-50%);
  }

  75%,
  95% {
    transform: translateX(-75%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.review-star {
  color: rgb(253, 220, 4);
  font-size: 4rem;
}

/* footer style start here */

footer {
  width: 100%;
  /*height: 120px;*/
  background-color: #001524;
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-top: 2rem;
}

.cntftr {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.div1,
.div2 {
  padding: 0 20px;
  width: 100%;
}

.ftr-content {
  display: flex;
  justify-content: flex-start;
  margin: 5px;
}

.ftr-content>a {
  display: flex;
  column-gap: 1.5rem;
}

.ftr-content>i{
  font-size: 2rem;
  margin-bottom: .8rem;
  color: #eee;
}

/* .fa-solid {
  position: absolute;
  left: 90vw;
  font-size: 3rem;
  background-color: rgb(226, 225, 225);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  text-align: center;
  padding-top: 1rem;
  cursor: pointer;
  opacity: 0.2;
}

.fa-solid:hover {
  opacity: 0.5;
  background-color: rgb(127, 251, 152);
} */

.navbar a.logout {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.navbar a.logout:hover {
  color: #ff0000;
}

.navbar a.logout i {
  margin-right: 5px;
}

/*.ftr-content>.fa-brands,*/
/*.ftr-content>.fa-regular {*/
/*  font-size: 2.5rem;*/
/*  margin-right: 2rem;*/
/*}*/

/*.ftr-content>a>p {*/
/*  font-size: 1.5rem;*/
/*  text-transform: none;*/
/*}*/

/*.ftr-content>p{*/
/*  color: #eee;*/
/*  font-size: 1.5rem;*/
/*}*/

/*.ftr-content>a{*/
/*  width: 100%;*/
/*  height: 3rem;*/
/*}*/

/*.ftr-content>a>i {*/
/*  font-size: 2rem;*/
/*}*/

/*.ftr-content>img {*/
/*  margin-right: 2rem;*/
/*}*/


  #footer-page > div > div.div1 > div > div > i,
  #footer-page > div > div.div2 > div > a > div > i{
    color: white;
    font-size: 2rem;
  }

    #footer-page > div > div.div1 > div > p{
        color: white;
    }
    
    #footer-page{
        display: flex;
        flex-direction:column;
    }
    
    #footer-page>a{
        margin: 2rem auto;
        font-size: 1.5rem;
    }

  #footer-page > div > div.div1 > div > div,
  #footer-page > div > div.div2 > div > a > div {
    width: 2.2rem;
    margin-right:1.2rem;
  }
  
  #footer-page > div > div.div2 > div > a > p{
      margin-left: -1rem;
  }


#footer-page > section{
    width: 100%;
  
}
#footer-page > section>a{
    display: flex;
    justify-content: center;
    column-gap: 2.5rem;
}

#footer-page > section>a>span{
    font-size: 1.8rem;
}

#footer-page > section>a>span:nth-of-type(2){
    background-color: orangered;
    border-radius: 1rem;
    padding: 0 1rem;
    
}

#footer-page > div > div.div2 > div > a > p{
    text-transform: none;
    text-decoration: none;
}

#footer-page > section > a > i {
    animation: movement 1s linear infinite;
}

@keyframes movement {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(50%);
    }
}
















































































@media (max-width: 1200px) {
#page2-content2-2{
  flex-direction: column;
  margin-top: 0;
}

.home-img-container{
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 2rem;
}

#page2-misvis-containter{
  column-gap: 2rem;
}

  .page3-content h1 {
    font-size: 4rem;
  }

  .page3-content-1-2 p {
    font-size: 1.5rem;
  }

  /* carousel starts here */

  .carousel h3 {
    font-size: clamp(20px, 2vw, 40px);
  }

  .carousel p {
    font-size: clamp(15px, 1vw, 35px);
    width: 80%;
    margin: auto;
    
  }

  .carousel-item>img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 5px;
  }

  .page3-content {
    margin-top: 0;
  }

  .ftr-content>.fa-brands,
  .ftr-content>.fa-regular {
    font-size: 1.8rem;
  }

}




















@media (max-width: 768px) {

  .hp-quotes>p {
    width: 80%;
  }

  .home-img-container>img {
    display: block;
    margin: 10px auto;
  }


  #footer-page>div {
    width: 100%;
    font-size: 80%;
    padding: 0;
  }

  .hp-content {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgb(40, 45, 2);
  }

  .hp-quotes {
    color: #eeee;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #page2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }

  .page2-content1 {
    text-align: center;
  }

  .page2-content1>h1 {
    font-size: clamp(3rem, 5vw, 5rem);
    margin: 1rem auto 3rem auto;
    color: orangered;
    width: clamp(10rem, 50%, 30rem);
    text-decoration: underline;
  }

  .page2-content1>p {
    padding: 0 1em;
    font-size: clamp(10px, 1vw, 25px);
    text-align: left;
    margin: auto auto;
    width: 92%;
  }

.page2-content2 {
    display: flex;
    flex-direction: row;
    column-gap: 3rem;
    margin: 0 auto 0 auto;
    width: 90%;
  }




.misvis1>h1,
.misvis2>h1 {
    color: orangered;
    margin-bottom: 1.8rem;
  }

#page2-misvis-container > div.page2-content2-2-1.misvis1 > p,
#page2-misvis-container > div.page2-content2-2-1.misvis2 > p{
   font-size: 1.2rem;
} 

  .page3-content h1 {
    font-size: 3rem;
  }

  .page3-content-1-2 p {
    width: 600px;
    font-size: 1.2rem;
  }

  /*#page3 {*/
  /*  background: url('../images/images/page3-background.jpg') center center/cover;*/
  /*  background-size: cover;*/
  /*  background-position: center center;*/
  /*  margin-top: 13rem;*/
  /*}*/

  /*.page3-content {*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  justify-content: center;*/
  /*  text-align: center;*/
  /*  margin-top: 11rem;*/
  /*}*/

  /*#page3>div>h1 {*/
  /*  margin-top: 10rem;*/
  /*  font-size: clamp(30px, 3vw, 60px);*/
  /*  margin-bottom: 30px;*/
  /*}*/

  /*.page3-cnt {*/
  /*  background-color: rgba(255, 255, 255, 0.7);*/
  /*  margin-top: 20px;*/
  /*  height: 300px;*/
  /*  text-align: center;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  overflow: hidden;*/
  /*}*/

  /*.slider {*/
  /*  display: flex;*/
  /*  width: 100%;*/
  /*  animation: slider 10s ease-in-out 500ms infinite;*/
  /*}*/

  /*@keyframes slider {*/
  /*  0% {*/
  /*    transform: translateX(-100vw);*/
  /*  }*/
  /*}*/

  /*.page3-content-1-2 {*/
  /*  width: 100%;*/
  /*  flex-shrink: 0;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*  text-align: center;*/
  /*}*/

  /*.page3-content-1-2 img {*/
  /*  margin-top: 20px;*/
  /*  width: 80px;*/
  /*  height: 80px;*/
  /*  object-fit: cover;*/
  /*  border-radius: 50%;*/
  /*}*/

  /*.page3-content-1-2 p {*/
  /*  margin: auto;*/
  /*  margin-bottom: 10px;*/
  /*  width: 80%;*/
  /*  font-size: 1rem;*/
  /*  font-style: italic;*/
  /*}*/

  /*.star-review {*/
  /*  background: url('../images/images/reviews.png') center center/cover;*/
  /*  width: 200px;*/
  /*  height: 40px;*/
  /*  margin: auto;*/
  /*}*/

  /* ---------------------carousel style start here--------------------- */

  /*.carousel {*/
  /*  overflow: hidden;*/
  /*  position: relative;*/
  /*  top: 0;*/
  /*  width: 100%;*/
  /*  max-width: 1920px;*/
  /*  margin: auto;*/
  /*  background-color: rgba(255, 255, 255, 0.7);*/
  /*}*/

  /*.carousel h3 {*/
  /*  font-size: clamp(20px, 3vw, 40px);*/
  /*}*/

  /*.carousel p {*/
  /*  font-size: clamp(15px, 2vw, 35px);*/
  /*}*/

  /*.carousel-inner {*/
  /*  display: flex;*/
  /*  flex-direction: row-reverse;*/
  /*  width: 400%;*/
  /*  animation: scroll 20s linear infinite;*/
  /*}*/

  /*.carousel-item {*/
  /*  flex: 1 0 25%;*/
  /*  max-width: 25%;*/
  /*  box-sizing: border-box;*/
  /*  padding: 20px;*/
  /*  text-align: center;*/
  /*}*/

  /*.carousel-item img {*/
  /*  width: 150px;*/
  /*  height: 150px;*/
  /*  object-fit: cover;*/
  /*  border-radius: 50%;*/
  /*  margin-bottom: 15px;*/
  /*}*/

  /*@keyframes scroll {*/
  /*  0% {*/
  /*    transform: translateX(25%);*/
  /*  }*/

  /*  5%,*/
  /*  20% {*/
  /*    transform: translateX(0);*/
  /*  }*/

  /*  25%,*/
  /*  45% {*/
  /*    transform: translateX(-25%);*/
  /*  }*/

  /*  50%,*/
  /*  70% {*/
  /*    transform: translateX(-50%);*/
  /*  }*/

  /*  75%,*/
  /*  95% {*/
  /*    transform: translateX(-75%);*/
  /*  }*/

  /*  100% {*/
  /*    transform: translateX(-100%);*/
  /*  }*/
  /*}*/



























@media (max-width: 560px) {
  #footer-page {
    width: 100%;
  }

  #footer-page > div {
    display: flex;
    flex-direction: column;
  }

  .cntftr > .div1 {
    padding: 0;
    width: 100%;
  }

  .cntftr > .div2 {
    width: 100%;
    padding: 0;
  }

  #footer-page > div > div.div1 {
    margin-top: 1rem;
  }

  #footer-page > div > div.div1 > div > i,
  #footer-page > div > div.div2 > div > a > i {
    display: none;
  }

  #footer-page > div > div.div2 > div > a {
    height: 1.5rem;
  }

  #footer-page > div > div.div1 > div > p {
    padding-left: .5rem;
    height: 1.5rem;
    font-size: .8rem;
  }

  #footer-page > div > div.div1 > div > div,
  #footer-page > div > div.div2 > div > a > div {
    width: 2.2rem;
    position: relative;
  }

  #footer-page > div > div.div1 > div > div > i {
    color: white;
    font-size: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #footer-page > div > div.div2 > div > a > div > i {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .ftr-content {
    margin-bottom: 0;
    margin-top: .3rem;
  }

  #footer-page > div > div.div2 > div > a > p {
    margin-left: -1rem;
  }

  .ftr-content > p,
  .ftr-content > a > p {
    font-size: clamp(8px, 1vw, 16px);
    width: 100%;
    margin: 0;
    text-align: left;
    height: 1.5rem;
  }

  .ftr-content > a > i {
    width: 2rem;
  }

  .home-img-container {
    position: relative;
    top: 0;
  }

  .hp-content .hp-quotes > p {
    width: 80%;
    font-size: 4rem;
  }

  #page2-misvis-container > div.page2-content2-2-1.misvis1 > p,
  #page2-misvis-container > div.page2-content2-2-1.misvis2 > p {
    font-size: 1rem;
  }
  
  #footer-page > section>a{
      column-gap:1rem;
  }
  
  
#footer-page > section>a>span{
    font-size: 1.5rem;
}
}

