.back {
    /* margin-bottom: 15.8rem; */
    width: 100%;
    height: 35rem;
    background-size: 100.011% 109.778%;
    background-image: url("");
}

.fontStyle {
    font-family: Eurostar Black Extended, 'Source Sans Pro';
}

.card1 {
    /* width: 100%; */
    background-image: url("");
    background-size: cover;
    background-attachment: fixed;
}

.card2 {
    /* width: 100%; */
    background-image: url("");
    background-size: cover;
    background-attachment: fixed;
}

.card3 {
    /* width: 100%; */
    background-image: url("");
    background-size: cover;
    background-attachment: fixed;
}

body {
    font-family: 'Montserrat', sans-serif;
}

* {
    box-sizing: border-box !important;
}

.line {
    line-height: 2;
    font-size: large;
}

.fontSt {
    /* font-stretch: extra-expanded; */
    font-stretch: ultra-expanded;
}

/* Default styles */
.sliderHead {
    font-size: 100px;
    font-stretch: extra-expanded;
}

.sliderHead1 {
    font-size: 30px;
    font-stretch: extra-expanded;
}

.paddindmanage {
    padding-bottom: 10%;
    padding-top: 10%;
}

.imageLogo {
    max-height: 5rem;
    max-width: 40%;
    min-width: 40%;
}

.buttonC {
    padding-right: 12px;
}

.btnsStyled {
    height: 50px;
    width: 100%;
    border: 2px solid white;
 /* border-left: 0; */
    background: transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
 /* clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%); */
    color: white;
}

.outerDivForBtns {
    width: 200px;
    position: relative;
	font-size: 75%;
}

.skewedBtnLP {
    background: transparent;
    height: 50px;
    width: 50%;
    transform: skewX(-200deg);
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
    border: 2px solid white;
    border-right: 0px;
}

/* ======= for signup Lp ====== */

.outerDivForBtnsSU {
    width: 120px;
    position: relative;
}

.btnsStyledSU {
    height: 50px;
    width: 100%;
    border: 2px solid #ff6f21;
    border-right: 0;
    background: #ff6f21;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
 /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
    color: white;
}

/* ======= Logos contaner center ====== */
.logocmd1 {
    text-align: center;
}

.skewedBtnLPSU {
    background: #ff6f21;
    height: 50px;
    width: 50%;
    transform: skewX(-200deg);
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 10px;
    z-index: -1;
    border: 2px solid #ff6f21;
}

/* Media queries for smaller screens */
@media (max-width: 992px) {
    .sliderHead {
        font-size: 25px;
    }

    .sliderHead1 {
        font-size: 23px;
    }

    .paddindmanage {
        padding-bottom: 5%;
        padding-top: 5%;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }
	.skewedBtnLP {
    border: none;
}

.btnsStyled {
    border-left: 2px solid wheat;
    clip-path: none;
}
}

@media (max-width: 1024px) {
    .sliderHead {
        font-size: 26px;
    }

    .sliderHead1 {
        font-size: 24px;
    }

    .paddindmanage {
        padding-bottom: 5%;
        padding-top: 5%;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }
}

@media (max-width: 1600px) {
    .sliderHead {
        font-size: 70px;
    }

    .sliderHead1 {
        font-size: 32px;
    }

    .paddindmanage {
        padding-bottom: 25%;
        padding-top: 5%;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 40%;
        min-width: 40%;
    }

    .widthmanager {
        width: 30%;
    }

    .marginNav {
        margin-left: -20px;
    }
}

@media (max-width: 1280px) {
    .sliderHead {
        font-size: 27px;
    }

    .sliderHead1 {
        font-size: 23px;
    }

    .paddindmanage {
        padding-bottom: 15%;
        padding-top: 5%;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 30%;
        min-width: 30%;
    }

    .widthmanager {
        width: 20%;
    }

    .nav-item {
        display: inline-block;
        margin-right: 10px;
        padding: 1px 5px;
        font-size: 13px;
        text-decoration: none;
        color: #333;
        transition: color 0.3s ease-in-out;
    }

    .nav-item:hover {
        color: #007bff;
    }

    .nav-item1 {
        display: flex;
        margin-right: 15px;
        font-size: 13px;
        text-decoration: none;
        color: #333;
        transition: color 0.3s ease-in-out;
    }

    .nav-item1:hover {
        color: #007bff;
    }

}

@media (min-width: 768px) and (max-width:1024px) {
    .sliderHead {
        font-size: 25px;
    }

    .sliderHead1 {
        font-size: 18px;
    }

    .paddindmanage {
        padding-bottom: 7%;
        padding-top: 7%;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }
}

