/*google font*/
@import url('https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet&display=swap');



*{
	box-sizing: border-box;
}


header,
section{
	overflow-x: hidden;
}


:root{
	--snigle-font:"Sniglet",cursive;
	--Rubik:"Rubik",cursive;
	--Patua:"Patua",cursive;
	--Lobster:"Lobster",cursive;
	--light-black: #2e2c2caf;
	--bggradient: linear-gradient(
			to bottom,
			#13495D,#01FECC
		);
	--light-gray: rgba(255,255,255,0.877);

}

header a{
	font-family: var(--snigle-font);
	font-size: 0.9em;
	color: whitesmoke;
}

header{
	background: #dd2476;
	background-image: url("https://imagizer.imageshack.com/img923/6968/ya8rT0.png");
	background-size: cover;
}


.dropdown-content{
	display: none;
	position: absolute;
	background: white;
	min-width: 160px;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover{
	background: #ddd;

}

.dropdown:hover .dropdown-content{
	display: block;
}

header .nav-item:last-child{
	padding-right: 1.5em;
}

header .nav-item{
	padding: 0.9em;
}

header .navbar-brand{
	padding-left: 8rem;
}

header .nav-link:hover{
	color: black;
}

header .row .col-md-5{
	padding: 4.2vmin 1vmin;
}

header .row .col-md-7{
	padding: 22vmin 1vmin;
	padding-bottom: 35vmin;
	font-family: var(--Rubik);
	color: white;
}

header .row .col-md-5 img{
	width: 90%;
}

header .container .col-md-7 h6{
	padding: 1vmin;
	letter-spacing: 4px;
}

header .container .col-md-7 h1{
	font-size: 8vmin;
	font-weight: bold;
	padding: 0.1em 0em;
}

header .container .col-md-7 p{
	padding: 1vmin 5vmin;
}

header .container .col-md-7 button{
	border-radius: 30px;
	font-weight: bold;
}

/**section 1*/

.section-1{
	padding: 20vmin 0;
	background-image: url("https://imagizer.imageshack.com/img921/7893/eecpYM.jpg");
	background-size: cover;
}

.section-1 .row .col-md-6 .pray img{
	opacity: 0.8;
	width: 80%;
	border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child{
	position: relative;
}

.section-1 .row .col-md-6 .panel{
	position: absolute;
	top: 7vmin;
	left: -18vmin;
	background: white;
	border-radius: 3px;
	text-align: left;
	padding: 13vmin 5vmin 20vmin 10vmin;
	box-shadow: 0px 25px 42px rgba(0,0,0,0.2);
	font-family: var(--Rubik);
	z-index: 1;
}

.section-1 .row .col-md-6 .panel h1{
	font-weight: bold;
	padding: 0.4em 0;
	font-size: 2em;
}

.section-1 .row .col-md-6 .panel p{
	font-size: 0.9em;
	color: rgba(0,0,0,0.5);
}

/**section 2*/

.cover{
	width: 100%;
	height: 70vmin;
	background: url("https://imagizer.imageshack.com/img923/8295/bA7wd4.jpg");
	background-position: 0em -19em;
	background-size: 100%;
	position: relative;
}

.cover .content{
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	padding-top: 19vmin;
}

.cover .content > h1{
	font-family: var(--Lobster);
	font-size: 6vmin;
	color: whitesmoke;
}

.cover .content > p{
	font-family: var(--Rubik);
	font-size: 2vmin;
	color: #e5e5e5;
}

.numbers .rect{
	position: relative;
	z-index: 1;
	background-image: radial-gradient(circle at 34% 75%, rgba(142, 142, 142,0.06) 0%, rgba(142, 142, 142,0.06) 50%,rgba(11, 11, 11,0.06) 50%, rgba(11, 11, 11,0.06) 100%),radial-gradient(circle at 40% 51%, rgba(12, 12, 12,0.06) 0%, rgba(12, 12, 12,0.06) 50%,rgba(242, 242, 242,0.06) 50%, rgba(242, 242, 242,0.06) 100%),radial-gradient(circle at 50% 87%, rgba(189, 189, 189,0.06) 0%, rgba(189, 189, 189,0.06) 50%,rgba(0, 0, 0,0.06) 50%, rgba(0, 0, 0,0.06) 100%),linear-gradient(90deg, hsl(35,0%,96%),hsl(35,0%,96%));
	width: 17rem;
	height: 12rem;
	padding-top: 3.5vmin;
	margin: 1rem;
	border-radius: .5em;
	box-shadow: 1px 2px 50px 0px rgba(255,0,0,0.349);
}



.numbers{
	margin-top: -15vmin;
}

.numbers .rect h1{
	font-size: 3rem;
	color: black;
}

.numbers .rect p{
	font-family: var(--snigle-font);
	font-size: 1rem;
}

.purchase>h1{
	padding-top: 15vmin;
	padding-bottom: 0.1em;
	font-family: var(--Lobster);
}

.purchase>p{
	color: var(--light-black);
	font-size: 3vmin;
	padding-bottom: 10vmin;
}












/**section3*/

.section-3{
	height: 70vmin;
	margin-top: 5vmin;
	background: url("https://imagizer.imageshack.com/img922/1329/lpwP75.png");
	background-size: cover;
}

.section-3 .col-md-12>h1{
	padding: 2em 0 0.5em 0;
	color: whitesmoke;
	font-size: 6vmin;
}

.section-3 .col-md-12>p{
	padding: 0.4em;
	padding-bottom: 2em;
	color: var(--light-gray);
	font-size: 3vmin;
}

.section-3 .pen{
	background: var(--bggradient);
	display: inline-block;
	border-radius: 3em;
	padding: 2vmin 4.5vmin;
	margin: 1em;
}

.section-3 .pen p{
	font-size: 4vmin;
	text-decoration: none;
}



/*section 4*/

.section-4{
	    background-image: radial-gradient(circle at 34% 75%, rgba(142, 142, 142,0.06) 0%, rgba(142, 142, 142,0.06) 50%,rgba(11, 11, 11,0.06) 50%, rgba(11, 11, 11,0.06) 100%),radial-gradient(circle at 40% 51%, rgba(12, 12, 12,0.06) 0%, rgba(12, 12, 12,0.06) 50%,rgba(242, 242, 242,0.06) 50%, rgba(242, 242, 242,0.06) 100%),radial-gradient(circle at 50% 87%, rgba(189, 189, 189,0.06) 0%, rgba(189, 189, 189,0.06) 50%,rgba(0, 0, 0,0.06) 50%, rgba(0, 0, 0,0.06) 100%),linear-gradient(90deg, hsl(35,0%,96%),hsl(35,0%,96%));
}
.section-4 .container h1{
	font-size: 6vmin;
	padding-top: 14vmin;
	font-family: var(--Lobster);
}

.section-4 .team{
	padding: 5vmin 4vmin;
}

.section-4 .card{
	width: 22rem;
	margin-top: 10vmin;
}

.section-4 .card .card-text{
	padding: 0.5em;
}

.section-4 .card .card-body>a{
	font-size: 1.5em;
}

.section-4 .carousel-item{
	padding-left: 3rem;
}

.border-radius{
	border-radius: 340px;
	width: 60%;
}

/*footer*/

footer{
	background: linear-gradient(292deg, rgba(150, 150, 150, 0.03) 0%, rgba(150, 150, 150, 0.03) 20%,rgba(151, 151, 151, 0.03) 20%, rgba(151, 151, 151, 0.03) 40%,rgba(215, 215, 215, 0.03) 40%, rgba(215, 215, 215, 0.03) 60%,rgba(254, 254, 254, 0.03) 60%, rgba(254, 254, 254, 0.03) 80%,rgba(112, 112, 112, 0.03) 80%, rgba(112, 112, 112, 0.03) 100%),linear-gradient(62deg, rgba(34, 34, 34, 0.03) 0%, rgba(34, 34, 34, 0.03) 20%,rgba(171, 171, 171, 0.03) 20%, rgba(171, 171, 171, 0.03) 40%,rgba(206, 206, 206, 0.03) 40%, rgba(206, 206, 206, 0.03) 60%,rgba(210, 210, 210, 0.03) 60%, rgba(210, 210, 210, 0.03) 80%,rgba(69, 69, 69, 0.03) 80%, rgba(69, 69, 69, 0.03) 100%),linear-gradient(314deg, rgba(235, 235, 235, 0.03) 0%, rgba(235, 235, 235, 0.03) 20%,rgba(254, 254, 254, 0.03) 20%, rgba(254, 254, 254, 0.03) 40%,rgba(178, 178, 178, 0.03) 40%, rgba(178, 178, 178, 0.03) 60%,rgba(211, 211, 211, 0.03) 60%, rgba(211, 211, 211, 0.03) 80%,rgba(73, 73, 73, 0.03) 80%, rgba(73, 73, 73, 0.03) 100%),linear-gradient(32deg, rgba(182, 182, 182, 0.01) 0%, rgba(182, 182, 182, 0.01) 12.5%,rgba(208, 208, 208, 0.01) 12.5%, rgba(208, 208, 208, 0.01) 25%,rgba(178, 178, 178, 0.01) 25%, rgba(178, 178, 178, 0.01) 37.5%,rgba(143, 143, 143, 0.01) 37.5%, rgba(143, 143, 143, 0.01) 50%,rgba(211, 211, 211, 0.01) 50%, rgba(211, 211, 211, 0.01) 62.5%,rgba(92, 92, 92, 0.01) 62.5%, rgba(92, 92, 92, 0.01) 75%,rgba(56, 56, 56, 0.01) 75%, rgba(56, 56, 56, 0.01) 87.5%,rgba(253, 253, 253, 0.01) 87.5%, rgba(253, 253, 253, 0.01) 100%),linear-gradient(247deg, rgba(103, 103, 103, 0.02) 0%, rgba(103, 103, 103, 0.02) 12.5%,rgba(240, 240, 240, 0.02) 12.5%, rgba(240, 240, 240, 0.02) 25%,rgba(18, 18, 18, 0.02) 25%, rgba(18, 18, 18, 0.02) 37.5%,rgba(38, 38, 38, 0.02) 37.5%, rgba(38, 38, 38, 0.02) 50%,rgba(246, 246, 246, 0.02) 50%, rgba(246, 246, 246, 0.02) 62.5%,rgba(9, 9, 9, 0.02) 62.5%, rgba(9, 9, 9, 0.02) 75%,rgba(167, 167, 167, 0.02) 75%, rgba(167, 167, 167, 0.02) 87.5%,rgba(86, 86, 86, 0.02) 87.5%, rgba(86, 86, 86, 0.02) 100%),linear-gradient(90deg, hsl(194,0%,10%),hsl(194,0%,10%));
	overflow-x: hidden;
	padding: 14vmin 18vmin;
}

footer p>span{
	color: #01FEED;
}

footer input{
	border: none !important;
}
footer input::placeholder{
	color: white !important;
}

footer .input-group .input-group-text{
	background: var(--bggradient);
	border: none;
}

footer .column i{
	color: #ffffff;
	padding: 0.5em;
}
footer .column i+i{
	padding: 0 0.
}
.Team {
    font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;   
    background-image: radial-gradient(circle at 34% 75%, rgba(142, 142, 142,0.06) 0%, rgba(142, 142, 142,0.06) 50%,rgba(11, 11, 11,0.06) 50%, rgba(11, 11, 11,0.06) 100%),radial-gradient(circle at 40% 51%, rgba(12, 12, 12,0.06) 0%, rgba(12, 12, 12,0.06) 50%,rgba(242, 242, 242,0.06) 50%, rgba(242, 242, 242,0.06) 100%),radial-gradient(circle at 50% 87%, rgba(189, 189, 189,0.06) 0%, rgba(189, 189, 189,0.06) 50%,rgba(0, 0, 0,0.06) 50%, rgba(0, 0, 0,0.06) 100%),linear-gradient(90deg, hsl(35,0%,96%),hsl(35,0%,96%));
  }
  
  i {
    color: white;
  }
  
  
  i:hover
  {
      -ms-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      color: #000000;
  }
  
  .acc {
    font-size: 50px;
  }
  
  .flip-card {
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    border-radius: 5px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  
  .flip-card-back {
    background-image: radial-gradient(circle at 1% 52%, rgba(139, 139, 139,0.05) 0%, rgba(139, 139, 139,0.05) 50%,rgba(21, 21, 21,0.05) 50%, rgba(21, 21, 21,0.05) 100%),radial-gradient(circle at 41% 28%, rgba(81, 81, 81,0.05) 0%, rgba(81, 81, 81,0.05) 50%,rgba(7, 7, 7,0.05) 50%, rgba(7, 7, 7,0.05) 100%),radial-gradient(circle at 48% 1%, rgba(93, 93, 93,0.05) 0%, rgba(93, 93, 93,0.05) 50%,rgba(7, 7, 7,0.05) 50%, rgba(7, 7, 7,0.05) 100%),linear-gradient(255deg, rgb(156, 41, 132),rgb(47, 14, 122));
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
  }

  .tm{
	position: absolute;
	color: white;
	top: 136%;
	transform: translateY(-136%);
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 100px;
	font-family: fantasy;
	background-color: #20615F;
	background-size: cover;
	padding: 10px;
	padding-bottom: 20px;
	z-index: 100;
	cursor: pointer;
	margin-bottom: 0;
}
.hidden{
	max-width: 0;
	opacity: 0;
	transition: 0.5s ease-in;

}
.tm:hover .hidden{
	opacity: 1;
	max-width: 1em;
}
