/*
Theme Name:   Divi Child
Description:  Write here a brief description about your child-theme
Author:       Elegant Themes
Author URL:   https://www.elegantthemes.com/
Template:     Divi
Version:      4.8.2
Text Domain:  Divi Child
*/

/* Write here your own personal stylesheet */
.token-text {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
	flex-wrap: wrap !important;
}
.token-text p {
    border-right: 1px solid #615481 !important;
    height: 24px;
    padding-right: 20px;
}
.token-text p:last-child {
    border-right: 0;
}
ul#top-menu li a {
    font-weight: 600 !important;
    text-transform: uppercase;
}
span.bold-txt {
    font-size: 85px;
}
span.bold {
    font-weight: 600;
}
span.u-txt {
    text-decoration: underline;
}
.about_row p, .about_section p,.tokenomics-section p, .report_crime_section p,.Constitution_section p {
    font-weight: 400 !important;
}
span.txt-color {
    color: #6627FE;
}
.txt-size {
    font-size: 22px;
	font-weight: 600;
}
.text_box_flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.text_box_flex .et_pb_column {
    display: flex;
    flex-wrap: wrap;
	margin-right: 20px !important;
}
    
span.txt-color.md-font {
    font-size: 25px;
    text-decoration: underline;
    font-weight: 600;
}
.roadmap-box-1 ul li::marker {
    font-size: 0;
}
.roadmap-box-1 ul {
    padding: 0px;
}
.roadmap-box-1 li {
    background: url(http://projects.hatch2web.com/platikistan/wp-content/uploads/2025/01/green-tick.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 30px;
    margin-bottom: 10px;
	list-style-type: none;
}
.ul-btm {
    padding-left: 30px;
}
.ul-btm p:first-child {
    padding-bottom: 10px !important;
}
.roadmap-box-2 ul li {
    padding-bottom: 7px;
}
.social_link_box .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 30px;
	margin-left: 0px;
    margin-right: 0px;
}
.social_link_box .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.social_link_box h4.et_pb_module_header {
    padding-bottom: 0px;
}
.Footer_bottom_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Ftr_btm_right p {
  font-size: 25px; /* Adjust the size as needed */
  font-weight: bold;
	text-decoration: underline;
  background: linear-gradient(86.54deg, #6627FE 0%, #8F14AE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Ftr_btm_right::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0; /* Position it at the bottom of the text */
  width: 14%;
  height: 3px; /* Adjust thickness of the underline */
  background: linear-gradient(86.54deg, #6627FE 0%, #8F14AE 100%);
}
.social_link_box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pi_chart div[dir="ltr"] {
    height: 380px !important;
}
.logo-links img:hover {
    scale: 1.1;
    transition: all 0.5s;
}
.img.rocket {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.img.rocket:hover {
     transform: scale(1.1) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}
.et_mobile_menu {
    border-top: 3px solid #6627fe !important;
}
.mobile_menu_bar:before {
    color: #6627fe;
}
.pdf_img img,.how_to_buy_text p a{
	transition: all 0.5s !important;
}
.how_to_buy_text p a:hover{
	text-decoration:none;
}
.pdf_img img:hover {
	scale: 1.1 !important;
}
@media screen and (max-width: 767px) {
h1 span.bold-txt {
        font-size: 30px !important;
    }
	.social_link_box .et_pb_blurb_content {
    gap: 10px;
}
	.token-text p {
    display: inline-flex !important;
    flex-direction: column;
    text-align: center;
}
}
	

@media screen and (min-width: 768px) and (max-width: 980px){
	h1 span.bold-txt {
    font-size: 50px !important;
}
	}
@media screen and (max-width: 980px) {
	.token-text p {
    border-right: none !important;
		height: unset;
}
	.Ftr_btm_right::after{
		display: none;
	}
	  .et_fixed_nav #main-header {
        position: fixed !important;
    }
	.et_mobile_menu li a{
		font-size: 16px;
		text-transform: uppercase;
	}
	.text_box_flex .et_pb_column{
		margin-right: 0px !important;
	}
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
#top-menu li a {
    font-size: 20px !important;
}
	
}

.rocket-container {
    position: relative;
}

.rocket {
    animation: launch 5s ease-in-out forwards; 
    transition: transform 0.5s ease-in-out; 
}

/* Smooth upward animation */
/* Smooth upward animation */
@keyframes launch {
    0% {
        transform: translateY(0vh);
    }
    100% {
    transform: translateY(-22vh) translateX(-17px);
    }
}








