@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

html{
    scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	font-family: 'Play', sans-serif;
}
.row{
	display: flex;
}
.col-3{
	width: 25%;
}
.col-4{
	width: 33.333%;
}
.col-6{
	width: 50%;
}
.col-9{
	width: 75%;
}
.col-12{
	width: 100%;
}
col-8{
	width:66%;
}
.container{
	max-width: 1140px;
	margin: 0 auto;
}

.navigation{
	width: 100%;
	
}
.navigation .toggle-bar{
	display: none;
}
.navigation .row .item-1{
	text-align: left;
}
.navigation .row .item-2{
	text-align: right;
}
.navigation .row .col-3 h2{
	font-size: 30px;
	padding: 10px;
	cursor: pointer;
}
.navigation .row .col-3 .logo a{
	text-decoration: none;
	color: #fff;
}

.navigation .row .menu ul{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}
.navigation .row .menu ul li{
	display: inline-block;

}
.navigation .row .menu ul li a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 14px;
    font-size: 18px;
    font-weight: 500;
}

.navigation .row .menu .btn a{
	font-family: inherit;
    font-size: 18px;
    line-height: inherit;
    border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    border: 0px;
    background: rgb(250 6 3);
    color: rgb(255, 255, 255);
    transition: 0.5s;
} 
#cover .background-content{
	padding-top: 200px;
	padding-bottom: 300px;
	
}
#cover .caption-item{
	padding: 0px 50px;
}
#cover .caption-box{
	color: rgb(255, 255, 255);
    border: 2px white solid;
    border-radius: 15px;
    padding: 20px;
    background: rgba( 0,0,0,0.6);
    text-align: center;
}
#cover .text h2{
	font-size: 28px;
	color:  #5d5bc6;
	padding: 20px 0px;
}
#cover .text p{
	font-size: 20px;
	color: #fff;
}
#cover .btn{
	padding: 20px 5px;
}
#cover .btn a{
	font-family: inherit;
    font-size: 18px;
    line-height: inherit;
    border-radius: 15px;
    padding: 5px 25px 5px 25px;
    border: 0px;
    background: #5d5bc6;
    color: rgb(255, 255, 255);
    transition: 0.5s;
    text-decoration: none;
  
} 
section{
	background: #000;
}
.section-1{
	width: 100%;
	padding-top: 40px;
}
.section-1 .caption{
	padding: 0px 10px;
}
.section-1 .caption h2{
	font-size: 35px;
	color: #5d5bc6;
	padding: 20px 0px;
}
.section-1 .btn-col{
	text-align: left;
	padding: 0px 10px;
}
.section-1 .btn-col .btn-1{
	padding: 20px 0px;
}
.section-1 .btn-col .btn-1 a{
    border-radius: 15px;
    padding: 5px 20px 5px 20px;
    border: 0px;
    background: #5d5bc6;
    color: #fff;
    margin-top: 50px;
    text-decoration: none;
    font-size: 18px;
}
.section-1 .btn-col .btn-2{
	padding: 10px 0px;
}
.section-1 .btn-col .btn-2 a{
    border-radius: 15px;
    padding: 5px 20px 5px 20px;
    border: 0px;
    background: #6f6f6f;
    color: #fff;
    margin-top: 50px;
    text-decoration: none;
    font-size: 18px;
}
.section-1 .image{
	text-align: right;
    padding: 0px 10px;
}
.section-1 .image img{
	width: 50%;
	border-radius: 10px;
}
.section-1 .text{
	padding: 20px 0px;
}
.section-1 .text p{
	font-size: 20px;
	color: #fff;
	padding: 5px;
}
.section-2{
	width: 100%;
	padding-top: 40px;
}
.section-2 .image{
	text-align: left;
	padding: 0px 10px;
}
.section-2 .image img{
	width: 70%;
	border-radius: 10px;
}
.section-2 .caption{
	text-align: center;
}
.section-2 .caption h2{
	font-size: 30px;
	color: #5d5bc6;
	padding: 10px 0px;

}
.section-2 .caption p{
	font-size: 18px;
	color: #fff;
	padding: 5px;
}
.section-3{
	width: 100%;
	padding-top: 40px;
}
.section-3 .content{
	text-align: center;
}
.section-3 .content h2{
	font-size: 35px;
	color: #5d5bc6;
	padding: 30px 0px;
	font-weight: 600;
}
.section-3 .item{
	padding-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
.section-3 .content-box{
	color: rgb(255, 255, 255);
    border: 2px white solid;
    border-radius: 15px;
    padding: 20px;
}
.section-3 .image{
	padding: 10px;
}
.section-3  .image img{
	width: 90%;
	border-radius: 10px;
}
.section-3 .caption h2{
	font-size: 35px;
	color: #5d5bc6;
	padding: 15px 0px;
	font-weight: 400;
}
.section-3 .caption p{
	font-size: 20px;
	color: #fff;
	padding: 5px;
}
.section-4{
	width: 100%;
	padding-top: 80px;
}
.section-4 .caption{
	text-align: center;
}
.section-4 .caption h2{
	font-size: 35px;
	color: #5d5bc6;
	padding: 10px;
	font-weight: 500;
}
.section-4  .caption p{
	font-size: 20px;
	color: #fff;
	padding: 10px 190px;
}
.section-4 .image{
	text-align: center;
}
.section-4 .image img{
	width: 40%;
	border-radius: 8px;
}
.section-5{
	width: 100%;
	padding-top: 80px;
}
.section-5 .caption{
	text-align: center;
	padding-bottom: 35px;
}
.section-5 .caption h2{
	font-size: 35px;
	color: #5d5bc6;
	padding: 10px;
	font-weight: 500;
}
.section-5 .row{
	margin-bottom: 10px;
	padding: 0px 10px;
}
.section-5 .col-3{
	margin-right: 15px;
}
.section-5 .col-3:last-child{
	margin-right: 0px;
}
.section-5 img{
	width: 100%;
	border-radius: 10px;
}
.section-6{
	width: 100%;
	padding-top: 80px;
}
.section-6 .caption{
	text-align: center;
	padding-bottom: 35px;
}
.section-6 .caption h2{
	font-size: 35px;
	color: #5d5bc6;
	padding: 10px;
	font-weight: 600;
}
.section-6 .caption p{
	font-size: 20px;
	color: #fff;
	padding: 5px;
	max-width: 760px;
    margin: 0 auto;
}
.section-6 .row{
	margin-bottom: 10px;
	padding: 0px 10px;
}
.section-6 .col-3{
	margin-right: 15px;
}
.section-6 .col-3:last-child{
	margin-right: 0px;
}
.section-6 img{
	width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 10px solid #5d5bc6;
}
.section-7{
	width: 100%;
	padding-top: 80px;
}
.section-7 .caption{
	text-align: center;
	padding-bottom: 35px;
}
.section-7 .caption h2{
	font-size: 60px;
	color: #5d5bc6;
	padding: 10px;
	font-weight: 400;
}
details{
  max-width: 900px;
    margin: 0 auto 15px;
    padding: 15px 20px;
    background: #646464;
    border-radius: 30px;
}
details p{
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 16px;
    font-weight: 600;
    color: #fff;
  
}

/*
summary:hover{
	background: rgb(191 40 153);
	cursor: pointer;
	
	border-radius: 5px;
}
*/

summary{
  font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    color: #fff;
}
summary:hover{
  cursor: pointer;
}
.footer{
	width: 100%;
	padding-top: 50px;
}
.footer .caption h2{
	font-size: 45px;
	color: rgb(255, 255, 255);
	padding: 10px;
	font-weight: 400;
	text-align: center;
}
.footer .ditals h3{
	font-size: 25px;
	color: rgb(255, 255, 255);
	padding: 10px;
	font-weight: 400;
	text-align: center;
}
.footer .btn{
	padding: 10px 0px;
	text-align: center;
}
.footer .btn a{
    border-radius: 15px;
    padding: 5px 20px 5px 20px;
    border: 0px;
    background: #fff;
    color: #345AC4;
    margin-top: 50px;
    text-decoration: none;
    font-size: 18px;
}
.footer .logo{
	text-align: center;
}
.footer .logo ul{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}
.footer .logo li{
	display: inline-block;
}
.footer .logo ul li a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 16px;
    font-size: 18px;
    font-weight: 600;
}
.footer .logo img{
	/* width: 100%; */
}

