@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #111;
}

html::-webkit-scrollbar-thumb {
  background: #29d9d5;
  border-radius: 5rem;
}

body {
  background: rgb(250, 248, 248);
  overflow-x: hidden;
}

section {
  padding: 3rem 9%;
}

.heading {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 2rem;
}

.heading span {
  color: #000;
  font-size: 2rem;
}

.heading h1 {
  font-size: 4rem;
  color: rgb(9, 7, 73);
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #29d9d5;
  border: 0.2rem solid #29d9d5;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
}

.btn:hover {
  background: #29d9d5;
  color: #111;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 9%;
}

.header .navbar a {
  font-size: 1.7rem;
  color: #aaa;
  display: inline-block;
  margin: 0 1rem;
}

.header .navbar a:hover {
  color: #29d9d5;
}

.header .btn {
  margin-top: 0;
}

.logo {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bolder;
}

.logo i {
  color: #29d9d5;
  padding-right: .5rem;
}

#menu-btn {
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: none;
}

.home {
  margin: 0 auto;
  margin-top: 9rem;
  width: 90%;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/banner.jpg) no-repeat;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
}

.home .content {
  text-align: center;
}

.home .content span {
  font-weight: bolder;
  color: transparent;
  -webkit-text-stroke: 0.1rem #fff;
  font-size: 4vw;
  display: block;
}

.home .content h3 {
  font-size: 6vw;
  color: #fff;
}

.home .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.book-form {
  width: 80%;
  margin: 1rem auto;
  margin-top: -5rem;
  background: rgb(247, 241, 241);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
          box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
  padding: 3rem 2rem;
}

.book-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.book-form form .inputBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
}

.book-form form .inputBox span {
  font-size: 1.4rem;
  color: rgb(6, 0, 0);
}

.book-form form .inputBox input {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 5rem;
  border: 0.2rem solid #29d9d5;
  font-size: 1.6rem;
  color: rgb(8, 8, 8);
  text-transform: none;
  background: none;
  margin-top: 1rem;
}

.book-form form .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15rem;
          flex: 1 1 15rem;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
}

.about .video-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .video-container video {
  border-radius: 1rem;
  width: 100%;
}

.about .video-container .controls {
  text-align: center;
  padding: 2rem 0;
}

.about .video-container .controls span {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: rgb(11, 10, 10);
  cursor: pointer;
  margin: .7rem;
}

.about .video-container .controls span:hover {
  background: #29d9d5;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  margin-bottom: 5rem;
}

.about .content span {
  color: #070707;
  font-size: 2rem;
}

.about .content h3 {
  color: rgb(9, 7, 73);
  font-size: 4rem;
  margin-top: .5rem;
}

.about .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #070707;
  line-height: 2;
}
.packages .box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap:1.5rem;
}

.packages .box-container .box{
  background:var(--bg-color-1);
  border-radius: .5rem;
  box-shadow: var(--box-shadow);
}

.packages .box-container .box .image{
  height:25rem;
  width: 100%;
  padding:1.5rem;
  position: relative;
}

.packages .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.packages .box-container .box .image img{
  height:100%;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem;
}


.packages .box-container .box .image h3{
  position: absolute;
  top:2.5rem; left:2.5rem;
  font-size: 2rem;
  color:#fff;
  background: rgba(0,0,0,.5);
  border-radius: .5rem;
  font-weight: lighter;
  padding:.5rem 1.5rem;
}

.packages .box-container .box .image h3 i{
  color:var(--orange);
}

.packages .box-container .box .content{
  padding:1.5rem;
  padding-top: 0;
}

.packages .box-container .box .content .price{
  font-weight: 600;
  color:var(--text-color-1);
  font-size: 2.5rem;
}

.packages .box-container .box .content .price span{
  font-weight: lighter;
  color:var(--text-color-2);
  font-size: 1.5rem;
  text-decoration: line-through;
}

.packages .box-container .box .content p{
  font-size: 1.5rem;
  padding:.5rem 0;
  color:var(--text-color-2);
  line-height: 1.7;
}

