 /* Custom styles */
 body {
    margin: 0;
    padding: 0;
}
main{
    border: 20px solid transparent;
    padding: 15px;
    border-image: url('../images/border.jpg') 0 60 round;
    background-color: #06343F   ;
    height: 100vh;
    border-top: 0;
}
@media (max-width: 992px) {
    .navbar {
      background-color: rgba(6, 52, 63, 0.9) !important;
    }
  }
  
  @media (min-width: 993px) {
    .navbar {
      background-color: transparent;
    }
  }
  
.viewport-image {
    width: 100%;
    height: 100vh;
    background-image: url('../images/landing.jpg'), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
    background-size: cover;
    position: relative;
}

#mylogoz{
  width: 110px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  #mylogoz {
    width: 110px;
    margin-left: 0;
  }
}

@media (min-width: 993px) {
  #mylogoz {
    width: 110px;
    margin-left: 20px;
  }
}
.navbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 2vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar .navbar-brand,
.navbar .navbar-nav .nav-link {
    color: white;
    padding-top: 0px !important;
}
.cont {
    width: 100%;
    padding: 0 50px;
}
.navbar .cont .row .col-9 {
    width: 75%;
    float: left;
}
.navbar .cont .row .col-3 {
    width: 25%;
    float: right;
}
/* .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}
.centered-text p{
    text-transform: uppercase;
} */
.nav-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-item.active>.nav-link{
    color: #ffD700 !important;
}
.nav-item a{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 30px;
}
.hover-2 {
    --b: 0.1em;   /* the thickness of the line */
    --c: #083540; /* the color */
    
    color: #0000;
    padding-block: var(--b);
    background: 
      linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%,
      linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
    -webkit-background-clip: text,padding-box;
            background-clip: text,padding-box;
    transition: .3s var(--_s,0s) linear,background-size .3s calc(.3s - var(--_s,0s));
  }
  .hover-2:hover {
    --_p: 100%;
    --_s: .3s;
  }
  .wm-hero {
    --duration1: 2.5s;
    --duration2: calc(var(--duration1) / 2);
    --delay1: calc(var(--duration2) / 2);
    --delay2: calc(var(--duration2) + var(--delay1));
    --easing: cubic-bezier(0.65, 0.05, 0.36, 1);
    /* background-color: wheat; */
    overflow: hidden;
    text-align: center;
}
.wm-hero h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 2em;
    margin-bottom: 2em;
    opacity: 0;
    transform: translateY(3em);
    animation: loadH1 var(--duration1) var(--easing) var(--delay1) forwards;
    color: #fff;
}
@media screen and (min-width: 981px) {
    .wm-hero h1 {
        font-size: 56px;
   }
}
.wm-hero img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1em 1em 0 0;
    transform: translateY(100%);
    animation: loadImg var(--duration2) var(--easing) var(--delay2) forwards;
}
@keyframes loadH1 {
    0% {
        opacity: 0;
        transform: translateY(3em);
   }
    30%, 50% {
        opacity: 1;
        transform: translateY(3em);
   }
    100% {
        opacity: 1;
        transform: none;
   }
}
@keyframes loadImg {
    0% {
        transform: translateY(100%);
   }
    100% {
        transform: none;
   }
}
.wm-hero__inner{
    margin-top: 320px;
}
.uupperword{
    text-transform: capitalize;
    font-size: 38px;
}
.mylottie{
    position: absolute;
    bottom: 0;
    left: 50%;
}
.myotherlottie{
    position: absolute;
    bottom: 0;
    right: 0;
}
.stickylottie{
    position: sticky;
    bottom: 0;
    left: 100%;
    z-index: 10;
}
.pricing-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #06343F;
    padding: 80px 10px 80px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
    border: 1px solid #1DB8DE;
    margin-bottom: 10px;
    height: 100%;
    }
    .flexible{
        flex-grow: 1;
    }

    .icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
    }

    .heading {
    font-size: 26px;
    margin-bottom: 10px;
    color: #ffd700;
    }

    .subheading {
    font-size: 18px;
    margin-bottom: 20px;
    color: #F98B88;
    text-align: center;
    }

    .paragraph {
    font-size: 16px;
    color: #f8f9fa;
    text-align: center;
    margin-top: 20px;
    }
    .mycont{
    /* padding-left: 100px;
    padding-right: 100px; */
    }
    .cardzz{
        /* padding-left: 100px;
        padding-right: 100px; */
        margin-bottom: 20px;
    }
    .pckg_heading{
        margin-top: 110px;
    }
    @media (max-width: 992px) {
        .pckg_heading{
            margin-top: 120px;
        }
      }
      
      @media (min-width: 993px) {
        .pckg_heading{
            margin-top: 180px;
        }
      }
    .pckg_heading  h1,h2{
        color: #FFD700;
        text-align: center;
        margin-top: 50px;
    }
    .pckg_heading h3,h4{
        color: white;
        font-style: italic;
        font-weight: 400;
        font-size: 17px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .card{
        background: #fff;
        border: 1px solid #fff;
        color: rgba(8, 5, 5, 0.8);
        margin-bottom: 2rem;
      }
    .card-title, .card-subtitle, .card-text{
        text-align: center;
    }
    .card img{
        height: 150px;
    }
    
    /* the entertainment cards */
    .entertain_sect{
      margin-top: 180px;
      margin-bottom: 30px;
    }
    @media (max-width: 992px) {
      .entertain_sect{
          margin-top: 160px;
      }
    }
    
    @media (min-width: 993px) {
      .entertain_sect{
          margin-top: 180px;
      }
    }
    .ecard {
        /* margin: 10px; */
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        padding: 0px;
        /* width: 300px; */
      }
      .ecard-header img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        padding: 5px;
      }
      .ecard-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px;
        min-height: 250px;
      }
      .ecard-body h2,h3,h4{
        color: #000;
        font-style: normal;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 20px;
      }
      
      .tag {
        background: #cccccc;
        border-radius: 50px;
        font-size: 12px;
        margin: 0;
        color: #fff;
        padding: 2px 10px;
        text-transform: uppercase;
        cursor: pointer;
      }
      .tag-teal {
        background-color: #47bcd4;
      }
      .tag-purple {
        background-color: #5e76bf;
      }
      .tag-pink {
        background-color: #FFD700;
      }
      
      .ecard-body p {
        font-size: 16px;
        margin: 0 0 30px;
        text-align: center;
      }
      .user {
        display: flex;
        margin-top: auto;
      }
      
      .user img {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 10px;
      }
      .user-info h5 {
        margin: 0;
      }
      .user-info small {
        color: #545d7a;
      }
      
      /* accordion here now */
      ul.accordion-list {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0;
        list-style: none;
        background-color: #f9f9fa;
   }
    ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 5px;
        cursor: pointer;
   }
    ul.accordion-list li.active h3:after {
        transform: rotate(45deg);
   }
    ul.accordion-list li h3 {
        font-weight: 700;
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
        font-size: 15px;
        letter-spacing: 0.01em;
        cursor: pointer;
   }
    ul.accordion-list li h3:after {
        content: "\f278";
        font-family: "material-design-iconic-font";
        position: absolute;
        right: 0;
        top: 0;
        color: #1DB8DE;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
   }
    ul.accordion-list li div.answer {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        cursor: pointer;
   }
    ul.accordion-list li div.answer p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 14px;
   }

   .form_and_info{
    display: flex;  
    flex-direction: row;
   }
   .contact_frm{
   }
   .contact_info{
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .contact_info h3,h3>a{
    color: white;
   }
   .contact_info h3>a:hover{
    color: #ffD700;
   }
   .contact_det{
    margin-top: 14vh;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
   }
   @media (max-width: 992px) {
    .contact_det{
        margin-top: 14vh;
    }
  }
  
  @media (min-width: 993px) {
    .contact_det{
        margin-top: 16.4vh;
    }
  }
   .aboutus{
    margin-top: 90px;
    padding-bottom: 60px;
   }
   @media (max-width: 992px) {
    .aboutus{
        margin-top: 110px;
    }
  }
  
  @media (min-width: 993px) {
    .aboutus{
        margin-top: 130px;
    }
  }
   .aboutus p{
    color: #fff;
    text-align: center;
   }
   .aboutus_img{
    margin-bottom: 20px;
   }
   .testimonial_section{
    width: 100%;
    /* background-color: #FFDB58; */
    color: white;
    padding: 20px 0px;
   }
   .testimonial_head{
    color: #ffd700;
    margin-bottom: 20px;
   }

   #demo{
    background: linear-gradient(112deg, #f0f0f1 50%, #d3d3d3 50%);
    max-width: 900px;
    margin: auto;
}
.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem;
}
@media(max-width:767px){
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
}
.carousel-caption img{
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}
@media(max-width:767px){
    .carousel-caption img{
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
}
#image-caption{
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}
@media(max-width:767px){
    #image-caption{
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
}
i{
    background-color: #06343F;
    padding: 1.4rem;
}
@media(max-width:767px){
    i{
        padding: 0.8rem;
    }
}
.carousel-control-prev{
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}
.carousel-control-prev,.carousel-control-next{
    transition: none;
    opacity: unset;
}
.carousel-control-prev i,.carousel-control-next i{
  background-color: #ffd700;
}
.btsicons{
    color: black;
    background-color: #fff;
}

.tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 40px;
    overflow: hidden; }
    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
      color: #efedef;
      cursor: pointer;
      display: block;
      font-size: 1.1em;
      font-weight: 300;
      line-height: 1em;
      padding: 2rem 0;
      text-align: center; }
    .tabs [class^="tab"] [type="radio"],
    .tabs [class*=" tab"] [type="radio"] {
      border-bottom: 1px solid rgba(239, 237, 239, 0.5);
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
      .tabs [class*=" tab"] [type="radio"]:hover,
      .tabs [class*=" tab"] [type="radio"]:focus {
        border-bottom: 1px solid #FFD700; }
      .tabs [class^="tab"] [type="radio"]:checked,
      .tabs [class*=" tab"] [type="radio"]:checked {
        border-bottom: 2px solid #FFD700; }
      .tabs [class^="tab"] [type="radio"]:checked + div,
      .tabs [class*=" tab"] [type="radio"]:checked + div {
        opacity: 1; }
      .tabs [class^="tab"] [type="radio"] + div,
      .tabs [class*=" tab"] [type="radio"] + div {
        display: block;
        opacity: 0;
        padding: 2rem 0;
        width: 90%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .tabs .tab-2 {
      width: 50%; }
      .tabs .tab-2 [type="radio"] + div {
        width: 200%;
        margin-left: 200%; }
      .tabs .tab-2 [type="radio"]:checked + div {
        margin-left: 0; }
      .tabs .tab-2:last-child [type="radio"] + div {
        margin-left: 100%; }
      .tabs .tab-2:last-child [type="radio"]:checked + div {
        margin-left: -100%; }