/*Universal styling*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Baloo Bhaijaan 2", serif;
  overflow-x: hidden;
  background-color: #b097ff91;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  cursor: pointer;
  font-family:"Baloo Bhaijaan 2", serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Baloo Bhaijaan 2", serif;
}
h1 {
  color: #fff;
  font-size: 70px;
  line-height: 100%;
  font-weight: 600;
}
.nav-title h2 {
  color: #fff;
}
h2 {
  color: #1d1731;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}
h3 {
  line-height: 110%;
  color: #1d1731;
  font-size: 30px;
  font-weight: 700;
}
h4 {
  color: #1d1731;
  font-size: 19px;
  font-weight: 700;
}
p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Baloo Bhaijaan 2", serif;
  color: #1d1731;
}
ul {
  list-style-type: disc;
}
.title {
  text-align: center;
}
.nav-title {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  left: -90px;
}
.nav-title h1 {
  font-size: 65px;
} 
.nav-title h2 {
  font-size: 35px;
} 
@media screen and (max-width: 600px) {
  h2 {
  font-size: 32px;
  line-height: 40px;
}
}
@media screen and (max-width: 450px) {
  h3 {
  font-size: 25px;
}
}

/*wheel -------------------------------------------------*/
.chart-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.title-logo {
      max-width: 240px;
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.title p {
  padding-top: 20px;
}
.chart1 text{
        font-family: "Baloo Bhaijaan 2", serif;
            font-size: 10px;
    font-weight: 700;
        pointer-events:none;
        color: white;
    }
    #chart{
        width:50%;
        height:auto;
        min-width: 500px;
        position: relative;
    }
    #question{
         width:50%;
        height:auto;
    }
    .spin-img {
          position: absolute;
    width: 140px;
    left: calc(50% - 90px);
    top: calc(50% - 80px);
    z-index: 2;
    }
.chart2 {
  display: none;
}
    @media screen and (max-width: 1050px) {
      h2 {
    font-size: 34px;
    }
}
@media screen and (max-width: 900px) {
      .chart1 {
    flex-direction:column;
    gap: 0;
}
#chart {
  text-align: center;
    width: 100%;
    height: auto;
    min-width: 0;
}
#question {
    width: 100%;
    }
}
@media screen and (max-width: 550px) {
      h2 {
        font-size: 28px;
    }
/*.chart1 {
  display: none;
}
.chart2 {
  display: block;
}*/
}
/*container ---------------------------------------------------*/
.container {
  max-width: 1200px;
  padding: 40px 5%;
  margin: auto;
  background-color: #fff;
}
.sub-nav-container {
  display: flex;
  justify-content: center;
  padding: 15px 5%;
  background-color: #3d2c74;
}
/*buttons*/
.btn-yellow {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  background-color: #edb03b;
  border: 1px solid #edb03b;
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
  border-radius: 30px;
  font-weight: 500;
}
.btn-yellow:hover {
  color: #edb03b;
  border: 1px solid #edb03b;
  background-color: #fff;
  transition: 0.3s;
}
.btn-purple {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  background-color: #5f4aa1;
  border: 1px solid #5f4aa1;
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
  border-radius: 30px;
  font-weight: 500;
}
.btn-purple:hover {
  color: #5f4aa1;
  border: 1px solid #5f4aa1;
  background-color: #fff;
  transition: 0.3s;
}
.btn-white {
  color: #2E324A;
  font-size: 18px;
  line-height: 21px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 500;
}
.btn-white:hover {
  color: #fff;
  border: 1px solid #464c73;
  background-color: #464c73;
  transition: 0.3s;
}
.btn-blue {
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  background-color: #2E324A;
  border: 1px solid #2E324A;
  padding: 10px 15px;
  transition: 0.3s;
  border-radius: 30px;
  transition: 0.3s;
}
.btn-blue-2 {
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  background-color: #2E324A;
  border: 1px solid #2E324A;
padding: 15px 25px;
transition: 0.3s;
  border-radius: 30px;
  transition: 0.3s;
  }
