* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "LibreBaskerville-Bold";
    src: url('fonts/LibreBaskerville-Bold.ttf');
}

@font-face {
    font-family: "LibreBaskerville-Regular";
    src: url('fonts/LibreBaskerville-Regular.ttf');
}


body {
    font-family: "LibreBaskerville-Regular";
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

.header h2 {
        font-family: "LibreBaskerville-bold";
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  background-color: #FFD600;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.header h3 {
      font-family: "LibreBaskerville-Regular";
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 1rem 2rem;
}
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}


.map-part {
    margin-top: 45px;
}

.map-part img {
    width: 100%;
    background-color: #fff;
    border: 1px solid #707070;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
}


/*-- aztecoin-area start--*/
.aztecoin-area {
    padding: 120px 0;
    background-image: url('img/bg1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aztecoin-part {
    display: flex;
    align-items: center;
}

.aztecoin-left {
    width: 50%;
}

.aztecoin-right {
    width: 50%;
}

.aztecoin-left h2 {
    font-family: "LibreBaskerville-Bold";
    color: #fed600;
    font-size: 60px;
    margin: auto;
    padding-bottom: 5px;
}

.aztecoin-left p {
    font-family: "LibreBaskerville-Regular";
    color: #fff;
    font-size: 34px;
    margin: 0;
    line-height: 50px;
    padding-bottom: 40px;
}

.aztecoin-left a {
    font-family: "LibreBaskerville-Bold";
    color: #000;
    font-size: 32px;
    background-color: #60d7b0;
    text-decoration: none;
    width: 248px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    height: 63px;
    line-height: 69px;
    transition: 0.3s all ease;
}

.aztecoin-left a:hover {
    background-color: #fff;
    color: #000;
}

.aztecoin-right img {
    display: block;
    height: 545px;
    margin: auto;
    margin-right: 0;
}


/*-- text-area start--*/
.text-area {
    background-color: #fff;
    padding: 60px 0;
    padding-bottom: 30px;
}

.text-part p {
    font-family: "LibreBaskerville-Regular";
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
    line-height: 45px;
    padding-bottom: 25px;
}


/*-- footer-area start--*/
.footer-area {
    background-color: #0f0f10;
    padding: 70px 0;
}


.footer-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.footer-part ul li {
    display: inline-block;
    margin: 0 9px;
}

.footer-part ul li a {
    width: 90px;
    height: 90px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    line-height: 117px;
    transition: 0.3s all ease;
    display: flex;
    align-items: center;
    justify-content: center;

}


.footer-part ul li a img {
    height: 41px;
}

.footer-part ul li a:hover {
    background-color: #fed600;

}

.container {
    max-width: 1300px;
    display: block;
    margin: auto;
}