@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background: #2c073b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

header {
    background: #230530dc;
    padding: 10px 0px 10px 0px;
    /* background: linear-gradient(0deg, rgb(44, 7, 59) 0%, rgb(37, 8, 35) 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
}

.headerStyle {
    display: flex;
    align-items: center;
    width: 1050px;
    justify-content: space-between;
}
.headerStyle  .logo{
	max-width:150px;
}
.logo:hover {
    opacity: 0.8;
}

.links ul{
    display: flex;
    font-size: 15px;
    gap: 25px;
    text-transform: uppercase;
    font-weight: 500;
    list-style: none;
    margin: 0;
}

.links a:hover{
    opacity: 0.9;
    color: #c7a0fa;
}

.headText {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 75px;
    font-weight: 800;
    margin-bottom: 50px;
}

.weekenderBigBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.weekenderBox {
    width: 1050px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 20px 15px 20px 15px;
    background: rgb(44,7,59);
    background: linear-gradient(129deg, rgba(44,7,59,1) 0%, rgb(157, 115, 173) 100%);
    animation: weekenderAnim 2s linear infinite;
}

@keyframes weekenderAnim {
    0% {
        box-shadow: 0px 0px 30px 0px #dfa4eb;
    }
    50% {
        box-shadow: 0px 0px 10px 3px #dfa4eb;
    }
    100% {
        box-shadow: 0px 0px 30px 0px #dfa4eb;
    }
  }

.weekenderHead {
    font-size: 35px;
    font-weight: 700;
    /* line-height: 60px; */
    text-align: center;
}

.weekenderPercent {
    display: flex;
    align-items: flex-start;
    font-size: 200px;
    line-height: 150px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

.weekenderPercent b,
.weekenderPercent strong{
    font-size: 100px;
    /* line-height: 100px; */
}

.subscribeBox {
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
}
.subscribeBox a{
	text-decoration:none;
}
.subscribeButton {
    display: flex;
    align-items: center;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 10px;
    background: rgb(44,7,59);
    background: linear-gradient(129deg, rgb(66, 25, 82) 0%, rgb(157, 115, 173) 100%);    
    box-shadow: 0px 0px 10px 0px #dfa4eb;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
}

.subscribeButton:hover {
    box-shadow: 0px 0px 30px 0px #dfa4eb;
}


.priceBox {
    background-color: #260e30;
    padding: 0px 0px 75px 0px;
}

.cards {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    color: #fff;
    max-width: 1050px;
    gap: 35px;
    margin: auto;
    margin-top: 50px;
}

.cardBox:hover {
    background: rgba(61, 42, 61);
    background: linear-gradient(0deg, rgb(29, 20, 29) 0%, rgb(51, 26, 53) 100%);
    box-shadow: 0px 0px 10px 0px #dfa4eb;
}

.cardBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 40px 20px;
    width: 350px;
    height: 400px;
    border-radius: 15px;
    border: 0px #fff solid;
    background: rgba(61, 42, 61);
    background: linear-gradient(0deg, rgb(61, 42, 61) 0%, rgb(51, 26, 53) 100%);
    box-shadow: 0px 0px 10px 0px #a36fad;
}