.footer .copy h4{
	font-size: 20px;
	color: rgb(255, 255, 255);
	padding: 10px;
	font-weight: 400;
	text-align: center;
}
.footer .copy a{
	text-decoration: none;
}

@media only screen and (max-width: 999px){

}





@media only screen and (max-width: 768px){
.row{
	display: block;
}
.col-3{
	width: 100%;
}
.col-4{
	width: 100%;
}
.col-6{
	width: 100%;
}
.col-9{
	width: 100%;
}
.col-12{
	width: 100%;
}
.navigation{
	width: 100%;
	background: #212F3D;
}
.navigation .row{
	display: flex;
}
.navigation .row .col-3{
	width: 25%;
}
.navigation .row .col-{
	width: 75%;
}
.navigation .row .col-3 h2 {
    font-size: 16px;
    padding: 7px;
}
.navigation .row .item-1{
	text-align: left;
}
.navigation .row .item-2{
	text-align: right;
}
.navigation .row .col-6 img{
	width: 25%;
	padding-top: 0px;
	padding: 17px;
}

.navigation .toggle-bar{
	display: block;
}
.navigation-bar{
	display: none;
}

.navigation .fa{
	font-size: 20px;
	color: #fff;
	padding: 15px;
}
.navigation .row .menu ul{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	background: gray;
	position: absolute;
    margin-left: 0;
    left: 0;
    margin-top: 17px;
    text-align: left;
    z-index: 100;
	 display: none;
	 
}

.navigation-bar-show{
	display: block;
}
.navigation .row .menu ul li{
	display: block;
	border-bottom: 1px solid #D5D8DC;
}
.navigation .row .menu ul li a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 20px 16px;
    font-size: 18px;
    font-weight: 500;
}
#cover .background-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
#cover .text p{
    font-size: 15px;
}
.section-1 {
    width: 100%;
    padding-top: 0px;
}
.section-1 .caption h2 {
    font-size: 25px;
    padding: 12px 5px;
}
.section-1 .btn-col {
    padding: 5px;
}
.section-1 .image {
    padding: 10px;
    text-align: center;
}
.section-1 .btn-col .btn-2 a {
    padding: 5px 9px 5px 10px;
}
.section-2 {
    padding-top: 0px;
}

