        /* ==========================================================================
Font:  Use for Content
========================================================================== */
        
        @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
        /* ==========================================================================
Global Styles
========================================================================== */
        
        article,
        aside,
        details,
        video,
        figcaption,
        figure,
        footer,
        header,
        nav,
        section,
        summary {
            display: block;
        }
        
        html,
        body {
            width: 100%;
            overflow-x: hidden !important;
            scroll-behavior: smooth;
        }
        
        body {
            margin: 0;
            background: #fff;
            font-family: 'Architects Daughter', cursive;
        }
        
        button:active,
        select {
            outline: none;
            border: none;
        }
        
        .container {
            max-width: 1140px;
        }
        
        ul li,
        ul {
            margin: 0;
            padding: 0;
        }
        
        select {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            text-indent: 1px;
            text-overflow: "";
        }
        
        select::-ms-expand {
            display: none;
        }
        
        p {
            padding: 0;
            margin: 0;
        }
        
        a {
            outline: none;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }
        
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
            color: #132953;
        }
        
        ul,
        ol {
            list-style: none;
            list-style-image: none;
            padding: 0;
            margin: 0;
        }
        /*==========================================================================
                        Heading Tags
==========================================================================*/
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
        }
        /* ==========================================================================
                        Header Css 
========================================================================== */
        
        header {
            background-color: #0b3131;
            padding: 10px 0;
        }
        
        .top_header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .top_header ul li,
        footer ul li {
            display: inline;
        }
        
        .top_header ul li a:hover,
        footer ul li a:hover {
            filter: contrast(0.4);
        }
        
        .wish_list_sec h3 {
            font-size: 45px;
            color: #000000;
            font-weight: 400;
            margin-top: 30px;
        }
        
        .wish_list_sec p {
            font-size: 45px;
            color: #000000;
            font-weight: 400;
            margin-bottom: 30px;
        }
        
        .wish_list_sec {
            background-color: #37f5f5;
            padding: 40px 0 150px;
        }
        
        .wish_list_sec a {
            display: block;
        }
        
        .btn_check {
            border-radius: 15px;
            background-color: #00ff00;
            border: 4px solid #000000;
            padding: 10px 20px;
            max-width: 460px;
            width: 100%;
            margin: 40px auto 0;
            font-size: 45px;
            color: #000000;
            font-weight: 400;
        }
        
        .why_sec {
            background-image: url(../images/bg-1.png);
            background-repeat: no-repeat;
            position: relative;
            padding: 40px 0 150px;
            margin-top: -90px;
            background-size: cover;
        }
        
        .why_buy_img {
            position: relative;
        }
        
        .why_buy_img:before {
            position: absolute;
            content: '';
            left: 62px;
            bottom: -100px;
            background-image: url(../images/singlefish.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 207px;
            height: 114px;
        }
        
        .whybuy_inner {
            position: relative;
        }
        
        .why_sec:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            background-image: url('../images/lftimg.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 259px;
            height: 186px;
        }
        
        .why_buy_text {
            position: relative;
            padding-bottom: 30px;
        }
        
        .why_sec:after {
            position: absolute;
            content: '';
            right: -25px;
            bottom: 0px;
            background-image: url('../images/rytimg.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 202px;
            height: 179px;
        }
        
        .why_buy_text h3 {
            font-size: 50px;
            line-height: 70px;
            color: #000000;
            font-weight: 400;
        }
        
        .why_buy_text p {
      font-size: 21px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 38px;
        }
        
        .artist_sec {
            background-image: url(../images/artistbg.png);
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            padding: 100px 0 90px;
            margin-top: -50px;
        }
        
        .artist_sec h3 {
            font-size: 50px;
            color: #000000;
            font-weight: 400;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .rarity_sec h3 {
            font-size: 60px;
            color: #000000;
            font-weight: 400;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .artit_name li {
            margin-bottom: 10px;
        }
        
        .artit_name li a {
            font-size: 18px;
            color: #000000;
            font-weight: 400;
        }
        
        .artit_name li a:hover {
            color: red;
        }
        
        .rarity_sec {
            background-image: url(../images/raritybg.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            padding: 100px 0 150px;
            margin-top: -40px;
        }
        
        .rarity_part {
            margin-bottom: 40px;
        }
        
        .rarity_part p {
            font-size: 42px;
            color: #000000;
            margin-bottom: 20px;
        }
        
        .team_sec {
            background-image: url(../images/teambg.png);
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            padding: 40px 0;
            margin-top: -90px;
        }
        
        .team_sec h3 {
            font-size: 60px;
            color: #ffffff;
            font-weight: 400;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .team_sec h4 {
            font-size: 42px;
            color: #ffffff;
            font-weight: 400;
            text-align: center;
            margin-bottom: 20px;
        }
        
        footer {
            background-color: #000000;
            padding: 30px 0;
        }
        
        footer p {
            font-size: 24px;
            color: #ffffff;
            font-weight: 400;
            margin-top: 10px;
        }
        
        div.radio-with-Icon p.radioOption-Item {
            display: inline-block;
            box-sizing: border-box;
            border: none;
            font-size: 0px;
            margin-bottom: 0px;
            margin-right: 20px;
        }
        
        div.radio-with-Icon p.radioOption-Item label {
            display: block;
            height: 20px;
            width: 46px;
            padding: 17px 12px;
            border-radius: 50px;
            border: 2px solid #1b7a7a;
            color: #4d7d7d;
            cursor: pointer;
            opacity: .8;
            transition: none;
            font-size: 30px;
            text-align: center;
            margin: 0 !important;
            line-height: 0px;
            padding-top: 20px;
            background-color: #9bfafa;
        }
        
        div.radio-with-Icon p.radioOption-Item label:hover,
        div.radio-with-Icon p.radioOption-Item label:focus,
        div.radio-with-Icon p.radioOption-Item label:active {
            opacity: 1;
            background-color: #00ff00;
            color: #000;
            border: 2px solid #000;
        }
        
        div.radio-with-Icon p.radioOption-Item label::after,
        div.radio-with-Icon p.radioOption-Item label:after,
        div.radio-with-Icon p.radioOption-Item label::before,
        div.radio-with-Icon p.radioOption-Item label:before {
            opacity: 0 !important;
        }
        
        div.radio-with-Icon p.radioOption-Item input[type="radio"] {
            opacity: 0 !important;
        }
        
        div.radio-with-Icon p.radioOption-Item input[type="radio"]:active~label {
            opacity: 1;
        }
        
        div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked~label {
            opacity: 1;
            background-color: #00ff00;
            color: #000;
            border: 2px solid #000;
        }
        
        div.radio-with-Icon p.radioOption-Item input[type="radio"]:hover,
        div.radio-with-Icon p.radioOption-Item input[type="radio"]:focus,
        div.radio-with-Icon p.radioOption-Item input[type="radio"]:active {
            margin: 0 !important;
        }
        
        div.radio-with-Icon p.radioOption-Item input[type="radio"]+label:before,
        div.radio-with-Icon p.radioOption-Item input[type="radio"]+label:after {
            margin: 0 !important;
        }
        
        .team_img {
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
        }
        
        .team_img img {
            width: 100%;
        }
		section.error-404.not-found {
			padding: 100px 0;
		}
.roadmap_sec {
	padding: 100px 0;
    background-color: #04091d;
}
.roadmap_sec .roadmap_txt h3 {
	font-size: 50px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.post_sale {
    padding: 40px 0;
}
.roadmap_sec .post_sale h3 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 20px;
}
.roadmap_sec p {
	font-size: 26px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}
.roadmap_sec .middle-line {
    margin: 40px 0 10px 0;
}