@media (max-width:640px) {
	.nav-item {
    display: inline-block;
    margin-right: 2px;
    padding: 0px 2px;
    font-size: 12px;
    }
    .sliderHead {
        font-size: 18px;
    }

    .sliderHead1 {
        font-size: 13px;
    }

    .paddindmanage {
        padding-bottom: 0%;
        padding-top: 7%;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }
	button.btnsStyled,
	button.btnsStyledSU {
    font-size: 10px;
	height: 25px;
	}
	.ps-5{
			padding-left: 0 !important;
	}

}

@media (max-width: 480px) {
	.nav-item {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 2px;
    font-size: 10px;
    }

    .sliderHead1 {
        font-size: 7px;
    }

    .paddindmanage {
        padding-top: 10px;
    }

    .buttonC {
        height: 7px;
        width: 10px;
        padding: 2px;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }
	button.btnsStyled, button.btnsStyledSU {
    font-size: 7px;
	}
	.fmfs221 {
    font-size: 1.7rem;
	}
	.fmfs222 {
    font-size: 1.7rem;
    text-align: center;
	}
	fmfs223 {
    font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
    .sliderHead {
        font-size: 12px;
    }

    .sliderHead1 {
        font-size: 7px;
    }

    .paddindmanage {
        padding-top: 0px;
    }

    .marginManager {
        margin-bottom: -40px;
        padding-bottom: 0px;
    }

    .buttonC {
        height: 7px;
        width: 10px;
        padding: 2px;
    }

    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }


    /* ======= BUTTONS ======= */

    .outerDivForBtns {
        width: 110px !important;
    }

    .outerDivForBtnsSU {
        width: 66px !important;
    }

    .btnsStyled,
    .skewedBtnLP,
    .btnsStyledSU,
    .skewedBtnLPSU {
        height: 30px !important;
        font-size: .5rem;
        gap: 5px !important;
    }

    .qwe {
        gap: 5px !important;
    }

    .skewedBtnLP {
        top: 0px !important;
    }

    .skewedBtnLPSU {
        top: 0px !important;
    }

    /* ====== BUTTONS ====== */
	.skewedBtnLPSU {
    position: absolute;
    border: none;
}
.btnsStyledSU {
    height: 50px;
    width: 100%;
    border: 2px solid #ff6f21;
    border-right: 0;
    background: #ff6f21;
    border-radius: 10px;
    clip-path: none;
}
}

/* @media (max-width: 480px) { */
@media (min-width: 320px) and (max-width:400px) {
    .sliderHead {
        font-size: 12px;
    }

    .sliderHead1 {
        font-size: 8px;
    }

    .paddindmanage {
        padding-bottom: 0px;
        /* margin-top: 10px; */
        /* padding-top: -20px; */
    }

    .marginManager {
        margin-bottom: -40px;
        padding-bottom: 0px;
    }


    .imageLogo {
        max-height: 5rem;
        max-width: 50%;
        min-width: 50%;
    }

    .widthmanager {
        width: 50%;
    }

    .mediabuttton {
        color: white;
        background-color: #FE6E21;
        border-radius: 10px;
        clip-path: polygon(0 0, 95% 0, 85% 100%, 0 100%);
    }

    .outerDivForBtns {
        width: 110px !important;
    }

    .outerDivForBtnsSU {
        width: 66px !important;
    }

    .btnsStyled,
    .skewedBtnLP,
    .btnsStyledSU,
    .skewedBtnLPSU {
        font-size: 33%;
    }

    .skewedBtnLP {
        top: 10px !important;
    }

    .skewedBtnLPSU {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        top: 7px !important;
    }

}


.setWidth {
    max-width: 90%;
}
@font-face 
{
	font-family:"Eurostar Black Extended";
	src:url("") format("eot"),url("eurostarblackextended.woff") format("woff"),url("eurostarblackextended.ttf") format("truetype"),url("") format("svg");font-weight:normal;font-style:normal;}
.fm1 {
  font-family: Eurostar Black Extended;
}
.fm12 {
	font-family: Eurostar Black Extended;
	font-size: 68%;
}

/*  VIEW TOKENOMICS AND VESTING BUTTON  */

.tbhov1:hover {
    text-decoration: none !important;
    text-shadow: 2px 2px purple !important;
}

@media only screen and (max-width: 730px) and (min-width: 641px){
	.sliderHead1 {
		font-size: 15px;
		}
	.btnsStyledSU .btnsStyled  {
		font-size: 13px;
	}
		
}

@media (max-width: 991px) {
      .marginNav{
	  float:right;
	  background-color: transparent;
	  }
      .navbar-collapse {
        justify-content: flex-end; /* Aligning the menu to the right */
        max-height: 80vh; /* Limiting the height of the menu */
        overflow-y: auto; /* Adding a scrollbar when the menu overflows */
      }
	  ul.navbar-nav.marginNav {
	  height: 780px;
	  }

}
