body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
	overflow-x: hidden;
}

h1 {
 font-family: "Montserrat", sans-serif;
 font-size: 52px;
}

h2 {
	 font-family: "Montserrat", sans-serif;
 font-size: 33px;
  
 margin: 1em 0;
}
.main-title{
	font-weight: 800;
}
.subtitle{
	font-size: 25px;
}
h3 {
	 font-family: "Montserrat", sans-serif;
font-size: 1.7rem;

}

p, li {

    font-size: 18px;
margin-bottom: 2rem;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #069cf3;
    text-decoration: none;
}

ul li {
    margin-bottom: 1em;
}

body > img {
    display: none;
}



.jw-900 {
    font-weight: 900;
}
.modal-body p{
 
    margin: 10px auto;
}
.modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
.modal-body {
    position: relative;
    padding: 15px;
    text-align: left;
	font-size: 15px;
}
.jweb-container {
   background:#fff;
    padding-bottom: 190px;
padding-top: 10px;
}
.text-white{
	color: #fff;
}
.text-gold{
	color: #caac62!important;
}
.text-purple{
	color: #625df5;
}
.text-lpurple{
	color: #ccd1e9;
}
.text-yellow{
	color: #f9be4b;
}
.top-container{
	padding: 5px;
  border-radius: 25.5px;
  border: solid 1px #625df5;
  background-color: #fff;
}
.top-container p{
	margin-bottom: 0rem;
	 font-size: 24px;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
}
.b-right {
	border-right: 2px solid #625df5;
	
}
.b-left {
	border-left: 2px solid #625df5;
	
}
.gbg {
  background: linear-gradient(276deg, #caac62 89%, #8b763d 73%, #d1ad59 66%, #fff2d5 59%, #72623c 25%, #b29656 14%);
  padding: 1px;
  border-radius: 7px;
  
}

.dg-box {
  background-color: #2d2d34;
  border-radius: 6px;
  padding: 20px 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
}
.tbg {
  background: linear-gradient(276deg, #caac62 89%, #8b763d 73%, #d1ad59 66%, #fff2d5 59%, #72623c 25%, #b29656 14%);
  padding: 1px;
  border-radius: 7px;
  
}

.tg-box {
  background-color: #2d2d34;
  border-radius: 6px;
  padding: 5px 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tg-box p{
  margin-bottom: 0px;
}
/* Optional HR styling for consistency */
.grad-hr {
  border: none;
  border-top: 2px solid #caac62;
  margin: 16px 0;
}

.font-size-40{
	
	  font-size: 40px;

}
.header-video{
	  border-radius: 9px;

 
  border: solid 1px #707070;
}
.container-one {
 background: url(../img/one-bg.png);
    background-size: cover;
    background-position: center bottom;
    
    padding: 0rem 0 4rem 0;
background-repeat: no-repeat;

}
.dark-container{
	padding: 35px 25px;
  border-radius: 9px;
  border: solid 1px #707070;
  background-color: #474749;
  margin-top: -180px;
}
.font-size-25{
	
	  font-size: 25px;

}
.font-size-25{
	
	  font-size: 20px;

}
.phases{
	
}
.phases p {
    display: flex;
    align-items: center;  /* Align text & span vertically */
    justify-content: center; /* Center content horizontally */
    gap: 8px; /* Optional: Adds spacing between number & text */
}

 .gradient-span {
          font-size: 74px;
            font-weight: bold;
background-image: linear-gradient(to left, #f5925d 0%, #cc5df5 20%, #8e5df5 50%, #17175d 85%);
 font-family: "Space Grotesk", sans-serif;

            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
			 -webkit-text-stroke: 1px #7370d0; /* Text border */
            opacity: 0.9; /* Only applies to text */
        }
		
.b-box{
	padding: 35px 25px;
 border-radius: 14px;
  background-image: linear-gradient(46deg, #07074b 10%, #1b1b38 38%, #161624 52%, #252536 96%);
 
}

.b-box h4{
font-family: "Space Grotesk", sans-serif;
text-align: left;
}	
.b-box p{

text-align: left;
}
.grad-hr {
   
    height: 1px; /* Thin line */
    background-image: linear-gradient(to bottom, #f5925d, #cc5df5 47%, #625df5);
    width: 100%; /* Full width */
}
.jvformbtn{
	border-radius: 7px;
  border: solid 1px #707070;
  background-color: #808093;
  color: #fff;
}
.jvbtn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
  border: solid 1px #707070;
  background-color: #caac62;
    color: #fff;
	width: 100%;
	margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, border 0.3s ease;
}

.jvbtn:hover {
    background-color: #caac62;
    border-color: #707070;
	text-decoration: none;
	color: #fff;
	
}
.mt-120{
	margin-top: 120px;
}
.mt-100{
	margin-top: 100px;
}
.arrow-top::after {
    content: "";
    background: url(../img/arrow-top.png) no-repeat;
   background-size: contain;
   width: 254px;
    height: 132px;
    position: absolute;
    bottom: 335px;
    right: 275px;
}

.b-box-n{
	padding: 0px 25px;
	margin-top: -40px;
}
.b-box-mid{
	padding: 0px;
 border-radius: 14px;
  background-image: linear-gradient(46deg, #07074b 10%, #1b1b38 38%, #161624 52%, #252536 96%);
  text-align: left;
}

	
.b-box-mid p{
padding: 35px 25px;
text-align: left;
}
/*** Form ***/
.mpm-container{
	width: 100%;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    background-size: cover;
    background-color: #8f454500!important;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
}
#mpmInnerForm{
	margin: 0 auto;
    max-width: 100%;
    border-style: none;
    border-width: 2px;
    border-radius: 3px;
    background-size: cover;
    background-color: #8f454500!important;
   
}
.mpm-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mpm-col-sm-4-col1 {
    max-width: 100%!important;
    flex-basis: 100%!important;
	padding: 0px !important;
}
.mpm-col-sm-4-col2 {
    max-width: 100%!important;
    flex-basis: 100%!important;
	padding: 0px !important;
}
.mpm-col-sm-4-col3 {
    max-width: 100%!important;
    flex-basis: 100%!important;
	padding:10px 0 0 0px !important;
}
 .form-container {
            max-width: 500px;
            width: 100%;
            text-align: center;
			margin: 0 auto;
        }
		
.form-container::after {
           content: "";
    background: url(../img/arrow.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    position: absolute;
    bottom: 135px;
    right: 125px;
        }
        input {
            width: 100%!important;
            padding: 10px!important;
            margin: 5px 0!important;
            border: 1px solid #ccc!important;
            border-radius: 5px!important;
        }
        button {
           width: 100% !important;
    padding: 10px !important;
   
    color: #ffffff !important;
   border: solid 1px rgba(178, 150, 86, 0.49) !important;
    background-color: #caac62 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    margin-top: 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;

        }
        button:hover {
            background-color: #ffd37c;
        }
 .small {
            font-size: 0.9em;
            
}
	.mt-50{
		margin-top: 50px;
	}
.mb-50{
margin-bottom: 50px;
}	
.text-red{
	color: red;
	font-weight: 700;
}
.container-two {
	background: #fff;
    
    padding: 2rem 0 2rem 0;
   
}
.w-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Optional spacing between boxes */
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000!important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	background: none!important;
	border: none!important;
	width: 10%!important;
}
.w-box {
    flex: 1 1 150px; /* Ensures equal width and height flexibility */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px; /* Adjust based on content */
    padding: 20px;
    border-radius: 78px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
    text-align: center;
}



.w-box p{
	font-size: 18px;
  font-weight: 500;
    color: #07072d;

}

.ww-box p{
	font-size: 18px;
  font-weight: 400;
    color: #07072d;
margin-top: 10px;
text-align: left;
}
.ww-box {
    flex: 1 1 150px; /* Ensures equal width and height flexibility */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px; /* Adjust based on content */
    padding: 10px 30px;
    border-radius: 78px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
    text-align: center;
	margin-bottom: 30px;
}
.font-size-70{
	font-size: 70px;
}
.text-lv{
	color: #a9a7f6;
}
.inline-content {
    display: inline-flex;
    align-items: center;
    gap: 34px; /* Adjust spacing */
}

.inline-content img {
    width: 75px; /* Adjust image size */
    height: auto;
}

.inline-content .big-text {
    font-size: 60px; /* Make $5,000 bigger */
    font-weight: bold;
    color: #414141; /* Adjust color if needed */
}

.inline-content .small-text {
    font-size: 25px; /* Make other text smaller */
    color: #414141; /* Adjust color */
	text-align: left;
}

.inline-content .medium-text {
    font-size: 45px; /* Adjust '-' size */
    color: #414141;
}

.container-three {
	background: linear-gradient(to bottom, #262627, #1a1a1c);
   padding: 2rem 0 2rem 0;
   
}


.d-box {
   
   padding: 30px;
     border-radius: 16px;
  box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.62);
  border: solid 1px #b29656;
  background-color: #080707;
}
.d-box-heading {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
  margin-bottom: 12px;
}

.d-box-heading h3 {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  color: #caac62;
}

.heading-icon {
  width: 42px;
  height: 42px;
}

.d-box p{
	text-align: left;
	font-size: 16px;
  

}
.g-ar-1::after {
    content: "";
    background: url(../img/g-ar-1.svg) no-repeat;
    background-size: contain;
    width: 186px;
    height: 233px;
    position: absolute;
   top: 125px;
    right: 65px;
}
.g-ar-2::after {
    content: "";
    background: url(../img/g-ar-2.svg) no-repeat;
    background-size: contain;
    width: 186px;
    height: 233px;
    position: absolute;
 top: 475px;
    right: 465px;
}
.g-ar-3::after {
    content: "";
    background: url(../img/g-ar-3.svg) no-repeat;
    background-size: contain;
    width: 136px;
    height: 219px;
    position: absolute;
bottom: 135px;
    right: 535px;
}
.bt-box {
   
   
    align-items: center;
    justify-content: center;
   
    padding: 0px;
     border-radius: 12px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
 margin-bottom: 20px;
  background-color: #f0f2f7;
    text-align: center;
}
.bt-box-heading {
	 padding: 20px 40px;
	border-radius: 0 0 12px 12px;
  
background: #625df5;

}
.bt-box h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(238deg, #f5925d 20%, #cc5df5 70%, #625df5 100%);
    margin-bottom: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding: 30px 20px 20px 20px;
}
.bt-box-heading h4{
	 
	 font-size: 50px;
  font-weight: 500;
    color: #fff;

}
.bt-box p{
	padding: 20px 20px;
	font-size: 18px;
  font-weight: 500;
    color: #414141;

}
.text-size-18{
	font-size: 18px;
}
.s-box {
   
   padding: 0px 0 20px 0;
     border-radius: 11px;
  box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.62);
 
  background-color: #2a2a2c;
}
.s-box-heading {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
  margin-bottom: 12px;
  background: #000;
  padding: 20px;
  border-top: 12px solid #b29656;
      border-top-left-radius: 11px;
    border-top-right-radius: 11px;
	justify-content: space-between;
}

.s-box-heading h3 {
  margin: 0;
  font-size: 25px;
  
  color: #caac62;
}

.s-box-icon {
  width: 140px;
  height:40px;
}

.s-box p{
	text-align: left;
	font-size: 16px;
  

}
.sm-content{
	padding: 0 20px;
}
.sub{
	background: #000;
	padding: 10px;
	
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  
}
.sub p{
	margin-bottom: 0px;
  
}
.sub-2{
	background: #000;
	padding: 10px 30px;
	border-left: 3px solid #caac62;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  
}
.sub-2 p{
	margin-bottom: 0px;
  
}
.v-box {
   
   padding: 0px 0 20px 0;
     border-radius: 11px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #caac62;
  background-color: #fff;
}
.v-box-heading {
  
  align-items: center;
 
  margin-bottom: 12px;
  background: #474749;
  padding: 20px;
  border-top: 12px solid #b29656;
      border-top-left-radius: 11px;
    border-top-right-radius: 11px;
	justify-content: space-between;
}

.v-box-heading h3 {
  margin: 0;
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.v-box-icon {
  
}

.v-box p{
	text-align: cneter;
	font-size: 24px;
  

}
.vm-content{
	padding: 0 20px;
}
.container-four {
	 background-color: #f7f2e7;

   padding: 2rem 0 4rem 0;
   
}
.container-gold {
	background: linear-gradient(to right,
  #e8dab0 0%,
  #f4e9c8 20%,
  #fffdf6 40%,
  #fffdf6 60%,
  #f4e9c8 80%,
  #e8dab0 100%);


   padding: 2rem 0 4rem 0;
   
}
.container-white {
	background: #fff;
   padding: 2rem 0 4rem 0;
   
}
.text-dark-gold {
	 color: #b29656;
}
.m-box-container {
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	flex-direction: row;
}
.m-box-l {
   
   
  flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
   padding: 30px 20px;
    gap: 10px;
    
    border-radius: 11px;
  
  background: #c8aa61;
}
   


.m-box-l h3{
	 text-align: center;
    font-size: 20px;
    font-weight: 500;
      color: #fff;
	  text-transform: uppercase;

}
.m-box-l p{
	margin-bottom: 0rem;
  font-weight: 400;
    color: #fff;
text-align: center;

}
.m-box-d {
   
   
  flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
   padding: 30px 20px;
    gap: 10px;
    border-radius: 11px;
  
  background: #474749;
}
   


.m-box-d h3{
	  text-align: left;
    font-size: 20px;
    font-weight: 500;
      color: #fff;
	  text-transform: uppercase;

}
.m-box-d p{
	margin-bottom: 0rem;
  font-weight: 400;
    color: #fff;
text-align: center;

}
.m-box-l d{
	font-size: 18px;
  font-weight: 400;
    color: #fff;
text-align: left;

}
.font-size-55{
	font-size:55px;
}
.m-box {
   
   
  flex: 1 1 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
   padding: 30px;
    
    border-radius: 14px;
  
  background-image: linear-gradient(36deg, #07074b 10%, #1b1b38 38%, #161624 52%, #252536 96%);
}
   


.m-box h3{
	 text-align: left;
    font-size: 30px;
    font-weight: 500;
       background: linear-gradient(238deg, #f5925d 50%, #cc5df5 70%, #625df5 100%);
margin-bottom: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.m-box p{
	font-size: 18px;
  font-weight: 400;
    color: #fff;
text-align: left;

}
.jw-img-icon-p li {
    display: block;
  
    background: url(../img/ar-icon.png) no-repeat 5px 5px / 22px;
    padding-left: 45px;
    padding-top: 0;
    color: #fff;
    padding-bottom: 19px;
    text-align: left;
    font-size: 18px;
	font-weight: 400;
}
ul.jw-img-icon-p {
   padding:20px;
	
}
.jw-img-check-p li {
    display: block;
   font-family: "IBM Plex Sans", sans-serif;
    background: url(img/tick-circle.png) no-repeat 5px 5px / 22px;
    padding-left: 45px;
    padding-top: 0;
    color: #000;
    padding-bottom: 19px;
    text-align: left;
    font-size: 18px;
	font-weight: 600;
}
ul.jw-img-check-p {
   padding:20px;
	background: #F7F7F7;
	border-radius: 20px;
}
.jw-img-pr-p li {
    display: block;
   background: url(../img/pr.svg) no-repeat 5px 5px / 22px;
    padding-left: 45px;
    padding-top: 0;
    color: #000;
    padding-bottom: 19px;
    text-align: left;
    font-size: 18px;
	font-weight: 600;
}
ul.jw-img-pr-p {
   
	
}
.jw-img-pr-p li {
    display: block;
   background: url(../img/gold-check.svg) no-repeat 5px 5px / 22px;
    padding-left: 45px;
	padding-right: 20px;
    padding-top: 0;
    color: #fff;
    padding-bottom: 19px;
    text-align: left;
    font-size: 16px;
	font-weight: 400;
}
.container-five {
    background: #282828;
    padding: 2rem 0 4rem 0;
}
.container-six{
background: #f5f5f5  url(../img/vip-bg.png) no-repeat center bottom / auto;
    padding: 2rem 0 4rem 0;
	
	}
	.container-seven {
  background: #f5f5f5  url(../img/g-bg.png) no-repeat center center / cover;

    padding: 2rem 0 4rem 0;
}
	.container-eight {
  background: #f7f2e7 ;

    padding: 2rem 0 4rem 0;
}
	.container-black {
  background: #000 ;

    padding: 2rem 0 4rem 0;
}
/*** End Form ***/
/**** Footer ****/
.footer {
    background-color: #F1F1F1;
}

.footer-bottom {
 background-color: #000;
    z-index: 100;
    padding: 30px 0;
}

.footer-bottom p {
    font-weight: 100;
    margin: 10px 0;
    color: #fff;
  
    font-size: 14px;
    line-height: 16px;
}

.footer-clear {
    margin-bottom: 230px
}

.form-top {
    text-align: center;
}

footer ul li {
    display: inline-block;
    background: none;
    line-height: 0;
    vertical-align: middle;
    list-style: none;
    padding: 0 15px 0 0;
}

footer ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

footer ul li a img {
    width: 120px;
}

footer ul {
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
}

.footer-bottom a {
    color: #000;
  
    font-size: 14px;
    line-height: 16px;
}

.footer-bottom p {
    font-weight: 100;
    margin: 10px 0;
   
}

/**** End Footer ****/
@media only screen and (max-width: 1200px) {
    .form-container::after {
   
    bottom: 155px;
    right: 65px;
}
.bt-box p {
   
    font-size: 16px;
    
}
.bt-box h3 {
   
    font-size: 25px;
    
}
}
@media (min-width: 1025px) and (max-width: 1200px) {

.arrow-top::after {
    
    bottom: 335px;
    right: 185px;
}
}
@media only screen and (max-width: 1025px) {
  .b-right {
    border-right: none;
}
.arrow-top::after {
    
    bottom: 335px;
    right: 165px;
}
}
@media only screen and (max-width: 992px) {
    .form-container::after {
   
    bottom: 155px;
    right: 105px;
}
.arrow-top::after {
    
   bottom: 385px;
        right: 145px;
}
.bt-box-heading h4 {
    font-size: 40px;
    
}
.inline-content .big-text {
    font-size: 40px;
    font-weight: bold;
    color: #414141;
}
.font-size-70 {
    font-size: 50px;
}
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
		
    }

	
	 .bt-box {
    margin: 20px;
	   
}
.m-box {
    margin:0 20px;
	 flex: 1 1 250px;
}
.s-box-icon {
    width: 120px;
    height: 30px;
}
.s-box-heading h3 {
    
    font-size: 18px;
    
}
dl, ol, ul {
    margin-top: 20px;
    margin-bottom: 1rem;
}
.sub-2 {
    
    margin-top: 20px;
}
.sub-2 p {
    text-align: center;
}
.sub {
    
    margin-top: 20px;
}
.sub p {
    text-align: center;
}
.d-box {
     margin: 0 0 10px 0;
}
.font-size-55 {
    font-size: 40px;
}
.d-box-heading h3 {
   
    font-size: 15px;
   
}
.heading-icon {
    width: 32px;
    height: 32px;
}
.container-five {
    
    padding: 2rem 0 2rem 0;
}
.container-four {
   
    padding: 2rem 0 0rem 0;
}

	h2{
		font-size: 1.6rem;
	}
	
	br {
    display: none;
  }
	    .form-container::after {
   
    bottom: 155px;
    right: 15px;
}
.tg-box {
   
    padding: 5px;
    
}
.dark-container {
    padding: 35px 5px;
   
}
.inline-content {
    gap: 10px;
    flex-direction: column;
}
.font-size-40 {
    font-size: 25px;
	margin-bottom: 20px;
}
.subtitle {
    font-size: 20px;
}
.g-ar-1::after {
   display: none;
}
.g-ar-2::after {
   display: none;
}
.g-ar-3::after {
   display: none;
}
h3 {
    
    font-size: 1.5rem;
}
.b-right {
    border-right: none;
}
.b-box-mid p {
   
    text-align: center;
}
.mt-120 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 20px;
}
.mt-50 {
    margin-top: 20px;
}
h1 {
   
    font-size: 42px;
}
 	.arrow-top::after {
    
 display: none;
    }
	.b-box-mid {
   text-align: center;
    margin-bottom: 30px;
}
.mt-100 {
    margin-top: 30px;
}
.font-size-70 {
    font-size: 60px;
}
.inline-content .big-text {
    font-size: 50px;
   
}
.bt-box-heading h4 {
    font-size: 35px;
    
}
}
@media only screen and (max-width: 766px) {
    	.arrow-top::after {
    
  bottom: 515px;
        right: 45px;
    }
	
}
@media only screen and (max-width: 575px) {
    	.arrow-top::after {
    
 display: none;
    }
}
@media only screen and (max-width: 420px) {
    body {
        font-size: 12px;
    }
}
/* Basic navbar styles */
.navbar {
  display: flex;
  justify-content: flex-end; /* Align navbar items to the right */
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Display items in a row */
  flex-direction: row;
  gap: 20px; /* Add space between the items */
}

.nav-item {
  display: inline-block; /* Makes items inline */
}

.nav-item a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.nav-item a:hover {
  color: #007bff;
}