:root{
  --orange:#F79F1F;
  --text-color-1:#444;
  --text-color-2:#666;
  --bg-color-1:#fff;
  --bg-color-2:#eee;
  --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}

.services .box-container .box {
  background: #222;
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
  border: 0.2rem solid #111;
}

.services .box-container .box:hover {
  border: 0.2rem solid #29d9d5;
}

.services .box-container .box i {
  font-size: 4rem;
  color: #29d9d5;
  margin-bottom: 2rem;
}

.services .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
}

.services .box-container .box p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}


.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.review .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.review .content span {
  font-size: 2rem;
  color: #070707;
}

.review .content h3 {
  font-size: 3rem;
  color: rgb(9, 7, 73);
}

.review .content p {
  font-size: 1.4rem;
  color: #000;
  padding: 1rem 0;
  line-height: 2;
}

.review .box-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.review .box-container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
  border-radius: 1rem;
  padding: 2rem;
  background: #222;
  border: 0.2rem solid #111;
}

.review .box-container .box:hover {
  border: 0.2rem solid #29d9d5;
}

.review .box-container .box p {
  font-size: 1.4rem;
  padding-bottom: 1rem;
  line-height: 2;
  color: #aaa;
}

.review .box-container .box .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.review .box-container .box .user img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}

.review .box-container .box .user h3 {
  font-size: 1.7rem;
  color: #fff;
}

.review .box-container .box .user span {
  color: #aaa;
  font-size: 1.5rem;
}


.blogs .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}

.blogs .box-container .box {
  border-radius: 1rem;
  background: #222;
  overflow: hidden;
}

.blogs .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
}

.blogs .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs .box-container .box .content {
  padding: 2rem;
}

.blogs .box-container .box .content .link {
  font-size: 2rem;
  color: #fff;
}

.blogs .box-container .box .content .link:hover {
  color: #29d9d5;
}

.blogs .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.blogs .box-container .box .content .icon {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogs .box-container .box .content .icon a {
  font-size: 1.4rem;
  color: #aaa;
}

.blogs .box-container .box .content .icon a:hover {
  color: #29d9d5;
}

.blogs .box-container .box .content .icon a i {
  padding-right: .5rem;
  color: #29d9d5;
}

.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/ban1.jpg) no-repeat;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/ban1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  background-attachment: fixed;
  text-align: center;
}

.banner .content span {
  font-size: 2rem;
  color: #29d9d5;
}

.banner .content h3 {
  font-size: 4rem;
  color: #fff;
  margin-top: 1rem;
}

.banner .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box {
  padding: 1rem 0;
}

.footer .box-container .box .logo {
  padding-bottom: 1rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: rgb(9, 7, 73);
  padding: 1rem 0;
}

.footer .box-container .box p {
  font-size: 1.4rem;
  color: #070707;
  padding: 1rem 0;
  line-height: 2;
}

.footer .box-container .box p i {
  padding-right: .5rem;
  color: #000;
}

.footer .box-container .box .share {
  padding-top: 1rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  font-size: 1.7rem;
  border: 0.2rem solid #070707;
  color: #000;
  margin-right: .5rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background: #29d9d5;
  color: #111;
}

.footer .box-container .box .links {
  font-size: 1.4rem;
  color: #000;
  padding: 1rem 0;
  display: block;
}

.footer .box-container .box .links:hover {
  color: #000;
}

.footer .box-container .box .links:hover i {
  padding-right: 2rem;
}

.footer .box-container .box .links i {
  padding-right: .5rem;
  color: #000;
}

.footer .box-container .box form .email {
  width: 120px;
  border-radius: 5rem;
  border: 0.2rem solid #070707;
  background: none;
  font-size: 1.5rem;
  text-transform: none;
  color: #000;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
}

.credit {
  background: #222;
  text-align: center;
  font-size: 2rem;
  padding: 2rem 1rem;
  color: #aaa;
}

.credit span {
  color: #29d9d5;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #222;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    margin: 2rem;
    font-size: 2rem;
    display: block;
  }
  .home {
    margin-top: 10rem;
  }
  .home .content span {
    font-size: 8vw;
  }
  .home .content h3 {
    font-size: 9vw;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .about .content h3 {
    font-size: 3.5rem;
  }
  .banner .content h3 {
    font-size: 2.7rem;
  }
}


