@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name: Pletivo
Theme URI: #
Author: AD ECLECTIC
Author URI: https://adeclectic.com/
Description: Pletivo is a lightweight starter theme without any libraries or frameworks, developed by AD ECLECTIC.
Requires at least: WordPress 6.0
Tested up to: WordPress 6.7
Requires PHP: 7.4
Version: 2.2.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: portfolio, blog, one-column, two-columns, right-sidebar, left-sidebar, custom-header, custom-menu, custom-colors, custom-logo, featured-images, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

*/

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html, body {
    padding: 0;
    margin: 0;
    font-size: 100%;
    color: #42413C;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1200px) {

    /*resize body rem */
    html, body {
        font-size: 100%;
    }
}


@media screen and (max-width: 960px) {

    /*resize body rem */
    html, body {
        font-size: 85%;
    }
}


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

    /*resize body rem */
    html, body {
        font-size: 76%;
    }
}

@media screen and (max-width: 480px) {

    /*resize body rem */
    html, body {
        font-size: 82%;
    }
}


/* Style reset */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}



/* STYLE */
.header {
    position: relative;
}

.header-slider {
    height: 78vh;
    min-height: 51rem;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-slider.proizvodi {
    height: 49rem;
    border-bottom: 5px solid var(--red);
}

.header-slider.text {
    height: 20rem;
    border-bottom: 5px solid var(--red);
}

.header-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 10;
}

.header-slider .headline {
    position: absolute;
    top: 76%;
    left: 0;
    right: 0;
    transform: translateY(-76%);
    z-index: 20;
}


.header-logo {
    width: 13rem;
    text-align: left;
    display: block;
}

#header-menu {
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    width: 100%;
    top: 2rem;
    z-index: 1000;

}

#header-menu>div {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    border-radius: 3rem;
    align-items: center;

}

.header-slider-footer {
    height: 22svh;
    min-height: 12rem;
    position: relative;
    border-top: 2px solid #fff;
}

.header-slider-footer .midwrapp {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}


.ico-arrow-down {
    animation: bounce 3s infinite;
}

/* smooth bounce */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
        transition: all 0.5s ease-in;
    }

    35% {
        transform: translateY(15px);
        transition: all 0.5s ease-out;
    }

    65% {
        transform: translateY(15px);
        transition: all 0.5s ease-out;
    }
}


@media screen and (max-width: 1250px) {

    .header-slider {
        height: 78vh;
        min-height: 55rem;
    }

    .header-slider-footer {
        height: 22svh;
    }

    #header-menu>div {
        align-items: start;
    }


}

@media screen and (max-width: 960px) {

    .header-slider {
        height: 78svh;
    }

    .header-slider-footer {
        height: 22svh;
    }

    #header-menu>div {
        align-items: start;
    }


}


@media screen and (max-width: 920px) {


    .header-slider.proizvodi {
        height: 45rem;
    }


}


@media screen and (max-width: 480px) {

    .header-slider.proizvodi {
        height: 35rem;
    }

    #header-menu>div {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

}


.home-proizvodi .background-cover {
    border-radius: 6px;
    padding-bottom: 62%;
}



.home-claim {
    columns: 2;
    column-gap: 6rem;
    column-rule: solid 1px #fff;
    letter-spacing: 0.03rem;
}

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

    .home-claim {
        column-gap: 3rem;
    }

}


/* BLOG HOMEPAGE */
.blog-home .background-cover {
    padding-bottom: 120%
}

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

    .blog-home .background-cover {
        padding-bottom: 80%
    }

}





/* KONTAKT */
.kontaktforma .smallwrapp div {
    row-gap: 0 !important;
    column-gap: 2rem;
}


/* FOOTER BAR */

.footer-bar>div {
    display: grid;
    grid-template-columns: 1fr 22px 1fr;
    column-gap: 3rem;
}

.footer-bar a {
    font-size: 0.9rem;
    margin-right: 2rem;
}

.footer-bar a:last-child {
    margin-right: 0;
}

.footer-bar .icon-goto-top {
    display: block;
    position: absolute;
    right: 10%;
    top: -40px;
    width: 80px;
    height: 80px;
}

.footer-bar .icon-goto-top {
    display: block;
    position: absolute;
    right: 10%;
    top: -40px;
    width: 80px;
    height: 80px;
}


/* FOOTER */
footer {
    row-gap: 0 !important;
    column-gap: 0 !important;
}

footer .footer-adresa {
    padding-left: 1.8rem;
}

