/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}

h1,
h2 {
    font-size: 56px;
    color: #fff;
    letter-spacing: -1.12px;
}

h4 {
    font-size: 24px;
}

p {
    font-size: 17px;
}

.fw-medium {
    font-weight: 600;
}

/* Navbar Start */
/* Small screens custom Menu Button */
.navbar>.container>#nav-btn {
    padding: 6px 12px;
    font-size: 14px;
}

.navbar {
    min-height: 140px;
}

.navbar-brand {
    max-width: 300px;
}

.navbar-toggler {
    width: 2.75em;
    height: 2.75em;
    border: none;
    border-radius: 50%;
    background: #ffd53f;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.bi.bi-list {
    font-size: 1.4em;
    color: #2a335c;
}

/* Move to media > tabs */
.navbar-nav li:not(:last-child) {
    margin-right: 16px;
}

.navbar-nav {
    letter-spacing: 2.08px
}

#nav-btn {
    padding: 10px 20px;
    color: #fff;
    background: #0d6efd;
    display: inline;
    text-transform: uppercase;
    vertical-align: -moz-middle-with-baseline;
}
#nav-btn:hover {
    background: #0166a7;
}

/* Mobile Full screen menu slide in */
@media (max-width: 992px) {
    .mob-nav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #FFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .mob-nav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #2a335c;
        display: block;
        transition: 0.3s;
    }

    .mob-nav a:hover {
        color: #fcb900;
    }

    .mob-nav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .mob-nav .closebtn:hover {
        color: #fcb900;
    }

    .nav-item:last-child {
        margin-top: 20px;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .mob-sidebar {
        padding-top: 15px;
    }

    .mob-sidebar a {
        font-size: 18px;
    }
}

/* Mobile Menu End */
/* Navbar End */

/* Home Page Starts */
/* Hero Section Start */
.hero-section {
    background-image: url("../images/gym1d-scaled.jpg");
    background-size: cover;
    background-position: center;
    min-height: 550px;
}

.heading {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.hero-section h1 {
    padding-top: 4em;
    padding-bottom: 4em;
    font-weight: 600;
}

.hero-section span {
    display: inline-block;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.56);
}

.hero-section .h1-last {
    position: relative;
    margin-top: 20px;
    float: right;
}

/* Hero section ends */

/* Second Section start */
section.second {
    background: rgb(41, 59, 92);
}

/* 65-xlg 80-lg (100-md with margin top 30%) (70-sm with padding btm 30px + parent dive text-center) */
.second .img-div img {
    width: 65%;
}

section.second h4 {
    color: #fff;
    margin-bottom: 50px;
    font-weight: 600;
}

section.second h2 {
    color: #ffd53f;
    font-weight: 600;
    margin-bottom: 20px;
}

section.second p {
    color: #fff;
}

.second .div-600px {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-bottom: 40px;
    text-align: center;
}

.second .div-600px img {
    padding-bottom: 40px;
}

section.second ul {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #fff;
}

section.second ul strong {
    font-weight: 700;
}

.btn-div {
    padding: 60px 0px;
}

/* Second Section End */

/* Third section */
section.third {
    padding: 80px 0px;
    background: url('../images/persbrandt1.jpg');
    background-size: cover;
    background-position: center;
}

.head-div-sec3 {
    position: relative;
    min-height: 400px;
}

.head-div-sec3-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#vid-wrap-fir,
#vid-wrap-sec {
    background-size: 100% !important;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 40vw;
    height: 22vw;
    cursor: pointer;
    max-width: 100%;
    border: 4px solid #fff;
}

#vid-wrap-fir {
    background: url('../images/Play_image_video_1.jpg') no-repeat center;
}

#vid-wrap-sec {
    background: url('../images/Play_image_video_2.jpg') no-repeat center;
}

/* Section third end */

/* Section Fourth start */
section.fourth {
    background: url('../images/medlemsskap-scaled.jpg');
    min-height: 400px;
    background-size: cover;
    background-position: left top;
}

.bg-grey {
    background: rgba(0, 0, 0, 0.56);
}

.div-pad {
    padding: 2.5em 1.5em 2.5em 1.5em;
}

.height-400 {
    min-height: 400px;
    display: flex;
    align-items: center;
    padding-left: 6%;
}

/* section fourth end */

