/* 
        Primary colors: #449B3A #122C91 #E5EDFB #b6ffaf #ffffff
        Typography: Inter

		Bright Red: #b10000, #EE4B2B,#e89090, and #ff000d. 

		#122C91 -> #EE4B2B, #E5EDFB-> #e89090
*/

@font-face {
  font-family: Lora-Bold;
  src: url(../font/lora/Lora-Bold.ttf);
}
@font-face {
  font-family: Lora-Regular;
  src: url(../font/lora/Lora-Regular.ttf);
}
@font-face {
  font-family: NanumGothic-Regular;
  src: url(../font/Nanum/NanumGothic-Regular.ttf);
}

/* General CSS */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-family: "NanumGothic-Regular", sans-serif;
}
h1,
h2,
h3,
.menu li a {
  font-family: "Lora-Bold", sans-serif;
  text-transform: capitalize;
}
a,
i {
  transition: color 1s;
  text-decoration: none;
}
a:hover,
.list-sm a i:hover {
  color: #fff;
}
ul {
  list-style: none;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
/**** Header Info ****/
#header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #e89090;
}
.list-sm {
  display: flex;
}
.list-sm li {
  margin: 0 8px;
}
.hi-inner a {
  font-weight: 600;
}
.hi-inner span,
.hi-inner a {
  font-family: "Lora-Regular";
}

/**** Hero ****/
#hero {
  width: 100%;
  height: 70vh;
  background-color: #e89090;
  background: url(../img/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-inner {
  width: 100%;
  height: 100%;
  background-color: #00000026;
}
.hero-desc {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-desc p {
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}



#logo-banner {
  text-align: center;
  padding: 50px 0 0 0;
}
#logo-banner img {
  width: 400px;
}
/**** Listing ****/
#listing {
  padding: 100px 0 0px 0;
}
.section-title {
  margin-bottom: 50px;
}
.section-title h3 {
  font-size: 30px;
  text-align: center;
  color: #EE4B2B;
  text-transform: capitalize;
}
.section-title h6 {
  font-size: 17px;
  text-align: center;
  color: #EE4B2B;
  text-transform: capitalize;
}
.listing-box {
  width: 80%;
  margin: 0 auto;
}
.listing-div {
  margin: 0 auto;
  background-color: #e8909085;
  width: auto;
  height: auto;
  display: grid;
}
.listing-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.listing-img img {
  height: 100%;
  transition: 1s;
}
.listing-img img:hover {
  transform: scale(1.3);
}
.listing-info {
  padding: 15px;
  width: 100%;
  height: auto;
}
.listing-info-inner {
  display: grid;
  grid-gap: 10px;
}
.listing-title h5 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #EE4B2B;
  font-family: "Lora-Bold", sans-serif;
  text-transform: uppercase;
}
.listing-title p {
  font-size: 15px;
  margin-bottom: 0;
}
.listing-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0404042e;
  padding: 5px;
}
.listing-price span {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Lora-Bold", sans-serif;
}
.listing-details span i {
  margin-right: 5px;
}
.listing-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**** About ****/
#about {
  padding: 100px 0 0px 0;
}
.about-box {
  width: 80%;
  margin: 0 auto;
  background-color: #e89090;
  padding: 50px;
  position: relative;
}
.about-box p,
.list-about li {
  color: #EE4B2B;
  font-size: 18px;
  font-family: "Lora-Regular", sans-serif;
  text-align: justify;
}
.list-about {
  margin: 5px 0 20px 0;
  list-style: square;
  padding-left: 40px;
}
.list-about-p {
  margin-bottom: 0 !important;
}
.about-box img {
  width: 300px;
  float: left;
  padding: 0 20px 10px 0;
}

/**** Whyann ****/
#whyann {
  padding: 100px 0 0px 0;
}
.whyann-box {
  width: 80%;
  margin: 0 auto;
}
.whyann-box-inner p {
  background-color: #EE4B2B;
  color: #ffffff;
  font-size: 20px;
  padding: 12px 20px 12px 40px;
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 2% 100%, 2% 50%, 1% 0%);
  transition: padding-left 1s;
  cursor: pointer;
}
.whyann-box-inner p:hover {
  padding-left: 50px;
}
.whyann-box-inner p i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 5px;
}