.btn-blue:hover {
  color: #fff;
  border: 1px solid #5B628F;
  background-color: #5B628F;
  transition: 0.3s;
}
.btn-blue-2:hover {
  color: #fff;
  border: 1px solid #5B628F;
  background-color: #5B628F;
  transition: 0.3s;
}
.btn-transparent-blue {
  font-family: 'Open Sans', sans-serif;
  border-radius: 30px;
  color: #2E324A;
  font-size: 20px;
  line-height: 21px;
  background-color: transparent;
  border: 1px solid #2E324A;
  padding: 12px 17px;
  transition: 0.3s;
}
.btn-transparent-blue:hover {
  border: 1px solid #fff;
  background-color: #2E324A;
  color: #fff;
  transition: 0.3s;
}
.btn-transparent-white {
  font-family: 'Open Sans', sans-serif;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 17px;
  transition: 0.3s;
}
.btn-transparent-white:hover {
  border: 1px solid #464c73;
  background-color: #464c73;
  transition: 0.3s;
}
/*colours*/
.white {
  background-color: #ffffff;
}
.blue {
  background-color: #2E324A;
}
.dark-blue {
  background-color: #1F2238;
}
.grey {
  background-color: #F4F4F4;
}
/*HEADER -------------------------------------------------------------------------------------------------------*/
header {
  width: 100%;
  height:auto;
  max-width: 2400px;
  margin: auto;
      background-color: #5f4aa1 !important;
}
.top-nav {
  display: flex;
}
.header {
  background-color: #5f4aa1 !important;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 100;
    padding: 0;
    max-width: 1650px;
    margin: auto;
    position: relative;
}
header a {
  color: white;
  transition: 0.3s;
}
header a:hover {
  color: #f1f1f1;
  transition: 0.3s;
}
nav ul {
  list-style-type: none;
  display:flex;
  gap: 35px;
}
nav ul li {
  font-weight: 400;
   display: block;
  color: #fff;
}
nav ul li a {
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
  position: relative;
  transition: 0.3s;
}
nav ul li a.activepage:after {
    width: 100%;
    left: 0;
    background: #fff;
}
nav a:after {
    content: '';
    position: absolute;
    border-radius: 5px;
    width: 0;
    height: 3px;
    display: block;
    right: 0;
    background: #fff;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
}
nav a:hover:after {
    width: 100%;
    left: 0;
    background: #fff;
}
nav ul li a:hover {
   color: #f1f1f1;
   transition: 0.3s;
}
.right-nav {
  display: flex;
  align-items: center;
}
header .phone {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
header .phone img {
  margin-right: 10px;
  max-height: 32px;
  max-width: 22px;
}
header .phone a {
  font-size: 20px;
  border-bottom: 1px solid #2E324A;
  padding: 4px 0px;
  transition: 0.3s;
}
header .phone a:hover {
  color: #f1f1f1;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
header .logo {
  padding: 10px 30px;
  display: flex;
    height: auto;
    width: auto;
    align-items: center;
}
header .logo img {
      max-width: 160px;
      min-width: 125px;
    height: auto;
    width: 100%;
}
header .logo a {
  display: flex;
}


@media screen and (max-width: 1380px) {
  .logo2 {
    display:none;
  }
  .header {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
  }
}

@media screen and (max-width: 1260px) {
nav ul {
    gap: 25px;
}
nav ul li a {
    color: #fff;
    font-size: 22px;
}
}

@media screen and (max-width:1100px) {
.nav-title {
    left: -50px;
}
    .nav-title h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .nav-title {
        left: -30px;
    }
    .nav-title h1 {
        font-size: 45px;
    }
}
@media screen and (max-width: 400px) {
header .logo {
    min-width: 120px;
}
header .logo img {
    width: 100%;
    margin-top: 5px;
}
}
/* MOBILE NAVIGATION */
.mobile-menu {
  display: none;
}
.sidenav .closebtn {
  position: absolute;
 top: 60px;
    right: 90px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.sidenav ul {
  flex-direction: column;
  text-align: center;
}
.sidenav ul li {
      padding: 12px 0px;
  display: block !important;
  width: fit-content;
    margin: auto;
}
.sidenav ul li a {
  font-size: 20px;
  padding: 2px 0px;
}
.mobile-nav-menu .phone {
  display: flex;
  justify-content: center;
  margin: 5px 0 22px 0;
}
.mobile-nav-menu .btn-white {
  color: #2E324A;
  width: fit-content;
    margin: auto;
}
.mobile-nav-menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-bottom: 12px;
  transition: 0.3s;
}
.mobile-nav-menu a:hover {
  color: #f1f1f1;
  transition: 0.3s;
}
.sidenav .button-container {
  margin: auto;
    width: 163px;
}
.nav {
  position: relative;
}
/*aminated menu icon*/
.mobile-menu .checkbox {
  position: absolute;
  display: block;
    height: 40px;
    width: 30px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  display: none;
z-index: 9999;
  top: -15px; 
}
.mobile-menu .hamburger-lines {
  display: block;
    height: 22px;
    width: 28px;
    position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
z-index: 9998;
}

.mobile-menu .hamburger-lines .line {
  display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
}

.mobile-menu .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.mobile-menu .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.mobile-menu .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.mobile-menu input[type="checkbox"]:checked ~ .sidenav {
  transform: translate(0%);
}

.mobile-menu input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.mobile-menu input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.mobile-menu input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.sidenav {
  height: 100%; 
  width: 100%;
  position: fixed; 
  z-index: 9997;
  top: 0; 
  left: 0;
  background-color: #2b1d56; 
  overflow-x: hidden;
  padding-top: 140px; 
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  transform: translate(150%);
  transition: transform 0.5s ease-in-out;
}
.sidenav-container {
  text-align: center;
}
.nav-title.mobile {
  display: none;
}
.nav-title.mobile * {
    color: #1d1731;
}
@media screen and (max-width: 550px) {
  .nav-title.mobile {
  display: block;
  padding:0px;
}
.nav-title.desktop {
  display: none;
}
  .mobile-menu {
    display: flex;
    justify-content: end;
  position: relative;
    top: -75px;
    right: 5%;
}
  .right-nav .btn {
    display: none;
  }
.nav {
  display: none;
}
.search-bar-container {
  display: none;
}
  .mobile-menu .checkbox {
  display: block;
}
.mobile-menu .hamburger-lines {
  display: flex;
}
.right-nav {
  display: none;
}
}


@media screen and (max-width: 1115px) {
  header .logo2 {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  h1 {
    font-size: 60px;
  }

}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 30px;
    }
}
/*FOOTER -------------------------------------------*/
footer .footer-bottom {
  background-color: #5f4aa1 !important;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: white;
    flex-wrap: wrap;
}
footer .footer-bottom p {
  color: #fff;
}

footer .footer-bottom p {
  font-size: 14px;
  padding: 5px 0;
}
footer .footer-bottom a {
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  transition: 0.3s;
}
footer .footer-bottom a:hover {
 opacity: 0.6;
  text-decoration: none;
  transition: 0.3s;
}

/*animations*/
@media screen and (max-width: 500px) {
  * {
    animation-delay: 0s !important;
  }
}
.policy h1 {
 color:#0f0801;
 font-size: 40px;
 padding: 0px 0px 20px 0;
}
.policy h2 {
 font-size: 28px;
 padding: 20px 0px 20px 0;
}
.policy p {
  padding: 5px 0px;
}
.error-page {
  text-align: center;
}
.error-page .btn {
  padding: 10px 20px;
}
.description {
  border-top: 2px solid #1d1731;
    padding-top: 40px;
}
.description p {
  padding: 5px 0;
}
.description h2 {
  padding-bottom: 15px;
}
.container.no-top-pad {
  padding-top: 0px;
}
.cookie-consent-container {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000; 
background-color: #5f4aa1 !important;
}
.cookie-consent-container p, .cookie-consent-container a {
  color: #fff;
  font-size: 14px;
}
.cookie-consent-container  .container {
    padding: 10px 30px;
    background-color: #5f4aa1 !important;
    display: flex;
    gap: 10px;
}
.cookie-consent-container button {
  padding: 2px 3px;
    background-color: #fff;
    border: none;
}
/*text image --------------------------*/
.wrap.faves {
  padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.wrap.faves .half {
    width: 50%;
}
.wrap.faves .half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
  border-radius: 50px;
}
.wrap.faves ul {
  margin-left: 20px;
}
.faves .btn-purple {
  transition: 0.3s;
  margin: 20px 0 0 0;
  padding: 15px 25px 12px 25px;
}

@media screen and (max-width: 1400px) {
  .nav-title h1 {
    font-size: 55px;
}
.nav-title h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 990px) {
    .header {
        gap: 40px;
    }
        nav ul li a {
        font-size: 19px;
    }
}

@media screen and (max-width: 930px) {
    .nav-title h1 {
        font-size: 45px;
    }
    .nav-title h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 875px) {
    nav ul {
        gap: 15px;
    }
        .header {
        gap: 20px;
    }
}
@media screen and (max-width: 865px) {
    nav ul li a {
        font-size: 17px;
    }
}


@media screen and (max-width: 840px) {
.wrap.faves {
    flex-direction: column;
    gap: 20px;
}
.wrap.faves.flip {
    flex-direction: column-reverse;
}
.wrap.faves .half {
    width: 100%;
}
}
@media screen and (max-width: 775px) {
    .nav-title h1 {
        font-size: 39px;
    }
    .nav-title h2 {
        font-size: 24px;
        padding-top: 5px;
    }
}
@media screen and (max-width: 700px) {
    .nav-title h1 {
        font-size: 32px;
    }
    .nav-title h2 {
        font-size: 22px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 620px) {
.top-nav {
    gap: 0px;
}
.nav-title {
        left: 0;
        padding-right: 30px;
    }
    .nav-title h1 {
        font-size: 26px;
                line-height: 100%;
    }
    .nav-title h2 {
        font-size: 18px;
                line-height: 100%;
    }
    header .logo img {
    max-width: 160px;
    min-width: 110px;
  }
  header .logo {
    padding: 10px 10px 10px 30px;
  }
}

@media screen and (max-width: 550px) {
.sub-nav-container {
    display: flex;
    justify-content: center;
    padding: 20px 5%;
    }
    .nav-title h1 {
        font-size: 34px;
      }
      .sub-nav-container {
        display: none;
      }
      header {
    max-height: 135px;
}
  }
@media screen and (max-width: 500px) {
  p {
    font-size: 16px;
  }
  .wrap.faves {
    padding: 20px 0px;
  }
    }