/* section fifth starts */
section.fifth {
    background: url('../images/fredrikpaulun-food2-scaled.jpg');
    background-size: cover;
    min-height: 700px;
    padding: 100px 0;
}

.div-fifth-sec div {
    padding-right: 10em;
}

.riks-blue {
    color: #2a335c;
}

/* Fifth sec end */

/* Sixth Section start */
section.sixth {
    background: rgb(255, 213, 63);
    padding-top: 50px;
    padding-bottom: 80px;
}

section.sixth .chat-div {
    padding: 30px 0;
}

p.padding-bottom {
    padding-bottom: 20px;
}

.speech-bubble-left {
    position: relative;
    background: #fff;
    border-radius: 1em;
    padding: 1.5em 2em 0.2em 2em;
    width: 90%;
    margin: 1em 0;
}

.speech-bubble-left:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 70%;
    width: 0;
    height: 0;
    border: 0.938em solid transparent;
    border-right-color: #fff;
    border-left: 0;
    border-bottom: 0;
    margin-top: -0.469em;
    margin-left: -0.937em;
}

.speech-bubble-right {
    position: relative;
    left: 10%;
    background: #fff;
    border-radius: 1em;
    padding: 1.5em 2em 0.2em 2em;
    width: 90%;
}

.speech-bubble-right:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 70%;
    width: 0;
    height: 0;
    border: 0.938em solid transparent;
    border-left-color: #fff;
    border-right: 0;
    border-bottom: 0;
    margin-top: -0.469em;
    margin-right: -0.937em;
}

.speech-bubble-right h5,
.speech-bubble-left h5 {
    margin: 5px 0 7px
}

/* Sixth section end */
/* Homepage End */

/* Erbjudane Page starts */
/* First Section */
.first.pg-erbj {
    background: rgb(1, 102, 167);
    padding: 100px 0px 50px 0px;
}

.p-margin {
    width: 80%;
    max-width: 600px;
    margin: 2em auto 4em auto;
    font-size: 14px;
    color: #FFF;
}

.first.pg-erbj ul {
    color: #FFF;
    margin-top: 40px;
}

/* Second Section */
.second.pg-erbj,
.second.pg-omr {
    padding: 50px 0px 50px 0px;
    background: rgb(255, 213, 63);
}

.second.pg-erbj h2,
.second.pg-omr h2 {
    color: #272727;
}

.second.pg-erbj .p-div {
    width: 80%;
    max-width: 600px;
    margin: auto;
}

.second.pg-erbj p {
    color: #000;
}

.second.pg-erbj .btn-div {
    padding: 25px 0px 40px 0px;
}

.p-12-px {
    font-size: 12px;
}

/* Erbjudane Page End */

/* OM Rikskampen page Start */
/* First section */
.first.pg-omr {
    background: url('../images/hantlar-scaled.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px 70px 20px;
    min-height: 600px;
}

.bg-black-op {
    background: rgba(0, 0, 0, 0.56);
}

.first.pg-omr .col-12 {
    padding: 1.5em;
}

.first.pg-omr p {
    color: #FFF;
}

/* Second Section */
.second.pg-omr .team-div {
    max-width: 700px;
}

.second.pg-omr h2,
.third.pg-omr h2,
.fourth.pg-omr h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.second.pg-omr h5 {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 10px 0;
}

.second.pg-omr .team-div div {
    padding: 5px;
}

/* Third Section Start */
.third.pg-omr {
    padding: 50px 0;
    background: rgb(40, 146, 215);
}

.third.pg-omr .partners>div {
    margin-top: 20px;
}

.third.pg-omr h4 {
    padding: 20px 0 10px 0;
}

.third.pg-omr .description-div {
    padding: 10px;
    background: #ffffff11;
}

.h-700 {
    min-height: 700px;
}

/* Fourth Section Start */
.fourth.pg-omr {
    background: url('../images/intro-02.jpg');
    background-size: cover;
    background-position: center;
}

.fourth.pg-omr .div-70per {
    width: 80%;
    max-width: 600px;
    margin: 5em auto;
}

/* OM Rikskampen page end */

/* Footer */
/* Footer top section start */
footer .top {
    padding: 2em 0;
}

footer .top .col-12 {
    padding: 2em;
    text-align: center;
}

footer .top h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
}

