@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{margin: 0;padding: 0;}
body{font-family: 'Poppins', sans-serif;zoom:90%}
.display-1{font-size: 90px;line-height: 90px;}

.row{margin: 0;padding: 0;}

header {
    position: relative;
    background-color: black;
    height: 112vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .accordion-item {
    background-color: #000080;;
    border: 0px solid rgba(0,0,0,.125);
  }

  .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 1.1em;
    line-height: 1.8;
    box-shadow: 7px 8px 20px 0px #00000038;
}

.accordion-button.collapsed {
    background: blue
  }
  
  .accordion-button:not(.collapsed)::after{    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
  }
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  @media (pointer: coarse) and (hover: none) {
    header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
  
    header video {
      display: none;
    }
  }


  .btn-primary {
    color: #fff;
    background-color: #ff2147;
    border-color: #ff2147;
    height: 3.5em;
    padding: 1em 2.5em;
    border-radius: 0.5em;
    font-size: 1.1em;
    transition: 0.8s;
}
.bg-dark {
  background-color: #000080!important;
}

.navbar-dark .navbar-nav .nav-link{color: white;}


.btn-primary:hover{background-color: #000080;border-color: #000080;}


  

#section06 a {
    padding-top: 70px;
  }
  #section06 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: sdb06 1.5s infinite;
    animation: sdb06 1.5s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb06 {
    0% {
      -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  @keyframes sdb06 {
    0% {
      transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
      opacity: 0;
    }
  }
  

  .demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
  }
  .demo a:hover {
    opacity: .5;
  }
  
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-top: 3px solid #ff2147;
    border-bottom: 3px solid #ff2147;
 }

 .navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li > a:focus {
  background-color: #ff2147;
  color: #ffffff;
  border-radius: 0.5em;
}

 .navbar-expand-lg .navbar-nav .nav-link {padding: 5px 20px}



 .dropdown-item {padding: 0.4rem 1rem;}
  .navbar{padding-top: 0.5rem;padding-bottom: 0.5rem;z-index: 9999;    box-shadow: 0 0.5rem 1rem 0 rgb(0 0 0 / 10%);background: linear-gradient(
    45deg, #350087, #7a1162);}


  @media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
  }


  .breadcrumb-nav {
    float: right;
    background: #fff3;
    padding: 20px 25px;
    border-radius: 5px;
    margin: 0;
}


.breadcrumb-nav li a {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}


.breadcrumb-nav li, .breadcrumb-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-nav li {
    display: inline-block;
}

.breadcrumb-nav li a:after {
    content: '';
    height: 80%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 0;
}


.contact-us{background:url(../footercontactbg.jpg);padding: 5em 2em 10em;margin-top: -12em;background-size: cover;}

  .contact-us .form-control {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0 20px;
    color: #333;
    border-radius: 0;
    font-weight: 400;
    border-radius: 5px;
}

.contact-us .inner-title {
    font-weight: 600;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}



.footer p{opacity: 0.6;font-size: smaller !important;margin-bottom: 0;}

.footer input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}


.footer textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}

.lead {
  font-size: 1.15rem;
  font-weight: 300;
}

.shops img {transition: 0.5s;}
.shops img:hover {transform: scale(1.1);}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  height: 35em;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}



.about-globe {background:url(../globe.jpg);margin-top: -8em;background-repeat: no-repeat;background-size: cover;}

@media (max-width:768px){
  .display-1 {font-size: 60px;line-height: 60px;}
  .text-white{color: #000!important;}
  .footer .text-white{color: #fff!important;}
  .ecom .text-white{color: #fff!important;}
  .w-100 {color: #fff!important;}
  .pl-3{padding-left: 3em;margin-bottom: 3em;}
.contact-us{background:url(../footercontactbg.jpg);padding: 5em 2em 10em;margin-top: 0em;background-size: cover;}
.about-globe {background:url(../globe.jpg);margin-top: 0em;background-repeat: no-repeat;background-size: cover;}
}