footer .footer-icons {
    padding: 0.5rem 0;
}

footer .footer-copy {
    text-align: right;
    padding: 0.5rem 2rem 0.5rem 0;
}

@media screen and (max-width: 920px) {

    .footer-bar .icon-goto-top {
        right: 5%;
        top: -30px;
        width: 60px;
        height: 60px;
    }

}


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

    .footer-bar .icon-goto-top {
        right: 0;
        top: -30px;
        width: 60px;
        height: 60px;
    }

}


@media screen and (max-width: 480px) {

    .footer-bar>div {
        column-gap: 1.5rem;
    }

    .footer-bar .icon-goto-top {
        right: 0;
        top: -25px;
        width: 50px;
        height: 50px;
    }

}



.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-auto-rows: 200px;
    grid-gap: 5px;
    grid-auto-flow: dense;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
}

.gal-horizontal {
    grid-column: span 2;
}

.gal-vertical {
    grid-row: span 2;
}

.gal-big {
    grid-column: span 2;
    grid-row: span 2;
}


/* PROIZVODI */

.proizvodi-grid-right p,
.proizvodi-grid-left p {
    font-size: 1.2rem;
    line-height: 1.85rem;
    letter-spacing: 0.03rem;
}

.title-line {
    position: absolute;
    height: 80px;
    width: 30%;
    background-color: var(--red);
    bottom: -40px;
    right: 0;
}

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

    .title-line {
        height: 60px;
        bottom: -30px;
        width: 40%;
    }

}

/* Navigation */

nav .topnav {
    /*background-color: #333;*/
    overflow: hidden;
    text-align: right;
}

/* Style the links inside the navigation bar */
nav .topnav a {
    color: #fff;
    text-align: center;
    padding: 0.9rem 1.1rem;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.6s all;
    display: inline-block;
    position: relative;
    overflow: visible !important;
}

nav .topnav a::before {
    position: absolute;
    top: 2.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    content: " ";
    background-color: #e0adb5;
    transition: 0.6s all;
}

/* Add an active class to highlight the current page */
nav .active {
    background-color: #04AA6D;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
nav .topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
nav .dropdown {

    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
nav .dropdown .dropbtn {
    font-size: 0.95rem;
    border: none;
    outline: none;
    color: white;
    padding: 1rem 2rem;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.6s all;
}

/* Style the dropdown content (hidden by default) */
nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 150;
}

/* Style the links inside the dropdown */
nav .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
nav .topnav a:hover,
.dropdown:hover .dropbtn {
    color: #e0adb5;
    transition: 0.6s all;
}

nav .topnav a:hover:before {
    position: absolute;
    top: 2.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 3rem;
    height: 1px;
    content: " ";
    background-color: #e0adb5;
    transition: 0.6s all;
}

/* Add a grey background to dropdown links on hover */
nav .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
nav .dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 1400px) {
    nav .topnav a {
        font-size: 0.9rem;
        padding: 0.8rem 0.6rem;
    }

    nav .topnav a:first-child {
        padding-left: 0;
    }

    nav .topnav a:nth-child(6) {
        padding-right: 0;
    }

}

/*@media screen and (max-width: 1250px) {
    nav .topnav a {
        font-size: 0.82rem;
        padding: 0.8rem 0.4rem;
    }


} */

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1250px) {

    nav .topnav>a {
        float: left;
        position: unset;
        background-color: #fff;
    }

    nav .topnav>a,
    .dropdown .dropbtn {
        display: none;
        background-color: #fff;
    }

    nav .topnav a::before {
        display: none;
    }


    nav .topnav>a.icon {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        font-size: 1.5rem;
        padding: 0.8rem 1rem;
        border-radius: 1rem;
        color: #000 !important;
        transition: none;
    }


}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1250px) {
    nav .topnav.responsive {
        position: absolute;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
        /*padding-top: 4rem;*/
        top: 7rem;
        /*left: 2rem;*/
        left: 0rem;
        border-radius: 1rem;
        width: 100%;
        overflow: visible;
    }

    nav .topnav.responsive a.icon {
        position: absolute;
        right: 1.5rem;
        top: calc(-4rem + 1.5px);
        display: block;
        padding: 0.8rem 1rem;
        font-size: 1.5rem;
        border-top: none;
        transition: none;
    }



    nav .topnav.responsive a {
        float: none;
        display: block;
        color: #000 !important;
        background-color: #fff;
        text-align: left;
        font-size: 1.1rem;
        padding: 1rem;
    }

    nav .topnav.responsive .dropdown {
        float: none;
    }

    nav .topnav.responsive .dropdown-content {
        position: relative;
        display: block;
    }

    nav .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}