footer .top .col-12 img {
    max-width: 150px;
    display: block;
    margin: auto;
    padding: 10px 5px;
}

footer .top i {
    color: #000;
    font-size: 40px;
    width: 50px;
}

.bi.bi-facebook, .bi.bi-instagram {
    color: #2A335C;
    margin: 0 8px;
}

/* Footer top sec end */

/* Footer Bottom */
footer .bottom {
    background: #2a335c;
    padding: 4em 0 6em 0;
}

.footer-brand img {
    max-width: 350px;
}

.footer-nav ul {
    list-style: none;
    display: inline-flex;
    padding: 20px 0;
    margin-bottom: 0;
}

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

.footer-nav a {
    font-size: 16px;
    padding: 0 10px;
}

footer .bottom a:hover {
    color: #ffd53f;
}

footer .bottom p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

/* Media Querries */

/* HD screens */
@media only screen and (max-width: 1199px) {
    .second .img-div img {
        width: 85%;
    }
    .div-fifth-sec div {
        padding-right: 4em;
        padding-left: 6em;
    }
}

/* Normal Screens */
@media (max-width: 991px) {

    h1,
    h2 {
        font-size: 48px;
    }

    h4 {
        font-size: 22px;
    }

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

    .second .img-div img {
        width: 90%;
        margin-top: 35%;
    }

    .second ul p {
        font-size: 14px;
    }

    .youtube-vids {
        margin: auto 0;
    }

    #vid-wrap-fir,
    #vid-wrap-sec {
        width: 40vw;
        height: 21vw;
    }

    .div-fifth-sec .div-pad {
        background: rgba(0, 0, 0, 0.56);
        padding-right: 1.5em;
    }

    section.fifth {
        background: url('../images/fredrikpaulun-food1.jpg');
        background-position: center;
        background-size: cover;
        min-height: 500px;
    }

    .div-pad h2,
    .div-pad p {
        color: #fff;
    }

    footer .top .col-12 {
        padding: 1em;
    }

    .second.pg-omr h2,
    .third.pg-omr h2,
    .fourth.pg-omr h2 {
        font-size: 36px;
    }

}

/* Just for h1 */
@media (max-width: 840px) {
    h1 {
        font-size: 44px;
    }
}

/* Tabs */
@media (max-width: 767px) {
    .navbar-brand {
        max-width: 250px;
    }

    .second .img-div img {
        width: 100%;
        margin-top: 3%;
        padding-bottom: 30px;
    }

    h1,
    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 20px;
    }

    .second .div-600px {
        padding: 0 20px;
    }

    .youtube-vids {
        margin-left: 0;
        margin-right: 0;
    }

    #vid-wrap-fir,
    #vid-wrap-sec {
        width: 65vw;
        height: 36vw;
        max-width: 100%;
        margin: 10px auto;
    }

    section.fifth {
        background-position: left;
        padding: 50px 0;
    }

    .div-fifth-sec .div-pad {
        margin: auto 1em;
        margin-top: 50%;
    }

    .second.pg-omr h2,
    .third.pg-omr h2,
    .fourth.pg-omr h2 {
        font-size: 36px;
    }
}

/* h1 only */
@media (max-width: 638px) {
    h1 {
        font-size: 30px;
    }
}

/* Samart Phones */
@media (max-width: 575px) {
    .navbar>.container>#nav-btn {
        padding: 4px 8px;
        font-size: 10px;
    }

    .navbar-brand {
        max-width: 190px;
    }

    .navbar-toggler {
        width: 2.5em;
        height: 2.5em;
    }

    #vid-wrap-fir,
    #vid-wrap-sec {
        width: 100%;
        height: 47vw;
    }

    .h-700 {
        min-height: 500px;
        max-height: 600px;
    }

    section.fourth {
        min-height: 620px;
        background-position-x: 20%;
    }

    section.fourth .div-pad {
        margin-top: 80%;
    }

    .fourth.pg-omr h2 {
        font-size: 20px;
    }

    .fourth.pg-omr {
        background-position: right;
    }

    section.sixth {
        padding: 50px 20px 80px 20px;
    }

    .footer-brand {
        padding: 0 20px;
    }

    .footer-brand img {
        width: 100%;
    }

    section.fourth.pg-omr {
        min-height: 500px;
        max-height: 600px;
    }
}

/* Styles end */
