/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

 html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
 /* ershad */
/* 20-march-2023 */
*{
    font-family: Arial, Helvetica, sans-serif;
    font-display: swap;
}
.plan_tab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.nav-tabs.plan_tab{
    border: none;
}
.plan_tab li{
    font-weight: bold;
    font-size: 40px;
    -moz-text-shadow: 1px 4px 6px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 4px 6px rgba(0,0,0,0.3);
    text-shadow: 1px 4px 6px rgba(0,0,0,0.3);
}
.plan_tab li a{
color: #000;
}
.plan_tab.nav-tabs > li.active > a{
color: #4e3da7;
}
.plan_tab.nav-tabs > li.active > a::after{
    width: 116px;
    height: 35px;
    background-color: #4e3da7;
    content: '';
    border-radius: 36px;
    box-shadow: 1px 4px 6px rgba(0,0,0,0.3);
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;    
}
.plan_tab.nav > li > a:hover,
.plan_tab.nav > li > a:focus{
    background-color:#fff;
}

.plan_tab_content{
	padding-top: 100px;
}
.btn-blue{
    background-color: #4E3DA7;
    border-radius: 15px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
.btn-yellow{
    background: #FFD748;
    border-radius: 30px;
    padding: 15px 24px;
    color: #000;
    font-size: 12px;
    line-height: 35px;

}
/* .plan_box{
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 11px 24px 30px 24px;
	min-height: 85px;
} */
.plan_box ul{
  list-style: none;
    padding-top: 54px;
}
.plan_box ul li{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    background-image: url(../web_images/checked.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
}
.plan_box ul li.plan-close{
    background-image: url(../web_images/close.svg);
    background-repeat: no-repeat;
}

@media(max-width:767px){
    .plan_box{
        min-height: auto;
    }
    .btn-blue, .btn-yellow{
        font-size: 20px;
    }
    .plan_tab{
        flex-direction: column;
    }
    .plan_tab.nav-tabs > li.active > a::after{
        display: none;
    }
}
/* ershad css end here*/

/* Our Advisors css */
.page_heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
}
.our_advisors_main {
  padding: 20px 0 50px 0;
}
.our_advisors img {
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.our_advisors:hover img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.our_advisors h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 45px;
  font-family: "Poppins";
  margin: 15px 0 20px 0;
}
.our_advisors h5 {
  margin: 15px 0 20px 0;
}
@media (max-width: 767px) {
  .our_advisors h3 {
    line-height: 24px;
    font-size: 25px;
  }
}
/* Our Advisors css end here */
/* chat */
#botmanWidgetRoot > div:first-child{
  min-width: 80px !important;
}

a.footer-contact{
  background-color: #D9D9D9;
  color: #000 !important;
  border-radius: 7px;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  padding: 5px;
    font-weight: 600;
}
a.footer-contact:hover{
  color: #ffc61a !important;
}


@media (max-width: 767px) {
  .plan_box {
    min-height: auto;
  }
  .btn-blue,
  .btn-yellow {
    font-size: 20px;
  }
  .plan_tab {
    flex-direction: column;
  }
  .plan_tab.nav-tabs > li.active > a::after {
    display: none;
  }
}
/* associates page */

.associates_box{
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(141, 119, 253, 1);
  border-radius: 20px;
  padding: 11px 24px 30px 24px;
  margin-bottom: 30px;
  font-family: 'Alegreya', serif;
  min-height: 380px;
  height: 430px;
}
.associates_box img{
  border: 50%;
  border: solid 10px #8D77FD;
  border-radius: 50%;
  width: 160.41px;
  height: 173.01px;
  object-fit: cover;
}
.associates_box h2{
  margin-top: 15px;
  font-size: 30px;
  font-family: 'Alegreya', serif !important;
  font-weight: 500;
  margin-bottom: 0;
}
.associates_box p{
  font-family: 'Alegreya', serif !important;
  font-weight: 400;
}

@media (max-width: 767px) {
  .plan_box {
    min-height: auto;
  }
  .btn-blue,
  .btn-yellow {
    font-size: 20px;
  }
  .plan_tab {
    flex-direction: column;
  }
  .plan_tab.nav-tabs > li.active > a::after {
    display: none;
  }
}
/* counter */

.counter{
  background-color:#B4AAE7;
  padding:70px 0 60px; 
  margin-bottom: 50px;
}
.watch .watch_content{
  text-align: center;
}
.watch .watch_content h3{
  font-size:60px;
  margin-bottom: 60px;
  font-family: 'roboto';
  font-weight: 600;

}
.watch .watch_content p{
font-weight: 400;
font-size: 35px;
line-height: 40px;
}
.watch .watch_content h2{
  font-size:100px;
  margin-top: 30px;
  font-family: 'roboto';
  font-weight: 800;

}

.watch{
  display:flex;
  align-items:center;
  text-align: center;
}
.watch .watch_img{
  flex:1;
}

