.callout-danger { background: #b52323; font-size: 1.3rem; padding: 5px 20px; color: #e0d2d2;}

.callout-success { background: #3db957; font-size: 1.2rem; padding: 5px 20px; color: #e2f3e5;}

.callout .close span { color: #fff;}

.callout p{ margin-bottom: 0px; color: #fff; font-size: 1.4rem; padding: 1rem 0;}

.callout {margin-top: 1rem;}

/**** Feature Start ****/
.victors-feature {
    color: #f0f3fa;
    background: #1d334d;
    box-shadow: 1px 2px 18px 1px #000;
    border: none;
    margin: 30px 0;
    padding: 25px 8%;
    transition: 0.5s;
    cursor: pointer;
}
.victors-feature p {
    font-size: 1.7rem;
    font-weight: 600;
    font-family: Comic Sans MS;
    font-variant: small-caps;
}
.testimonials {
    overflow: hidden;
    position: relative;
    min-height: 300px;
}
.testimonials {
    background: #171b38;
}
.testimonials h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 400;
}
.blockquote-footer ul li {
    display: inline-block;
    margin-bottom: 10px;
    color: #c5c53a;
}
.testimonial-carousel .blockquote-footer {
    font-size: 1.2em;
}
.testimonial-carousel .message {
    line-height: 24px;
    color: #fff;
    font-style: italic;
    font-size: 1.3em;
}
.one-slide,
.testimonial,
.message {
    border: none !important;
    outline: none !important;
}
.icon-overlay {
    position: absolute;
    opacity: 0.3;
    right: 10%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 400px;
}
.carousel-controls .control {
    display: none !important;
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
}
.prev {
    left: -2.25rem;
}
.next {
    right: -2.25rem;
}
@media screen and (max-width: 768px) {
    .testimonials {
        max-height: 700px;
    }
    .icon-overlay {
        height: 300px;
        top: calc(50% - 150px);
    }
    .carousel-controls .control {
        width: 25px;
        height: 25px;
        top: inherit;
    }
    .prev {
        left: 0;
    }
    .next {
        right: 0;
    }
    .control i {
        font-size: 0.7rem;
    }
    .testimonials .message {
        font-size: 1rem;
    }
    .testimonials h2 {
        font-size: 1.5rem;
    }
}

/**** Feature End ****/

/*** Widget Start ***/
.widget_horizontal_container {
/*    width: 100%;*/
    height: 62px;
    background-color: #1d2330;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #1d2330;
    border-radius: 4px;
    text-align: right;
    line-height: 14px;
    block-size: 62px;
    font-size: 12px;
    box-sizing: content-box;
    font-feature-settings: normal;
    text-size-adjust: 100%;
    box-shadow: inset 0 -20px 0 0 #262b38;
    padding: 1px;
    padding: 0px;
    margin: 0px;
}
.widget_horizontal_iframe_container {
    height: 42px;
    width: calc(100% - 1px);
}
.widget_horizontal_iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
.widget_horizontal_powered {
    color: #626b7f;
    font-weight: 400;
    font-size: 11px;
    box-sizing: content-box;
    margin: 3px 6px 3px 0px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    float: right !important;
    display: none;
}
.widget_horizontal_powered_link {
    font-weight: 0;
    color: #626b7f !important;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    margin-right: 5px;
    display: none;
}
/*** Widget End ***/

.container1 {
	position:relative;
}
.container1 video {
	position:relative;
	z-index:0;
}
.overlay {
	position:absolute;
	top:5%;
	left:29%;
	z-index:1;
	align-self: center;
}

/*
* ----------------------------------------------------------------------------------------
*  START Subscribe
* ----------------------------------------------------------------------------------------
*/

.dream-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(left, #21d397 0%, #7450fe 51%, #21d397 100%);
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.subscribe{
    position: relative;
}
.subscribe .section-heading > p{
    color: #fff
}
.subscribe:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('images/wave-shap.png') no-repeat center center;
    background-size: contain;
    opacity: .5
}
.subscribe .section-heading{
    margin-bottom: 30px
}

.subscribe .service-text{
    padding-top: 0
}
.subscribe .title-box{
    margin-bottom: 30px
}

.subscribe-wrapper {
    padding: 60px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
	background: #1d66f6;
    box-shadow: 0 10px 80px rgba(15,62,153,.3);
}
.telegram-text{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    z-index: 2
}

.social-list{
    display: inline-block;
    margin-bottom: 0;
    height: 40px;
    position: relative;
    z-index: 2;
}
.social-list li{
    float: left;
    padding: 0 14px
}
.social-list li a{
    font-size: 34px;
    color: #fff;
    opacity: .8
}
.social-list li a:hover{
    opacity: 1
}
.subscribe .buy-tokens i{
    margin-right: 10px
}
.subscribe .dream-btn{
    position: absolute;
    top: -2px;
    right: -10px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border-color: #000;
}
.subscribe .dream-btn:hover{
    cursor: pointer;
}
.button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    z-index: 2;
    line-height: 1.25;
    color: #25cbd3;
    background: #fff;
    border: 0 solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}
.button:hover{
    background: #25cbd3;
    color: #fff
}
.button i{
    margin-right: 10px
}

/* ##### Contact Area CSS ##### */

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.group input,
.group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: -14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
   border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

/*
* ----------------------------------------------------------------------------------------
*  End Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/

.registration {
    display: grid;
}

.social-contacts {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.trd-page-header {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 220px 0;
    text-align: center;
    position: relative;
    background: url(../images/about-bg2.jpg) no-repeat center center;
    background-size: cover;
}

.trd-page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/shape-overlay.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.trd-page-header:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.trd-page-header h1.trd-page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

/*
Image With Overlay
 */
.trd-image-with-overlay {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.trd-image-with-overlay img {
  max-width: 100%;
}
.trd-image-with-overlay .trd-img-overlay {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.trd-image-with-overlay .trd-img-overlay span {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.trd-image-with-overlay .trd-img-overlay span:hover {
  color: #46c2ca;
}
.trd-image-with-overlay .trd-img-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/*
Image with category link
 */
.trd-category-section .trd-image-with-overlay {
  width: calc(100% / 3);
  float: left;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .trd-category-section .trd-image-with-overlay {
    width: 100%;
  }
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.submit_btn {
    background: #ffcf06;
    margin-top: 1rem;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    color: #fff;
    transition: 0.5s;
    font-size: 16px;
}