/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&family=Prompt:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap");
body {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #161c21;
}
html, body{
    overflow-x: hidden;
}
/* font-family: 'Fira Sans', sans-serif; */

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-family: "Prompt", sans-serif;
    text-transform: normal;
    color: #638b66;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #638b66;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}
/* campmallorqui-primary-btn */
.campmallorqui-primary-btn {
    background: #638b66;
    border: 1px solid transparent;
    border-radius: 50px;
    display: inline-block;
    padding: 20px 110px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
}

.campmallorqui-primary-btn:hover {
    background-color: transparent;
    border-color: #638b66;
    color: #638b66;
}

/* campmallorqui-secondary-btn */
.campmallorqui-secondary-btn {
    background-color: transparent;
    border: 1px solid #638b66;
    color: #638b66;
    border-radius: 50px;
    display: inline-block;
    transition: 0.4s;
    padding: 20px 50px;
    text-transform: uppercase;
}

.campmallorqui-secondary-btn:hover {
    background-color: #638b66;
    border-color: transparent;
    color: #fff;
}
/* campmallorqui-secondary-btn */
.campmallorqui-secondary-btn-two {
    background-color: transparent;
    border: 1px solid #638b66;
    color: #638b66;
    border-radius: 50px;
    display: inline-block;
    transition: 0.4s;
    padding: 12px 58px;
    text-transform: uppercase;
}

.campmallorqui-secondary-btn-two:hover {
    background-color: #CFDBD0;
    border-color: #CFDBD0;
    color: #638b66;
}
/* campmallorqui-gray-btn */
.campmallorqui-gray-btn {
    background-color: #638b66;
    border-radius: 50px;
    display: inline-block;
    padding: 20px 70px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
}
.campmallorqui-gray-btn:hover {
    background-color: #d0dcd1;
    color: #638b66;
}
