@font-face {
  font-family: 'Cabin';
  src: url('/fonts/cabin') format('ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}




body {
    /*background-image: url(https://lottie.host/a92f5806-a44d-46b7-a956-0008a26c804b/W6fHfw2TZq.lottie) no-repeat center center fixed;*/
  /*background: linear-gradient(
    180deg,
    rgba(242, 33, 33, 0.25) 0%,
    rgba(242, 221, 33, 0) 100%
  );*/
   
}

html,
body {
  /* width: 100%;
  height: 100%;
  min-height: 100vh; /* Ensure body fills the viewport */
  /* margin: 0; */
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* Background Gradient */
.background-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url('overlaybg.png');*/
  background-size: cover;
  background-position: center;
    background: linear-gradient(180deg, rgb(138, 35, 135, 0.1) 0%, rgba(242, 221, 33, 0) 100%);
  z-index: -1;
}

#dropdownMenuButton {
  font-family: 'Nunito', 'Cabin', sans-serif;
  width: 100%;
  border: 2px solid #faedf1;
  text-align: left;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  height: 58px;
}

#interestMenu {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-size: 1rem;
  width: 100%;
}

#interestMenu li {
  padding: 2px;
}

.selectedItem p {
  font-family: 'Nunito', 'Cabin', sans-serif;
  text-align: left;
}

/* General Styles */
body {
  font-family: 'Nunito', 'Cabin', sans-serif;
}

.bg-transparent {
  padding: 0;
}

.card {
   
  /*min-width: 75%;*/
    max-width: 600px;
      /*min-width: 90vw;*/
  border-radius: 4rem 2rem 4rem 4rem;
  /* max-height: 75vh;  */ /* Default height */
  max-height: 90vh; /* Limit height for smaller screens */
}

/* Text box styling */
.custom-textbox .form-control {
  background-color: rgba(256, 256, 256, 0.1);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #333;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.custom-textbox .form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
  outline: none;
}

