

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxo.woff) format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVeww.woff) format('woff')
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}



:root {
    --primary-color: #3366cc;
    --primary-hover-color: #2d5ab4;
    --primary2-color: #3060c0;
    --secondary-color: #ff7733;
    --error-color: #ee9999;
    --black-color: #243e63;
    --black2-color: #7c8ba1;
    --white-color: #f7fafc;
    --white2-color: #cbd5e0;
    --white-hover-color: #edf2f7;
    --thick-font: "Archivo Black";
    --main-font: "Noto Sans";
    --radius: 0.6rem;
    --window-margin: 4rem;
}

body {
    padding: 0;
    font-family: 'Lato', sans-serif;
    overflow-y: scroll;
    /* overflow: scroll; */
    scroll-snap-type: y mandatory;
    line-height: 1.5;
    /* color: rgb(51, 102, 204); */
    /* color: rgb(124, 139, 161); */
    /* color: rgb(36, 62, 99); */
    color: rgb(124, 139, 161);
    font-size: 20px;
}

.wrapper {
    max-width: 70%;
    margin: auto;
}


* {
    box-sizing: border-box;
}


a {
    color: inherit;
    text-decoration: inherit;
}

p {
    color: rgb(124, 139, 161);
    line-height: 1.625;
}

h1 {
    color: rgb(36, 62, 99);
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

h2 {
    color: rgb(36, 62, 99);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0;
}

h3 {
    color: rgb(36, 62, 99);
    font-size: 20px;
    line-height: 1.25;
}

ol {
    margin: 0;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

    svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
        overflow: visible;
        box-sizing: content-box;
    }

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

img, svg {
    vertical-align: middle;
}


/* For screens 800px or smaller */
/* For screens 800px or smaller */
@media screen and (max-width: 1049px) {
    main .navmobile-navbar {
        display: flex; /* Display NavMobile */
    }

    main .navbar {
        display: none; /* Hide Nav */
    }
}


/* For screens larger than 800px */
@media screen and (min-width: 1050px) {
    main .navmobile-navbar {
        display: none; /* Hide NavMobile */
    }

    main .navbar {
        display: flex; /* Display Nav */
    }
}

.validation-message {
    color: red;
}


/*---------------------------------------------------------------------------------------------------------*/

/*Navbar byrjar*/

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--bs-gutter-x, -0.70rem);
    padding-left: var(--bs-gutter-x, -0.70rem);
    margin-top: 0px;
    margin-bottom: 70px;
}

.navbar {
    background: white;
    margin: 22px 0px 0px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 40px;
}

    .navbar .forritun-logo {
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .navbar .nav-svg-1 {
        height: 100%;
        width: 40px;
        margin: 22px 6px 0;
        cursor: pointer;
        fill: var(--primary-color);
    }

    .navbar .nav-svg-2 {
        height: 70%;
    }

    .navbar .navigation-links {
        display: flex;
        gap: 50px;
    }

        .navbar .navigation-links a {
            text-decoration: none;
            color: inherit;
            font-size: 16px;
            font-weight: 600;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent;
            padding-bottom: 2px;
            padding: 10px;
        }

            .navbar .navigation-links a:last-child {
                display: inline-flex;
                background: var(--primary-color);
                color: #f7fafc;
                padding: 10px 32px;
                cursor: pointer;
                border-radius: 50px;
                transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
                transition-duration: 300ms;
                font-weight: 700;
                font-size: 14px;
            }

            .navbar .navigation-links a:hover {
                color: var(--primary-color);
                border-bottom: 2px solid var(--primary-color);
            }

            .navbar .navigation-links a:last-child:hover {
            color: var(--black2-color);
            }


@media (min-width: 800px) {
    .navbar .navigation-links {
        display: flex;
        gap: 20px;
    }
}

@media (min-width: 801px) and (max-width: 1200px) {
    .navbar .navigation-links {
        gap: 3.9vw;
    }
}

@media (min-width: 1201px) {
    .navbar .navigation-links {
        gap: 50px;
    }
}


/*Navbar endar*/
/*--------------------------------------------------------------------------------------------------------------*/

/*Navbar-moblie byrjar*/

.burger-menu {
    cursor: pointer;
}

.navigation-links {
    display: none;
}

    .navigation-links.collapsed {
        display: block;
    }


/*--------------------------------------------------------------------------------------------------------------*/

/*Home byrjar*/

.home-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 20px;
    align-items: center;
}


