
*,
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
}
.container-fluid *{
  font-size: 1.5rem ;
}
:root{
  --Theme: #014d8f;
}
.iconsize{
  display: grid;
  place-items: center;
}
.header-body{
  height: 100%;
  display: flex;
  align-items: center;
}
.header-body>h2{
  margin: 0;
  margin-left: 10px;
  font-weight: 600;
  color: white;
  font-size: 18px;
}
.header-body>div{
  height: 70px;
  width: 70px;
  border-radius: 6px;
  margin-left: 50px;
}
::-webkit-scrollbar {
  width: .5rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #006fcf8d;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
}

body {
  /* font-size: 1.6rem; */
  background: rgb(244, 244, 244);
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  height: 100vh;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
}
.content{
  display: flex;
  flex-direction: column;
  flex: 1;
}
header{
  width: 100%;
  height: fit-content;
  background-color: #001446;
  background-image: url('../Files/Home/TestWall2.jpg');
}
.container {
  max-width: 60%;
  margin-left: 20px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
#AmazingYachts{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2px;
  height: 48rem;
  
}

#AmazingYachts .AmazingYachts-slider {
  padding: 2rem 0;
}

.AmazingYachts-slide {
  width: fit-content;
}


.AmazingYachts-slide .AmazingYachts-slide-img img {
  height: 40rem;
  width: 60rem;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  box-shadow: 5px 5px 13px #00000040;
}


.AmazingYachts-slider-control{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.swiper.AmazingYachts-slider{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: fit-content !important;
  gap: 10px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}
.theobjects{
  width: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  row-gap: 5px;
}
/* @media (max-width:760px) {
  .theobjects{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    row-gap: 5px;
  }
} */
.swiper-button-prev:after, 
.swiper-button-next:after {
  display: none; 
}
.swiper-button-prev.slider-arrow,.swiper-button-next.slider-arrow{
  font-size: 40px;
  width: 20px;
  height: 50px;
  color: rgb(69, 69, 69);
  background-color: rgba(255, 255, 255, 0.214);
  cursor: pointer;
  place-items: center;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.663);
}
.swiper-button-prev:active{
color: black;
transform: scale(.98) translateX(-5px);
}
.swiper-button-next:active{
  color: black;
  transform: scale(.98) translateX(5px);
  }


 .swiper-pagination-bullet {
  background: rgba(70, 70, 70, 0.604);
  transition: all.2s ease-in-out;
  width: 5px;
  height: 5px;
  margin: 0;
}
.swiper-pagination-bullet-active {
  background: #1560A2;
}
.Yacht-details{
  overflow: hidden;
  background-color: rgb(244, 244, 244);
  /* background-color: red; */
  border-radius: 10px;
  width: 30%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  gap: 3rem;
  padding: 10px ;
}
.Yacht-details h6{
  font-size: 22px;
  color:  #000b50;
  font-weight: 500;
  width: 100%;
}


.details {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* background-color: white; */
  /* padding: 5px; */
  border-radius: 10px;
  row-gap: 3rem;
}


.details .Specifications {
  
  color: #0B1347;
  /* width: 9rem; */
  height: fit-content;
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 6px;
  border-radius: 5px;
  margin: 1px;
}



