@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nunito Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
*{
    margin:0 ;
    padding:0 ;
    box-sizing:border-box;
}
/* Button for events Start */
#event__button{
  position: fixed;
  top: 16%;
  right: 0%;
  z-index: 9999;
  width:180px;
  height: 68px;
  background-color: #fefefe;
 /* background-image:url(images/Visabuttonimage.png) ; */
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 border-top-left-radius: 25px;
 border-bottom-left-radius: 25px;
 border: 2px solid #840707;
}
#event__button p {
  margin-top: 0 !important;
  padding-top: 0 !important;
 margin: 2px;
padding:2px;
text-align: center;
}
#event__button p >a {
  color:#840707;
 /* color: rgb(255, 255, 255); */
 text-decoration: none;
font-weight: 700;
  font-size: 1.0 rem  !important;
 }
/* Button for Event End  */
/* Popups Styling Starts */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    /* Add the blur effect */
    filter: blur(20px);
    -webkit-filter: blur(20px);
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
  }
  .cnt223 a{
  text-decoration: none;
  }
  .popup{
   
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  }
  .serv__message__form1{
    width: 100% !important;
    height: 100% !important;
    position: relative;
   
  }
  #form__parent{
    background-color: #071B2F;
      /* background-image: url(images/crackers.gif); */
     background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
     height: 100%;
    width: 100% ;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
    #form__parent > h1{
     font-size: 3rem;
     font-weight:700;
     color:#ffffff;
    
  }

  #event__details{
    z-index: 9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    width: 100% ;
  }



 #event__contact__formm{
    width: 48%;
  }
  
   #event__contact__form input {

  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 3px solid red;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
  #event__contact__form h6{
    width: 9rem;
    height: 3px;
    background-color: #B31119;
    border-radius: 25px;
   
  }

  #g4g{
    z-index: 0;
    width: 350px;
    height: 250px;
    position: absolute;
    animation-name: GFG;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }
  @keyframes GFG{
    /* 0%{
      left:-50px;
      top: 0px;
    }
    25%{
      left: 400px;
      top: 350px;
    }
    50%{
      left: 800px;
      top: 200px;
    }
    100%{
      left: 50px;
      top: -100px;
    } */
    0%{
      left:-10%;
      top: 0;
    }
    25%{
      left: 50%;
      top: 50%;
    }
    50%{
      left: 80%;
      top: 40%;
    }
    100%{
      left: 5%;
      top: -10%;
    }
  }

  
  @media (min-width:320px) and (max-width:800px) {
    #form__parent h1{
     font-size: 1.5rem;
     font-weight:700;
     color:#ffffff;
    margin-top:2rem;
  }
    #event__details{
      
      background-color: #071B2F;
      /* background-image: url(/images/crackers.gif); */
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
       
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      padding-left: 20px;
      padding-right: 20px;
      height: 100%;
      width: 100% ;
   
    }
    .event__address{
      z-index: 99;
      width: 100% !important;
      height: auto;
      margin-bottom: 0.5rem;
    }
     .event__address  p {
      font-size: 1rem !important;
      
    }

    
    #event__contact__form{
      z-index: 99;
      width: 100%;
      margin-bottom: 0.5rem;
    }
    #event__contact__form h6{
      width: 6rem;
      height: 3px;
      background-color: #B31119;
      border-radius: 25px;
    }
    
  .cnt223{
    width: 90vw;
    height: auto;
 margin-left:2px !important;
  min-height:650px;
   min-width: 380px;
  position: relative;
  z-index: 103;
  border-radius: 5px;
  box-shadow: 0 2px 5px #c9c8c8;
  }
  #g4g{
    z-index: 10;
    width:250px;
    height: 120px;
    top:56% !important;
    left: 54% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
    /* animation-name: GFG;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse; */
  }
 

  }
  .event__address p{
    margin-left: 0;
    padding-left: 0;
    background-color: #B31119;
    border-radius: 5px;
    padding-left: 5px;
    
  }
  .cnt223{
    width: 80vw;
    height: 85vh;
  min-width: 380px;
  min-height: 500px;
  margin: 40px auto;
  position: relative;
  z-index: 103;
  border-radius: 5px;
  box-shadow: 0 2px 5px #c9c8c8;
  scroll-behavior: smooth;
  }

  .event__address{
    width: 48%;
  }
   #txtName, #txtEmail, #txtPhone, #visatype{
    width: 100% ;
    margin-bottom: 0.5rem;
  } 
 
  .cnt223 p{
  clear: both;
      color: #ffffff;
    /* margin-bottom: 1.4rem; */
      font-size: 20px;
      font-family: sans-serif;
  }
  .cnt223 p a{
  
  font-weight: 400;
  }
  .cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  }
  .cnt223 .x:hover{
  cursor: pointer;
  }
  .close{
    position: absolute;
    color: #B31119;
    top: 3px;
    right: 3px;
    background-color: white;
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
  }
  
/* Popups Styling Ends */



.active1, .a:hover {
  border-bottom: 2px solid #b31119;
  padding-bottom: 10px ;
  background-color: inherit;   
}
  

/* .navigation__indicator {
  position: absolute;
  top: 20%;
  left: 20%;
 
  color: #b31119;
} */
/* Chat boot Styling */
.chat-bar-collapsible {
  z-index: 9999999;
  position: fixed;
  bottom: 1% ;
  right: 1% ;
  
  color: #B31119;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.collapsible {
  z-index: 10000000000000;
  position: fixed;
  bottom: 1%;
  right: 1%;
  /* background-color: rgb(82, 151, 255);  */
   color: rgb(175, 20, 20);
  cursor: pointer;
padding-left: 5px;
padding-right: 5px;
  text-align: left;
  outline: none;
   font-size: 36px;
  border-radius: 10px 10px 10px 10px;
  /* border: 3px solid rgb(241, 38, 38);  */
 border: none;
}
.collapsible-1 {
  z-index: 100000000;
  position: absolute;
  bottom: 91%;
  right: 3%;
  /* background-color: rgb(255, 255, 255);  */
   color: rgb(255, 255, 255);
  cursor: pointer;
background-color: #B31119;
  text-align: left;
  /* outline: none; */
   font-size: 23px;
  /* border-radius: 10px 10px 10px 10px; */
  border: none;
  
}

.collapsible-2 {
  z-index: 10000000000000;
  
  /* background-color: rgb(82, 151, 255);  */
   color: rgb(175, 20, 20);
  cursor: pointer;

  text-align: left;
  outline: none;
   font-size: 36px;
 
  border-bottom: none;
}
.content__head{
  position: relative;
}




.content .content__head{
background-color: #B31119;
  display: flex;
  flex-direction: row;
  align-items: inherit;
  justify-content: space-between;
  
}
.content .content__head > p{
  
  color: #ffffff;
  text-align: left ;
  padding: auto;
  font-weight: 600;
  border-radius: 15px;
  /* margin-right: 10px; */
  margin-top: 5px;
  width: 100%;
  
 }
 
.content .content__head > i{
 margin-right: 10px;
 margin-top: 5px;
 font-size: 25px;
}


.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-radius: 15px;
}

.full-chat-block {
  width: 320px;
  background: rgb(241, 237, 237);
  text-align: center;
  overflow: auto;
  scrollbar-width: none;
  height: max-content;
  transition: max-height 0.2s ease-out;

}