/* Large devices (laptops/desktops, 300px and up) */
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .home-hero {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

        .home-hero > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .home-hero {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .home-hero > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}


.home-hero div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.home-hero h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .home-hero h1 span {
        color: var(--primary-color)
    }

.home-hero p {
    margin: 0 0 40px 0;
    font-size: 20px;
}

/*Home-hero endar*/

/*---------------------------------------------------*/

/*home-hero-mid Byrjar*/

.home-hero-mid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 80px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .home-hero-mid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
        margin-top: 80px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1201px) {
    /* Add your CSS rules for extra large devices here */
    .home-hero-mid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 50px;
    }
}

.home-hero-mid div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.home-hero-mid h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .home-hero-mid h1 span {
        color: var(--primary-color)
    }

.home-hero-mid p {
    font-size: 20px;
}

.home-hero-mid ol {
    list-style-type: none;
    counter-reset: ct;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 0 0 20px;
    font-size: clamp(18px, 2.5vw, 22px);
    color: var(--black2-color);
}

    .home-hero-mid ol li:before {
        content: counter(ct, decimal) ' ';
        counter-increment: ct;
        color: var(--primary-color);
        font-weight: 900;
        font-size: 1.25em;
        margin: 0 5px 0 0;
    }

/*home-hero-mid Endar*/


/*-----------------------------------------------------------------------------*/

/*home-hero-mid-2*/


.home-hero-mid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 80px;
    align-items: center;
}

@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .home-hero-mid-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

        .home-hero-mid-2 > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .home-hero-mid-2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .home-hero-mid-2 > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

.home-hero-mid-2 div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.home-hero-mid-2 h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .home-hero-mid-2 h1 span {
        color: var(--primary-color)
    }

.home-hero-mid-2 p {
    font-size: 20px;
}

.home-hero-mid-2 ol {
    list-style-type: none;
    counter-reset: ct;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 0 0 20px;
    font-size: clamp(18px, 2.5vw, 22px);
    color: var(--black2-color);
}

    .home-hero-mid-2 ol li:before {
        content: counter(ct, decimal) ' ';
        counter-increment: ct;
        color: var(--primary-color);
        font-weight: 900;
        font-size: 1.25em;
        margin: 0 5px 0 0;
    }

/*home hero mid 2 endar */


/*---------------------------------------------------*/

/*Teymid byrjar*/

.hero-team {
    margin: 20px 0 40px 0;
    padding: 0;
    background: #3366cc;
    color: #f7fafc;
    border-radius: 8px;
    padding: 10px 0 20px 0;
}




    .hero-team h1 {
        color: white;
        text-align: center;
        margin: 20px 0 20px 0;
    }

.team-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff {
    min-width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

    .staff img {
        object-fit: cover;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        border-radius: 50%;
        width: 50vw;
        height: 50vw;
        overflow-clip-margin: content-box;
        overflow: clip;
        display: block;
    }


@media (min-width: 1100px) {
    .hero-team .staff {
        min-width: inherit; /* Reset min-width */
    }

        .hero-team .staff img {
            width: clamp(100px, 20vw, 300px); /* Use clamp for responsive image size */
            height: clamp(100px, 20vw, 300px);
        }
}


@media (min-width: 1100px) {
    .hero-team .team-container {
        flex-direction: row; /* Ensure flex-direction is row */
        justify-content: space-around; /* Adjust alignment as needed */
        align-items: center; /* Adjust alignment as needed */
    }

    .hero-team .staff {
        margin: 0 10px; /* Adjust margin between staff members */
    }
}

/*Teymid Endar*/

/*----------------------------------------------------------------------------*/

/*Viðskiptavinar byrjar*/
hero-samstarf {
}

.hero-samstarf h1 {
    text-align: center;
    font-size: clamp(26px, 3.5vw, 48px);
}

.hero-samstarf h1 {
    font-size: 3.5vw; /* Set font size to 3.5% of viewport width */
}


@media (max-width: 800px) {
    .hero-samstarf h1 {
        font-size: 26px; /* Set a fixed font size for smaller viewport widths */
    }
}

@media (min-width: 1200px) {
    .hero-samstarf h1 {
        font-size: 48px; /* Set a fixed font size for larger viewport widths */
    }
}



.samstarf-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.samstarf-container {
    display: flex;
    align-items: center; /* Align items vertically center */
}


.samstarf-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust the minimum width */
    grid-gap: 10vw; /* Set a fixed value for both row and column gaps */
}