/**** Call to Action ****/
#call-action,
#call-action2,
#call-action3
{
  padding: 100px 0 0px 0;
  text-align: center;
}
.call-action-box {
  width: 700px;
  margin: 0 auto;
  padding: 100px 50px;
}
.call-action-box i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #EE4B2B;
}
.call-action-box h6 {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Lora-Bold", sans-serif;
  color: #EE4B2B;
}
.call-action-box p {
  font-size: 20px;
  margin-bottom: 20px;
}
.btn-c2a {
  background-color: #EE4B2B;
  color: white;
  padding: 22px 0px;
  display: block;
  width: 230px;
  font-size: 19px;
  font-weight: 600;
  margin: 0 auto;
  font-family: "Lora-Bold", sans-serif;
  transition: background 1s;
}
.btn-c2a:hover {
  background-color: #ecffea;
  color: #EE4B2B;
}

/**** Buy with Ann ****/
#buyann {
  padding: 100px 0 0px 0;
}
#sellann {
  padding: 100px 0 0px 0;
}
.buyann-box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  width: 1090px;
  margin: 0 auto;
}
.buyann-each0 {
  width: 1090px;
  background-color: #ffffff; /*#EE4B2B;*/
  padding: 20px;
}
.buyann-each {
  width: 350px;
  background-color: #EE4B2B;
  padding: 20px;
}
.buyann-each2 {
  width: 534px;
  background-color: #EE4B2B;
  padding: 20px;
}
.buyann-each h6 {
  margin-bottom: 10px;
  font-size: 17px;
  color: #ffffff;
}
.buyann-each p {
  text-align: justify;
  color: #ffffff;
}
/**** Links ****/
#links {
  padding: 100px 0 0px 0;
}
.links-box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}
.links-box-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  /*display: flex;
  justify-content: space-between;
  grid-gap: 20px;*/
}
.links-each1 {
  flex: 1;
  height: 100px;
  background-image: url(../img/searchlisting.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 1s;
}
.links-each2 {
  flex: 1;
  height: 100px;
  background-image: url(../img/calculator.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.links-each3 {
  flex: 1;
  height: 100px;
  background-image: url(../img/FeedApp-Calculator.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 1s;
}
.links-each4 {
  flex: 1;
  height: 100px;
  background-image: url(../img/HandsPaper.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 1s;
}
.links-each5 {
  flex: 1;
  height: 100px;
  background-image: url(../img/HouseBall.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 1s;
}
.links-each6 {
  flex: 1;
  height: 100px;
  background-image: url(../img/MedHat.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 1s;
}
.links-each1 h6,
.links-each2 h6,
.links-each3 h6,
.links-each4 h6,
.links-each5 h6,
.links-each6 h6 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000004a;
  color: #ffffff;
  transition: 1s;
}

/*.links-each3 h6
 {
  height: 100%;*/
  /*margin-top:-10px;
  padding-top: -10px;*/
 /* display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000004a;
  color: #ffffff;
  transition: 1s;*/
 /*   margin-top:-30px;
  padding-top: -30px;*/
/*}*/




.links-each1 h6:hover,
.links-each2 h6:hover,
.links-each3 h6:hover,
.links-each4 h6:hover,
.links-each5 h6:hover,
.links-each6 h6:hover {
  background-color: #000000b8;
  font-size: 18px;
}

/*.links-each1 p,
.links-each2 p,
.links-each3 p,
.links-each4 p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000004a;
  color: #ffffff;
  transition: 1s;
}*/

.links-each3 p {
  height: 100%;
  margin-top:60px;
  padding-top: 60px;
 display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000004a;
  color: #ffffff;
  transition: 1s;
   text-align: center;
   font-size: 13px;
}


.links-each3 p:hover
 {
  background-color: #000000b8;
  font-size: 14px;
}


/**** Footer ****/
footer {
  padding-top: 100px;
  padding-bottom: 20px;
}
.footer-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.footer2 img {
  width: 250px;
}
.footer1 ul li a {
  text-transform: capitalize;
}
.footer1 ul li {
  margin: 0 10px;
}
.footer1 ul {
  display: flex;
}
.footer1 a:hover,
.footer3 a:hover {
  color: #0000004a !important;
}
.footer1,
.footer2,
.footer3 {
  flex: 1;
}
.footer2 {
  text-align: center;
}
.footer3 {
  text-align: right;
}

/**** Header ****/
/* header */
.header {
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100px;
  padding: 0 100px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.logo img {
  width: 230px;
}
/* menu */
.h2-menu {
  display: flex;
}
.header .h2-menu .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  display: flex;
}
.menu li {
  margin: 20px;
}
.menu li a {
  font-size: 18px;
  color: #EE4B2B;
  text-transform: capitalize;
}
.menu li a:hover {
  color: #e89090;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 20px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 7px;
}
.header .menu-icon .navicon:after {
  top: -7px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .h2-menu .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
