

/*  Menu Buttons  */
:root {
    --main-bg: #fff;
    --menu-bg: linear-gradient(to right, #2b0d3a, #000000);
    --menu-font-color: #fff;
    --menu-font-hover: #00c5ef;
    --menu-border: #00c5ef;
    --menu-bg-selected: linear-gradient(to right, #2b0d3a, #000000);
    --menu-bg-hover: linear-gradient(to right, #2b0d3a, #000000);
	
}

.menu-sub {
	font-family: Montserrat, sans-serif;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    width: 80rem;
    max-width: 100%;
}

.btn-menu {
    font-family: Montserrat, sans-serif;
    position: relative;
    cursor: pointer;
    background: var(--menu-bg);
    border: none;
    padding: .85rem;
    color: var(--menu-font-color);
    font-weight: 700;
	font-size: 1rem;
    border-top: 0.1rem solid var(--menu-border);
    border-bottom: 0.1rem solid var(--menu-border);
    transition: background 1s;
	border-radius: 45px; /* Adjust the value to your preference */
	text-align: center;
	
}


.btn-menu:hover {
    background: var(--menu-bg-hover);
    color: var(--menu-font-hover);
}

.btn-menu:focus {
    outline: none;
    box-shadow: none;
}

.selected {
    background: var(--menu-bg-selected);
    color: var(--menu-font-hover);
}

.selected::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 5.6rem;
    width: 0.5rem;
}

/*  End Menu Buttons  */



.gradient1 {
  background: linear-gradient(to right, #202393, #3b1a5c, #000000);
}

.gradient2 {
  background: linear-gradient(to right, #2b0d3a, #000000);
}

.logo {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}




.h1-title {
	color rgb: (255, 255, 255);
display: block;
font-family: Montserrat, sans-serif;
font-size: 40px;
font-style: italic;
font-weight: 600;
line-height: 52px;
margin-block-end: 0px;
margin-block-start: 0px;
margin-bottom: 0px;
margin-inline-end: 0px;
margin-inline-start: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: left;
	
}

.h1-title2 {

color: #00c5ef;
display: block;
font-family: Montserrat, sans-serif;
font-size: 40px;
font-style: italic;
font-weight: 600;
line-height: 52px;
margin-block-end: 0px;
margin-block-start: 0px;
margin-bottom: 0px;
margin-inline-end: 0px;
margin-inline-start: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;
	
}

.h2-title2 {
color: rgb(73, 4, 111);
display: block;
font-family: Montserrat, sans-serif;
font-size: 32px;
font-style: italic;
font-weight: 600;
line-height: 41.6px;
margin-block-end: 16px;
margin-block-start: 0px;
margin-bottom: 16px;
margin-inline-end: 0px;
margin-inline-start: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-transform: uppercase;
text-align: left;
}

.h2-title3 {
color: rgb(73, 4, 111);
display: block;
font-family: Montserrat, sans-serif;
font-size: 32px;
font-style: italic;
font-weight: 600;
line-height: 41.6px;
margin-block-end: 16px;
margin-block-start: 0px;
margin-bottom: 16px;
margin-inline-end: 0px;
margin-inline-start: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-transform: uppercase;
text-align: center;
}

.clar-1 {
	padding: 100px 100px;
}

.h3-title3 {
color: rgb(73, 4, 111);
display: block;
font-family: Montserrat, sans-serif;
font-size: 25.6px;
font-style: italic;
font-weight: 600;
line-height: 33.28px;
text-transform: uppercase;
text-align: left;
   
}

.h3-title4 {
color: #00c5ef;
display: block;
font-family: Montserrat, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 33.28px;
text-align: center;
   
}



.p1 {
color: rgb(30, 30, 30);
display: block;
font-family: Montserrat, sans-serif;
line-height: 25.6px;
margin-block-end: 8px;
margin-block-start: 0px;
margin-bottom: 8px;	
font-size: 16px;
text-align: left;
}

.p2 {
color: rgb(30, 30, 30);
display: block;
font-family: Montserrat, sans-serif;
line-height: 25.6px;
margin-block-end: 8px;
margin-block-start: 0px;
margin-bottom: 8px;	
font-size: 16px;
}


.quotestartcl {
font-size: 700%;
font-family: 'Times New Roman', 'serif';
font-weight: bold;
float: left;		
	}

.fnt-clarios {
	color: #00c5ef;	
}


/*  accordion  */
.accordion {
	font-family: Montserrat, sans-serif;
  background-color: #2b0d3a;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
	border: 1px solid #00c5ef;
 border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #00c5ef;
	color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*  accordion  */


.clean-button-ad, a.clean-button-ad {
	font-family: Montserrat, sans-serif;
	margin: 3em 0;
	background-color: #2b0d3a;
	color: #fff;
	text-decoration:none;
	text-transform: none;
	border: none;
	font-weight: 400;
	font-size: 13px;
}
.clean-button-ad:hover, .clean-button-ad:focus {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-color: #2b0d3a;
	text-decoration: none;
	border: none;
	color: #00c5ef;
}


.full-wide-wrap2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}



@media (max-width: 768px) {
 .full-wide-wrap2 {
  position: relative;
}
}


 


@media screen and (min-width: 10px) and (max-width: 989px) {
	
	
.clar-1 {
	padding: 20px 20px;
}	
	

	
	
}

@media only screen and (max-width: 768px) {
  
}


