/* variables */
.body {
  color: #30455c;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
   
.body .tabordion {
  position: relative;
  width: 99%;
  color: #30455c;
  margin: 0;
}
.body .tabordion section {
  display: block;
  width: 100%;
  left: 0;
}
.body .tabordion section input[name=sections] {
  left: -9999px;
  position: absolute;
  /* top: -9999px; */
}
.body .tabordion section input[name=sections]:checked + label {
    background: #8f7f65;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 15px 35px;
	cursor:pointer;
}
.body .tabordion section input[name=sections]:checked ~ article {
  display: block;
}
.body .tabordion section input[name=sections]:checked ~ article .item{
  display: block;    
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;  
  
}
.body .tabordion section label:hover{ background: #8f7f65;
    color: #fff;}
.body .tabordion section label {
	    color: #555; cursor:pointer;
    background: #f1f2f3;
    letter-spacing: 0.3px;
    padding: 14px 30px!important;
    margin: 0 10px 10px 0;
    font-weight: 300;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-size: 20px;

  display: block;

  position: relative;
  width: 100%;
  z-index: 100;
}
.body .tabordion section article {
  display: none;
  left: 0;
  width: 100%;
  padding: 0px 15px;
  position: relative;
  top: 0;
  background: #fefffa;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
.body .tabordion section article p {
  margin-bottom: 1em;
}
.body .tabordion section article:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  left: -229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index: 1;
}
.item{display:none;}
@media all and (min-width: 768px) {
	.body .tabordion section input[name=sections]:checked ~ article .item{
 display: block;
    -webkit-animation-duration: initial!important;
    animation-duration: initial!important;
    -webkit-animation-fill-mode: none!important;
    animation-fill-mode: none!important;
    animation-name: none!important;
    animation-delay: initial!important; 
  
}
  .body .tabordion {
    width: 104%;
    color: #30455c;
  }
  .body .tabordion section label {
    background: #f1f2f3;
    padding: 1em 2.5%;
    width: 18.5%;
  }
 .body .tabordion section article {
    position: absolute;
    width: 77.5%;
    left: 19.2%;
}
}
@media screen and (max-width: 768px) {
		.body .tabordion section input[name=sections]:checked ~ article .item{
 display: block;
    -webkit-animation-duration: initial!important;
    animation-duration: initial!important;
    -webkit-animation-fill-mode: none!important;
    animation-fill-mode: none!important;
    animation-name: none!important;
    animation-delay: initial!important; 
  
}
	.aereahome p {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #2d2019;
    margin-top: 20px;
}
	.itemt {
	background-size: contain;
	background-repeat: no-repeat;
	height: 625px;
	background-position: center;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 270px;
	width: 300px;
}
.aereahome h2 {
    font-family: "Urbanist", Sans-serif;
    font-size: 41px;
    font-weight: 700;
    text-align: center;
    color: #8F7F65;
    line-height: 42px;
}
.fimg {
    /* width: 100% !important; */
    height: 574px;
    margin: 0 auto;
    margin-right: auto !important;
    margin-left: auto !important;
    vertical-align: middle;
    border-radius: 25px;
    object-fit: cover;
    top: 25px;
    position: relative;
    width: 262px !important;
}
.itemt::after {
	content: "";
	background: url("assets/img/phoncam.png");
	position: absolute;
	z-index: 99;
	top: -20px!important;
	width: 175px;
	height: 100px;
	margin: 0 auto;
	margin-right: auto !important;
	margin-left: auto !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 22%!important;
}
.owl-nav .owl-prev {
	float: left;
	position: absolute;
	left: -45px;
	top: 28%;
	height: 40px;
	font-size: 22px;
	width: 40px;
	border-radius: 50%;
	background-color: #fff !important;
	color: #3e4265 !important;
	box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
}
.owl-nav .owl-next {
	float: right;
	position: absolute;
	right: -45px;
	top: 28%;
	height: 40px;
	font-size: 22px;
	width: 40px;
	border-radius: 50%;
	background-color: #fff !important;
	color: #3e4265 !important;
	box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03);
}
.item p {
	color: #2d2019;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}