/* Update the grid layout for larger viewports */
@media (min-width: 1200px) {
    .samstarf-container {
        grid-template-columns: repeat(6, 1fr); /* Setup 6 columns when viewport is larger than or equal to 1200px */
        grid-gap: 20px
    }
}

/* Update the grid layout for viewports between 2000px and 1200px */
@media (min-width: 1200px) and (max-width: 2800px) {
    .samstarf-container {
        grid-template-columns: repeat(6, 1fr); /* Setup 6 columns when viewport is larger than or equal to 1200px */
        grid-gap: 35px
    }
}

.samstarf-container img {
    width: 100%; /* Ensure images fill their grid cells */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain;
    filter: grayscale(100%) opacity(0.75); /* Apply grayscale and opacity to images */
}

/*Viðskiptavinar endar*/

/*----------------------------------------------------------------------*/

/*Hafa Samband*/

.hero-samband {
    grid-column: 2/4;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 700;
    font-size: clamp(30px, 5vw, 20px);
    padding: 70px 50px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.hero-samband-content {
    display: flex;
    max-width: 800px;
    /* gap: 50px; */
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

@media (min-width: 1000px) {
    .hero-samband-content {
        gap: 0;
        text-align: left;
        flex-direction: row;
    }
}

.hero-samband-content p {
    color: var(--white-color);
    z-index: 1;
}

.hero-samband-takki {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-samband-takki a {
        background: var(--secondary-color);
        border-radius: 99999px;
        padding: 20px 30px;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
    }

.circle-one {
    fill: var(--primary2-color);
    position: absolute;
    left: -90px;
    bottom: -200px;
    width: 350px;
    height: 350px;
    z-index: -1;
}

.circle-two {
    fill: var(--primary2-color);
    position: absolute;
    transform: translate(50%, 50%);
    right: 70px;
    top: -450px;
    width: 350px;
    height: 350px;
    z-index: -1;
}

/*Hafa Samband Endar*/

/*----------------------------------------------------------------------------------*/

/*Okkar Gildi Byrjar*/

.hero-okkargildi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

@media (max-width: 1199px) {
    .hero-okkargildi {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
}

@media (max-width: 799px) {
    .hero-okkargildi {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }
}

.hero-okkargildi div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
}


    .hero-okkargildi div svg {
        margin-right: 10px;
        -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }

    .hero-okkargildi div div {
        display: block
    }

.okkar-gildi h1 {
    text-align: center;
    margin: 30px 0 30px 0;
    font-size: 3.5vw;
    color: var(--black-color);
}

    .okkar-gildi h1 span {
        color: var(--primary-color);
    }

.okkar-gildi > div p {
    text-align: justify;
    margin: 30px 0 30px 0;
}

/*Okkar Gildi Endar*/

/*-------------------------------------------------------------------------*/

/*Þjónusta Síðan Byrjar hér, Cssið fyrir hana*/

/*Services Byrjar */

.services-cointainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 20px;
    align-items: center;
}


@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .services-cointainer {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

        .services-cointainer > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .services-cointainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .services-cointainer > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}


.services-cointainer div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.services-cointainer h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .services-cointainer h1 span {
        color: var(--primary-color)
    }

.services-cointainer p {
    margin: 0 0 40px 0;
    font-size: 20px;
}

/*Services Endar */

/*----------------------------------------------------------------*/

/*Okkar þjónusta - Ferlið byrjar */

.okkartjonusta-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 80px;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .okkartjonusta-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
        margin-top: 80px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1201px) {
    /* Add your CSS rules for extra large devices here */
    .okkartjonusta-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 50px;
    }
}

.okkartjonusta-container div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.okkartjonusta-container h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .okkartjonusta-container h1 span {
        color: var(--primary-color)
    }

.okkartjonusta-container p {
    font-size: 20px;
}