/* COLORS */
:root {
    --red: #C10727;
    --grey: #42413C;
    --grey2: #D9D9D9;
    --svijetlo-zelena: #D2DEDA;
}


/* FONT SIZES */
h1.home {
  font-size: 8.5rem;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.43rem;
  line-height: 2rem;
}

h5.adresa {
  font-size: 1.43rem;
  letter-spacing: 0.03rem;
  line-height: 2rem;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.85rem;
}

p {
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  line-height: 1.5rem;
}

p.small {
  font-size: 0.875rem;
  line-height: 1.2rem;
}

ul li {
  font-size: 1rem;
  line-height: 1.7rem;
}

@media screen and (max-width: 1250px) {

  h1.home {
    font-size: 7.3rem;
  }

}


@media screen and (max-width: 920px) {

  h1.home {
    font-size: 6rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  h6 {
    font-size: 1.1rem;
  }

}

@media screen and (max-width: 640px) {

  h1.home {
    font-size: 4rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.1rem;
  }

}



/* LINKS */
a {
  text-decoration: none;
  transition: 0.6s all;
  color: var(--red);
}

a:hover {
  transition: 0.6s all;
  color: #750014;
}




/* COLORS */
.cwhi {
  color: #fff !important;
}

.bgwhi {
  background-color: #fff !important;
}

.hwhi:hover {
  color: #fff !important;
}

.cbla {
  color: #000 !important;
}

.bgbla {
  background-color: #000 !important;
}

.hbla:hover {
  color: #000 !important;
}

.cgrey {
  color: var(--grey) !important;
}

.bggrey {
  background-color: var(--grey) !important;
}

.hgrey:hover {
  color: var(--grey) !important;
}

.cltgrey {
  color: #e8e8e8 !important;
}

.bgltgrey {
  background-color: #e8e8e8 !important;
}

.hltgrey:hover {
  color: #e8e8e8 !important;
}

.cltgrey2 {
  color: var(--grey2) !important;
}

.bgltgrey2 {
  background-color: var(--grey2) !important;
}

.hltgrey2:hover {
  color: var(--grey2) !important;
}

.cdgrey {
  color: #302f2b !important;
}

.bgdgrey {
  background-color: #302f2b !important;
}

.hdgrey:hover {
  color: #302f2b !important;
}

.cred {
  color: var(--red) !important;
}

.bgred {
  background-color: var(--red) !important;
}

.hred:hover {
  color: var(--red) !important;
}

.cdred {
  color: #750014 !important;
}

.bgdred {
  background-color: #750014 !important;
}

.hdred:hover {
  color: #750014 !important;
}

.cgre2 {
  color: var(--zelena2) !important;
}

.bggre2 {
  background-color: var(--zelena2) !important;
}

.hgre2:hover {
  color: var(--zelena2) !important;
}

.cdgre {
  color: var(--tamno-zelena) !important;
}

.bgdgre {
  background-color: var(--tamno-zelena) !important;
}

.hdgre:hover {
  color: var(--tamno-zelena) !important;
}

.cltgre {
  color: var(--svijetlo-zelena) !important;
}

.bgltgre {
  background-color: var(--svijetlo-zelena) !important;
}

.hltgre:hover {
  color: var(--svijetlo-zelena) !important;
}

.cblu {
  color: #005496 !important;
}

.bgblu {
  background-color: #005496 !important;
}

.hblu:hover {
  color: #005496 !important;
}

.cdblu {
  color: #002345 !important;
}

.bgdblu {
  background-color: #002345 !important;
}

.hdblu:hover {
  color: #002345 !important;
}

.cltblu {
  color: #F5F9FD !important;
}

.bgltblu {
  background-color: #F5F9FD !important;
}

.hltblu:hover {
  color: #F5F9FD !important;
}


/* Buttons */

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn-side-grey {
  background-color: #F1F1F1;
  font-size: 0.8rem;  
  color: #000;
  font-weight: 600;
  padding: 1rem 1.7rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.2rem;
  transition: all 0.8s;
}

.btn-side-grey:hover {
  background-color: #313131;
  color: #fff;
  transition: all 0.8s;
}

@media screen and (max-width: 768px) {
  .btn-side-grey {
    width: auto;
  }
}

.btn-icon {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 0.8rem; 
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02rem; 
  width: 100%;
  margin-bottom: 0.2rem;
  transition: all 0.8s;
}
.btn-icon div:first-child {
  padding: 1rem 1rem;
}
.btn-icon div:last-child {
  text-align: center;
}

.btn-icon img {
  height: 1.5rem;
}

/* Red button */
.btn-red {
  font-size: 1.2rem;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  padding: 1.5rem 3rem;
  margin-bottom: 0.2rem;
  background-color: var(--red);
  transition: all 0.8s;
  cursor: pointer;
}

.btn-red:hover {
  background-color: #750014;
  color: #fff;
  transition: all 0.8s
}

.btn-red.posalji {
  content: '<img src="/img/ico-paper-plane.png" style="width: 26px; vertical-align: sub;"> &nbsp; POŠALJITE UPIT';
}

.btn-red-small {
  font-size: 0.9rem;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  padding: 0.8rem 2rem;
  margin-bottom: 0.2rem;
  background-color: var(--red);
  transition: all 0.8s;
  cursor: pointer;
}

.btn-red-small:hover {
  background-color: #750014;
  color: #fff;
  transition: all 0.8s
}

.btn-ltred {
  font-size: 1.2rem;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  padding: 1.5rem 3rem;
  margin-bottom: 0.2rem;
  background-color: #c6535e;
  transition: all 0.6s;
  cursor: pointer;
}

.btn-ltred:hover {
  background-color: #750014;
  color: #fff;
  transition: all 0.6s
}

/* White outline button */
.btn-o-whi {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02rem; 
  text-transform: uppercase;
  color: #fff;
  padding: 0.75rem 2.5rem;
  display: inline-block;
  transition: all 0.8s;
}

.btn-o-whi:hover {
  border: 2px solid #D7030A;
  background-color: #D7030A;
  color: #fff;
  transition: all 0.8s;
}

/* Grey outline button */
.btn-o-grey {
  border: 2px solid #5B5B5B;
  background-color: transparent;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02rem; 
  text-transform: uppercase;
  color: #5B5B5B;
  padding: 0.75rem 2.5rem;
  display: inline-block;
  transition: all 0.8s;
}

.btn-o-grey:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  transition: all 0.8s;
}