.outer-container {
  min-height: 380px;
  bottom: 0%;
  position: relative;
 
}

.chat-container {
  max-height: 380px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  scroll-behavior: smooth;
  hyphens: auto;
border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
  display: none;
}

.chat-bar-input-block {
  display: flex;
  float: left;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: rgb(235, 235, 235);
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px 10px 10px;
}

.chat-bar-icons {
  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
  width: 25%;
  float: right;
  font-size: 20px;
  background-color: rgb(156, 8, 8);
  outline: none;
  /* box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3); */
  padding: 10.5px 0;
  border-radius: 10px;
  margin: 0 10px;
  color: #fff;
}

#chat-icon{
  color: #B31119;
}
#chat-icon:hover {
  opacity: .7;
}

/* Chat bubbles */

#userInput {
  width: 75%;
  cursor: pointer;
  
}

.input-box {
 
  float: left;
  border: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  color: #000;
  background-color: white;
  outline: none;
  /* box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); */
}

.userText {
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  clear: both;
}

.userText span {
  line-height: 1.5em;
  display: inline-block;
  background: #5ca6fa;
  padding: 10px;
  border-radius: 8px;
  border-bottom-right-radius: 2px;
  max-width: 80%;
  margin-right: 10px;
  animation: floatup .5s forwards
}

.botText {
  color: #000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

.botText span {
  line-height: 1.5;
  display: inline-block;
  background: #e0e0e0;
  padding: 10px;
  border-radius: 8px;
  border-bottom-left-radius: 2px;
  max-width: 80%;
 
  animation: floatup .5s forwards
}

@keyframes floatup {
  from {
      transform: translateY(14px);
      opacity: .0;
  }
  to {
      transform: translateY(0px);
      opacity: 1;
  }
}

@media screen and (max-width:600px) {
  .full-chat-block {
      width: 100%;
      border-radius: 0px;
  }
  .chat-bar-collapsible {
      position: fixed;
     
      width: 100%;
  }

}



/* Extra css start*/

#main-page {
  flex-grow: 1;
}

.sidebar {
  display: flex;
  flex-direction: column;
  padding: 1rem;

  border-right: 1px solid lightgray;
}

.sidebar > a {
  margin: 0.5rem 0;
}

.page-container {
  display: flex;
  flex-direction: column;

  padding: 0 1rem;
}

.align-center {
  align-items: center;
}

.socials-container {
  display: flex;
  justify-content: space-between;
}

.socials-card {
  display: flex;
  align-items: center;

  border: 1px solid lightgray;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 1rem;

  text-decoration: none;
  color: unset;
}

.socials-card:hover {
  background-color: lightgray;
}

.socials-card > i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}



/* Extra css end*/



.animated-button1 {
  /* background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%); */
 background-color: #b31119;
  padding: 10px 10px;
  margin: 5px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4d4;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media  screen and (max-width: 1240px)  {
  .animated-button1 {
    letter-spacing: 0;
  font-size: 11px;
  margin: 1px;
  padding: 2px;
  }
}
.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(172, 16, 112, 0)),
    to(#38d926)
  );
  background: linear-gradient(to left, rgba(7, 7, 7, 0), #000000);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#d92626)
  );
  background: linear-gradient(to top, rgba(68, 14, 64, 0), #4fed00);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(43, 8, 8, 0)),
    to(#d92626)
  );
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #07d0da);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(252, 4, 235, 0)),
    to(#d92626)
  );
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #f702de);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}


/* animated button 2 styling */
.animated-button2 {
  /* background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%); */
 /* background-color: #b31119; */
  /* padding: 10px 10px; */
  /* margin: 5px; */
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  /* color: #f7d4d4; */
  /* font-size: 15px; */
  /* letter-spacing: 0.5px; */
  /* text-align: center; */
  /* text-transform: uppercase; */
  text-decoration: none;
}
@media  screen and (max-width: 1240px)  {
  .animated-button2 {
    letter-spacing: 0;
  font-size: 11px;
  margin: 1px;
  padding: 2px;
  }
}
/* .animated-button2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
} */

/* .animated-button2:hover::before {
  opacity: 0.2;
} */

.animated-button2 span {
  position: absolute;
}

.animated-button2 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(172, 16, 112, 0)),
    to(#38d926)
  );
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #ff0000);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button2 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#d92626)
  );
  background: linear-gradient(to top, rgba(68, 14, 64, 0), #4fed00);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button2 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(43, 8, 8, 0)),
    to(#d92626)
  );
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #07d0da);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button2 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(252, 4, 235, 0)),
    to(#d92626)
  );
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #f702de);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/*# sourceMappingURL=button.css.map */
/* Style For Button Animation End */

/* header styleing starts */

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  /* background: linear-gradient(to left, #f46b45, #eea849); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  height: 50px;
  padding: 1em;
}



.header .logo {
  background-color: white;
  width: 115px;
  height: 80px;
  margin-top: -0.1rem;
}
@media screen and (max-width:1000px) {
 .header .animated_logo .logo{
  width: 96px;
  height: 80px;
 }
 .animated__text h2{
  
  padding-right: 0;
  width: 180px;
}
.animated__text h2{
  font-size: 1.0rem;
  /* margin-top: -.5rem;  */
  margin-left: -0.05rem;
  font-weight: 400;
}

}

@media screen and (max-width:700px) {
  .header{
    margin-left: 0;
    margin-top: 2rem;
  }
  .header .animated_logo{
    margin-left: -1.0rem;
  }
  .header .animated_logo .logo {
   width: 60px;
   height: 50px;
   margin-top: 0;
   
  }
  .animated__text .scroll-container{
   font-size:1rem ;
   padding-right: 0;
   width: 50%;
 }
 .animated__text p{
   font-size: .7rem;
  
   font-weight: 400;
 }
 .animated__text h2{
  /* border: 2px solid red; */
  padding-right: 0;
  width: 160px;
}
 }

.animated__text h2{
  /* border: 2px solid red; */
  padding-right: 0;
  width: 200px;
}

.animated__text p{
  color: #B31119;
  margin-top: -1rem; 
  margin-left: -1rem;
  font-weight: 500;
}

/* logo text animation start */
.patterns {
  height: 10vh;
}

svg text {
  font-family: Lora;
  letter-spacing: 3px;
  stroke: #b31119;
  font-size: 35px;
  font-weight: 700;
  stroke-width: 2;
 
  animation: textAnimate 5s infinite alternate;
  
}

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset:  50%;
    fill:hsl(0, 0%, 1%)

  }
  
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -50%;
    fill: #b31119;
    /* fill: rgba(235, 148, 209, 0) */
  }
  
}



/* logo text animation end */


/* Scrolling Text */
#scroll-container {
  color: #000000;
  font-size: 3.5rem;
  font-weight: 700;
  overflow: hidden;
}

@media screen and (max-width: 1150px) {
  #scroll-container{
    font-size: 2rem;
  font-weight: 600;
  }
}
#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-120%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  to {
    -moz-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

/* Scrolling text */
.menu {
  background-color: #071B2F;
  border-radius: 3px;
  list-style-type: none;
  margin-bottom: 1.5rem;
  /* margin-left: 13rem; */
  padding: 0;
}