.okkartjonusta-container ol {
    list-style-type: none;
    counter-reset: ct;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 0 0 20px;
    font-size: clamp(18px, 2.5vw, 22px);
    color: var(--black2-color);
}

    .okkartjonusta-container ol li:before {
        content: counter(ct, decimal) ' ';
        counter-increment: ct;
        color: var(--primary-color);
        font-weight: 900;
        font-size: 1.25em;
        margin: 0 5px 0 0;
    }

/*Okkar þjónusta - Ferlið Endar */

/*----------------------------------------------------------------------------------------------------*/

/*Okkar þjónusta - Upplýsingar Byrja*/

.okkartjonusta-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 20px;
    align-items: center;
}


/* Large devices (laptops/desktops, 300px and up) */
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .okkartjonusta-container-2 {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

        .okkartjonusta-container-2 > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .okkartjonusta-container-2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .okkartjonusta-container-2 > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}


.okkartjonusta-container-2 div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.okkartjonusta-container-2 h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .okkartjonusta-container-2 h1 span {
        color: var(--primary-color)
    }

.okkartjonusta-container-2 p {
    margin: 0 0 40px 0;
    font-size: 20px;
}

/*Okkar þjónusta - Upplýsingar endar*/

/*------------------------------------------------------------------------------------------------------*/

/*Okkar uppáhalds taekni Byrjar*/

.okkar-taekni h1 {
    text-align: center;
}

    .okkar-taekni h1 span {
        color: var(--primary-color)
    }

.okkar-taekni p {
    font-size: 20px;
    color: var(--black2-color);
    line-height: 1.625;
    margin: 20px 0;
}

/*Okkar uppáhalds taekni Endar*/

/*-----------------------------------------------------------------------------------------------------*/

/* Taekni Byrjar*/

.taekni-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 32px;
    margin: 0px 0px 40px 0;
}

    .taekni-container div {
        display: flex;
        flex-direction: column;
    }



    .taekni-container > div > div {
        display: flex;
        align-items: center;
        padding: 20px;
        text-align: left;
        border-left: 1px solid var(--white2-color);
        border-right: 1px solid var(--white2-color);
        border-bottom: 1px solid var(--white2-color);
    }

    .taekni-container > div:nth-child(3) {
        padding-bottom: 40px;
    }


    .taekni-container > div > div:first-of-type {
        text-align: center;
        padding-top: 20px; /* Adjust as needed */
        padding-bottom: 20px; /* Adjust as needed */
        border-top: 1px solid var(--white2-color);
        border-radius: 8px 8px 0 0;
        background: rgba(203, 213, 224, 0.25);
    }

    .taekni-container > div > div:last-child {
        border-radius: 0 0 8px 8px;
    }


    .taekni-container h3 {
        display: block;
        font-size: 1.17em;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }

    .taekni-container div div ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

        .taekni-container div div ul li {
            display: list-item;
            font-size: 20px;
        }

@media (min-width: 1050px) {
    .taekni-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 32px;
        margin: 0px 0px 40px;
    }
}

@media (min-width: 700px) and (max-width: 1049px) {
    .taekni-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 32px;
        margin: 0px 0px 40px;
    }
}

@media (max-width: 699px) {
    .taekni-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 32px;
        margin: 0px 0px 40px;
    }
}

@media (min-width: 1539px) {
    .taekni-container > div:nth-child(3) > div:nth-child(2) {
        padding-bottom: 50px;
    }

    .taekni-container > div:nth-child(5) > div:nth-child(2) {
        padding-bottom: 50px;
    }
}
/* Taekni Endar*/

/*Þjónusta Síðan Endar hér og Css-ið fyrir hana*/



/*---------------------------------------------------------------------------------------------------------*/

/*Störf Síðan Byrjar Hér og Css-ið fyrir hana*/


.storf-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 20px;
    align-items: center;
}


/* Large devices (laptops/desktops, 300px and up) */
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .storf-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

        .storf-container > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .storf-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .storf-container > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}


.storf-container div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.storf-container h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .storf-container h1 span {
        color: var(--primary-color)
    }

.storf-container p {
    margin: 0 0 40px 0;
    font-size: 20px;
}




/*Störf Síðan Endar Hér og Css-ið fyrir hana*/

/*---------------------------------------------------------------------------------------------------------*/