.bannerr {
  padding: 10em 0 10em 0;
  text-align: center;
width: 100%;
background-image: url(../images/ban2.jpg);
background-repeat: no-repeat;
background-size: cover;
box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);
}


.bannerr h2 {
  margin: 0;
  font-size: 3em;
  color: #FFFFFF;
  text-align: center;
  font-weight: 350;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 1em 0 0 0;
}

.head2 {
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0 0 0;
  line-height: 2em;
  letter-spacing: 2px;
 padding: 0 0 2em 0;
}

#ab{
  margin-top: 50px;
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 0.1rem #fff;
    font-size: 4vw;
    display: block;
  
}
.destination .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(27rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
}

.destination .box-container .box {
  border-radius: 1rem;
  overflow: hidden;
  background: #217cbd4d;
}

.destination .box-container .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.destination .box-container .box .image {
  height: 20rem;
  overflow: hidden;
  width: 100%;
}

.destination .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.destination .box-container .box .content {
  padding: 2rem;
  text-align: center;
 
}

.destination .box-container .box .content h3 {
  font-size: 2rem;
  color: #fff;
}

.destination .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: white;
  line-height: 2;
}

.destination .box-container .box .content a {
  font-size: 1.7rem;
  color: #29d9d5;
}

.destination .box-container .box .content a:hover i {
  padding-left: 1rem;
}

.destination .box-container .box .content a i {
  padding-right: .5rem;
}

.bannerrr {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/banner-bg.jpg) no-repeat;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  background-attachment: fixed;
  text-align: center;
}

.bannerrr .content span {
  font-size: 2rem;
  color: #29d9d5;
}

.bannerrr .content h3 {
  font-size: 4rem;
  color: #fff;
  margin-top: 1rem;
}

.bannerrr .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}
.galleryy {
  position: relative;
  margin-left: 3.5vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
}

.galleryy .cardd {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 15px;
  overflow: hidden;
}

/* watch out for this one  */
.galleryy .cardd .imgBx,
.galleryy .cardd .contentBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.galleryy .cardd .imgBx img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galleryy .cardd .contentBx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
  transform-origin: right;
  transition-delay: 0.5s;
}

.galleryy .cardd:hover .contentBx::before {
  transform: scaleX(1);
  transition: transform 0.5s ease-in-out;
  transform-origin: left;
  transition-delay: 0s;
}

.galleryy .cardd .contentBx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.galleryy .cardd .contentBx .contentt {
  position: relative;
  padding: 30px;
  z-index: 1;
  transition: 0.5s;
  transform: translateX(-300px);
  transition-delay: 0s;
}

.galleryy .cardd:hover .contentBx .contentt {
  transform: translateX(0px);
  transition-delay: 0.5s;
}

