@charset "UTF-8";


body {
  padding: 25px;
  background-color: black;
  color: white;
  font-size: 25px;
}

.dark-mode {
  background-color: white;
  color: black;
}


/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0
}
:focus {
	outline: 0
}
* {
	list-style: none;
	text-decoration: none;
}
body {
	line-height: 1;
	transition: all 0.8s;
	overflow-x: hidden;
	background: #000;
	font-family: "Raleway", serif;
	font-weight: 400;
	--text-color: #000;
  	--bkg-color: #fff;
}

body.dark-theme {
  --text-color: #FFF;
  --bkg-color: #000;
}

@media (prefers-color-scheme: dark) {
  body {
    --text-color: #FFF;
    --bkg-color: #000;
  }
  body.light-theme {
    --text-color: #000;
    --bkg-color: #fff;
  }
}
body {
  background: var(--bkg-color);
}

ol, ul {
	list-style: none
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, th, td {
	font-weight: 400;
	text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
header, nav, article, section, footer, figure, aside {
	display: block;
}
input, select, textarea {
	-webkit-border-radius: 0;
	border-radius: 0
}
img{
	width: 100%;
}
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	clear: both
}
.fancybox-content {
    width: 100%;
    max-width: 100%;
    height: 87vh !important;
} 
#navbar {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    z-index: 11;
    padding: 10px 0 0 0;
    top: 0;
    display: flex;
    position: fixed;
    background: var(--bkg-color);
}
.slider {
    padding-top: 100px;
}
.navbarContainer {
    width: 60%;
    margin: 10px auto;
    display: block;
    text-align: end;
    z-index: 2;
}
.logobar{
	width: fit-content;
	float: left;
}
.logo {
    width: 70px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 10px;
    left: 0px;
}
.containerMenu {
    position: absolute;
    margin: 30px auto;
    width: auto;
    left: 0;
    right: 0;
    width: 380px;
	z-index: 3;
}
.dil li {
    display: inline-block;
}
.dil {
    right: 10%;
    right: 3%;
    margin-top: 23px;
}
.dil .menu-item a {
    color: var(--text-color);
}
.dil .menu-item a:hover {
	color: #457ee8;
}
.dil .menu-item img {
    height: 23px;
    vertical-align: middle;
    transition: all 0.5s;
	width: auto;
}
.dil .menu-item img:last-child  {
    
}
.dil .menu-item img:hover {
    filter: invert(0%) sepia(0%) saturate(200%) hue-rotate(1deg) brightness(119%) contrast(119%);
}
.checkbox {
  opacity: 0;
  position: absolute;
}
.checkbox-label {
    background-color: #111;
    width: 40px;
    height: 12px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #aaa;
}
.fa-moon {color: #f1c40f;}
.fa-sun {color: #f39c12;}
.checkbox-label .ball {
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}



.menu2 {
	width: 100px;
	text-align: right;
	display: block;
	color: #eee;
	position: absolute;
	top: -18px;
	right: 10%;
	font-size: 13px;
}
#img1Mouse {
	transition: all 3.7s;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120%;
  margin: 0 auto;
  padding: 0.5em 0;
  list-style: none;
}

.menu-item {
  background: transparent;
  padding: 0 10px;
  position: relative;
  margin: 0 0.1em;
  /* transition: border-bottom 0.23s ease-in-out, background 0.23s linear; */
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  /* border-right: 1px solid #FFF; */
}
.menu-item[aria-haspopup=true] {
  /* border-bottom-color: #fc9b1b; */
}
.menu-item:hover, .menu-item:focus-within {
  /* background: #EEE; */
}
.menu-item:hover .sub-menu, .menu-item:hover .sub-menu:hover, .menu-item:focus-within .sub-menu, .menu-item:focus-within .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.menu-item:last-child{
	 border-right: none;
}
.menu-item a {
    color: #457ee8;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s;
}
.menu-item a:hover {
    color: var(--text-color);
    transition: all 0.5s;
}


.sub-menu {
  /* flex-direction: row; */
  /* align-items: flex-start; */
  position: absolute;
  left: 20px;
  padding: 1em;
  visibility: hidden;
  display: none;
  opacity: 0;
  text-align: left;
  width: 200px;
  margin-left:-17px;
  background: #e9e9e9;
}
.sub-menu .menu-item {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  width: 10em;
  text-align: left;
  z-index: 2;
  width: 100%;
  border-right: none;
}

a {
  color: var(--text-color);
  text-decoration: none;
  /* text-transform: uppercase; */
}
a:focus {
  outline: none;
}

@media (max-width: 690px) {
  .menu {
    width: 95%;
    font-size: 16px;
  }

  .menu-item {
    margin: 0.1em;
  }
  .menu-item:nth-child(1) {
    order: 0;
  }
  .menu-item:nth-child(2) {
    order: 1;
  }
  .menu-item:nth-child(3) {
    order: 3;
  }
  .menu-item:nth-child(4) {
    order: 4;
  }
  .menu-item:nth-child(5) {
    order: 2;
  }
}
@media (max-width: 480px) {
  .menu {
    font-size: 12px;
  }
}

.mobileMenuIcons {
	display: none;
}
.mobilemenuContainer {
    display: none;
}
.shadowOpenMenu {
    position: fixed;
    background: #0000006b;
    width: 0%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    right: 0;
    transition: all 0.6s;
}
.menuOpenMenu {
    background: #000000bd;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 43%;
    right: -110%;
    transition: all 0.9s;
}
.menuCenterMobile_1 {
    width: 340PX;
    margin: 0 auto;
}
.menuCenterMobile {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    height: 450px;
    display: table-cell;
    vertical-align: middle;
}
.mobileMenuDivsContents {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 30px;
}
.mobileMenuDivsContents div ul li {
    color: #f6f6f6;
    width: 100%;
    text-align: right;
    font-size: 19px;
    height: 30px;
    overflow: hidden;
}
.mobileMenuDivsContents div ul li a {
	color: #FFF;
}
.mobileMenuDivsContents ul {
	margin-right: 10px;
}
.iconHeight {
    margin-top: 60px;
}
.mobileCloseIcons img {
    width: 6%;
    margin-bottom: 50px;
}

.mobileB {
    position: fixed;
    bottom: 0;
    lefht: 2px;
    z-index: 10;
}

.mobileB {
	display: none;
}
.desktopslide {
	display: block !important;
}
.mobilslide {
	display: none !important;
}




#footer {
	padding: 20px 0 40px 0;
}
.footerCenter {
	max-width: 1500px;
	margin: 0px auto;
	padding-top: 50px;
}
.footerCenter div ul li {
	display: inline-block;
	width: 32%;
	color: var(--text-color);
	vertical-align: top;
	text-align: left;
	padding-left: 220px;
}
.footerCenter div ul {
	display: flex;
}
.footerCenter div ul li h3{
	padding: 20px 0 20px 0;
	font-size: 23px;
	font-weight: 600;
}
.footerCenter div ul li p {
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 25px;
}
.footerCenter div ul li a{
	width: 100%;
	color: var(--text-color);
	display: block;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 100;
	line-height: normal;
}