/*Hafa Samband byrjar hér og Css-ið fyrir hana*/



.contact-byggjum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 20px;
    align-items: center;
}


/* Large devices (laptops/desktops, 300px and up) */
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .contact-byggjum {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
    }

        .contact-byggjum > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .contact-byggjum {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .contact-byggjum > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}


.contact-byggjum div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.contact-byggjum h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .contact-byggjum h1 span {
        color: var(--primary-color)
    }

.contact-byggjum p {
    margin: 0 0 40px 0;
    font-size: 20px;
}


contact-form-container {
    display: grid;
    overflow: hidden;
}

@media (min-width: 600px) {
    .contact-form-content {
        width: 400px;
    }
}

.contact-form-content {
    padding: 40px 0px;
    position: relative;
    margin: 20px auto 0px;
}



.ContactSuccess {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
    position: absolute;
    opacity: 0;
    transform: translate(-200%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
}

.contact-form-content label {
    cursor: default;
}

.contact-form-details {
    display: flex;
    flex-direction: column;
    transform-origin: right center;
    gap: 16px;
}

    .contact-form-details > label div {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        height: 30px;
    }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.contact-form-details svg {
    width: 20px;
    margin-right: 8px;
}

.contact-form-details > label > input, .contact-form-details > label > textarea {
    padding: 10px;
    width: 100%;
    border: 2px solid rgb(203, 213, 224);
    background: white;
    border-radius: 4px;
}


.contact-form-details input[type="text"]:focus {
    border-color: var(--secondary-color);
}



.contact-form-details > label > textarea {
    padding: 10px;
    width: 100%;
    border: 2px solid rgb(203, 213, 224);
    background: white;
    border-radius: 4px;
}

.contact-form-details button {
    display: inline-flex;
    background: rgb(51, 102, 204);
    border-radius: 1000px;
    color: rgb(247, 250, 252);
    padding: 10px 32px;
    cursor: pointer;
    border: none;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 300ms;
    font-weight: 700;
    font-size: 14px;
}

.button-container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
/*---------------------------------------------------------------------------------------------------------*/
/*Footer Byrjar*/


footer {
    position: relative;
    padding: 60px 0;
    grid-template-columns: 1fr 45% 45% 1fr;
    grid-auto-rows: auto;
    background: var(--primary-color);
    color: var(--white-color);
    overflow: hidden;
}

.container-footer {
    grid-column: 2 / 4;
    z-index: 1;
    font-size: 16px;
    color: var(--white-color);
    max-width: 70%;
    margin: auto;
}

.content-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 999;
}


