@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;600&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

/* HEADER */
.header {
    padding: 20px;
    background-color: #000;
}

.header h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.header a {
    text-decoration: none;
    color: #ab9972;
}

.header a:hover {
    text-decoration: none;
    color: #fff;
}
.has-error .form-control{
    background-color:#f8d7da;
    border:1px solid #e56464;
}
.has-error .input-group-text{
    background-color:#e56464;
    border:1px solid #e56464;
    color:#fff;
}
/* NAV DARK */
.bg-dark {
    background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ab9972;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #ab9972;
}

.navbar-dark .navbar-toggler {
    border-color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.position-inherit {
    position: inherit !important;
}

/* NAV LIGHT*/
.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ab9972;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ab9972;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}

/* CAROUSEL */
.carousel-caption h5 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
}

.carousel-caption {
    bottom: auto;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h5 {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h5 {
        font-size: 22px;
    }

}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.box_area h3 {
    color: #fff;
    font-size: 22px;
}

/* BOXES */
.bg-grey {
    background: #222 !important;
    padding: 20px;
    color: #fff;
}

.img1 {
    background-image: url(../images/lifestyle-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img2 {
    background-image: url(../images/lifestyle-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img3 {
    background-image: url(../images/lifestyle-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img4 {
    background-image: url(../images/lifestyle-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img5 {
    background-image: url(../images/lifestyle-05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.mainboxes h2 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.mainboxes small {
    letter-spacing: 1px;
}

/* CONTENT */
.white {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.white h1 {
    font-size: 35px;
}

.white h2 {
    font-size: 30px;
}

.white h3 {
    font-size: 25px;
    color: #ab9972;
}

.white h4, .lightgrey h4, .mainboxes h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.white h5 {
    font-size: 20px;
}

.lightgrey {
    background-color: #f5f5f5;
    padding: 60px;
    border-radius: 30px;
}

.black {
    background-color: #000;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}
.black a{
    color: #fff;
    text-decoration: none;
}
.black a:hover{
    color: #ab9972;
    text-decoration: none;
}
.black h1 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.black h2 {
    font-size: 20px;
    color: #ab9972;
}

.goldbg {
    background: -moz-linear-gradient(-45deg, #ab9972 0%, #000 100%);
    background: -webkit-linear-gradient(-45deg, #ab9972 0%, #000 100%);
    background: linear-gradient(135deg, #ab9972 0%, #000 100%);
    background-color: #000;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}

.gradientbg {
    background: -moz-linear-gradient(-45deg, #ab9972 0%, #000 100%);
    background: -webkit-linear-gradient(-45deg, #ab9972 0%, #000 100%);
    background: linear-gradient(135deg, #ab9972 0%, #000 100%);
    background-color: #000;
    padding: 60px;
    color: #fff;
    border-radius: 30px;
}

.goldicon {
    color: #ab9972;
}

a {
    color: #ab9972;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.list-group-item {
    padding: 1rem 1rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #ab9972;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #323232;
    border: none;
    text-transform: uppercase;
}

.borderline {
    position: relative;
    width: 50%;
    height: 1px;
    background-color: #eaeaea;
}
.borderlinedark {
    position: relative;
    width: 50%;
    height: 1px;
    background-color: #222;
}

.colourheader {
    background: -moz-linear-gradient(-45deg, #000 0%, #ab9972 100%);
    background: -webkit-linear-gradient(-45deg, #000 0%, #ab9972 100%);
    background: linear-gradient(135deg, #000 0%, #ab9972 100%);
    background-color: #ab9972;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
}

.iconbox{
    background-color: #222;
    padding: 50px;
    border-radius: 20px;
}

/* PARALLAX */
.parallax {
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
}

.parallax h1 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax p {
    color: #FFF;
}

@media all and (max-width:768px) {

    .parallax {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .parallax h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -1px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
    font-size: 25px;
}

.box_area h4 {
    color: #fff;
    font-size: 17px;
    padding-right: 80px;
    padding-left: 80px;
}

/* NEWS */
.newsitem{
    background-color: #f5f5f5;
    padding: 30px;
}
.newsitem h2{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* FOOTER */
.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    font-size: 15px;
    background-color: #000;
    color: #fff;
}

.footer h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer a {
    color: #ab9972;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer hr {
    color: #5e5e5e;
}

.max-height-hide {
    max-height: 600px;
    overflow: hidden;
}

.box-shadow-content {
    display: block;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.mtn {
    margin-top: -25%;
}

.mbn {
    margin-bottom: -20%;
}
