@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}
.container{
	margin:auto;
}
body {

    line-height: 1.5;

    font-family: 'Poppins', sans-serif;

    font-size: 9pt;

    background-color: white

    

}
.box
{
    width: 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box h2
{
    color: #fff;
    background: black;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box ul{
    position: relative;
    background: #fff;
}
.box ul li
{
list-style: none;
padding: 10px;
width: 150%;
background: #fff;
box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
transition: transform 0.5s;
}
.box ul:hover li
{
opacity: 0.2;
}
.box ul li:hover
{
    transform: scale(1.1);
    z-index: 100;
    background: #0000FF;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;

}
.box ul li span
{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #0000FF;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    transform: translateY(-2px);
}

.box ul li:hover span
{
    background: #25bcff;
    color: #fff;
}


p {

    display: block;

    margin-block-start: 1em;

    margin-block-end: 1em;

    margin-inline-start: 0px;

    margin-inline-end: 0px;

}
.column
{
    float: left;
    padding: 12px;
    min-height: 350px;
    border-radius: 10px;
}
.left-side
{
    text-align: justify;
    width: 50%;
    background-color: #000;
    color: white;
    
}
.right-side
{
    text-align: justify;
    width: 50%;
    color: black;
    
}

.both-rows:after
{
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 800px) {

.column{
    width: 100%;
}    
}
.content {

    padding: 0 50px;

}

.title {

    margin: 45px 0 25px;

}

.title a {

    text-decoration: none;

    color: #000;

}

.red { color: red }

.green { color: green }

.nav {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}

.nav span {

    flex: 1 1 6%;

    text-align: center;

    background: #FFF2CB;

}

.nav span a {

    padding: 10px;

    text-align: center;

    display: block;

}

.notlink {

    padding: 10px 0;

}

.nav .style5 { background: #FFC081 }

.nav .style2 { background: #FF9933 }

.nav .style3 { background: #FF6600 }

body .active {

    display: flex!important;

}

.btn {

    padding: 10px;

    margin: 1em 0 0;

    border: 1px solid #f0f0f0;

    cursor: pointer;

    background: #FBF3CF;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

    -moz-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

    box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2);

}

.toggle-nav {

    cursor: default;

    box-shadow: none;

    -webkit-box-shadow:none;

    -moz-box-shadow: none;

}

.nav-second {

    display: flex !important;

    border: 1px solid #777;

    flex-wrap: wrap;

    flex-direction: row;

}

.nav-second a {

    padding: 5px 0;

    border: 1px solid #777;

    text-decoration: none;

    text-align: center;

    flex: 1 1 16.666666666%;

}

.telegram-links {

    border: 1px solid #777

}

.telegram-links .col {

    width: 100%;

    display: flex;

}

.telegram-links .col a, .description {

    width: calc(100% - 47.5%);

    padding: 5px;

    overflow: hidden;

    border: 1px solid #777

}

.code {

    width: 6%;

    padding: 5px;

    text-align: center;

    border: 1px solid #777

}
.timeline-section{
	
	min-height: 50vh;
	padding: 10px 4px;
}
.timeline-items{
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.timeline-items::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #2f363e;
	left: calc(50% - 1px);
}
.timeline-item{
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}
.timeline-item:last-child{
	margin-bottom: 0;
}
.timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
	text-align: right;
}
.timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}
.timeline-dot{
	height: 16px;
	width: 16px;
	background-color: black;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	top:10px;
}
.timeline-content{
    background-color: #2f363e;
	padding: 5px;
	border-radius: 10px;
    text-align: justify;
}
.timeline-content h3{
    font-size: 20px;
	color: #ffffff;
	margin:0 0 10px;
	text-transform: capitalize;
	font-weight: 500;
}
.timeline-content p{
    color: white;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}


.blocks {

    display: flex;

    padding: 25px;



}

.video, .poll {

    width: 50%;

}

.footer {

    display: flex;

    flex-direction: row;

    justify-content: center;

    margin: 25px 0;



}

.footer > * {

    padding: 0 25px;

    text-align: center;

}

.center-block {

    min-height: 200px;

    text-align: center;

}

.breadcrumbs a {

    text-decoration: none;

    color: #000;

    font-size: 16px;

}
/* responsive */
@media(max-width: 767px){
	.timeline-items::before{
		left: 7px;
	}
	.timeline-item:nth-child(odd){
		padding-right: 0;
		text-align: left;
	}
	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even){
		padding-left: 37px;
	}
	.timeline-dot{
		left:0;
	}
}

@media only screen and (max-width: 1200px) {

    .content {

        padding: 0 15px;

    }

    .nav-second a {

        flex: 1 1 50%;

    }

}

@media only screen and (max-width: 800px) {

    .nav {

        display: none;

    }

    .nav-second {

        display: none !important;
    }

    .toggle-nav {

        cursor: pointer;

        -webkit-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

        -moz-box-shadow: 2px 2px 2px 0px rgba(34, 60, 80, 0.2);

        box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.2);

    }

    .nav span {

        flex: 1 1 12%;

    }

    .widget-block {

        margin: 35px auto;

    }

    .blocks {

        flex-direction: column;

    }

    .video, .poll {

        width: 100%;

    }

    .video iframe {

        width: 100%;

    }

}