.menu-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu > ul > li > a {
  margin: 0 1rem;
  overflow: hidden;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  .menu > ul > li > a {
    margin: 0 0.3rem;
    font-size: .7rem;
  }
}

.menu > ul > li > a:hover {
  margin: 0 1rem;
  overflow: hidden;
  color: #b31119;
  background-color: white;
}
.menu-button-container {
  display: none;
  height: 50%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #071B2F;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-45deg);
}

@media (max-width: 880px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 5rem;
    margin-top: 50px;
    right: 0;
    flex-direction: column;
    width: inherit;
    justify-content: center;
    align-items: center;
    z-index: 111;
  }
  .menu-1 {
    display: block;
  }

  #menu-toggle ~ .menu > ul > li > a {
    height: 0;
    margin: 0;
    padding: 0;
    border: none;

    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu a {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > ul > li > a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    border: none !important;
    padding-bottom: 0 !important;
    color: rgb(255, 255, 255);
    background-color: #071B2F;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

.contacts-row .list-items {
  float: right;
  padding-bottom: 0;
}

.contacts-row  .list-items > ul > li > a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contacts-row {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media  screen and (min-width : 320px) and (max-width : 480px)  {
  .contacts-row{
    display: none;
  } 
  .contacts-row .header__media .list-items .ft-list-icon {
   display: none;
    
   }
   .contacts-row .header__media .list-items .list-item {
    display: none;
     
    }
    .header{
      margin-top: -.7rem;
      padding-right: 0;
    
    }
    .header .animated__text h2{
      width: 150px
    }
    .header .animated__text p{
      font-size:.8rem;
      font-weight: 600;      
    }
    .menu-button{
      margin-top: -0.7rem;
    }
    .menu{
      margin-top: -.3rem;
      z-index: 99999999;
    }
    
}
@media  screen and (min-width : 481px) and (max-width : 751px)  {

  .header{
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .header .animated_logo .logo{
   
  }
  .animated__text{
    margin-top: .6rem;
  }
  .animated__text  #scroll-text{
    font-size: 2rem;
    padding-top: 0;
    margin-top: 0;
    
  }
  .animated-button1{
    font-size: 12px;
  }
  /* .animated__text h2{
    margin-bottom: -3rem ;
    padding-bottom: 0;
  }
  .animated__text p{
    margin-top: 3rem ;
    padding-bottom: 0;
  } */
  #scroll-container{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .menu-button{
    margin-top: -0.9rem;
  }
  .menu{
    margin-top: .4rem;
    z-index: 99999999;
  }
  
}

@media  screen and (min-width : 700px) and (max-width : 1150px)  {

    .header{
    
      padding-right: 0;
    
    }
    .header .animated_logo .logo{
      margin-bottom: 2.0rem;
    }
    .animated__text{
      margin-top: .6rem;
    }
    .animated__text  #scroll-text{
      font-size: 3rem;
      padding-top: 0;
      margin-top: 0;
      
    }
    .animated-button1{
      font-size: 12px;
    }
    /* .animated__text h2{
      margin-bottom: -3rem ;
      padding-bottom: 0;
    }
    .animated__text p{
      margin-top: 3rem ;
      padding-bottom: 0;
    } */
    #scroll-container{
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .menu-button{
      margin-top: -0.0rem;
    }
    .menu{
      margin-top: .4rem;
      z-index: 99999999;
    }
    
}

/* Header Styling End */