/* Gradient Title */
.text-gradient {
  background: -webkit-linear-gradient(45deg, #f27121, #e94057, #8a2387),
    linear-gradient(45deg, #f27121, #e94057, #8a2387);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5vh;
  line-height: 150%;
  /* identical to box height, or 51px */
  text-align: center;
}

.text-purple {
  color: #8a2387;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  /* identical to box height, or 51px */
  text-align: center;
}

.text-muted {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 1rem;
  line-height: 150%;
  /* identical to box height, or 24px */
  text-align: center;
}

/* Input Field Customization */
.input-group-text {
  font-size: 14px;
  font-weight: 600;
}

.input-group .form-control {
  border-left: none;
}

.btn-primary {
  background: linear-gradient(90deg, #f27121, #e94057);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #e94057, #f27121);
}

/* Logo */
img {
  max-width: 100%;
  height: auto;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.box-container {
  opacity: 90%;
}

/* Remove space between menu items */
.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* Ensure no padding around the navbar items */
  margin: 0; /* Remove any default margin */
}

/* Menu Items Styling */
.navbar-nav .nav-item .nav-link {
  border-radius: 20px; /* Rounded corners for menu items */
  color: #9b59b6 !important; /* Purple text color */
  font-weight: bold;
  padding: 0.5rem 1rem; /* Space around the text */
  transition: all 0.3s ease;
  margin: 0 10px; /* Space between items */
  background-color: #fff; /* Light background for menu items */
  border: 2px solid transparent; /* Optional: no border unless hovered */
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: #f1f1f1; /* Light hover background */
  color: #8e44ad; /* Darker purple text on hover */
  border-color: #9b59b6; /* Border color on hover */
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: end;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type='text'],
.intl-tel-input.allow-dropdown input[type='tel'] {
  width: 100%;
  height: 58px;
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
}

.input-group {
  display: block;
}

.text-paragraph {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 150%;
  /* or 20px */
  text-align: center;

  /* purple #8A2387 */
  color: #8a2387;
}

.text-hint {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 19.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#previewSection .form-group {
  padding: 1rem;
}

.div-hint-text {
  width: 64%;
  text-align: center;
  margin: 0 auto;
}

.account-sign {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-size: 1rem;
  font-weight: 350;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8a2387;
}

.login-h5 {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8a2387;
}

.btn-validate {
  border-radius: 28px 7px 28px 28px;
  height: 56px;
  color: rgba(0, 0, 0, 0.7);
  /* opacity: 0; */
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  background: #fff;
  opacity: 90%;
  font-family: Nunito, 'Cabin', sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 150%;
  /* display: flex
; */
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 15px;
  width: 80%;
}

.validateDiv {
  width: 50%;
  margin: 0 auto;
}

.spacer-bottom {
  padding-bottom: 1rem;
}

/*  form {
    padding-bottom: 50px;
  } */

.spacer-small {
  padding-bottom: 1rem;
}
.hurt-paragraph {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-size: 1rem;
  font-weight: 350;
  line-height: 21px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.custom-navbar {
  background-color: #f8f9fa;
  border-radius: 12px 0px 0px 34px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  opacity: 90%;
}

.custom-navbar a {
  font-family: 'Nunito', 'Cabin', sans-serif;
  color: #8a2387; /* Purple color for links */
  font-size: 18px;
  text-decoration: none;
  margin: 0 5px; /* Reduced spacing between links */
  text-decoration: none;
  font-weight: bold;
  font-size: 18px; /* Set the font size */
  padding: 10px 15px;
}

.custom-navbar a:hover {
  text-decoration: none;
}
/* Container Styling */
.otp-form {
  text-align: center;
  font-family: Arial, sans-serif;
}
form {
  margin-top: 1rem;
}

/* OTP Input Styling */
.otp-input {
  width: 50px;
  height: 50px;
  border: 2px solid #8a2387; /* Purple border */
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
  color: #8a2387; /* Purple text */
  transition: border-color 0.3s;
}

.otp-input:focus {
  outline: none;
  border-color: #8a2387;
  box-shadow: 0 0 8px #8a2387;
}

/* Timer and Instructions */
.timer-text {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  color: #8a2387;
}

.instruction-text {
  font-size: 14px;
  margin: 10px 0;
  color: #666;
}

/* Send Again Link */
.send-again a {
  color: #7c3aed;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}

/* Style the custom navbar container */
.navbar {
  display: flex;
  justify-content: flex-end; /* Align the navbar to the right */
  padding: 20px; /* Add padding as needed */
}

.custom-navbar {
  display: flex;
  gap: 20px; /* Add space between links */
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

.mb-3 {
  width: 100%;
  margin: 20px auto;
}

.mb-3.telephone {
  width: 100%;
  margin: 0 auto;
}

.form-control {
  height: 58px;
}

.navbar.bg-transparent {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed; /* Fixes the navbar at the top of the screen */
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  z-index: 1000; /* Ensures the navbar is above other content */
  padding: 10px 0;
}

.container.d-flex {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#content-box {
  /* position: absolute; */
    vertical-align: middle;
        horizontal-align: middle;
  /*margin-top: 25% !important;*/
  width: 100% !important;
  padding: 0 !important;
  z-index: 1000;
  display: flex;
}

#lottie-logo,
#lottie-logo img {
  width: 150px; /* Adjust size as needed */
  height: 150px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #8a2387 !important;
  background-color: #fff !important;
}

.section {
  margin-bottom: 20px;
}

.check-icon {
  font-size: 50px;
  color: #ff6f61;
}

.success-text {
  font-size: 24px;
  font-weight: bold;
  color: #9c27b0;
}

.highlight {
  font-size: 1rem;
  font-weight: bold;
  color: #ff6f61;
}

.text-details {
  font-family: 'Nunito', 'Cabin', sans-serif;
  font-size: 60%;
}

.form-control,
select {
  font-family: 'Nunito', 'Cabin', sans-serif;
}
.message-box .name {
  font-size: 16px;
  font-weight: bold;
  color: #8a2387;
  display: inline-block; /* Ensures the underline spans the width */
  width: 100%; /* Full width of the container */
  border-bottom: 2px solid #8a2387; /* Creates the underline */
  padding-bottom: 5px; /* Adds spacing between the text and underline */
}

@media only screen and (max-width: 320px) {
  /* CSS rules for small screens like small phones */
  .card {
    width: 85%;
  }
  .custom-navbar {
    width: 100%;
  }
  .custom-navbar a {
    font-family: 'Nunito', 'Cabin', sans-serif;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  /* CSS rules for tablets */
  .card {
    max-width: 400px;
      min-width: 70vw;
  }
  .custom-navbar {
    width: 100%;
  }
  .custom-navbar a {
    font-family: 'Nunito', 'Cabin', sans-serif;
  }
}

#birthdate-banner {
  width: 30vh;
  margin: 0 auto;
}

#age-paragraph {
  font-family: 'Nunito';
  font-size: 1rem;
  color: #323755;
}

/* ------- pre register message css --------- */
#previewSection .container {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time {
  font-size: 14px;
  color: #888;
}

.close-button {
  font-size: 20px;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
}

.title {
  font-size: 2rem;
  margin: 16px 0;
}

.highlight {
  color: #db4a8c;
  font-weight: bold;
}

.recipient-info {
  margin-bottom: 16px;
}

.recipient input {
  width: 100%;
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  background-color: #fef7fa;
  font-family: 'Nunito', 'Cabin', sans-serif;
  text-align: right;
}

.message-box {
  background-color: #ffe8f3;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  text-align: left;
  font-family: 'Nunito', 'Cabin', sans-serif;
}

.message-box strong {
  color: #000;
}

.buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.send-button {
  background-color: #db4a8c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

.cancel-button {
  background-color: #ffd700;
  color: #6d4a8c;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .container {
    padding: 12px;
  }

  .title {
    font-size: 16px;
  }

  .buttons button {
    font-size: 12px;
  }
}

/* ===================================
                 Cursor
====================================== */

.magic{
    display: none !important;
}
.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ .aimated-cursor{
    display: inline-block;
    z-index: 9999999;
}
.cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    /*border: 2px solid rgb(0, 0, 0);*/
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}
.slider-social{
    position: absolute;
    z-index: 11;
    margin-bottom: 0 !important;
}
.slider-social li{
    list-style: none;
    display: inline-block;
}

.slider-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

/*************************************/
/***********custom classes ***********/
/*************************************/

.text-des{
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}
.sub-heading{
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #8A2387;
    margin-bottom: 10px;
    display: block;
}
.large-heading{
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color:  #2f2f2f;
    margin-bottom: 15px;
}
.fly-line{
    display: block;
    height: 2px;
    width: 50px;
    background-color: #8A2387;
    opacity: .8;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.red-btn{
    font-size: 14px;
    border :solid 1px #8A2387 !important;
    color: #8A2387 !important;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    padding: 8px 30px;
}
.red-btn:hover{
    text-decoration: none;
    color: #fff !important;
    background-color: #8A2387;
}

.purple-btn{
    font-size: 14px;
    border :solid 3px #8A2387 !important;
    color: #8A2387 !important;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    padding: 8px 30px;
}
.purple-btn:hover{
    text-decoration: none;
    color: #fff !important;
    background-color: #8A2387;
}

.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


.anim-btn {
    border: 1px solid #8A2387;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    color: #8A2387;
    font-size: 0.6rem;
    padding: 10px 30px;
    transition: .8s ease;
    font-family: 'nunito', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.anim-btn:hover{
    border:solid 1px #8A2387;
    color: F2DD21;
}
.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #8A2387;
    color: #f2DD21;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn:hover {
    color: #FFFFFF;
}

.anim-btn:hover span {
    transform: translateY(0) scale(3);
}

.anim-btn span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}
.anim-btn span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

/* ===================================
    header navigation styling
====================================== */
.head-sec .navigation{
    position: relative;
}
.head-sec .slider-icons .social-icons{
    /*left: 2%;*/
    padding-top: 23px;
}
.head-sec .slider-icons .social-icons li a{
    color: #FFFFFF;
    font-size: 16px;

}

.head-sec .navigation-toggle .toggle-btn{
    right: 2%;
    padding-top: 25px;
}


/* For Left logoi Menu */
.head-sec .navigation-toggle .btn-toggle{
    left: 2%;
    padding-top: 30px;
}

.head-sec .navigation-toggle span{
    width: 25px;
    background-color: #FFFFFF;
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}
.head-sec .navigation-toggle .toggle-btn:hover span:first-child{
    width: 40%;
}
.head-sec .navigation-toggle .toggle-btn:hover span{
    width: 100%;
}
.head-sec .navigation-toggle .toggle-btn:hover span:last-child{
    width: 50%;
}


/* ===================================
    Broad Navbar css
====================================== */
.broad{
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
    position: relative;
}
.broad .navbar{
    display: none;
}
.broad-nav{
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*background-color: #8A2387;*/
    display: block;
    visibility: visible;
    /*position: fixed;*/
    overflow: hidden;
    z-index: 111111;
    /*top:0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left:80%;*/
    /*border-radius: 50%;*/
    /*border-top-left-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
    opacity: 1;
}
.broad-nav .navbar{
    padding-right: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 32%;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
}

.broad .close-nav{
    display: none;
}
.broad-nav .close-nav{
    display: block;
    position: fixed;
    right: 20px;
    top:4%;
    z-index: 11111;
    cursor: pointer;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}
.broad-nav .close-nav a i{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.broad-nav .close-nav.slider-social.bg-fill a i{
    width: 45px;
    height: 45px;
    padding-top: 11px;
    background-color: #000000;
    color: #FFFFFF;
}
.broad-nav .close-nav i{
    color: #FFFFFF;
    font-size: 25px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.broad-nav .close-nav:hover i{
    /*color: #f73859;*/
}
.broad .navbar ul li{
    text-align: right;
}
.broad .navbar ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    display: inline-block;
    background-color: #8A2387;
    padding: 5px 15px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.broad .navbar ul li{
    margin-bottom: 5px;
    -webkit-transition: all .8s ease 500ms;
    -o-transition: all .8s ease 500ms;
    transition: all .8s ease 500ms;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}
@-webkit-keyframes myan {
    from{
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes myan {
    from{
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.broad .navbar ul li{
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar ul li:nth-child(2){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
.broad .navbar ul li:nth-child(3){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar ul li:nth-child(4){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar ul li:nth-child(5){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar ul li:nth-child(6) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar ul li:nth-child(7) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar ul li:nth-child(8) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.broad .navbar-light .navbar-nav .nav-link:focus,.broad .navbar-light .navbar-nav .nav-link:hover ,.broad .navbar-light .navbar-nav .nav-link.active{
    color: #f8f9fa;
    background-color: black;
}





/* ===================================
    Brod Navbar css
====================================== */
.brod{
    visibility: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0;
    position: relative;
}
.brod .navbar{
    display: none;
}
.brod-nav{
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*background-color: #8A2387;*/
    display: block;
    visibility: visible;
    /*position: fixed;*/
    overflow: hidden;
    z-index: 111111;
    /*top:0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left:80%;*/
    /*border-radius: 50%;*/
    /*border-top-left-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
    opacity: 1;
}
.brod-nav .navbar{
    padding-left: 30px;
    display: block;
    position: fixed;
    
    top: 32%;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
}

.brod .close-nav{
    display: none;
}
.brod-nav .close-nav{
    display: block;
    position: fixed;
    top:2%;
    z-index: 11111;
    cursor: pointer;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}
.brod-nav .close-nav a i{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.brod-nav .close-nav.slider-social.bg-fill a i{
    width: 45px;
    height: 45px;
    padding-top: 11px;
    background-color: #000000;
    color: #FFFFFF;
}
.brod-nav .close-nav i{
    color: #FFFFFF;
    font-size: 25px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.brod-nav .close-nav:hover i{
    /*color: #f73859;*/
}
.brod .navbar ul li{
    text-align: left;
}
.brod .navbar ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF !important;
    display: inline-block;
    background-color: #8A2387;
    padding: 5px 15px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
	border-radius: 0px;
}

.brod .navbar ul li{
    margin-bottom: 5px;
    -webkit-transition: all .8s ease 500ms;
    -o-transition: all .8s ease 500ms;
    transition: all .8s ease 500ms;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}
@-webkit-keyframes myan {
    from{
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes myan {
    from{
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to{
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.brod .navbar ul li{
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar ul li:nth-child(2){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}
.brod .navbar ul li:nth-child(3){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar ul li:nth-child(4){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar ul li:nth-child(5){
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar ul li:nth-child(6) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar ul li:nth-child(7) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar ul li:nth-child(8) {
    -webkit-animation-name: myan;
    animation-name: myan;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.brod .navbar-light .navbar-nav .nav-link:focus,.brod .navbar-light .navbar-nav .nav-link:hover ,.brod .navbar-light .navbar-nav .nav-link.active{
    color: #f8f9fa;
    background-color: black;
}


/* ===================================
    Fixed  menu top css
====================================== */
header .navigation-toggle{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    
}
header .navigation-toggle.fix-top{
    z-index: 111;
    /*left: auto;*/
    /*right: 30px;*/
    -webkit-animation: .5s slideInDown;
    animation: .5s slideInDown;

}
header .navigation-toggle.fix-top .slider-social a{

    width: 50px;
    height: 50px;
    background-color: #8A2387;
    color: white;
    border-radius: 50%;
    padding: 18%;
    padding-top: 28%;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}


header .navigation-toggle.fix-top .slider-social a span {

    
    background-color: white !important;
    
}
/* ===================================
    Slider css
====================================== */

.slider-sec{
    position: relative;
}
.slider-sec .navigate-arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}

.slider-sec .navigate-arrow i:first-child{
    display: block;
    color: #8A2387;
    font-size: 15px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-bottom: 1px;
    text-align: center;
    padding-top: 15px;
    border: solid 1px #8A2387;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.slider-sec .navigate-arrow:hover i{
    background-color: #8A2387;
    border: solid 1px #8A2387;
    color: #F2DD21;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /*extra small screen css of broad navigation*/
    .broad-nav{
        top:0;
        bottom: 0;
        right: 0;
        left:0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .broad-nav .close-nav{
        right: 20px;
        top: 2%;
    }
    .broad-nav .close-nav i{
        font-size: 35px;
    }
    .broad-nav .close-nav.slider-social.bg-fill a i {
        padding-top: 9px;
        font-size: 27px;
    }
    .head-sec .navigation-toggle .toggle-btn {
        right: 4%;
        padding-top: 21px;
    }
    .head-sec .slider-icons .social-icons {
        padding-top: 12px;
    }
    .broad-nav .navbar {
        top: 200px;
        padding-right: 0;
    }
   
    /*extra small screen css of stand alone page*/
    .slide-sec .slide-content .slide-heading {
        font-size: 36px;
    }
    .slide-sec .slide-content .text-des {
        font-size: 14px;
    }
   

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /*extra small screen css of broad navigation*/
    .broad-nav{
        top:0;
        bottom: 0;
        right: 0;
        left:0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .broad-nav .close-nav.slider-social.bg-fill a i {
        padding-top: 9px;
        font-size: 27px;
    }
    .broad-nav .close-nav{
        right: 20px;
        top:2%;
    }
    .broad-nav .close-nav i{
        font-size: 35px;
    }
    .broad-nav .navbar {
        top:200px;
        padding-right: 0;
    }

    .head-sec .navigation-toggle .toggle-btn {
        right: 2%;
        padding-top: 12px;
    }
    .head-sec .slider-icons .social-icons {
        padding-top: 6px;
    }
   
    /*extra small screen css of stand alone page*/
    .slide-sec .slide-content .slide-heading {
        font-size: 36px;
    }
    .slide-sec .slide-content .text-des {
        font-size: 14px;
    }
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /*extra small screen css of broad navigation*/
    .broad-nav{
        top:-3%;
        bottom: -3%;
        right: 0;
        left:20%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    .broad-nav .close-nav {
        right: 20px;
        top: 7%;
    }
    .broad-nav .close-nav i{
        font-size: 35px;
    }
    .broad-nav .close-nav.slider-social.bg-fill a i {
        padding-top: 9px;
        font-size: 27px;
    }
    .broad-nav .navbar {
        top: 230px;
        padding-right: 0;
    }
    .head-sec .navigation-toggle .toggle-btn {
        right: 20px;
    }
   
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*extra small screen css of broad nav*/
    .broad-nav .close-nav {
        right: 20px;
        top: 4%;
    }
    .broad-nav .navbar {
        top:230px;
        padding-right: 0;
    }
    
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1319.98px)  {
    .broad-nav .navbar {
        top:230px;
       padding-right: 0;
    }
    .broad-nav .close-nav {
        right: 20px;
    }
}