.section-2 .image {
    padding: 10px;
    text-align: center;
}
.section-2 .caption h2 {
    font-size: 18px;
    padding: 10px 5px;
}
.section-2 .caption p {
    font-size: 16px;
}
.section-3 {
    padding-top: 0px;
}
.section-3 .content h2 {
    font-size: 25px;
}
.section-3 .caption h2 {
    font-size: 25px;
    text-align: center;
}
.section-3 .item {
    padding-bottom: 10px;
}
.section-3 .caption p {
	font-size: 16px;
}
.section-3 .image {
	text-align: center;
}
.section-4 {
    padding-top: 0px;
}
.section-4 .caption h2 {
    font-size: 25px;
    padding: 0px;
}
.section-4 .caption p {
    font-size: 16px;
    color: #fff;
    padding: 5px 0px;
}
.section-5 {
    padding-top: 15px;
}
.section-5 img{
    margin-bottom: 20px;
}
.section-5 .caption {
    padding-bottom: 10px;
}
.section-5 .caption h2 {
    font-size: 25px;
}
.section-5 .row {
    display: block;
    margin-bottom: 0px;
}
.section-5 .col-3 {
    margin-right: 0px;
    width: 100%;
}
.section-6 {
    padding-top: 0px;
}
.section-6 img{
	width: 250px;
    height: 250px;
}
.section-6 .caption h2 {
    font-size: 25px;
    padding: 5px
}
.section-6 .caption p {
    font-size: 16px;
}
.section-6 .row {
    display: block;
    margin-bottom: 0px;
}
.section-6 .col-3 {
    width: 100%;
    margin-right: 0px;
}
.section-7 {
    padding-top: 0px;
}
.section-7 .aos-init{
    padding: 0 10px;
}
.section-7 .caption {
    padding-bottom: 0px;
}
.section-7 .caption h2 {
    font-size: 25px;
    padding: 5px;
}

summary {
    font-size: 18px;
}
summary:hover{
	background: none;
}
details p {
    font-size: 16px;
    padding-top: 10px;
	padding-bottom: 15px;
}
details{
  padding: 10px 30px;
}
.section-0 p{
		color: #fff!important;
	}
.footer {
    padding-top: 0px;
}
.footer .caption h2 {
    font-size: 25px;
    padding: 5px
}
.footer .ditals h3 {
    font-size: 20px;
}
.footer .logo ul li a {
    padding: 0px 8px;
    font-size: 16px;
}
.footer .copy h4 {
    font-size: 16px;
}
}

.bbb{
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 10px !important;
	color: #ffffff;
	background-color: blue;
	border-radius: 100px;
	padding-bottom: 10px !important;
	  cursor: pointer;
  text-transform: uppercase;
}
.store img{
	width:11rem;
	margin-left: 10rem;
    margin-top: 3rem;
}

.image-class img {
  width: 100%;
}

.logo-width li a img {
  width: 50px;
}

.design {
  font-family: inherit;
  font-size: 18px;
  line-height: inherit;
  border-radius: 15px;
  padding: 5px 25px 5px 25px;
  border: 0px;
  background: #5d5bc6;
  color: rgb(255, 255, 255);
  transition: 0.5s;
  text-decoration: none;
}