/* Hero Section Styling  starts*/
.hero {
  width: 100vw;
  height: 90vh;
  display: inline-block;
  position: relative;
  text-align: center;
  color: rgb(1, 1, 1);
}
.hero .bg__image {
  width: 100%;
  height: fit-content;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  object-fit: fill;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.center {
  position: absolute;
  top: 20%;
  left: 5%;
  transform: translate(-0%, -0%);
  z-index: 111;
  display: flex;

  align-items: flex-start;
  justify-content: center;
  /* background-color: rgba(95, 93, 94, 0.7); */
}

.center .center__text {
  padding-top: 1rem;
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 0.5;
  color: #fff;
}

.center .center__btn {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.center .center__btn .btn {
  margin: 1.3rem;
  width: 230px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.center .center__text h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
  color: rgb(253, 253, 253);
}

.center .center__text span {
  margin: 0;
  margin-bottom: 1rem;
  width: 50%;
  height: 5px;
  background-color: #b31119;
  border-radius: 25px;
}
.fa-arrow-right {
  height: 30px;
  width: 30px;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  padding-top: 4.5px;
}
/* Hero Section Styling End */

/* Carousel styling starts */

.carousel .carousel-item {
  position: relative;

}
.carousel-item img{
    width: 100%;
    height:100%;
    
}

.carousel .carousel-item .bg__carousel__image {
 width:100vw ;
 min-height:685px;
  
    /* Add the blur effect */
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.carousel .carousel-item .carousel-item__text {
  position: absolute;
  color: #050505;
  top: 08%;
  left: 03%;
  transform: translate(-0%, -0%);
  /* z-index: 111; */
  display: flex;
  width: 95%;
/* flex-wrap: wrap; */
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width:480px) {
  .carousel {
   width: 100vw;
  
}
.carousel-inner{
padding-right: 1rem;
}
  .carousel-item__text{
    display: flex;
    flex-direction: column-reverse;
  }
  .carousel-item a{
    font-size: 13px !important;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
 
  .show__content__one > h1, .show__content__two > h1, .show__content__three > h1{
    min-width: 7rem;
  }
  
   .carousel__image{
     margin-top: 0;
     padding-top: 0;
    margin-left: 0 !important;
    margin-right: 3rem;

    
   }
   .carousel__image .carousel-inner{
   margin-bottom: 2rem;
    
   }
 
   .carousel__text{
     width: 100vw !important;
     margin-top: -2rem;
   }
   .carousel__text h5{
     padding-top: 0;
     padding-bottom: 0;
     
     height: 3px !important;
   }
   .carousel__text h1{
    font-size: 1.5rem !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    
  }
   .carousel__text h2{
    font-size: 1rem !important;
     padding-top: 0;
     padding-bottom: 0;
     margin-top: 0;
     margin-bottom: 0;
     
   }
   .carousel__text h6{
     padding-top: 0;
     padding-bottom: 0;
     font-size: 12px !important;
     font-weight: 400;
     line-height: 1.2;
     
   }
   .carousel__text a{
     margin-top: 5px !important;
   }
 
  .carousel .carousel__image .carousel-item .study-btn{
    font-size: 2rem;
  }
 
}

@media screen and (min-width:481px) and (max-width:768px) {
   .carousel {
   width: 100vw;
  
}
  .carousel-item__text{
    display: flex;
    flex-direction: column-reverse;
  }
  
  .carousel{
  
   
   /* margin-top: -2.5rem; */
   margin-right: -7rem;
    
  }
 
  .carousel__image{
    margin-top: 0;
    padding-top: 0;
   
   
  }
  .carousel__image .carousel-inner{
  margin-bottom: 2rem;
   
  }

  .carousel__text{
    width: 100vw !important;
    margin-top: -2rem;
  }
  .carousel__text h5{
    padding-top: 0;
    padding-bottom: 0;
    
    height: 3px !important;
  }
  .carousel__text h2{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    
  }
  .carousel__text h6{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.2;
    
  }
  .carousel__text a{
    margin-top: 5px !important;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  html{
    width: 100vw !important;
  }
  /* .carousel{
    margin-right: -10%;
  } */
  .carousel-item__text{
    display: flex;
    flex-direction: column-reverse;
  }
  .carousel__text{
    width: 100vw !important;
  }
  .carousel__text a{
    margin-top: 5px !important;
  }
  .carousel__text h1{
    font-size: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .carousel__text h2{
    font-size: 1.5rem;
  }
  .carousel__text h2{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    
  }
  .carousel__text h6{
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.2;
    
  }
}

/* @media screen and (max-width: 1000px) {
  .carousel .carousel-item  {
    width: 100%;
  }
  .carousel .carousel-item .carousel-item__text{
    position: absolute;
    transform: translate(-0%, -0%);
    top: -5%;
    left: -25%;
    width: 150%;
    height: auto;

    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;

  }
.carousel .carousel-item .carousel-item__text .carousel__text{
   min-width: 85vw !important;
    margin-left: 05%;
   flex-direction: column;
   width: max-content;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    align-items: flex-start;
    justify-content: center;

}
  .carousel .carousel-item .carousel-item__text .carousel__text h1{
font-size: 1.2rem;

}
 

.carousel-item .carousel-item__text .carousel__text h2{
   padding: 0;
    font-size: 1rem !important;
    margin-top: .3rem;
    font-weight: 600;
   
    
}
.carousel-item .carousel-item__text .carousel__text h6{
  padding: 0;
  font-size: 1rem !important;
  margin-top: .3rem;
  font-weight: 400;  
}

  .carousel .carousel-item .carousel-item__text .carousel__image {
    margin-top: 3rem;
   
  }


  .carousel .carousel-item .carousel-item__text .carousel__image img {
    width: 100%;
    height: 60%;
  }
 
  .testimonials__body .testimonials__body__text{
    padding: 0;
    width: 100vw;
  }
  .testimonials__body .testimonials__body__slider{
    width: 100vw;
  }
  .testimonials__body .testimonials__body__slider  .slider .carousel-inner .carousel-item{
    display: flex;
    flex-wrap: wrap;
  }
  }
  @media screen and (max-width:1050px) {

    .carousel .carousel-item .carousel-item__text .carousel__image {
     
      width: 90%;
      height: 40vh ;
    }
  
  
    .carousel .carousel-item .carousel-item__text .carousel__image img {
      width: 90%;
      height: 40vh !important ;
    }

    .carousel-item__text .carousel__text{
      width: 10vw;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      z-index: 111;

     
    }
    .carousel .carousel-item .carousel-item__text .carousel__text h6{
     padding-top: 0;
     margin-top: 0;
      padding-bottom: 0;
    }
    .carousel .carousel-item .carousel-item__text .carousel__text h1{
      font-size: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0;
      
        }
       
      
         .carousel-item .carousel-item__text .carousel__text h2{
          padding: 0;
          font-size: 1rem !important;
          margin-top: .3rem;
          font-weight: 600;
         margin-bottom: 0;
         padding-bottom: 0;
          
            }
            .carousel-item .carousel-item__text .carousel__text h6{
              padding: 0;
              font-size: 12px !important;
              margin-top: .3rem;
              font-weight: 400;
              margin: 0;
             
              
                }
  }
 
  @media screen and (max-width:850px) {

    .carousel .carousel-item .carousel-item__text .carousel__image {
     
      width: 90%;
      height: 40vh ;
    }
  
  
    .carousel .carousel-item .carousel-item__text .carousel__image img {
      width: 90%;
      height: 40vh !important ;
    }

    .carousel-item__text .carousel__text{
      width: 10vw;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      z-index: 111;

     
    }
    .carousel .carousel-item .carousel-item__text .carousel__text h6{
     padding-top: 0;
     margin-top: 0;
      padding-bottom: 0;
    }
    .carousel .carousel-item .carousel-item__text .carousel__text h1{
      font-size: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 0;
      
        }
       
      
         .carousel-item .carousel-item__text .carousel__text h2{
          padding: 0;
          font-size: 1rem !important;
          margin-top: .3rem;
          font-weight: 600;
         margin-bottom: 0;
         padding-bottom: 0;
          
            }
            .carousel-item .carousel-item__text .carousel__text h6{
              padding: 0;
              font-size: 12px !important;
              margin-top: .3rem;
              font-weight: 400;
              margin: 0;
             
              
                }

      
  } */
 



.carousel .carousel-item .carousel-item__text .carousel__text {
  width: 42%;
  line-height: 1;
  /* background-color: rgba(95, 93, 94, 0.7); */
  padding: 1.6rem;
  border-radius: 10px;
  margin-right: 3rem;
  padding-top: 0;
}

.carousel .carousel-item .carousel-item__text .carousel__text h1 {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.carousel .carousel-item .carousel-item__text .carousel__text h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.carousel .carousel-item .carousel-item__text .carousel__text h6 {
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.3;
  padding-left: 0;
  margin-left: 0;
}
.carousel .carousel-item .carousel-item__text .carousel__text h5 {
  margin: 0;
  margin-bottom: 0.5rem;
  width: 50%;
  height: 5px;
  background-color: #b31119;
  border-radius: 25px;
}

.carousel .carousel-item .carousel-item__text .carousel__text .span {
  margin: 0;
  margin-bottom: 1rem;
  width: 30%;
  height: 5px;
  background-color: #b31119;
  border-radius: 25px;
}
.carousel .carousel-item .carousel-item__text p {
  color: rgb(4, 4, 4);
}

.carousel .carousel-item .carousel-item__text .carousel__image {
  width: 55%;
  margin-right: 1.5rem;
  padding-right: 0rem;
  margin-left: 1rem;
  position: relative;
}
.carousel .carousel-item .carousel-item__text .carousel__image img {
  width: 500px;
  height: 90%;
  margin-right: 1rem;
  border-radius: 10px;

}

.carousel .carousel-item .carousel-item__text .carousel__image .study-btn {
  position: absolute;
  color: #050505;
  top: 77%;
  left: 58%;
  transform: translate(-0%, -0%);
  /* z-index: 111; */
  display: flex;
  width: 235px;
  align-items: baseline;
  justify-content: space-between;
  background-color: rgb(50, 49, 49);
  color: #fff;
}

.carousel .carousel-item .carousel-item__text .carousel__image .study-btn a:hover {
  color: #B31119;
}
@media screen and (min-width : 320px) and (max-width : 480px) {
  
  .carousel .carousel-item .carousel-item__text .carousel__image .study-btn {
    top: 70%;
  left: 50%;
  transform: translate(-0%, -0%);
  width: 135px;
  font-size:10px;
  padding: 0;
  }
}

@media screen and (min-width : 500px) and (max-width : 1000px) {
  .carousel .carousel-item .carousel-item__text .carousel__image .study-btn {
    top: 70%;
  left: 55%;
  transform: translate(-0%, -0%);
  width: 175px;
  font-size:18px;
  padding: 0;
  }
  .carousel .carousel-item .carousel-item__text .carousel__text h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-weight: 600;
  }
  .carousel .carousel-item .carousel-item__text .carousel__text h2 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
  }
  .carousel .carousel-item .carousel-item__text .carousel__text p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    line-height: 1;
  }
}

/* New Carousel Styling starts */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* New Carousel Styling Ends */

/* Carousel styling ends */

/* Service Card Styling start*/
.card__container {
  position: relative;
  width: 100vw;
}
.services__card {
  position: absolute;
  top: -3.7rem;
  left: center;
  width: 100vw;
  display: flex;
  flex-direction: row;
  /* grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); */
  grid-gap: 2rem;
  padding: 0 3rem;
 
}

@media screen and (max-width:420px) {
  .services__card {
    top: -2rem;
  }
}
.cards {
  width: 33%;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: none;
  background-color: #000000;
  padding: 0 10px 1rem 10px;
  box-shadow: rgba(52, 51, 51, 0.6);
  border: 5px solid rgb(255, 255, 255);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .services__card{
    flex-direction: column;
    
  }
  .cards{
    width: 100% !important;
    height: 500px !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .services__card{
    flex-direction: column;
  }
  .cards{
    width: 100% !important;
    height: 380px;

  }
  .cards .card__body p{
   font-size: 2.5rem;
    
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .services__card{
    flex-wrap: wrap;
  }
  .cards{
    width: 45% ;
    height: 460px;
  }
}
@media screen and (min-width: 1025px) and (max-width:1200px)  {
  .services__card{
    flex-wrap: nowrap;
  }
  .cards{
    height:460px;
  }
  
}
@media screen and (min-width: 1200px)   {
  .services__card{
    flex-wrap: nowrap;
  }
  .cards{
    height:400px;
  }
  
}
.cards .btn{
  margin-top: 1rem;
}
.cards .card__number {
  position: absolute;
  top: -2.7rem;
  left: center;
}
.cards .card__number h1 {
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* background-color: white; */
  font-size: 2rem;
  /* border: 5px solid #ffffff; */
  font-weight: 500;
  color: #b31119;
  margin-top: .5rem;
  
}

.card__body {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
 
  justify-content: space-between;

}

.cards .card__body h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
.cards .card__body p {
  color: #fff;
  font-size: .9rem;
  padding: 0 0px;
  

}

/* Flip Carc Styling starts*/
.flip-card {
  width: 100%;
  height: 100%;
  perspective: 100px;
  background-color: white;
  border-radius: 50%;
  /* animation: flipY 6s infinite; */
 
}

.flip-card-inner {
   position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 2s;
  transform-style: preserve-3d;
  /* box-shadow: 0 49 8px 0 rgba(0,0,0,0.2); */
}
/* 
.flip-card:hover .flip-card-inner {
  transform: rotat9(360deg);
  animation: alternate-reverse;
} */

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: rgb(255, 252, 252);
  color: black;
  border-radius: 50%;
}

.flip-card-back {
  background-color: #fdfdfd;
  color: white;
  transform: rotateY(180deg);
  border-radius: 50%;
}

/* Flip Animation */
@keyframes flipX{
  from {
      -webkit-transform: rotateX(360deg);
  }
  
  to {
      -webkit-transform: rotateX(-360deg);
  }
  
}
@keyframes flipY{
  from {
      -webkit-transform: rotateY(360deg);
  }
  
  to {
      -webkit-transform: rotateY(-360deg);
  }
  
}

/* Flip card Styling Ends */

/* Service card styling end */

/* Our Services Section styling start */
.our__services {
 
  height: auto;
  
  margin-left: 3%;
  margin-right: 3%;
  padding: 1rem;
}
.our__services h5 {
  font-size: 2rem;
  color: #b31119;
  margin-bottom: 0.5rem;
  
}
.our__services h2 {
  
  margin-bottom: 1.5rem;
  
}
.our__services h6 {
  width: 7%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 1rem;
  border-radius: 25px;
}

.our__Services__body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 2rem;
  padding-left: 1rem;
}
.our__Services__body__text h3 {
  /* width: 50%; */
  /* padding-right: 3rem; */
  font-weight: 400;
  line-height: 1.3;
}
.our__Services__body__text p {
  /* width: 50%; */
  padding-top: 2rem;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 500;
  padding-left: 0;
  margin-left: 0;
}
.our__Services__image {
  border-top-right-radius: 30%;
  border-bottom-left-radius: 30%;
}
@media screen and (min-width: 320px) and (max-width: 480px){
  .our__services{
    margin-top: 95rem !important;
  }
  .our__services h6 {
    width: 50%;
    height: 5px;
    background-color: #b31119;
    margin-bottom: 1rem;
    border-radius: 25px;
  }
  .our__Services__body__text p {
    font-size: 1rem;
    font-weight: 400;
  }
  .our__Services__body__text h3 {
    /* width: 50%; */
    /* padding-right: 3rem; */
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px){
.our__services{
  margin-top: 72rem !important;
}
.our__services h6 {
  width: 30%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 1rem;
  border-radius: 25px;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  .our__services{
    margin-top: 56rem !important;
  }
  .our__services h6 {
    width: 30%;
    height: 5px;
    background-color: #b31119;
    margin-bottom: 1rem;
    border-radius: 25px;
  }
  }

  @media screen and (min-width: 1025px) and (max-width:1200px) {
    .our__services{
      margin-top: 26rem !important;
    }
    .our__services h6 {
      width: 20%;
      height: 5px;
      background-color: #b31119;
      margin-bottom: 1rem;
      border-radius: 25px;
    }
    .destination__slideshow .tech-slideshow .mover-1{
      
    }
  }
  
@media screen and (min-width:1200px) {
  .our__services{
    margin-top: 23rem;
  }
 
}







@media screen and (max-width:1050px) {
 
  .our__Services__body{
    display: flex;
    flex-direction: column-reverse;
  }

}
/* @media screen and (min-width: 750px) and (max-width: 915px) {
  .our__services{
    margin-top: 48rem;
  }

} */


/* @media screen and  (max-width:481px) and (max-width:500px) {
  .our__services{
    margin-top: 60rem;
  }
  
} */



/* Our Services Section styling end */

/* Destination Sliding Show styling start*/
.destination__slideshow{
  height: auto;

  margin-left: 3%;
  margin-right: 3%;
  padding: 1rem;
}

.destination__slideshow h5{
  font-size: 2rem;
  color: #b31119;
  margin-bottom: 0.5rem;
}

.destination__slideshow h6{
  width: 7%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 1rem;
  border-radius: 25px;
}
@media screen and (min-width:320px) and (max-width:600px){
  .destination__slideshow h6{
    width: 50%;
    height: 5px;
    background-color: #b31119;
    margin-bottom: 1rem;
    border-radius: 25px;
  }
}
.destination__slideshow p{
 margin-left: 0;
 padding-left: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  
}
.our__Services__body{
  padding-left: 0;
}

.tech-slideshow {
  height: 180px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 400px;
  width: 2500px;
  /* background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/collage.jpg); */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 10s linear infinite;
  transition: opacity 0.5s ease-out;
  display: flex;
  text-align: center;
  column-gap: 4rem;
  background-position: 0 -200px;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}


/* Destination Sliding Show styling End*/





/* Our Team Styling Start */
.our__team {
  width: 100vw;
  height: auto;
  margin-top: 3rem;
  margin-left: 0rem;
  margin-right: 2rem;
  /* background-color: #ddd; */
  padding: 1rem;
}
.our__team h5 {
  font-size: 2rem;
  color: #b31119;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}
.our__team h4 {
  width: 7%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 1rem;
  border-radius: 25px;
  margin-left: 2rem;
}
.our__team h1 {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.our__team__body {
  margin-left: 2rem;
  display: grid;
  grid-gap: .5rem;
  align-items: center;
  justify-content: center;

  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.our__team__body p,
h3 {
  line-height: 0.8;
}
.our__team__body h3 {
  margin-top: 1rem;
}
.our__team__body p {
  margin-bottom: 1.5rem;
  margin-left: 0;
}
.our__card img {
  border-radius: 20px;
}
.our__team .btn {
  margin-top: 1rem;
  margin-left: 45%;
  align-items: center;
  justify-content: center;
}
/* Our Team Styling Emd */

/* Testimonials styling start */
.testimonials {
  margin-top: 1rem;
  height: auto;
  margin-bottom: 3rem;
  height: auto;
 
 
  
}
.testimonials h5 {
  font-size: 2rem;
  color: #b31119;
  margin-bottom: 0.5rem;
  margin-left: 4.3%;
 
  
}
.testimonials h3 {
  width: 7%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 2rem;
  border-radius: 25px;
  margin-left: 4.3%;
  
}
@media screen and (min-width:320px) and (max-width:600px){
  .testimonials h3 {
   
    width: 50%;
    height: 5px;
    background-color: #b31119;
    margin-bottom: 1rem;
    border-radius: 25px;
  }
  .testimonials__body{
    display: flex;
    flex-direction: column;
  }
  .testimonials__body__text{
    width: 90vw !important;
    
  }
  .testimonials__body__slider{
    width: 90vw !important;
  }
}
.testimonials__body {
  width: 100vw;
  height: auto;
  background-color: black;
  padding: 0rem 2rem;
  display: flex;
  /* text-align: center; */
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .testimonials__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

  } 
  .testimonials__body{
    display: flex;
    flex-direction: column;
  }
  .testimonials__body__text{
    width: 90vw !important;
    
  }
  .testimonials__body__slider{
    width: 90vw !important;
  }
}
.testimonials__body__text {
  margin-left: 2rem;
  width: 25%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.testimonials__body__text
h1 {
  color: #ffffff;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  margin-top: .5rem;
  font-size: 2.1rem;
}
.testimonials__body__text h6 {
  font-size: 1.0rem;
  padding-top: 2rem;
  line-height: 1.5;
  color: #fff;
}

.testimonials__body__slider {
  width: 75%;
  
}
/* .testimonials__body__slider .carousel-inner {
  padding-left: 0;
  padding-right: 0;
}
.testimonials__body__slider .carousel-inner .carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.testimonials__card {
  width: 80%;
  color: rgb(10, 10, 10);
  padding: 10px;
  margin: 10px;
  /* border: 2px solid red; */
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
  margin-left: 10%;
}

.testimonials__card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.testimonials__card p,
h4 {
  text-decoration: none;
}
.testimonials__card p {
  text-decoration: none;
  font-size: 1rem;
}

/* Testimonials styling end */

/* Latwst Blogs Styling Starts  */
.mySlides{
  width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.latest__blog{
  
  display: block;
  margin-bottom: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.latest__blog .btn{
  margin-left: 44%;
  margin-top: 1rem;

}

.latest__blog h5{
  font-size: 2rem;
  color: #b31119;
  margin-bottom: 0.5rem;
}
.latest__blog h2{
  font-size: 1.2rem;
  margin-bottom: 1rem;

}

.latest__blog .underline{
  width: 7%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 1rem;
  border-radius: 25px;
 
}
@media screen and (min-width:320px) and (max-width:600px){
  .latest__blog .underline {
   
    width: 50%;
    height: 5px;
    background-color: #b31119;
    margin-bottom: 1rem;
    border-radius: 25px;
  }
}
.blogs__card{
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
 grid-gap:1rem;

}
.each__card{
  background-color: #484343;
  color: white;
  border-radius: 10px;
}
.each__card img{
  width: 100%;
  height: auto;
  content: fill;
  object-fit: cover;
}
.each__card h4, p{
  margin: 10px;
}

.each__card h4{
 font-size: 1.3rem;
}

.each__card p{
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
 }
/* Latest Blogs Styling Ends */

/*Styling for Before footer red Strip  */
.above__footer{
  background-color: #b31119;
  padding-left: 4vw;
  padding-right: 3vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  
  color: #fff;
  display: flex;
  text-align: center;
  justify-content:baseline;
  
}
@media screen and (max-width: 820px) {
  .above__footer{
    flex-wrap: wrap;
    text-align: left;
  }
  
}
.abv__footer__one h5{
  text-align: left;
  padding-right: 10;
  width: 50;
  margin-top: .5rem;
}

.abv__footer__two{
  width: 50%;
  height: auto;
}
.abv__footer__two p{
  margin-left: 0;
  padding-left: 0;
}

.Above_footer {
  background-color: #b31119;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100vw;
}
.Above_footer .btn{
  margin-top: 1rem;
  padding-left: 1rem;
  margin-left: 29%;
  padding-left: 10%;
  
  /* float: right !important;  */
}
.Above_footer .btn .fa-solid{
  margin-right: 1rem;
}
@media screen and (max-width: 500px) {
  .Above_footer{
    padding-left: .5rem;
    padding-right: .5rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .abv__footer__two{
    width:100%;
    height: auto;
  }
}

/* footer Styling starts */
@media screen and (min-width:320px) and (max-width:480px) {
 .copyright-text.text-white{
  font-size: 80%;
  padding-left: 10px;
 }
  .footer__main {
    font-size: 80%;
  }
  .footer__col{
 margin-left: 0;
padding-left: 0  ;
   
   }
   .footer__col__2{
    margin-left: 0rem;
    padding-left: 0;
  }
  .footer__col.footer__col__2{
   
    margin-left: 0;
  }
  .footer__col.footer__col__2 > h4{
    padding: 0;
    margin-left: 0;
  }
  .footer__col__2 .list-items{
    margin-left: 0rem;
    padding-left: 0;
  }
  .footer__col__3{
    margin-left: 0rem;
    padding-left: 0;
  }
  .footer__col__3 .list-items,  .footer__col__3 .list-items .list-item{
    margin-left: 0rem;
    padding-left: 0;
  }
  .footer__col__3 .list-items .list-item{
    margin-left: 0rem;
    padding-left: 0;
  }
  .footer__col.footer__col__3{
   
    margin-left: 0;
  }
  .footer__col.footer__col__3 > h4{
    padding: 0;
    margin-left: 0;
  }
  
}



.footer__main {
  height: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  background-color: rgb(0, 0, 0);
  height: auto;
 
   padding-top: 3rem;
   color: #fff;
  
}
.footer__body{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}
.footer__col{
 
 height: auto;
 padding: 10px;

}
.footer__image img {
  width: 100%;
  height: auto;
}
.footer__col__2{
  margin-left: 4rem;
}
.footer__col__3{
  margin-left: 1rem;
  align-items: left !important;
  text-align: left;
}
.footer__col__1 h6{
  line-height: 1.6;
}
.footer__col__socialLink{
  margin-top: 1.5rem;
}

.footer__col__header{
  color: #B31119;
  
}
.footer__col__3 > h4, .footer__col__2 >h4{
  margin-left: 2rem;
}  

.footer__bottom .copyright-text{
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 2rem;
  padding-top: 0;
  margin-top: 0;
}
.footer__col__4 >h4{
  padding-left: 0;
  margin-left: -1rem;
  text-decoration: none;
}
.footer__col__4 .list-items{
  padding-left: 1rem;
  text-decoration: none;
}

.footer__col__4 .list-item >span{
 font-size: .9rem !important;
}


/* Footer */
.footer-v1 {
  background-color: #050505;
  padding: 10px 0 10px 0;
  color: #ffffff;
}
.widget-footer {
  margin-bottom: 10px;
}

.widget-footer h5 {
  margin-bottom: 20px;
  /* text-decoration: underline; */
  color: #b31119;
}
.list-items {
  list-style: none;
}

.footer-service {
  align-items: center;
}
.list-items li {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 8px;
  /* font-family: "Nunito Sans",Sans-serif; */
  font-weight: 400;
  line-height: 1.4;
}
.list-items li:last-child {
  padding-bottom: 0;
}
.list-items a {
  color: #fff;
  text-decoration: none;
}
.list-items a:hover {
  color: #ff3c06;
}
.copyright-text {
  margin-bottom: 0;
  font-size: 15px;
}

.footer-v2 {
  background-color: #211e3b;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 100px 0;
}
.ft-contact-info {
  padding-bottom: 20px;
}
.ft-contact-info p {
  color: #fff;
}
.ft-contact-info h6 {
  color: #aeaacb;
}
.footer-menu ul {
  list-style: none;
}
.copyright-text.v2 {
  color: #aeaacb;
  font-size: 16px;
}
.ft-list-icon {
  line-height: 1;
}
.ft-list-icon a {
  display: inline-block;
  font-size: 12px;
  color: #4ccef9;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  margin-right: 5px;
  padding: 0.5em;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ft-list-icon a:last-child {
  margin-right: 0;
}
.ft-list-icon a:hover {
  transform: translateY(-8px);
  opacity: 0.9;
}
.ft-list-icon a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.ft-list-icon .twitter {
  color: #4ccef9;
}
.ft-list-icon .facebook {
  color: #25e;
}
.ft-list-icon .linkedin {
  color: #3292ff;
}
.ft-list-icon .instagram {
  color: #ff9000;
}
.bg-map-dots {
  background-image: url(images/bg-maps-dots.jpg);
}

.ft_logo {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-menu ul li {
  /* display: inline-block; */
  /* margin: 0px 29px; */
}
.footer-menu ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:visited {
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #43baff;
}

.widget-footer ul > li > ul.list-items{
  margin: 0;
  padding: 0;
  
}
/* footer Styling end */


/* About Page Styling Start */
.about{
  margin-top: 0rem;
  
  /* border: 2px solid rgb(225, 6, 6); */
  background-color: rgb(255, 255, 255);

}
@media screen and (min-width:320)and (max-width:480px) {
  .about .upper__div h1{
    font-size: 50%;
    font-weight: 600;
  }

  .about .upper__div p{
    font-size: .7rem ;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .about .upper__div h2{
   font-size: 1rem ;
    }
}

.upper__div{
  background-image: url(images/aboy__image.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.upper__div  h1{
  font-size: 4rem;
  color: #fffcfc;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width:850px) {
  .upper__div  h1{
    font-size: 3rem;
  }
}
.upper__div h2{
  font-size: 1.5rem;
  color: #fff;
}
.about .upper__div p{
  width: auto;
  height: auto;
  text-align: center;
  align-self: center;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  margin-bottom: 2rem;
}
.enquire__btn{
  background-color: #211e3b;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 1px;
  word-spacing: 10px;
  padding: 3px 50px;
  margin-bottom: 1rem;
  text-decoration: none
  
}
.enquire__btn:hover{
  color: #B31119;
  font-weight: 600;
}

.about__content{
  padding-left: 10vw;
  padding-right: 10vw;
}

.about__content h3{
  padding: 2rem 0;
  text-align: left;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}

.about__intro h2{
  margin: 1rem 0;
}
.about__intro p{
 margin-left: 0;
 padding-left: 0;
 font-size: 1.1rem;
 font-weight: 500;
}


.choose{
  margin-top: 3rem ;
}
.choose h1{
  color: #000000;
  
}
.choose h6{
  width: 10%;
  height: 5px;
  background-color: #B31119;
  border-radius: 25px;
  
}
.choose h3{
  padding-top: .5rem;
  padding-bottom: .7rem;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  
}
.choose p{
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 0;
  font-weight: 500;
  font-size: 1.1rem;
}
.choose .choose__content{
  grid-gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  margin-bottom: 2rem;
}

.choose .choose__content .choose__content__image img{
  object-fit: fit;
  width: 95%;
  height: auto;
}

.choose .choose__content .choose__content__text .choose__content__text__each a{
font-size: 1.0rem;
}

.choose .choose__content .choose__content__text #myDIV{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}

.choose .choose__content .choose__content__text #myDIV1{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}
.choose .choose__content .choose__content__text #myDIV2{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}

.choose .choose__content .choose__content__text #myDIV3{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}

.choose .choose__content .choose__content__text #myDIV4{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}

.choose .choose__content .choose__content__text #myDIV5{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}
.choose .choose__content .choose__content__text #myDIV6{
  width: 100%;
  padding: 10px 0;
  text-align: start;
  background-color: lightblue;
  margin-top: 20px;
}

.about__team__body{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-gap: 1rem;
}

.about__team{
  margin-bottom: 3rem;
  
}
.about__team h1{
  color: #000000;
}

.about__team h4{
  background-color: #B31119;
  height: 5px;
  width: 11%;
  border-radius: 25px;
   margin-bottom: 1.5rem;
}

.about__team h3{
  color: #000000;
 
}
.about__card{
 height:100%;
 width:100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  
}
.about__card h3, p{
  margin: 0;
  padding:  0 0 0 1rem ;
 
}
.about__card h3{
  color: #B31119;
}
.about__card img{
 width: 100% !important;
}
/* About Page Styling End */

/* Services Page Styling Start */
.service__body{
  margin-top: 0rem;
}
.service__upper__div{
  background-image: url(images/aboy__image.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service__upper__div  h1{
  font-size: 4rem;
  color: #fffcfc;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

 .service__upper__div p{
  width: auto;
  height: auto;
  text-align: center;
  align-self: center;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.service__upper__div .enquire__btn{
  background-color: #211e3b;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 1px;
  word-spacing: 10px;
  padding: 3px 50px;
  margin-bottom: 1rem;
  text-decoration: none
  
}
.service__upper__div .enquire__btn:hover{
  color: #B31119;
  font-weight: 600;
}

.service__content{
  padding-left: 10vw;
  padding-right: 10vw;
  /* border: 2px solid red; */
  height: auto;
  background-color: #e1e0e3;

  display:grid;
  grid-template-areas:
  'services__list show__content show__content' 
  'serv__message__form show__content  show__content'
  'services__img show__content show__content';
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width:800px) {
  .service__body h1{
    font-size: 1.8rem;
    font-weight: 600;
  }
  .service__content{
    padding-left: 2vw;
    padding-right: 2vw;
    grid-template-areas: 
    'services__list'
    'show__content'
    'serv__message__form'
    'services__img'
    ;
    /* grid-template-rows: 1fr 1fr 1fr 1fr; */
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .services__list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    
  }
  .services__nav{
    width: 45%;
    font-size: .7rem !important;
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
    height: 1.8rem;
  }
}



.services__list{
  grid-area: services__list;
  /* border: 2px solid red; */
  
}
.services__img{
  padding: 1rem;
  grid-area:services__img ;
  background-color: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.services__img__image{
  /* position: relative; */
  /* margin:1rem; */
  width: 100%;
}
.services__img__text{
  position: absolute;
  top: 2%;
  left: 1%;
  z-index: 111;
  font-size: .9rem;
  color: #B31119;
  font-weight: 500;
  line-height: 1.35;
}

.serv__message__form{
  grid-area:serv__message__form ;
  /* border: 2px solid rgb(10, 188, 13); */
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 10px;

}
.serv__message__form h1{
  width: 40%;
  height: 5px;
  background-color: #000000;
  color: #B31119;
  border-radius: 25px;
}
.show__content{
  grid-area:show__content ;
  /* border: 2px solid rgb(12, 219, 219); */
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 1rem;
  overflow-y: scroll;
}
.show__content__one img{
 width: 100%;
 height: auto;
  }
.show__content__one h1{
  width: 20%;
  height: 3px;
  background-color: #B31119;
  color: #B31119;
  border-radius: 25px;
  }
.show__content__one p{
padding-left: 0;
margin-left: 0;
font-weight: 500;
font-size: 1.1remrem;
margin-bottom: 1rem ;
}

.show__content__two h1{
  width: 10%;
  height: 3px;
  background-color: #B31119;
  color: #B31119;
  border-radius: 25px;
  }
.show__content__two p{
padding-left: 0;
font-size: 0.9rem;
}
.show__content__three h1{
  width: 7%;
  height: 3px;
  background-color: #B31119;
  color: #B31119;
  border-radius: 25px;
  }
.show__content__three p{
padding-left: 0;
font-size: 0.9rem;
}

.services__nav{
  /* border: 1px solid black; */
  margin: 2px 2px 10px 2px;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: #fff;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  justify-content: space-between;
  padding: 5px 5px;
  text-decoration: none;
  color: black;
  border-radius: 4px;
  
}
.services__nav:hover{
  color: #B31119;
}
.services__nav .fa-solid{
 margin: 5px;
 font-size: 1.5rem;
 color: #B31119;
}

.services__nav .services__nav__text{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
} 
.services__nav .services__nav__text h4{
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  margin-top: .2rem;
  padding-top: 0;
  margin-bottom: 0;
} 
.services__nav .services__nav__text p{
  margin-left: 0;
  padding-left: 0;
  font-size: .6rem;
  margin-top: 0;
  padding-top: 0;
} 

.serv__message__form{
  /* background-color: #fff; */
  background-color: #B31119;
}
/* Services Page Styling End */

/* Destination Styling Starts */

.destination__main{
  margin-top: 0rem;
}
.destination__upper__div{
  background-image: url(images/aboy__image.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.destination__upper__div  h1{
  font-size: 4rem;
  color: #fffcfc;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

 .destination__upper__div p{
  width: auto;
  height: auto;
  text-align: center;
  align-self: center;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.destination__upper__div .enquire__btn{
  background-color: #211e3b;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 1px;
  word-spacing: 10px;
  padding: 3px 50px;
  margin-bottom: 1rem;
  text-decoration: none
  
}
.destination__upper__div .enquire__btn:hover{
  color: #B31119;
  font-weight: 600;
}


.destination__body{
  padding-left: 10vw;
  padding-right: 10vw;
  
  height: auto;
  background-color: #ffffff;
 
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.destination__cards{
  background-color: #ffffff;
  position: relative;
  max-width: 25rem;
  margin: 1rem 1rem;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);

}

.destination__card__img img{
 object-fit: cover;
 width: 100%;
 height: 40%;
}
.destination__card__float img{
  width: 70px;
  height: 70px;
  border: 5px solid rgb(254, 254, 254);
  border-radius: 50%;
  position: absolute;
  top: 1.0%;
  left: 82%;
}


.destination__card__text h5{
  padding-left: 10px;
}
.destination__card__text p{
  padding-left: 0px;
}
.destination__card__text a{
 float: right;
 margin-right: 5px;
 margin-bottom: 5px;
 color: white;
}

/* Destination Styling End */

/* News and Updates Styling Start */
.newsletters{
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 10vw;
}
.newsletters__content{
  
  display: block;
  
}
.newsletters__content .btn{
  margin-left: 44%;
  margin-top: 1rem;
  color: #fff;
background-color: #B31119;
}

.newsletters__content h5{
  font-size: 2rem;
  color: #b31119;
  margin-bottom: 0.5rem;
}
.newsletters__content h2{
  font-size: 1.2rem;
  margin-bottom: 1rem;

}

.newsletters__content .underline{
  width: 7%;
  height: 5px;
  background-color: #b31119;
  margin-bottom: 1rem;
  border-radius: 25px;
 
}
.newsletters__content .blogs__card{
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
 grid-gap:1rem;

}
.newsletters__content .each__card{
  background-color: #484343;
  color: white;
  border-radius: 10px;
 box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6);

}
.newsletters__content .each__card img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.newsletters__content .each__card h4, p{
  margin: 10px;
  padding-left: 10px;
}

.newsletters__content .each__card h4{
 font-size: 1.3rem;
}

.newsletters__content .each__card p{
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
 }

/* News and Updates Styling End */

/* Contact Adviser Styling Start */
.contact__adviser{
background-color: #e5e4e9;
  padding-top: 3rem;
  /* border: 2px solid red; */
  padding-left: 15vw;
  padding-right: 15vw;
  padding-bottom: 3rem;
 
}

@media screen and (max-width:850px) {
  .form__heading img{
    width:70% ;
    height: auto;
  }
  .contact__adviser{
    background-color: #e5e4e9;
      padding-top: 3rem;
      /* border: 2px solid red; */
      padding-left: 10vw;
      padding-right: 10vw;
      padding-bottom: 3rem;
     
    }
}
.contact__adviser form{
  background-color: white;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 10px;
}
.form__heading{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.contact__head__logo{
  display: flex;
}
.contact__head__logo img{
  width: 100px;
  height: 80px;
}
.contact__head__logo h1{
 font-size: 2.5rem;
 font-weight: 700;
}
.contact__head__logo p{
  color: #B31119;
  font-weight: 600;
  margin-top: -.5rem;
  margin-left: -1rem;
}
@media screen and (max-width:768px){
  .contact__head__logo img{
    width: 80px;
    height: 65px;
  }
  .contact__head__logo h1{
   font-size: 1.8rem;
   font-weight: 700;
  }
  .contact__head__logo p{
    font-size: 12px;
    color: #B31119;
    font-weight: 400;
    margin-left: -1rem;
  }
}
.form__heading h6{
 opacity: .7;
}
.form__heading h2{
  padding-top: 10px;
 }
/* Contact Adviser Styling End */