.footerBottom {
	width: 100%;
	margin: 0 auto;
	padding: 50px;
}

.footer-bottom p {
    text-align: center;
    color: var(--text-color);
    font-weight: 200;
    font-size: 15px;
    padding: 50px 0;
}
.footer-bottom span {
    text-align: center;
    color: #676767;
    font-weight: 200;
}

#footer li h1 {
    font-size: 22px;
    font-weight: 200;
    line-height: 45px;
    font-weight: 700;
    padding-bottom: 10px;
}
#footer li h1 span {
    font-weight: 300;
}
.sosyalm a {
    list-style: none;
    width: 40px !important;
    display: inline-block !important;
}
.m-h{
	display: block;
	padding: 10px;
	border: 1px solid #AAA;
	width: 99%;
}
.m-h img{
	display: block;
	width: 34px;
	float: left;
	padding: 5px 13px 0 0;
}
.m-h h1{
	display: block;
	line-height: 32px !important;
	padding: 0 !important;
}
.m-h h3{
	display: block;
	padding: 0 !important;
}

/* Content */
.mainlogo {
    width: 150px;
    margin: 150px auto 0px;
    text-align: center;
    height: 150px;
    background: #467ee8;
    border-radius: 20px;
}
.mainlogo img{
	width: 150px;
	transition: all 0.5s;
}
.mainlogo img:hover {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .7));
    transition: all 0.5s;
}
.slider h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 50px 0 50px 0;
	text-align: center;
	font-weight: 700;
}
.slider p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.downloadicon {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.downloadicon a img{
	width: 200px;
}
.downloadicon a {
	padding: 20px 10px;
}

.slidearea {
    width: 90%;
    display: flex !important;
    padding: 200px 0 100px 0;
    height: 100vh;
    margin: 0 auto;
    justify-content: center;
}

main {
    display: flex !important;
    margin: 0 auto;
}

.tiny {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  margin: 0px;
  padding: 10px;
  list-style-type: none;
  opacity: 1;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  margin: 0 10px !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;	
}

.swiper-slide {
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    position: relative !important;
    overflow: hidden;
    padding: 7px 0;
    height: auto !important;
}
.swiper-slide img {
    width: 210px;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.explore {
	width: 100%;
}

.explore h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
}
.explore h1 span{
	color: #ff5371;
}
.explore p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.expsmlimg{
	width: 100%;
	max-width: 908px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.expsmlimg img{
	width: 70%;
	max-width: 908px;
}
.expbigimg{
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.expbigimg img {
	width: 100%;
	max-width: 800px;
}

.feel {
	width: 100%;
}

.feel h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.feel h1 span{
	color: #ff5371;
}
.feel p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.feelbigimg{
	width: 100%;
	text-align: center;
}
.feelbigimg img {
	width: 40%;
	max-width: 600px;
}
.feelikon{
	text-align: center;
	width: 100%;
	padding: 100px 0;
}
.feelikon img{
	width: 40%;
	max-width: 550px;
}

.filtre {
	width: 100%;
}

.filtre h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.filtre h1 span{
	color: #ff5371;
}
.filtre p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.filtrebigimg{
	width: 100%;
	text-align: center;
}
.filtrebigimg img {
	width: 40%;
	max-width: 700px;
}
.filtreikon{
	text-align: center;
	width: 100%;
	padding: 100px 0;
}
.filtreikon img{
	width: 40%;
	max-width: 550px;
}

.swiper--normal{
	padding: 50px 0 !important;
}
.swiper--normal img{
	width: 110px;
}
.padding-50{
	padding: 50px 0;
}

.rightPlace{
	width: 80%;
	display: flex;
	padding: 100px 0;
	margin: 0 auto;
}
.rightPlaceLeft{
	width: 70%;
}
.rightPlaceRight{
	width: 30%;
}
.rightPlaceLeft h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.rightPlaceLeft h1 span{
	color: #ff5371;
}
.rightPlaceLeft p {
    color: var(--text-color);
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.rightPlaceRight img{
	width: 300px;
}
.rightPlaceLeftimg img{
	width: 70%;
	max-width: 7000px;
}
.rightPlaceLeftimg {
    text-align: center;
}
.dogruyerimg-dark {
    filter: invert(0);
  }	
.dogruyerimg-light {
    filter: invert(1);
  }	

.bestTip{
	width: 80%;
	display: flex;
	padding: 100px 0;
	margin: 0 auto;
}
.bestTipLeft{
	width: 40%;
}
.bestTipRight{
	width: 60%;
}
.bestTipRight h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.bestTipRight h1 span{
	color: #ff5371;
}
.bestTipRight p {
    color: var(--text-color);
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.bestTipLeft img{
	width: 100%;
	max-width: 700px;
}


.saveExp {
	width: 100%;
}
.saveExp h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.saveExp h1 span{
	color: #ff5371;
}
.saveExp p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.saveExpbigimg{
	width: 100%;
	text-align: center;
}
.saveExpbigimg img {
	width: 70%;
	max-width: 950px;
}

.pinner{
	width: 80%;
	display: flex;
	padding: 100px 0;
	margin: 0 auto;
}
.pinnerLeft{
	width: 40%;
	text-align: center;
}
.pinnerRight{
	width: 60%;
}
.pinnerRight h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.pinnerRight h1 span{
	color: #ff5371;
}
.pinnerRight h3{
	font-size: 30px;
	color: #ff5371;
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.pinnerRight p {
    color: var(--text-color);
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.pinnerLeft img{
	width: 50%;
	max-width: 400px;
}

.kesfetYerel{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.kesfetYerel .mainlogo{
    width: 120px;
    margin: 100px auto 0px;
    text-align: center;
    height: 120px;
    background: #467ee8;
    border-radius: 20px;
    margin-bottom: 50px;
}
.kesfetYerel .mainlogo img{
	width: 120px;
}
.kesfetYerel h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}

/* Hakkımızda*/

.lukaliclogo, .lukaliclogob{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
}
.lukaliclogo img, .lukaliclogob img{
	width: 80%;
	max-width: 500px;
}

.rightPlacein{
	width: 80%;
	display: flex;
	padding: 100px 0;
	margin: 0 auto;
}
.rightPlaceinLeft{
	width: 60%;
	padding-top: 100px;
}
.rightPlaceinRight{
	width: 40%;
}
.rightPlaceinLeft h1{
	font-size: 60px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.rightPlaceinLeft h1 span{
	color: #ff5371;
}
.rightPlaceinLeft p {
    color: var(--text-color);
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.rightPlaceinRight img{
	width: 550px;
	margin-left: -200px;
}
.rightPlaceinLeftimg img{
	width: 70%;
	max-width: 1000px;
}
.rightPlaceinLeftimg {
    text-align: center;
}

.lokanpinnerlar {
	width: 100%;
	position: relative;
}

.lokanpinnerlar h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
}
.lokanpinnerlar h1 span{
	color: #ff5371;
}
.lokanpinnerlar p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.lokanpinnerlarimg{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.lokanpinnerlarimg img {
    width: 100%;
    max-width: 1000px;
}
.lokanpinnerlarimg1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    top: 60%;
    left: -4%;
}
.lokanpinnerlarimg1 img {
    width: 100%;
    max-width: 500px;
}
.lokanpinnerlarimg2{
	width: auto;
	text-align: center;
	padding: 50px 0;
	position: absolute;
	top: 30%;
	right: -10%;
}
.lokanpinnerlarimg2 img {
    width: 90%;
    max-width: 660px;
}

.surdurulebilirlik {
	width: 100%;
	padding: 100px 0;
}

.surdurulebilirlik h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.surdurulebilirlik h1 span{
	color: #ff5371;
}
.surdurulebilirlik p {
    color: var(--text-color);
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.surdurulebilirlikbigimg{
	width: 100%;
	text-align: center;
}
.surdurulebilirlikbigimg img {
    width: 60%;
    max-width: 900px;
}
.surdurulebilirlikikon{
	text-align: center;
	width: 100%;
	padding: 50px 0;
}
.surdurulebilirlikikon img{
	width: 40%;
	max-width: 550px;
}

.kurucu{
	width: 100%;
}
.kurucu h1{
	font-size: 50px;
	color: var(--text-color);
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.kurucu h1 span{
	color: #ff5371;
}
.kurucu h3 {
    font-size: 30px;
    color: var(--text-color);
    padding: 20px 0 0px 0;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}
.kurucu p {
    color: var(--text-color);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.kurucu ul {
	width: 80%;
	margin: 0 auto;
}
.kurucu ul li {
	width: 33%;
	display: inline-block;
	text-align: center;
	padding-bottom: 50px;
}
.kurucu ul li img {
	width: 200px;
}
.kurucu-alt{
	width: 90%;
	margin: 0 auto;
}

.contactus{
	background: #467ee8;
	margin: 50px 0;
}
.contactus h2 {
    font-size: 40px;
    color: var(--text-color);
    padding: 10px 0 20px 0;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}
.contactus h3 {
    font-size: 35px;
    color: var(--text-color);
    padding: 20px 0 0px 0;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.container {
    width: 60%;
    margin: 0 auto;
}
.container h2 {
    font-size: 25px;
    color: var(--text-color);
    padding: 50px 0 10px 0;
    text-align: left;
    font-weight: 700;
    line-height: normal;
}
.accordion {
  .accordion-item {
    border-bottom: 1px solid var(--text-color);
    button[aria-expanded='true'] {
      border-bottom: 1px solid var(--text-color);
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: var(--text-color);
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: var(--text-color);
      &::after {
        cursor: pointer;
        color: var(--text-color);
        border: 1px solid var(--text-color);
      }
    }
    .accordion-title {
      padding: 1em 1.5em 1em 0;
    }
    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 10px;
        left: 6px;
        width: 10px;
        height: 2px;
        background: var(--text-color);
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 6px;
        left: 10px;
        width: 2px;
        height: 10px;
        background: var(--text-color);
      }
    }
  }
  button[aria-expanded='true'] {
    color: var(--text-color);;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: 19em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
	p {
		font-size: 1rem;
		font-weight: 300;
		margin: 2em 0;
		width: 100%;
		text-align: left;
	}
  }
}