.cardHeader {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.cardPrice {
    margin-top: -30px;
    font-size: 65px;
    font-weight: 900;
    background: #C389CF;
    background: linear-gradient(to right, #C389CF 0%, #7027CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.cardBenefits {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit {
    display: flex;
    gap: 5px;
    font-size: 15px;
}

.cardButtons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cardBtnStyle {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #a36fad;

    font-size: 15px;
    font-weight: 700;
}

.cardBtnStyle:hover {
    background: #b962ca;
}
.cardBtnStyle:hover a{
	text-decoration:none;
	color:#fff;
}
.profitsSquareBox {
    background: #260e30;
    background: linear-gradient(#260e30 0%, #33125f 100%);
    padding: 100px 0px 25px 0px;

}

.profitsBigBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
}

.profitsBox {
    display: flex;
    width: 1050px;
    justify-content: space-between;
}

.profitsNumbers {
    font-size: 65px;
    font-weight: 700;
    background: #C389CF;
    background: linear-gradient(to right, #C389CF 0%, #a974f0 50%, rgb(217, 107, 231) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.profitsTextBigBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profitsTextBox {
    display: flex;
    flex-direction: column;
    width: 1050px;
    text-align: left;
}

.btn {
    background-color: #a36fad;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.btn:hover {
    background-color: #a36fad;
}

.profits {
    margin-top: 50px;
}

.collapse {
    color: rgb(0, 0, 0);
}

.card {
    background-color: #7027CF;
}

footer {
    display: flex;
    justify-content: center;
    background: #26152e;
    height: 100px;
    font-size: 12px;
    margin-bottom: 0px;
}
.footerBox img {
    max-width: 130px;
}
.footerBox {
    width: 1050px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@font-face {
    font-family: "Arial"; 
    src: url(".../fonts/Arial.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

@font-face {
    font-family: "Aeonik Regular"; 
    src: url(".../fonts/AeonikTRIAL-Regular.otf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

@font-face {
    font-family: "Aeonik Bold"; 
    src: url(".../fonts/AeonikTRIAL-Bold.otf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

::selection {
    color: #c7a0fa;
    background-color: rgb(255, 255, 255);
} 

.noselect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

body::-webkit-scrollbar {
    width: 0.5em;
  }
   
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(192, 192, 192, 0.3);
}
   
body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c7a0fa;
    outline: 1px solid slategrey;
}
.cardPrice {
    margin-top: -12px;
}
@media screen and (max-width: 1300px){ 
.weekenderBigBox, .subscribeBox, .priceBox,.profitsSquareBox,footer {
    padding-left: 10px;
    padding-right: 10px;
}	
}
@media screen and (max-width: 1024px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 1024px;
    }

    .headText {
        text-align: center;
    }

    .headerStyle {
        max-width: 980px;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        max-width: 980px;
        font-size: 13px;
        justify-content: center;
        align-items: center;
    }

    .links a{
        /* width: 130px; */
        text-align: center;
    }

    .cards{
        max-width: 980px;
    }

     .profitsTextBox {
        max-width: 980px;
     }

    .weekenderBigBox {
        margin-bottom: 100px;
    }

     .weekenderBox {
        max-width: 980px;
     }

     .weekenderHead {
        font-size: 30px;
     }

     .weekenderPercent {
        font-size: 175px;
        line-height: 150px;
    }

     .profitsBigBox {
        margin-bottom: 100px;
    }

    .profitsBox {
        max-width: 980px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 980px;
     }
  }


  @media screen and (max-width: 912px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 912px;
    }

    .headerStyle {
        max-width: 890px;
    }

    .links ul{
        font-size: 15px;
    }

    .links a{
        width: 150px;
        text-align: center;
    }

    .cards {
        max-width: 890px;
        display: flex;
        align-items: center;
     }

     .cardPrice {
        padding-top: 10px;
        font-size: 55px;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        max-width: 890px;
     }

    .weekenderBigBox {
        margin-bottom: 100px;
    }

     .weekenderBox {
        max-width: 890px;
     }

     .weekenderHead {
        font-size: 30px;
     }

     .weekenderPercent {
        font-size: 175px;
        line-height: 150px;
    }

     .profitsBigBox {
        margin-bottom: 100px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 890px;
     }
  }

  @media screen and (max-width: 820px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 820px;
    }

    .headerStyle {
        max-width: 800px;
    }

    .links ul{
        font-size: 15px;
    }

    .links a{
        text-align: center;
    }

    .cards {
        max-width: 800px;
        display: flex;
        align-items: center;
     }

     .cardPrice {
        padding-top: 10px;
        font-size: 55px;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        max-width: 800px;
     }

    .weekenderBigBox {
        margin-bottom: 100px;
    }

     .weekenderBox {
        max-width: 800px;
     }

     .weekenderHead {
        font-size: 30px;
     }

     .weekenderPercent {
        font-size: 175px;
        line-height: 150px;
    }

     .profitsBigBox {
        margin-bottom: 100px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 800px;
     }
  }

  @media screen and (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 768px;
    }

    .headerStyle {
        width: auto;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        font-size: 15px;
    }

    .links a{
        width: 150px;
        text-align: center;
    }

    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .cardBox {
        max-width: 500px;
        align-items: center;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        width: 700px;
     }

    .weekenderBigBox {
        margin-bottom: 100px;
    }

     .weekenderBox {
        width: 700px;
     }

     .weekenderHead {
        font-size: 30px;
     }

     .weekenderPercent {
        font-size: 175px;
        line-height: 150px;
    }

     .profitsBigBox {
        margin-bottom: 100px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

	.footerBox {
		width: 100%;
		max-width: 700px;
	}
	.profitsSquareBox {
		padding-top: 20px;
	}	
  }

  @media screen and (max-width: 540px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 540px;
    }

    .headerStyle {
        width: auto;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        font-size: 15px;
    }

    .links a{
        width: 150px;
        text-align: center;
    }

    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        max-width: 500px;
     }

    .weekenderBigBox {
        margin-bottom: 100px;
    }

     .weekenderBox {
        max-width: 500px;
     }

     .weekenderHead {
        font-size: 30px;
     }

     .weekenderPercent {
        font-size: 175px;
        line-height: 150px;
    }

     .profitsBigBox {
        margin-bottom: 100px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 500px;
     }
  }

  @media screen and (max-width: 414px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 414px;
    }

    .headText {
        text-align: center;
        font-size: 75px;
        line-height: 75px;
    }

    .priceBox {
        margin: 0;
    }

    .headerStyle {
        max-width: 375px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        max-width: 375px;
        font-size: 13px;
        justify-content: center;
        align-items: center;
    }

    .links a{
        /* width: 130px; */
        text-align: center;
    }

    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        max-width: 375px;
     }

    .weekenderBigBox {
        margin-top: 50px;
        margin-bottom: 100px;
    }

     .weekenderBox {

        max-width: 375px;
     }

     .weekenderHead {
        font-size: 30px;
     }

     .weekenderPercent {
        font-size: 175px;
        line-height: 150px;
    }

     .profitsBigBox {
        margin-bottom: 100px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 375px;
     }

     .footerInfo {
        font-size: 11px;
     }
  }

  @media screen and (max-width: 375px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 375px;
    }

    .headText {
        text-align: center;
        font-size: 50px;
        margin: 0 0 20px 0;
    }

    .headerStyle {
        max-width: 350px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        max-width: 350px;
        font-size: 13px;
        justify-content: space-between;
        align-items: center;
    }

    .links a{
        /* width: 130px; */
        text-align: center;
    }

    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .priceBox {
        margin: 0;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        max-width: 350px;
     }

    .weekenderBigBox {
        margin-top: 75px;
        margin-bottom: 75px;
    }

     .weekenderBox {
        max-width: 350px;
     }

     .weekenderHead {
        font-size: 20px;
     }

     .weekenderPercent {
        font-size: 100px;
        line-height: 75px;
    }

    .weekenderPercent b,
	.weekenderPercent strong{
        font-size: 55px;
    }

    .subscribeBox {
        margin-bottom: 50px;
    }

     .profitsBigBox {
        margin-bottom: 50px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 350px;
     }

     .footerInfo {
        font-size: 10px;
     }
     
  }

  @media screen and (max-width: 360px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 360px;
    }

    .headText {
        text-align: center;
        font-size: 50px;
        margin: 0 0 20px 0;
    }

    .headerStyle {
        max-width: 330px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        max-width: 330px;
        font-size: 13px;
        justify-content: space-between;
        align-items: center;
    }

    .links a{
        /* width: 130px; */
        text-align: center;
    }

    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .priceBox {
        margin: 0;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        max-width: 330px;
     }

    .weekenderBigBox {
        margin-top: 75px;
        margin-bottom: 75px;
    }

     .weekenderBox {
        max-width: 330px;
     }

     .weekenderHead {
        font-size: 20px;
     }

     .weekenderPercent {
        font-size: 100px;
        line-height: 75px;
    }

    .weekenderPercent b,
	.weekenderPercent strong{
        font-size: 55px;
    }

    .subscribeBox {
        margin-bottom: 50px;
    }

     .profitsBigBox {
        margin-bottom: 50px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 330px;
     }
  }

  @media screen and (max-width: 280px) {
    body {
        margin: 0;
        padding: 0;
        max-width: 280px;
    }

    .headText {
        text-align: center;
        font-size: 50px;
        margin: 0 0 10px 0;
    }

    .headerStyle {
        max-width: 255px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .links ul{
        max-width: 255px;
        font-size: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .links a{
        /* width: 130px; */
        text-align: center;
    }

    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .cardBox {
        max-width: 255px;
     }

     .priceBox {
        margin: 0;
     }

     .profitsSquareBox {
        padding: 0;
        margin: 0;
     }

     .profitsBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }

     .profitsTextBox {
        font-size: 12px;
     }

     .profitsTextBox {
        max-width: 255px;
     }

    .weekenderBigBox {
        margin-top: 75px;
        margin-bottom: 75px;
    }

     .weekenderBox {
        max-width: 255px;
     }

     .weekenderHead {
        font-size: 20px;
     }

     .weekenderPercent {
        font-size: 100px;
        line-height: 75px;
    }

    .weekenderPercent b,
	.weekenderPercent strong{
        font-size: 55px;
    }

    .subscribeBox {
        margin-bottom: 50px;
    }

     .profitsBigBox {
        margin-bottom: 50px;
    }

     .profitSquare {
        display: flex;
        flex-direction: column;
        align-items: center;
     }

     .footerBox {
        max-width: 255px;
     }

     .footerInfo {
        font-size: 7px;
     }
  }