@media(min-width: 800px) {
    .content-footer {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.fyrirtaeki {
    text-align: center;
}

    .fyrirtaeki h2 {
        color: var(--white-color);
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .fyrirtaeki nav {
        margin: 0 0 20px 0;
        min-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .fyrirtaeki nav div {
            margin-bottom: 8px;
        }

            .fyrirtaeki nav div a {
                border-bottom: 2px solid transparent;
                color: #f7fafc;
                -webkit-text-decoration: none;
                text-decoration: none;
            }

@media (min-width: 800px) {
    .fyrirtaeki nav {
        margin: 0;
    }
}

.tjonusta {
    text-align: center;
}

    .tjonusta h2 {
        color: var(--white-color);
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .tjonusta nav {
        margin: 0 0 20px 0;
        min-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tjonusta nav div {
            margin-bottom: 8px;
        }

            .tjonusta nav div a {
                border-bottom: 2px solid transparent;
                color: #f7fafc;
                -webkit-text-decoration: none;
                text-decoration: none;
            }

@media (min-width: 800px) {
    .tjonusta nav {
        margin: 0;
    }
}

.taekni {
    text-align: center;
}

    .taekni h2 {
        color: var(--white-color);
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .taekni nav {
        margin: 0 0 20px 0;
        min-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .taekni nav div {
            margin-bottom: 8px;
        }

            .taekni nav div a {
                border-bottom: 2px solid transparent;
                color: #f7fafc;
                -webkit-text-decoration: none;
                text-decoration: none;
            }

@media (min-width: 800px) {
    .taekni nav {
        margin: 0;
    }
}

.forritun {
    text-align: center;
}

    .forritun h2 {
        color: var(--white-color);
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .forritun nav {
        margin: 0 0 20px 0;
        min-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .forritun nav div {
            margin-bottom: 8px;
        }

            .forritun nav div a {
                border-bottom: 2px solid transparent;
                color: #f7fafc;
                -webkit-text-decoration: none;
                text-decoration: none;
                color: inherit;
                text-decoration: inherit;
                cursor: pointer;
            }

@media (min-width: 800px) {
    .forritun nav {
        margin: 0;
    }
}

.hafa-samband-takki {
    cursor: pointer;
    background: white;
    color: #3366cc;
    font-weight: 700;
    border-radius: 4px;
    padding: 20px 25px;
    margin: 30px 0 0 0;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

    .hafa-samband-takki a {
        text-decoration: inherit;
    }

.footer-lina {
    border: none;
    border-bottom: 2px solid #4b78d2;
    height: 0;
    padding-top: 64px;
    z-index: 99999;
    max-width: 70%;
    margin: auto;
}

.forritun-rights-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 64px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cbd5e0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 70%;
    margin: auto;
    z-index: 1000;
    display: flex;
}

@media (min-width: 800px) {
    .forritun-rights-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.forritun-rights-container div {
    z-index: 1000;
}

.forritun-logo-footer {
    width: 150px;
    fill: var(--white-color);
    grid-column: 1/4;
    z-index: 1000;
}

    .forritun-logo-footer path {
        z-index: 1000;
    }

.forritun-rights {
    color: var(--white-color);
    grid-column: 4/4;
    z-index: 100;
    padding: 20px 0 20px 0;
}

    .forritun-rights p {
        font-size: 2vw;
        color: #7c8ba1;
        line-height: 1.625;
        z-index: 100;
    }

.footer-circle-one {
    fill: #3060c0;
    position: absolute;
    left: -190px;
    top: -120px;
    width: 350px;
    height: 350px;
    z-index: 0;
}

.footer-circle-two {
    fill: #3060c0;
    position: absolute;
    right: 0px;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: 10%;
    width: 350px;
    height: 350px;
    z-index: 0;
}

/*Footer endar*/

/*--------------------------------------------------------------------------------------------------*/



.section-hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .section-hero:nth-of-type(4) {
        margin-bottom: 40px;
    }


/* Large devices (laptops/desktops, 300px and up) */
@media only screen and (min-width: 300px) and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .section-hero {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 30px;
        align-items: center;
    }

        .section-hero > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}

@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .section-hero {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .section-hero > div:nth-child(2) {
            grid-row: 1; /* Ensure the SVG appears above the text */
        }
}


@media only screen and (max-width: 1200px) {
    /* Add your CSS rules for large devices here */
    .section-hero {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; /* Let the rows adjust automatically */
        grid-row-gap: 20px;
    }

        .section-hero:nth-of-type(2) div:nth-child(2) {
            grid-row: 2; /* Ensure the SVG appears above the text */
        }

        .section-hero:nth-of-type(4) div:nth-child(2) {
            grid-row: 2; /* Ensure the SVG appears above the text */
        }
}



.section-hero div {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.section-hero h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 48px;
}

    .section-hero h1 span {
        color: var(--primary-color)
    }

.section-hero p {
    margin: 0 0 40px 0;
    font-size: 20px;
}

.our-way-yfirskrift h1 {
    color: var(--black-color);
    margin: 0 0 20px 0;
    font-size: 3.5vw;
    text-align: center;
}

.our-way-yfirskrift span {
    color: var(--primary-color)
}


@media (max-width: 800px) {
    .our-way-yfirskrift h1 {
        font-size: 26px; /* Set a fixed font size for smaller viewport widths */
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .our-way-yfirskrift h1 {
        font-size: 48px; /* Set a fixed font size for larger viewport widths */
        text-align: center;
    }
}


.section-hero ol {
    list-style-type: none;
    counter-reset: ct;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 0 0 20px;
    font-size: clamp(18px, 2.5vw, 22px);
    color: var(--black2-color);
}

    .section-hero ol li:before {
        content: counter(ct, decimal) ' ';
        counter-increment: ct;
        color: var(--primary-color);
        font-weight: 900;
        font-size: 1.25em;
        margin: 0 5px 0 0;
    }
