@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Taviraj:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Taviraj:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Taviraj:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: none;
  transition: all 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
html::-webkit-scrollbar {
  width: none;
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar-track {
  background: #fff;
}
html::-webkit-scrollbar-thumb {
  background: #a15c10;
  border-radius: 5rem;
}

body {
  background: #fff;
  overflow-x: hidden;
}

section {
  padding: 3rem 9%;
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
}
.heading span {
  color: #a15c10;
  font-size: 3rem;
  font-family: ;
}
.heading h1 {
  font-size: 3rem;
  color: #4b5320;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  cursor: pointer;
  background: linear-gradient(to right, #010329, #03a7f9);
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
}
.btn:hover {
  background: linear-gradient(to right, #03a7f9, #010329);
  color: #f5f5dc;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 9%;
}
.header .navbar a {
  font-family: Tahoma;
  font-size: 2rem;
  color: #023f63;
  display: inline-block;
  margin: 0 1rem;
  text-transform: capitalize;
  text-decoration: none;
}
.header .navbar a:hover {
  color: #03a7f9;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.header .btn {
  margin-top: 0;
}

#menu-btn {
  font-size: 2.5rem;
  color: #023f63;
  cursor: pointer;
  display: none;
}
#menu-btn a {
  font-size: 2.5rem;
  color: #fff;
  display: none;
}

/* caret */
/* carousel */
.carousel {
  height: 80vh;
  margin-top: 12rem;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 450px) {
  .carousel {
    height: 70vh;
  }
}
.carousel .list .item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
}
.carousel .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .list .item .content {
  position: absolute;
  top: 20%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 30%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 5px 10px #0004;
}
.carousel .list .item .author {
  font-weight: bold;
  letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic {
  font-size: 5em;
  font-weight: bold;
  line-height: 1.3em;
}
.carousel .list .item .topic {
  color: #01214f;
}
.carousel .list .item .buttons {
  display: grid;
  grid-template-columns: repeat(2, 130px);
  grid-template-rows: 40px;
  gap: 5px;
  margin-top: 20px;
}
.carousel .list .item .buttons button {
  border: none;
  background-color: #eee;
  letter-spacing: 3px;
  font-family: Poppins;
  font-weight: 500;
}
.carousel .list .item .buttons button:nth-child(2) {
  background-color: transparent;
  border: 1px solid #fff;
  color: #eee;
}

/* thumbail */
.thumbnail {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: max-content;
  z-index: 100;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 450px) {
  .thumbnail {
    height: 27vh;
  }
}
@media screen and (max-width: 450px) {
  .thumbnail .item img {
    height: 50px;
    width: 20px;
  }
}
.thumbnail .item {
  width: 150px;
  height: 220px;
  flex-shrink: 0;
  position: relative;
}

.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.thumbnail .item .content {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.thumbnail .item .content .title {
  font-weight: 500;
}
.thumbnail .item .content .description {
  font-weight: 300;
}
/* arrows */
.arrows {
  position: absolute;
  top: 80%;
  right: 52%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.267);
  border: none;
  color: #fff;
  font-family: monospace;
  font-weight: bold;
  transition: 0.5s;
}
.arrows button:hover {
  background-color: #fff;
  color: #023054;
}

/* animation */
.carousel .list .item:nth-child(1) {
  z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons {
  transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 1s linear 1 forwards;
}
@keyframes showContent {
  to {
    transform: translateY(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.carousel .list .item:nth-child(1) .content .title {
  animation-delay: 1.2s !important;
}
.carousel .list .item:nth-child(1) .content .topic {
  animation-delay: 1.4s !important;
}
.carousel .list .item:nth-child(1) .content .des {
  animation-delay: 1.6s !important;
}
.carousel .list .item:nth-child(1) .content .buttons {
  animation-delay: 1.8s !important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img {
  width: 150px;
  height: 220px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-radius: 30px;
  animation: showImage 0.5s linear 1 forwards;
}
@keyframes showImage {
  to {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.carousel.next .thumbnail .item:nth-last-child(1) {
  overflow: hidden;
  animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.prev .list .item img {
  z-index: 100;
}
@keyframes showThumbnail {
  from {
    width: 0;
    opacity: 0;
  }
}
.carousel.next .thumbnail {
  animation: effectNext 0.5s linear 1 forwards;
}

@keyframes effectNext {
  from {
    transform: translateX(150px);
  }
}

/* running time */

.carousel .time {
  position: relative;
  z-index: 1000;
  width: 0%;
  height: 3px;
  left: 0;
  top: 0;
  margin-top: 1rem;
}

.carousel.next .time,
.carousel.prev .time {
  animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

/* prev click */

.carousel.prev .list .item:nth-child(2) {
  z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img {
  animation: outFrame 0.5s linear 1 forwards;
  position: absolute;
  bottom: 0;
  left: 0;
}
@keyframes outFrame {
  to {
    width: 150px;
    height: 220px;
    bottom: 50px;
    left: 50%;
    border-radius: 20px;
  }
}

.carousel.prev .thumbnail .item:nth-child(1) {
  overflow: hidden;
  opacity: 0;
  animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button {
  pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons {
  animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
  to {
    transform: translateY(-150px);
    filter: blur(20px);
    opacity: 0;
  }
}
@media screen and (max-width: 678px) {
  .carousel .list .item .content {
    padding-right: 0;
  }
  .carousel .list .item .content .title {
    font-size: 30px;
  }
}

/*end of caret*/

.home {
  margin: 0 auto;
  margin-top: 9rem;
  width: 98%;
  border-radius: 1rem;
  background: url(../images/Naz14.jpeg) no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25rem;
}
@media screen and (max-width: 450px) {
  .home {
    height: 50vh;
  }
}
.home .content {
  text-align: center;
  text-shadow: 4px 4px 6px #484747;
  margin-top: 10rem;
}
.home .content span {
  font-weight: bolder;
  color: White;
  webkit-text-stroke: 0.1rem;
  font-size: 7vw;
  display: block;
  text-align: center;
}
.Home .content h2 {
  font-size: 20vw;
  color: #fff;
  text-align: center;
}
.Home .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.coporate .coporate-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
  margin: 1rem auto;
  margin-top: -4rem;
  background: #03a7f9;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
  padding: 2rem;
  display: flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.coporate .coporate-container .coporate-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coporate .coporate-container .box {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  border: 0.1rem solid #fff;
  border-width: 0.5rem;
  float: left;
  overflow: hidden;
  background: linear-gradient(to right, #010329, #03a7f9);
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
}
.coporate .coporate-container .box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.coporate .coporate-container .box .image {
  height: 15rem;
  overflow: hidden;
  width: 100%;
}
.coporate .coporate-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coporate
  .coporate-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text {
  display: none;
}
.coporate
  .coporate-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text--show {
  display: inline;
}
.coporate .coporate-container .box .content {
  padding: 2rem;
  text-align: center;
}
.coporate .coporate-container .box .content h3 {
  font-size: 2rem;
  color: #fff;
}
.coporate .coporate-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.profile {
  font-family: Tahoma;
  font-size: 1.8rem;
  line-height: 2;
  text-transform: none;
}
.profile p {
  font-family: Tahoma;
  font-size: 2rem;
  line-height: 3rem;
  text-align: justify;
}
.profile .row-profile .column-profile h5 {
  font-family: "Times New Roman", Times, serif;
  font-size: 3rem;
  text-align: center;
  margin-right: 3rem;
  margin-left: -3rem;
  line-height: 3rem;
}
.column-profile {
  float: left;
  width: 30%;
  margin: 3rem;
}
.row-profile {
  display: flex;
}

.column-profile {
  flex: 50%;
}

.profile .row-profile .column-profile p {
  font-size: 2rem;
  font-family: Tahoma;
  line-height: 3rem;
}

/* Clear floats after the columns */
.row-profile:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 450px) {
  .column-profile {
    width: 100%;
  }
  .row-profile {
    display: block;
  }

  .profile .row-profile .column-profile p {
    font-size: 2rem;
    font-family: Tahoma;
    line-height: 3rem;
    text-align: justify;
    margin-right: 4rem;
    margin-left: -2rem;
  }
  .profile h5 {
    font-size: 0.8rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 450px) {
  .profile .row-profile .column-profile img {
    height: 100%;
    width: 100%;
    align-items: center;
    margin-left: -3rem;
    border-radius: 3rem 3rem;
  }
}

.profile .row-profile .column-profile img {
  height: 100%;
  width: 100%;
  align-items: center;
  margin-right: 2rem;
  border-radius: 3rem 3rem;
}

.profile h3 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 5rem;
  text-transform: none;
  line-height: 2;
}
.profile h5 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 2.5rem;
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.about .video-container {
  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: #023f63;
  cursor: pointer;
  margin: 0.7rem;
}
.about .video-container .controls span:hover {
  background: #41c0f6;
}
.about .content {
  flex: 1 1 42rem;
  margin-bottom: 5rem;
}
.about .content h3 {
  color: #4b5320;
  font-size: 4rem;
  margin-top: 0.5rem;
}
.about .content p {
  padding: 1rem 0;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.8;
  font-family: Tahoma;
  text-transform: none;
}
#more {
  display: none;
}

/*Nazareth News*/
.destination .heading h3 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 5rem;
  text-transform: none;
  line-height: 2;
}

.destination .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.destination .box-container .box {
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
}
.destination .box-container .box:hover img {
  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
  .destinations
  .box-container
  .box
  .content
  .read-more-text {
  display: none;
}
.destination
  .box-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text--show {
  display: inline;
}
.destination .box-container .box .content {
  padding: 2rem;
  text-align: center;
}
.destination .box-container .box .content h3 {
  font-size: 2rem;
  color: #023f63;
  font-family: Tahoma;
}
.destination .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #01101a;
  line-height: 2;
  font-family: Tahoma;
}
.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: 0.5rem;
}

/*Nazareth News ends*/
.package .heading h1 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 5rem;
  text-transform: none;
  line-height: 2;
}

@media (max-width: 450px) {
  .package .heading h1 {
    line-height: 4rem;
    font-size: 4rem;
  }
}

.package .heading p {
  padding: 1rem 0;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.8;
  font-family: Tahoma;
  text-transform: none;
}

.package .package-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.package .package-container .package {
  border-radius: 1rem;
  background: #a15c10;
  margin-top: 2rem;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.package .package-container .package:hover .image img {
  transform: scale(1.1);
}
.package .package-container .package .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: inline-block;
}
.package .package-container .package .image .day {
  position: absolute;
  bottom: 0;
  left: 5rem;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4b5320;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package .package-container .package .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.package .package-container .package .package-content span h2 {
  color: #012812;
  font-size: 2rem;
  font-family: Tahoma;
  text-align: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.package .package-container .package .package-content p {
  color: #fff;
  margin: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
.package .package-container .package .package-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.package .package-container .package .package-content .icon a {
  font-size: 2rem;
  color: #fff;
  margin: 2rem;
  text-align: center;
}
.package .package-container .package .package-content .icon a:hover {
  color: #111;
}
.package .package-container .package .package-content .icon a i {
  padding-right: 0.5rem;
  color: #111;
}
.package .package-container .package .package-content .view {
  color: #fff;
}
.package .package-container .package .package-content #container-view {
  text-align: center;
}
.package
  .package-container
  .package
  .package-content
  #container-view
  .btn-package {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #111;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
}
.package
  .package-container
  .package
  .package-content
  #container-view
  .btn-package:hover {
  background: #4b5320;
  color: #fff;
}
.Package-content span {
  text-align: center;
  font-family: Tahoma;
  font-weight: 900;
}
.package .package-container .package .package-content .day {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package .package-container .package .package-content .day span {
  color: #4b5320;
  font-size: 20px;
}

/*counter section starts*/
.counter .heading h3 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 5rem;
  text-transform: none;
  line-height: 2;
}
.counter-wrapper {
  background: url(/images/Naz13.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.5rem;
  padding: 5rem 9%;
  margin-top: 0rem;
  position: relative;
}
.counter-wrapper::before {
  position: absolute;
  content: "";
  content: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #010329, #03a7f9);
  z-index: 1;
}
.counter {
  text-align: center;
  color: #ddd;
  z-index: 2;
  position: relative;
}
.counter h1 {
  font-family: "Times New Roman", Times, serif;
}
.counter::before {
  position: absolute;
  content: "";
  bottom: -2rem;
  left: 50%;
  width: 20%;
  height: 0.2rem;
  background: #4db7fe;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.counter .count {
  font-size: 5rem;
  margin-bottom: 0.5rem;
}
.counter p {
  font-size: 1.8rem;
  font-family: Tahoma;
  font-weight: 200;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 768px) {
  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .counter .heading h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .counter-wrapper {
    grid-template-columns: 1fr;
  }

  .counter-wrapper .counter .count h1 {
    font-size: 5rem;
    line-height: 0.2rem;
    margin-top: 0.5rem;
  }

  .profile h3 {
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
/*counter section Ends*/

/* itinerary container starts */
.itinerary-container .itinerary-header {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 3rem;
  text-transform: none;
  line-height: 2;
}
.main-itinerary {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  padding: 50px 0;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
}
.main-itinerary .head-itinerary {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 4rem;
  text-transform: none;
  position: relative;
  margin-bottom: 100px;
  font-weight: 900;
}
.main-itinerary .head-itinerary::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background-image: linear-gradient(
    to right,
    rgba(1, 31, 51, 0.963),
    rgba(3, 179, 254, 0.952)
  );
}

/* Container Css Start  */
.container-itinerary {
  width: 100%;
  height: auto;
  margin: auto 0;
  position: relative;
}
.container-itinerary ul {
  list-style: none;
}
.container-itinerary ul::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(to right, #010329, #03a7f9);
}
.container-itinerary ul li {
  width: 50%;
  height: auto;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.218);
  position: relative;
  margin-bottom: 30px;
  z-index: 99;
}
.container-itinerary li p {
  font-family: Poppins;
  font-weight: 600;
  color: #2c2b2b;
}
.container-itinerary ul li:nth-child(10) {
  margin-bottom: 0;
}
.container-itinerary ul li .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #002309f9;
  top: 0;
  display: grid;
  place-items: center;
}
.circle::after {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
ul li:nth-child(odd) .circle {
  transform: translate(50%, -50%);
  right: -30px;
}
ul li:nth-child(even) .circle {
  transform: translate(-50%, -50%);
  left: -30px;
}
ul li .date {
  position: absolute;
  width: 180px;
  height: 33px;
  background: linear-gradient(to right, #010329, #03a7f9);
  border-radius: 15px;
  top: -45px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Tahoma;
  font-size: 2rem;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.318);
}
.container-itinerary ul li:nth-child(odd) {
  float: left;
  clear: right;
  text-align: right;
  transform: translateX(-30px);
}
ul li:nth-child(odd) .date {
  right: 20px;
}
.container-itinerary ul li:nth-child(even) {
  float: right;
  clear: left;
  transform: translateX(30px);
}
ul li .heading-itinerary {
  font-size: 3rem;
  color: #023f63;
}
ul li p {
  font-size: 15px;
  color: #000000;
  line-height: 18px;
  margin: 6px 0 4px 0;
}
ul li a {
  font-size: 13px;
  text-decoration: none;
  color: rgb(147, 95, 5);
  transition: all 0.3s ease;
}

@media only screen and (min-width: 798px) and (max-width: 1100px) {
  .container-itinerary {
    width: 80%;
  }
}

@media only screen and (max-width: 798px) {
  .container-itinerary {
    width: 70%;
    transform: translateX(20px);
  }
  .container-itinerary ul::after {
    left: -40px;
  }
  .container-itinerary ul li {
    width: 100%;
    float: none;
    clear: none;
    margin-bottom: 80px;
  }
  .container-itinerary ul li .circle {
    left: -40px;
    transform: translate(-50%, -50%);
  }
  .container-itinerary ul li .date {
    left: 20px;
  }
  .container-itinerary ul li:nth-child(odd) {
    transform: translateX(0px);
    text-align: left;
  }
  .container-itinerary ul li:nth-child(even) {
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 550px) {
  .container-itinerary {
    width: 80%;
  }
  .container-itinerary ul::after {
    left: -20px;
  }
  .container-itinerary ul li .circle {
    left: -20px;
  }
}

/* itinerary container ends */

/* Column container */
.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem; /* IE10 */
  display: flex; /* IE10 */
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  /* IE10 */
  flex: 30%;
  background-color: #4b5320;
  padding: 2rem;
  color: #fff;
}

/* Main column */
.main {
  /* IE10 */
  flex: 50%;
  background-color: linear-gradient(to right, #023209, #0e6602);
  padding: 2rem;
  color: #29d9d5;
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.services .box-container .box {
  background: linear-gradient(to right, #023209, #0e6602);
  border-radius: 1rem;
  padding: 0.5rem, 0.5rem;
  text-align: center;
  border: 0.2rem solid #111;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.services .box-container .box:hover {
  border: 0.1rem solid #fff;
}
.services .box-container .box i {
  font-size: 4rem;
  color: #aaa;
  margin-bottom: 2rem;
}
.services .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-weight: lighter;
}
.services .box-container .box p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.services .box-container .box h3 {
  color: #fff;
}
.services .box-container .box p h2 {
  color: #fff;
}

.safari {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 10rem;
}
.safari .Ambo-container .Ambo {
  background: linear-gradient(to right, #023209, #0e6602);
  border-radius: 1rem;
  padding: 0.5rem;
  text-align: center;
  border: 0.2rem solid #111;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.safari .Ambo-container .Ambo:hover {
  border: 0.1rem solid #fff;
}
.safari .Ambo-container .Ambo i {
  font-size: 4rem;
  color: #aaa;
  margin-bottom: 2rem;
}
.safari .Ambo-container .Ambo h3 {
  font-size: 2rem;
  color: #fff;
}
.safari .Ambo-container .Ambo p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.safari .Ambo-container .Ambo h3 {
  color: #fff;
}
.safari .Ambo-container .Ambo p h2 {
  color: #fff;
}

/*Alumnae Video */
video {
    display: block;
    max-width: 100%;
    height: auto;
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    align-items: center;
}



/*Nazareth About Us */
.itinerary-container {
  width: 100%;
  margin: 1rem auto;
  margin-top: 0.5rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
  padding: 3rem 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4b5320;
  font-size: 3rem;
  display: flexbox;
}
.itinerary-container .box {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  margin-top: 2rem;
  border-radius: 3rem;
  border-width: 0.5rem;
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.itinerary-container .itinerary li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.itinerary-container .itinerary h6 {
  font-family: Geneva, Tahoma, sans-serif;
  font-weight: lighter;
}
.itinerary-container .box .image {
  height: 50rem;
  overflow: hidden;
  width: 100%;
  background: cover;
  margin-bottom: 3rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.itinerary-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.itinerary {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #a15c10;
}

@media (max-width: 450px) {
  .main-itinerary .heading-itinerary h3 {
    margin-left: 3rem;
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .column-profile video{
    margin-left: -3rem;
  }
}

 /*video control */
 .video-container {
  position: relative;
  width: 600px;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  display: none; /* Initially hidden */
}

.video-container:hover .play-pause-btn {
  display: block; /* Show button when hovering over video */
}

#myVideo {
  width: 100%;
  border-radius: 10px;
}

 /*ends video control */






/* Gallery section */
.gallery .heading h3 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 5rem;
  text-transform: none;
  line-height: 2;
}

.gallery .heading h5 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #023f63;
  font-size: 2rem;
  text-transform: none;
  line-height: 2;
}

.gallery .box-container {
  -moz-columns: 3 25rem;
  columns: 3 25rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gallery .box-container .box {
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.gallery .box-container .box img {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.gallery .box-container .box span {
  font-size: 1.4rem;
  color: #4b5320;
}
.gallery .box-container .box h3 {
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #a15c10;
}

.review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.review .box-container span {
  font-size: 3rem;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
}
.review .content {
  flex: 1 1 32rem;
}
.review .content span {
  font-size: 2rem;
  color: #fff;
}
.review .content h3 {
  font-size: 4rem;
  color: #023054;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
.review .content p {
  font-family: Tahoma;
  font-size: 2rem;
  color: #023f63;
  padding: 1rem 0;
  line-height: 2;
}
.review .box-container {
  flex: 1 1 42rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.review .box-container .box {
  flex: 1 1 30rem;
  border-radius: 1rem;
  padding: 2rem;
  background: linear-gradient(to right, #0360b7, #03a7f9);
  border: 0.2rem solid #111;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.review .box-container .box:hover {
  border: 0.1rem solid #fff;
}
.review .box-container .box ul {
  padding-left: 1rem;
  color: #fff;
}

.review .box-container .box li {
  font-size: 1.8rem;
  font-family: Tahoma;
  padding-bottom: 0.5rem;
  line-height: 2rem;
  color: #fff;
  padding-top: 0.5rem;
}

.review .box-container .box .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.review .box-container span {
  color: #131313;
  font-size: 3rem;
}

/* carrousel */
section .slider-container {
  display: grid;
  place-items: center;
}

.slider-container h1 {
  font-size: 4rem;
  color: #023054;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  margin-bottom: 2rem;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  width: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(80%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.slider-items img {
  width: 12%;
  margin: 20px;
}
/* carrousel Ends */

.banner {
  background: linear-gradient(to right, #01032997, #03a7f9),
    url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  background-attachment: fixed;
  text-align: center;
  margin-top: 2rem;
  margin-left: 5rem;
  margin-right: 5rem;
  border-radius: 2rem;
}
.banner .content span {
  font-size: 3rem;
  color: #023209;
  font-weight: bolder;
  text-shadow: 1px 1px 2px #fff;
}
.banner .content h3 {
  font-size: 5rem;
  color: #fff;
  margin-top: 1rem;
}
.banner .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 2rem;
  color: #fff;
  line-height: 2;
}

/*whatsapp  icon */
.floating-button {
  position: fixed;
  bottom: 2rem;
  right: 5rem;
  z-index: 9999;
}

.floating-button a {
  display: inline-block;
  margin-left: 10rem;
  animation: blink-animation 1s infinite;
}
.button-text {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-top: 2px;
  color: #ffffff;
  font-family: tahoma;
  background: linear-gradient(to right, #010329, #03a7f9);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 0.5rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.floating-button {
  animation: pulse 5s infinite;
  -webkit-animation: pulse 5s infinite;
}

/* end of whatsapp  */

.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.footer .box-container .box {
  padding: 1rem 0;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
}
.footer .box-container .box .logo {
  padding-bottom: 1rem;
}
.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #023f63;
  padding: 1rem 0;
}
.footer .box-container .box p {
  font-size: 1.4rem;
  color: #010329;
  padding: 1rem 0;
  line-height: 2;
}
.footer .box-container .box p i {
  padding-right: 0.5rem;
  color: #034cb3;
  text-decoration:none;
}
.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.1rem solid #010329;
  color: #03a7f9;
  margin-right: 0.5rem;
  text-align: center;
  text-decoration:none;
}
.footer .box-container .box .share a:hover {
  background: linear-gradient(to right, #010329, #03a7f9);
  color: #fff;
  text-decoration:none;
}
.footer .box-container .box .links {
  font-size: 1.4rem;
  color: #010329;
  padding: 1rem 0;
  display: block;
  text-decoration:none;
}
.footer .box-container .box .links:hover {
  color: #03a7f9;
  text-decoration:none;
}
.footer .box-container .box .links:hover i {
  padding-right: 2rem;
}
.footer .box-container .box .links i {
  padding-right: 0.5rem;
  color: #034cb3;
}
.footer .box-container .box form .email {
  width: 100%;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  background: #fff;
  font-size: 1.5rem;
  text-transform: none;
  color: #fff;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
  text-decoration:none;
}

.credit {
  background: linear-gradient(to right, #010329, #03a7f9);
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem 1rem;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
}
.credit span {
  color: #fff;
}

@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: #fff;
    -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;
  }
} /*# sourceMappingURL=style.css.map */