/* Green outline button */
.btn-o-green {
  border: 2px solid var(--zelena);
  border-radius: 6px;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.02rem; 
  text-transform: uppercase;
  color: var(--zelena);
  padding: 0.75rem 3.5rem;
  display: inline-block;
  transition: all 0.8s;
}

.btn-o-green:hover {
  border: 2px solid  var(--zelena);
  background-color:  var(--zelena);
  color: #fff;
  transition: all 0.8s;
}






/* Wrapps */

.maxwrapp {
  width: 100rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.bigwrapp {
  width: 94rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.midwrapp {
  width: 79rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.smallwrapp {
  width: 59rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}



/* LINES */
span.title {
  width: 3rem;
  border-top: 3px solid #FF0000;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
}



/* INPUTS */
form p {
  text-align: center;
}

input {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #42413C;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 80%;
  color: #42413C;
  background-color: transparent;
  text-align: center;
  transition: all 0.6s;
}
input:active, input:focus {
  width: 100%;
  transition: all 0.6s;
}
input::placeholder {
  color: #555555;
  font-weight: 500;
}

input.search {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.85rem 1rem;
  border: none;
  background-color: transparent;
  width: 85%;
  color: #fff;
  border-radius: 0;
  transition: all 0.8s;
}
input.search::placeholder {
  color: #fff;
}

input.search:active, input.search:focus {
  box-shadow: none;
  outline-width: 0;
  transition: all 0.8s;
}



textarea {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 1rem;
  border: 1px solid #BEBEBE;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  min-height: 10rem;
  color: #313131;
  transition: all 0.8s;
}

textarea:active, textarea:focus {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  outline-width: 0;
  transition: all 0.8s;
}

textarea::placeholder {
  color: #555555;
  font-weight: 500;
}


/* PAGINATION */

.pagination p {
  text-align: center;
}

.pagination a.prev, .pagination a.next {
  font-size: 2rem !important;
  font-weight: 400 !important;
  vertical-align: middle;
  background-color: transparent !important;
  color: #F24C27 !important;
}

.pagination a.page-numbers {
  font-size: 0.75rem;
  background-color: #313131;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 1.3rem;
  margin: 0 0.5rem;
  border-radius: 2rem;
  display: inline-block;
  transition: all 0.8s;
}

.pagination a.page-numbers:hover {
  background-color: #F24C27;
  color: #fff;
  transition: all 0.8s;
}

.pagination span.current {
  background-color: #F24C27;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.7rem 1.3rem;
  margin: 0 0.5rem;
  border-radius: 2rem;
  display: inline-block;
  transition: all 0.8s;
}



/* Font Helpers */

.f200 {
  font-weight: 200 !important;
}

.f300 {
  font-weight: 300 !important;
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

.f800 {
  font-weight: 800 !important;
}

.f900 {
  font-weight: 900 !important;
}



/* Text Align */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 1200px) {

  .text-center-lg {
    text-align: center;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

}

@media screen and (max-width: 960px) {

  .text-center-md {
    text-align: center;
  }

  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

}

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

  .text-center-sm {
    text-align: center;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

}

@media screen and (max-width: 480px) {

  .text-center-xs {
    text-align: center;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-right-xs {
    text-align: right;
  }

}



/* Margin helpers */
.nomargin {
  margin: 0 !important;
  ;
}

.marbxxl {
  margin-bottom: 16rem !important;
}

.marbxxl {
  margin-bottom: 11rem !important;
}

.marbxl {
  margin-bottom: 8rem !important;
}

.marbl {
  margin-bottom: 5.5rem !important;
}

.marbm {
  margin-bottom: 3.5rem !important;
}

.marbs {
  margin-bottom: 2rem !important;
}

.marbxs {
  margin-bottom: 1rem !important;
}

.marbxxs {
  margin-bottom: 0.5rem !important;
}

.marbnone {
  margin-bottom: 0 !important;
}

.martxxxl {
  margin-top: 16rem !important;
}

.martxxl {
  margin-top: 11rem !important;
}

.martxl {
  margin-top: 8rem !important;
}

.martl {
  margin-top: 5.5rem !important;
}

.martm {
  margin-top: 3.5rem !important;
}

.marts {
  margin-top: 2rem !important;
}

.martxs {
  margin-top: 1rem !important;
}

.martxxs {
  margin-top: 0.5rem !important;
}

.martnone {
  margin-top: 0 !important;
}


/* Padding helpers */
.nopad {
  padding: 0 !important;
}


.padtxxs {
  padding-top: 0.5rem !important;
}

.padtxs {
  padding-top: 1rem !important;
}

.padts {
  padding-top: 2rem !important;
}

.padtm {
  padding-top: 3.5rem !important;
}

.padtl {
  padding-top: 5.5rem !important;
}

.padtxl {
  padding-top: 8rem !important;
}

.padtxxl {
  padding-top: 11rem !important;
}

.padbxxs {
  padding-bottom: 0.5rem !important;
}

.padbxs {
  padding-bottom: 1rem !important;
}

.padbs {
  padding-bottom: 2rem !important;
}

.padbm {
  padding-bottom: 3.5rem !important;
}

.padbl {
  padding-bottom: 5.5rem !important;
}

.padbxl {
  padding-bottom: 8rem !important;
}

.padbxxl {
  padding-bottom: 11rem !important;
}


/* GRID */
.grid-center {
  justify-items: center !important;
}

.grid-left {
  justify-items: start !important;
}

.grid-right {
  justify-items: end !important;
}

.grid-v-center {
  align-items: center !important;
}


/* Grid container */
.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2rem;
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 2rem;
}

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 2rem;
}

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-gap: 2rem;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}


/* Grid child align */

/* Grid child span */
.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-9 {
  grid-column: span 9;
}

.span-10 {
  grid-column: span 10;
}

.gap-0 {
  grid-gap: 0 !important;
}

.gap-1 {
  grid-gap: 1rem !important;
}

.gap-2 {
  grid-gap: 2rem !important;
}

.gap-3 {
  grid-gap: 3rem !important;
}

.gap-4 {
  grid-gap: 4rem !important;
}

.gap-5 {
  grid-gap: 5rem !important;
}

.gap-6 {
  grid-gap: 6rem !important;
}


@media screen and (max-width: 1200px) {
  .grid-1-lg {
    grid-template-columns: 1fr;
  }

  .grid-2-lg {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-lg {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-lg {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-lg {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-6-lg {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-lg {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-lg {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-lg {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-lg {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-lg {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-lg {
    grid-template-columns: repeat(12, 1fr);
  }

  .span-1-lg {
    grid-column: span 1;
  }

  .gap-0-lg {
    grid-gap: 0 !important;
  }

  .gap-1-lg {
    grid-gap: 1rem !important;
  }

  .gap-2-lg {
    grid-gap: 2rem !important;
  }

  .gap-3-lg {
    grid-gap: 3rem !important;
  }

  .gap-4-lg {
    grid-gap: 4rem !important;
  }

  .gap-5-lg {
    grid-gap: 5rem !important;
  }

  .gap-6-lg {
    grid-gap: 6rem !important;
  }
}

@media screen and (max-width: 960px) {
  .grid-1-md {
    grid-template-columns: 1fr;
  }

  .grid-2-md {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-md {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-md {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-md {
    grid-template-columns: repeat(5 1fr);
  }

  .grid-6-md {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-md {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-md {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-md {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-md {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-md {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-md {
    grid-template-columns: repeat(12, 1fr);
  }

  .span-1-md {
    grid-column: span 1;
  }

  .gap-0-md {
    grid-gap: 0 !important;
  }
  .gap-1-md {
    grid-gap: 1rem !important;
  }
  .gap-2-md {
    grid-gap: 2rem !important;
  }
  .gap-3-md {
    grid-gap: 3rem !important;
  }
  .gap-4-md {
    grid-gap: 4rem !important;
  }
  .gap-5-md {
    grid-gap: 5rem !important;
  }
  .gap-6-md {
    grid-gap: 6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .grid-1-sm {
    grid-template-columns: 1fr;
  }

  .grid-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-6-sm {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-sm {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-sm {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-sm {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-sm {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-sm {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-sm {
    grid-template-columns: repeat(12, 1fr);
  }

  .span-1-sm {
    grid-column: span 1;
  }

  .gap-0-sm {
    grid-gap: 0 !important;
  }
  .gap-1-sm {
    grid-gap: 1rem !important;
  }
  .gap-2-sm {
    grid-gap: 2rem !important;
  }
  .gap-3-sm {
    grid-gap: 3rem !important;
  }
  .gap-4-sm {
    grid-gap: 4rem !important;
  }
  .gap-5-sm {
    grid-gap: 5rem !important;
  }
  .gap-6-sm {
    grid-gap: 6rem !important;
  }
}

@media screen and (max-width: 480px) {
  .grid-1-xs {
    grid-template-columns: 1fr;
  }

  .grid-2-xs {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3-xs {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4-xs {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-5-xs {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-6-xs {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid-7-xs {
    grid-template-columns: repeat(7, 1fr);
  }

  .grid-8-xs {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-9-xs {
    grid-template-columns: repeat(9, 1fr);
  }

  .grid-10-xs {
    grid-template-columns: repeat(10, 1fr);
  }

  .grid-11-xs {
    grid-template-columns: repeat(11, 1fr);
  }

  .grid-12-xs {
    grid-template-columns: repeat(12, 1fr);
  }

  .span-1-xs {
    grid-column: span 1;
  }
  .gap-0-xs {
    grid-gap: 0 !important;
  }
  .gap-1-xs {
    grid-gap: 1rem !important;
  }
  .gap-2-xs {
    grid-gap: 2rem !important;
  }
  .gap-3-xs {
    grid-gap: 3rem !important;
  }
  .gap-4-xs {
    grid-gap: 4rem !important;
  }
  .gap-5-xs {
    grid-gap: 5rem !important;
  }
  .gap-6-xs {
    grid-gap: 6rem !important;
  }
}


.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}


@media screen and (max-width: 1200px) {

  .hidden-lg {
    display: none !important;
  }

  .block-lg {
    display: block !important;
  }

  .inline-lg {
    display: inline !important;
  }

  .inline-block-lg {
    display: inline-block !important;
  }

}

@media screen and (max-width: 960px) {

  .hidden-md {
    display: none !important;
  }

  .block-md {
    display: block !important;
  }

  .inline-md {
    display: inline !important;
  }

  .inline-block-md {
    display: inline-block !important;
  }

}

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

  .hidden-sm {
    display: none !important;
  }

  .block-sm {
    display: block !important;
  }

  .inline-sm {
    display: inline !important;
  }

  .inline-block-sm {
    display: inline-block !important;
  }

}

@media screen and (max-width: 480px) {

  .hidden-xs {
    display: none !important;
  }

  .block-xs {
    display: block !important;
  }

  .inline-xs {
    display: inline !important;
  }

  .inline-block-xs {
    display: inline-block !important;
  }

}

/* Postions */
.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/* Images */
.background-cover {
  background-size: cover !important;
  background-position: center !important;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.responsive-full {
  width: 100%;
  height: auto;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.circle {
  border-radius: 50%;
}