.Specifications ion-icon{
  font-size: 20px;
  margin: 0;
}
.Specifications i{
  font-size: 17px;
  color: #000946;
  margin-bottom: 3px;
}
.Specifications .dtal{
  font-size: 13px ;
  color: #4e4e4e;
  font-weight: 400;
  margin: 0;
}
.Specifications .dtal:last-child{
  font-size: 20px ;
  color: #000b50;
  font-weight: 600;
  margin: 0;
  width: 100%;
  line-height: 25px;
}
.Yacht-details-desc{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.descrition{
  width: 50%;
  height: fit-content;
  font-size: 25px;
  font-weight: 300;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.descrition b{
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  color: black;
}
.desc-header{
  font-size: 28px;
  font-weight: 500;
}
.pricing{
  width: 30%;
}
.pricing >div{
  background-color: white;
  box-shadow: 2px 2px 8px #00000028;
  width: 70%;
  margin: auto;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  padding: 20px;
}
.price{
  font-size: 25px;
  color: #003665;
  font-weight: 600;
}
.book-now-button button{
  background-color: var(--Theme);
  color: white;
  font-size: 25px;
  font-weight: 500;
  padding: 9px 55px;
  width: 100%;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}
footer{
  width: 100%;
  /* height: 150px; */
  padding: 8px 0px;
  background-color: #001446;
  background-image: url('../Files/Home/TestWall2.jpg');
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* footer>div{
  min-width: 30%;
  height: 100%;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer>div:last-child{
  align-items: baseline;
}
footer>div:last-child>a>div{
  width: fit-content;
  color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer a{
  color: white;
  text-decoration: none;
  font-weight: 300;
}
footer ion-icon{
  font-size: 25px;
} */
#LogoImg{
  width: 100%;
  height: 100%;
}


@media (max-width: 1330px) {
  .details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1110px) {
  .pricing >div{
    width: 85%;
    margin: 0;
  }
}

@media (max-width: 1060px) {
  .details {
    grid-template-columns: repeat(3, 1fr);
  }
  .pricing >div{
    width: 100%;
  }
  .Yacht-details{
    gap: 15px;
    font-size: 10px;
    width: 100%;
  }
  #AmazingYachts{
    flex-direction: column;
    height: fit-content;
    padding: 0;
    gap: 5px;
  }
  .container{
    min-width: 100%;
    padding: 0;
    margin: 0;
  }
  .Yacht-details-desc{
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }
  .descrition{
    padding-right: 10px;
  }
  .pricing{
    margin-right: 30px;
  }
  /* footer>div:last-child>a>div{
    font-size: 13px;
  } */

  
  
}
@media (max-width:800px) {
  .AmazingYachts-slide .AmazingYachts-slide-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
  }
  .AmazingYachts-slide {
    width: 100%;
  }
  .Yacht-details h6{
    font-size: 17px;
  }
  .details {
    gap: .4rem;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .Specifications{
    background-color: rgba(255, 255, 255, 0.181);
    box-shadow: 1px 1px 2px #00000011;
    gap: 3px;
  }
.Specifications i{
  font-size: 18px;
  margin-bottom: 2px;
  opacity: .9;
}
.Specifications .dtal{
  font-size: 12px ;
  color: #4e4e4e;
  font-weight: 400;
  margin: 0;
}
.Specifications .dtal:last-child{
  font-size: 20px ;
  font-weight: 600;
  margin: 0;
  width: 100%;
}
.Yacht-details-desc{
  margin: 20px 0px;
  width: 100%;
  flex-direction: column-reverse;
  align-items: baseline;
}
.pricing{
  width: 100%;
  padding: 0;
}
.pricing > div{
  width: 90%;
}
/* footer{
  width: 100%;
  height: 150px;
  background-color: var(--Theme);
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.header-body>div{
  margin-left: 10px;
}
/* footer>div{
  min-width: 30%;
  height: 100%;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer>div:last-child{
  align-items: baseline;
}
footer>div:last-child>a>div{
  width: fit-content;
  color: white;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer a{
  color: white;
  text-decoration: none;
  font-weight: 300;
}
footer ion-icon{
  font-size: 25px;
} */
.descrition{
  width:95%;
  gap: 8px;
  line-height: 20px;
}
.desc-header{
  font-size: 20px;
  font-weight: 500;
}
.descrition b{
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
}

}
/* @media (max-width:410px) {
  footer{
    flex-direction: column;
    height: fit-content;
    padding: 10px 0;
  }
  footer>div:last-child>a>div{
      width: fit-content;
      font-size: 15px;
    }
    footer>div{
      gap: 15px;
      margin: 0;
    }
    footer ion-icon{
      font-size: 17px;
    }
  
} */