.galleryy .cardd .contentBx .contentt h3 {
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.galleryy .cardd .contentBx .contentt p {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300;
}

:root{
  font-family: 'Poppins', sans-serif;
  --white:#fff;
  --black:#000;
  --dark:#2a2a2e;
  --yellow:#000;
  --darkyellow:#000;
 
  }
.blog_container{
  width:100%;
  display:flex;
  align-items:top;
  background-color:#f1f1f1;
  }
  
  /*BLOG LEFT CONTENT*/
  .blog_content{
  padding:2rem;
  width:100%;
  }
  
  .blog_content .load-btn{
  display:none;
  width:150px;
  margin:5vh auto;
  }
  
  .left_content{
  display:flex;
  align-items:top;
  justify-content: space-between;
  flex-wrap:wrap;
  column-count: 2;
  gap: 20px 10px;
  flex:0 0 70%;
  }
  
  .right_content{
  flex:0 0 30%;
  }
  
  .blog_card{
  width:100%;
  flex:0 0 48.5%;
  overflow:hidden;
  background-color:var(--dark);
  }
  
  .blog_card:nth-child(1){
  flex:0 0 100%;
  }
  
  .blog_card .figure{
  display:block;
  width:100%;
  height:200px;
  position:relative;
  overflow:hidden;
  }
  
  .blog_card:nth-child(1) .figure{
  height:300px;
  }
  
  .blog_card .figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
  }
  
  .blog_card .tag{
  padding:5px 10px;
  background-color:var(--yellow);
  color:var(--white);
  position:absolute;
  right:1%;
  top:3%;
  font-size:12px;
  }
  
  .blog_card section{
  padding:1rem;
  position:relative;
  background-color:#222;
  }
  
  .blog_card section .title{
    font-family: 'Poppins', sans-serif;
  font-weight:600;
  font-size:22px;
  color:#fff;
  width:auto;
  }
  
  .blogp{
    font-size: 12px;
    color: grey;
  }
  
  .blog_card section a:hover{
  color:#29d9d5;
  }
  
  .blog_card:hover > .figure img{
  transform:scale(1.1);
  }
  
  .share_icon{
  position:absolute;
  bottom:-30px;
  left:10px;
  background-color:var(--red);
  color:var(--white);
  display:flex;
  align-items:center;
  padding-right:5px;
  font-size:13px;
  cursor:pointer;
  transition:0.5s;
  }
  
  .share_icon .fa{
  padding:5px;
  background-color:var(--darkred);
  margin-right:10px;
  }
  
  .blog_card section img{
  width:30%;
  margin-right:20px;
  object-fit:cover;
  border:5px solid rgba(1,1,1,0.1);
  }
  
  .blog_card section img:nth-child(even){
  float:left;
  }
  
  .blog_card section img:nth-child(odd){
  float:right;
  }
  
  
  
  
  
  .columns{
  display:block;
  margin-bottom:4vh;
  background-color:var(--white);
  }
  
  .columns section{
  padding:1rem;
  }
  
  .columns .title{
  background-color:var(--yellow);
  color:var(--white);
  padding:1rem;
  text-align:left;
  width:100%;
  display:block;
  transition:0.2s;
  border-left:0px solid var(--dark);
  }
  
  .columns:hover > .title{
  border-left:5px solid var(--dark);
  }
  
  .columns .title a{
  float:right;
  }
  
  .columns .title a:hover{
  color:var(--dark);
  }
  
  .search form{
  width:100%;
  display:flex;
  align-items:center;
  }
  
  .search fieldset:nth-child(2){
    margin-left: 5px;
  width:10%;
  }
  
  .search form input{
  border:1px solid rgba(1,1,1,0.1);
  padding:1rem;
  width:100%;
  font-weight:600;
  color:rgba(1,1,1,0.5);
  }
  
  .search .btn1{
    padding: 2px 2px 2px 2px;
  border:1px solid var(--yellow);
  border-radius:0;
  }
  
  
  
  
  .books .cards {
  position: relative;
  width: 100%;
  height:46vh;
  overflow: hidden;
  border-radius: 5px;
  background-color:#f1f1f1;
  }
  
  .books .cards::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  display: block;
  width: 100%;
  height: 100%;
  }
  
  .books .card_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position:center;
  transform: translateX( 700px );
  background-repeat:no-repeat;
  animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
  background-color:#f1f1f1;
  }
  
  .books .card_part.card_part-two {
  z-index: 6;
  animation-delay: 7s;
  background-repeat:no-repeat;
  }
  
  .books .card_part.card_part-three {
  z-index: 5;
  animation-delay: 14s;
  background-repeat:no-repeat;
  }
  
  .books .card_part.card_part-four {
  z-index: 4;
  animation-delay: 21s;
  background-repeat:no-repeat;
  }
  
  @keyframes opaqTransition {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -700px ); }
  100% { transform: translateX( -700px ); }
  }
  
  
  
  
  
  .categories a{
  display:inline-block;
  padding:0.2rem 1rem;
  border-radius:40px;
  background-color: grey;
  margin:5px 3px;
  font-size:12px;
  white-space:nowrap;
  color:var(--white);
  }
  
  .categories a:hover{
  background-color:var(--dark);
  }
  
  
  
  .posts a{
  display:flex;
  align-items:center;
  margin:0.4rem 0;
  }
  
  .posts a img{
  width:100px;
  margin-right:10px;
  }
  
  .posts a:hover > p{
  color:var(--black);
  }
  
  
  
  
  .comments{
  position:relative;
  overflow:hidden;
  max-height:60vh;
  }
  
  .marquee2 {
  position: relative;
  overflow:hidden;
  line-height:1.6em;
  }
  
  .marquee2 p{
  border-bottom:1px solid rgba(1,1,1,0.1);
  position:relative;
  padding:0.4rem 0;
  }
  
  .marquee2 p:before{
  content:"\f10d";
  font-family:"FontAwesome";
  margin-right:5px;
  position:relative;
  top:-5px;
  }
  
  @keyframes marquee1 {
  0% {
  top: 10%;
  }
  100% {
  top: -100%;
  }
  }
  
  
  
  .social_icons{
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap: 15px;
  background-color:transparent;
  }
  
  .social_icons .fa{
  padding:7px 13px;
  background-color:#f1f1f1;
  color:var(--white);
  transition:0.2s;
  }
  
  .social_icons a:hover > .fa{
  transform:scale(1.1);
  }
  
  .social_icons .fa-facebook{
  background-color:#3b5998;
  }
  
  .social_icons .fa-instagram{
  background-color:#fb3958;
  }
  
  .social_icons .fa-youtube{
  background-color:#c4302b;
  }
  
  .social_icons .fa-whatsapp{
  background-color:#25d366;
  }
  
  .social_icons .fa-telegram{
  background-color:#3399ff;
  }
  
  
  @media (max-width:1000px){
  .blog_container{
  flex-wrap:wrap;
  }
  .blog_content{
  padding:0;
  order:2;
  }
  .left_content{
  flex:0 0 100%;
  order:2;
  padding:1rem;
  }
  .right_content{
  flex:0 0 100%;
  order:1;
  padding:1rem;
  }
  .books,.posts, .comments, .categories{
  display:inline-block;
  width:47%;
  margin:1.3%;
  margin-bottom:0;
  vertical-align:top;
  height:63vh;
  }
  .posts{
  overflow-y:auto;
  }
  .right_content{
  flex:0 0 100%;
  }
  }
  
  @media (max-width:740px){
  .blog_card{
  flex:0 0 100%;
  }
  .posts, .comments, .books, .categories{
  width:100%;
  margin:0;
  height:auto;
  margin-bottom:4vh;
  }
  }
  
  
  
  
  
  

  .credits{
  position:fixed;
  right:0;
  bottom:2%;
  background-color:#1e1e1e;
  padding:0.5rem;
  font-size:12px;
  z-index:999;
  color:rgba(255,255,255,0.7);
  }
  
  .credits a{
  color:rgba(255,255,255,0.7);
  }
  
  .credits a:hover{
  color:white;
  }
  
  .credits .btn0{
  background-color:white;
  color:#000;
  padding:5px;
  border-radius:5px;
  border:0;
  display:block;
  margin:1vh auto;
  width:100px;
  text-align:Center;
  }
  
  .credits .btn0:hover{
  color:black;
  background-color:#b8bca7;
  }

  
  .card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
    margin-top: 140px;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 240px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #000;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
  padding-top: .2rem;
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #070707;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 1.2rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
  font-size: 1.3rem;
    margin: 0;
    list-style: none;
    padding-left: 2.1rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.7rem 0.9rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 135px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #000;
}
.purchase-info .btn:last-of-type{
    background: #29d9d5;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.4rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

.contain {
  margin-top:50px;
  background-color: #eee;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

div.form {
  background-color: #222;
}
.contact-wrapper {
  margin: auto 0;
}

.submit-btn {
  float: left;
}
.reset-btn {
  float: right;
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
 margin-bottom: 15px;
  border-bottom: 3px solid #ec1c24;
}

.highlight-text {
  color: #ec1c24;
}

.hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.highlight-text-grey {
  font-weight: 500;
}

.email-info {
    margin-top: 20px;
    color: #fff;
}

::-webkit-input-placeholder { /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.required-input {
  color: black;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

h3,
ul {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
}

.form-input:focus,
textarea:focus{
  outline: 1.5px solid #ec1c24;
}

.form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.wrapper > * {
  padding: 1em;
}
@media (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    background: #222;
  }
  .wrapper > * {
    padding: 2em 2em;
  }
}

ul {
  list-style: none;
  padding: 0;
}

.contacts {
  color: #212d31;
}

.form {
  background: #fff;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
form label {
  display: block;
}
form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
  color: #fff;
}

button,
.submit-btn,
.form-input,
textarea {
  padding: 1em;
}

button, .submit-btn {
  background: transparent;
  border: 1px solid #29d9d5;
  color: #29d9d5;
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
button:hover, .submit-btn:hover,
button:focus , .submit-btn:focus{
  background: #29d9d5;
  outline: 0;
  color: #111;
}
.error {
  color: #ec1c24;
}


.map_sec{
  padding: 50px 0px;
}
.map_inner h4, .map_inner p{
  color: #000;
  text-align: center
}
.map_inner p{
  font-size: 13px;
}
.map_bind{
 margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}

#toTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  background: #222;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}

:root {
	--col-1: #c8ddef;
	--col-2: #ff3729fc;
	--bg-1: white;
}

.material-symbols-rounded {
	font-family: "Material Symbols Rounded";
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	vertical-align: middle;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: "liga";
}



.gallery {
	width: 100%;
	box-sizing: border-box;
}

.gallery .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.gallery .row .col {
	max-width: 24.999%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery .row .col .fluid-container {
	width: 99.9999%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin: 15px 0;
	user-select: none;
	transition: all 0.2s ease;
	display: block;
}

.gallery .row .col .fluid-container {
	display: block;
}

.gallery .row .col .fluid-container.selected {
	width: 99.99%;
	max-width: 49.99%;
}

@media screen and (max-width: 767px) {
	.gallery .row .col .fluid-container {
		width: 99.99%;
	}

	.gallery .row .col {
		max-width: 49.999%;
	}
}

.gallery .row .col .fluid-container .item {
	border-radius: 16px;
	overflow: hidden;
	cursor: zoom-in;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.gallery .row .col .fluid-container.inScreen .item {
	opacity: 1;
}

.gallery .row .col .fluid-container .item .img img {
	border-radius: 16px;
	width: 100%;
	transition: transform 0.2s ease-in-out;
}

.gallery .row .col .fluid-container .item .img {
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.gallery .row .col .fluid-container .item .img:hover img {
	transform: scale(1.2);
}

.gallery .row .col .fluid-container .item .img:before {
	content: "Open ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(57, 57, 57, 0.385);
	color: #fafafa;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	z-index: 1;
}

.gallery .row .col .fluid-container .item .img:hover:before {
	opacity: 1;
}

.gallery .row .col .fluid-container .item .info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.2em;
	box-sizing: border-box;
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.gallery .row .col .fluid-container .item:hover .info {
	transform: scale(1);
	opacity: 1;
}

.gallery .row .col .fluid-container .item .info .title {
	flex: 1;
	text-align: center;
}

.overlayed {
	overflow: hidden !important;
}

.overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	background-color: rgba(38, 38, 38, 0.544);
	display: none;
}

.overlayed .overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 0.3s ease-in-out;
}

.overlay .viewer {
	box-sizing: border-box;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
	padding: 60px;
  margin-bottom: -1px;
}

.overlay .viewer div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.overlay .viewer div:first-child {
  font-size: 20px;
  margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.overlay .viewer img {
	max-height: 70vh;
	max-width: 70vw;
	border-radius: 8px;
}

.alt {
	flex: 1;
	color: white;
}

.close {
  padding-left: 15px;
	float: right;
	right: 0;
	border: none;
	height: 62px;
	aspect-ratio: 1;
	border-radius: 100%;
	margin: 10px;
	transition: all 0.3s ease;
}

.close:hover {
	background-color: #fafafa;
	transform: scale(1.1);
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