.watch .watch_content{
   flex:2;
}

@media (max-width: 767px) {
  .plan_box {
    min-height: auto;
  }
  .btn-blue,
  .btn-yellow {
    font-size: 20px;
  }
  .plan_tab {
    flex-direction: column;
  }
  .plan_tab.nav-tabs > li.active > a::after {
    display: none;
  }
  .watch{
    flex-direction: column;
    
  }
  .watch_content{
    margin-top: 20px;
  }
  .watch .watch_content h3{
    font-size: 40px;
  }
  .watch .watch_content h2{
    font-size: 60px;
  }
}



/* kickstater_bg */
.kickstater_bg{
  padding:0px 0 0px; 
  margin-bottom: 50px;
  background-image: url(../web_images/kickstarter-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 806px;
  background-position: center center;
}
.live{
margin: 30px 0;
}
.days-to-go{
  display: flex;
  gap: 40px;
}
.so_far h2{
  background-image: linear-gradient(to right, #51127f, #760b84, #990287, #b90087, #d70a84);
  border-radius: 15px;
  padding: 18px 70px;
  font-family: 'roboto';
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}
.backers6{
  position: relative;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
}
.backers6 img{
  /*position: absolute;*/
  right: 20px;
  top: -85px;
}
.day_to_go{
  position: relative;
}
.day_to_go h2{
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 58px;
  left: 37px;
  transform: rotate(-33deg);
}
.pledged h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
}
.date{
  position: absolute;
    right: 20px;
    top: -85px;
}
.date_content{
  position: absolute;
    right: 0;
    transform: translate(-151%, 68%) rotate(30deg)
}
.date_content h3{
  margin-bottom: 0;
  font-weight: 900;
}
.date_content strong{
  background-color: #ed1717;
    width: 65px;
    display: inline-block;
    font-weight: 900;
    color: #fff;
}
/* range slider */
.range{
    margin: 0 auto;
    padding: 0 50px;
    width: 75%;
    position: relative;
    margin-bottom: 50px;
}
.slide{
  display: flex;
    align-items: center;
    column-gap: 25px;
}

.slide .slid-bg-gold{
  height: 140px;
  background: url(../web_images/bar-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  flex: 1;
}
.slide .slid-bg-green{
  height: 132px;
  background: url(../web_images/green-bar2.png);
  background-repeat: no-repeat;
  width: 140px;
  background-position: bottom left 27px;
  text-align: right;
}
.slide .slid-bg-green h3{
  font-weight: bold;
}

/* range slider */

/* counter-2 */
.counter_row{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
  align-items:flex-start;
  justify-content:center;
  text-align:center;
}
.counter_row-box{  
  padding:15px;
}
.counter_row-box h3{
  font-size: 27px;
  margin-top: 19px;
  font-family: 'roboto';
  font-weight: bold;
}
/* counter-2 end here*/

/* hall of fame */
.desktop_two{
  background-image: url(../web_images/desktop2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 60px;
  background-position: top center;
}

.fame_heading{
  display:flex;
  flex-direction:column;
  align-items:center;
}
/* .fame_heading h1{
  text-align:center;
  background-color:orange;
  text-transform:uppercase;
  padding:15px;
  border-radius:10px;
  border:dashed 2px red;
  color:#fff;
}
.fame_heading h3{
  text-align:center;
  text-transform:uppercase;
  color:red;
} */
.fame_hall-of-fame-title{
  margin-bottom: 24px;
}
.fameList{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-top: 20px;
}
.fameList li{
  padding:10px;
  border-radius:10px;
  border:dotted 3px #cd0303;
  color:#000;
  margin-bottom:15px;
  background-color:#fbd946;
  min-width:200px;
  font-size: 30px;
  font-weight: 800;
}
/* hall of fame end */

/* upcoming contests */
.upcoming_banner{
  text-align: center;
}
.upcoming_content{
  display: grid;
  grid-template-columns: repeat(2, 400px 1fr);
  gap: 80px;
  padding: 70px 0;
  align-items: center;
}
.upcoming_content h3{
  font-family: roboto;
  font-weight: 600;
}
.animal_list ul{
  margin-left: 13px;
}
.animal_list ul li{
  list-style: disc !important;
}
.animal_list{
  margin-top: 20px;
}
.animal-scapes > h3:first-child{
  margin-bottom: 0;
}

/* riddles_content */
.riddles_content{
  padding: 70px 0;
}
.riddles_content{
  display: grid;
  grid-template-columns: repeat(2, 200px 1fr);
  gap: 50px;
  align-items: center;
}
.riddles_avatar{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
  height: 200px;
}
.riddles_avatar strong{
  font-weight: bold;
  font-size: 18px;
}
.riddles_solution strong{
  border-bottom: dashed 1px #D9D9D9;
  padding-bottom: 20px;
  width: 200px;
  display: inline-block;
  text-align: center;
}

/* winners_main */
.winners_main{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.winners_main h2{
  font-size: 60px;
  font-family: open-sans;
  margin-bottom: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}
.winners_list_item{
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}
.winners_list_item_av{
  background-color: #D9D9D9;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* results */
.results_winners {
  padding: 100px;
  background-color: #403E81;
  background-image: url(../images/leaf.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 1100px;
  margin: 30px auto;
  min-height: 1200px;

}

.results_winners h3 {
  font-family: open-sans;
}

.results_animals_winners {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.result_list {
  background-color: #fff;
  padding: 60px 130px;
  overflow: hidden;
}

.result_list h3 {
  display: flex;
  gap: 30px;
}

.result_list :is(h3, span) {
  font-family: open-sans;
}

.results_winners ol {
  padding: 0 20px;
}

.results_winners ol li {
  list-style-type: auto;
  font-weight: bold;
}
.results_winners ul li {
  list-style-type: none;
  font-weight: bold;
}
.result_list{
  /*display: flex;*/
  gap: 80px;
  justify-content: space-between;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-inner>.item {
  padding: 0 100px;
}


/* blog */
/* associates page */
.blog {
  padding: 20px 0 50px 0;
}

.blog_box {
  background: #E8E3FE;
  border-radius: 25px;
  padding: 24px 24px 30px 24px;
  margin-bottom: 30px;
  min-height: 500px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


.blog_box h2 {
  margin-top: 15px;
  font-size: 30px;
  font-family: 'roboto', serif !important;
  font-weight: 500;
  margin-bottom: 0;
}

.blog_box p {
  font-family: 'roboto', serif !important;
  font-weight: 400;
}

/* blogDetails */
.blogDetails h2{
  font-family: roboto;
}
.subscribe{
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.subscribe input{
  padding: 10px 30px;
  background-color: #fff;
  border: solid 10px  #D9D1FE;
border-radius: 60px;
flex: 1;
}
.subscribe button{
  background: #5E49CA;
border-radius: 30px;
color: #fff;
padding: 15px 35px;
}

/* popup sign up */
.sign-up-modal-content{
  background-image: url(../web_images/sign-up-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-body-sign-up-popup{
  padding: 30px 50px !important;
  color: #fff;
}
.sign-up-popup-content{
  display: flex;
  gap: 20px 130px;
  justify-content: space-between;
  align-items: center;
}
.sign-up-popup-content .sign-up-popup-content-left{
  flex: 1;
}
.sign-up-popup-content-left h3{
  font-family: sans-serif;
}
.sign-up-popup-content .sign-up-popup-content-right{
  flex: 1;
}

.modal-body-sign-up-popup .sign-in-button{
  margin-bottom: 20px;
  margin-top: 40px;
  height: 40px;
  border-radius: 30px;
  background: #37266B;
  box-shadow: 0px 0px 25px #7F55DA;

}
.modal-body-sign-up-popup .login-text{
color: #fff;
}

.modal-body-sign-up-popup .form-control{
  height: 31px;
  font-size: 12px;
}
.modal-body-sign-up-popup .play-store{
  margin-top: 20px;
  
}
.sign-up-popup-content-right{
  min-height: 300px;
  align-items: flex-start;
  display: flex;
  gap: 20px 30px;
  flex-direction: column;
  justify-content: flex-start;

}
.modal-header2{
  position: relative;
}
.modal-header2 .close{
  right: 12px;
  top: 7px;
}
.login-vendor{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}




@media(min-width: 768px){
  .modal-dialog-sign-up-popup{
  width: 900px !important;
  }
  
}


@media (max-width: 767px) {
  .plan_box {
    min-height: auto;
  }

  .btn-blue,
  .btn-yellow {
    font-size: 20px;
  }

  .plan_tab {
    flex-direction: column;
  }

  .plan_tab.nav-tabs>li.active>a::after {
    display: none;
  }

  .watch {
    flex-direction: column;

  }

  .watch_content {
    margin-top: 20px;
  }

  .watch .watch_content h3 {
    font-size: 40px;
  }

  .watch .watch_content h2 {
    font-size: 60px;
  }

  .counter_row {
    grid-template-columns: repeat(2, 1fr);
  }

  .desktop_two {
    background-position: center;
  }

  .upcoming_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 30px 0;
  }

  .winners_list_item {
    flex-direction: column;
    gap: 20px 0;
  }
  .result_list{
    padding: 30px 15px;
    gap: 20px;
  }
  .results_winners{
    padding: 30px 0;
    min-height: 600px;
  }
  .results_winners .carousel-inner>.item{
padding: 20px;
  }
  .results_animals_winners{
    font-size: 25px;
  }
  .results_winners .carousel-control.right{
    right: -10px;
  }
  .results_winners .carousel-control.left{
    left: -10px;
  }
}

@media (max-width: 576px) {
  .counter_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ershad css end here*/