@media only screen and (max-width: 532px) {
    .code{
        width: 25%;
    }
    .title h1 {

        font-size: 21px;

        text-align: center;

    }

    .nav span {

        flex: 1 1 18%;

    }

    .footer {

        display: flex;

        flex-direction: column;

    }

    .footer >* {

        margin: 25px 0;

    }

}

@media only screen and (max-width: 360px) {

    .content {padding: 0 5px}

}

.wrapper header{

    font-size: 22px;

    font-weight: 600;

}
/* star-rating */

.widget-block {
    width: 320px;
    margin: 35px 0;
}
.star-rating__container {
    overflow: hidden;
    position: relative
}

.star-rating__bg {
    color: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.star-rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.star-rating_active:hover .star-rating__live {
    overflow: auto;
    width: 100%!important;
    color: #e0e0e0
}

.star-rating__live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffb74d;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.star-rating__item {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    cursor: pointer;
    flex: 0 0 25px
}

.star-rating__item_active {
    color: #fb8c00;
    cursor: pointer;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.star-rating__votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    font-weight: 600
}

/* poll */
.poll {
    border: 1px solid #777;
    padding: 15px;
}
.poll .poll-area{
  margin: 20px 0 15px 0;
}
.poll header {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 15px;
}
.poll-area label{
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px 15px;
  border: 2px solid #929292;
  transition: all 0.2s ease;
  cursor: pointer;
}
.poll-area label:hover{
  border-color: #ddd;
}
label.selected{
  border-color: #6665ee!important;
}
label .row{
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}
label .row .column{
  display: flex;
  align-items: center;
}
label .row .circle{
  height: 19px;
  width: 19px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
label.selected .row .circle{
  border-color: #6665ee;
}
label .row .circle::after{
  content: "";
  height: 11px;
  width: 11px;
  background: #6665ee;
  border-radius: inherit;
  position: absolute;
  left: 2px;
  top: 2px;
  display: none;
}
.poll-area label:hover .row .circle::after{
  display: block;
  background: #929292;
}
label.selected .row .circle::after{
  display: block;
  background: #6665ee!important;
}
label .row span{
  font-size: 16px;
  font-weight: 500;
}
label .row .percent{
  display: none;
}
label .progress{
  height: 7px;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  margin: 8px 0 3px 0;
  border-radius: 30px;
  display: none;
  pointer-events: none;
}
label .progress:after{
  position: absolute;
  content: "";
  height: 100%;
  background: #ccc;
  width: calc(1% * var(--w));
  border-radius: inherit;
  transition: all 0.2s ease;
}
label.selected .progress::after{
  background: #6665ee;
}
label.selectall .progress,
label.selectall .row .percent{
  display: block;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}
@media only screen and (max-width: 800px) {
    .widget-block {
        width: 280px;
        margin: 35px auto;
    }
}

.footer-col{
    width: 25%;
    padding: 0 15px;
 }
 .footer-col h4{
     font-size: 18px;
     color: black;
     text-transform: capitalize;
     margin-bottom: 35px;
     font-weight: 500;
     position: relative;
 }
 .footer-col h4::before{
     content: '';
     position: absolute;
     left:0;
     bottom: -10px;
     background-color: #e91e63;
     height: 2px;
     box-sizing: border-box;
     width: 50px;
 }
 .footer-col ul li:not(:last-child){
     margin-bottom: 10px;
 }
 .footer-col ul li a{
     font-size: 16px;
     text-transform: capitalize;
     color: #ffffff;
     text-decoration: none;
     font-weight: 300;
     color: #bbbbbb;
     display: block;
     transition: all 0.3s ease;
 }
 .footer-col ul li a:hover{
     color: #ffffff;
     padding-left: 8px;
 }
 .footer-col .social-links a{
     display: inline-block;
     height: 40px;
     width: 40px;
     background-color: rgba(255,255,255,0.2);
     margin:0 10px 10px 0;
     text-align: center;
     line-height: 40px;
     border-radius: 50%;
     color: black;
     transition: all 0.5s ease;
 }
 .footer-col .social-links a:hover{
     color: #24262b;
     background-color: #ffffff;
 }