﻿
/* ################ WEBKIT ################*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ################ WEBKIT END ################*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}



body.withbackground {
    /* Margin bottom by footer height */
    /*    margin-bottom: 60px;*/
    /*background-image: url(../image/backgound_black.jpg);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    /* background-image:'css/h.png'; */
}

/*##########   GOOGLE FONTS      ########## */


a /*Link*/ {
    color: #0366d6;
}

.linkBlack a {
    color: black;
}

p /* Paragráfus == Vékony Roboto == */ {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    /* font-size: 20px;*/
}

li /*Lista eleme == Vékony Roboto == */ {
    font-family: 'Raleway', sans-serif;
    font-weight: 400 !important;
}

th /*Táblázat fejléc == Vastag Roboto ==*/ {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

dd, dt, td /* Tábálázatok elemei == Vékony Roboto ==*/ {
    font-family: 'Roboto', sans-serif;
}

h1 /*Minden oldal neve/címe Pirossal*/ {
    font-family: 'Readex Pro', sans-serif;
    color: #DE5371;
}

h3 /*Piros alcímek*/ {
    font-family: 'Readex Pro', sans-serif;
    color: #DE5371;
}

h4 /*Fehér kártya nevek*/ {
    font-family: 'Readex Pro', sans-serif;
    color: white;
    font-size: unset;
}

h5 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

h6 /*input type-ok feletti szöveg*/ {
    font-family: 'Readex Pro';
    /*  font-weight: 700;*/
    margin-bottom: 0;
}

label {
    font-family: 'Readex Pro';
    margin-bottom: 0;
}

.alert-warning, .alert-primary, .alert-danger /*sárga és piros alert*/ {
    font-family: 'Roboto';
}

#rob /*'ROB 'id' Robotot kap*/ {
    font-family: 'Roboto';
}

/*##########    GOOGLE FONTS  END    ########## */

/*##########   Supplier/ProgMod - Működési mód beállítás-    ########## */

.price-card .btn {
    font-size: 15px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
}

    .price-card .btn.btn-primary {
        border: 0 !important;
    }

.price-card:hover .btn {
    background: #0cc652;
    border-color: #0cc652;
}


.pricing-offers li {
    padding: 0% 5% 0% 0%;
    line-height: 35px;
}

ul li {
    list-style-type: none;
}

/*############ LISTA IKONOK ############*/

.fk > ul, .ft > ul, .fm > ul, .fp > ul, .fi > ul {
    margin: 0;
}

    .fk > ul li, .ft > ul li, .fm > ul li, .fp > ul li, .fi > ul li {
        font-size: 18px;
    }


    .fk > ul li, .ft ul li, .fm > ul li, .fp > ul li, .fi > ul li {
        position: relative;
        margin: 1em 0;
        padding-bottom: 4%;
        font-family: 'Raleway';
        padding-inline-start: 1ch;
    }


.fk ul li::before {
    content: url('fk.svg');
    position: absolute;
    top: 17%;
    left: 0;
    height: 20px;
    width: 20px;
    transform: translate(-150%, -50%);
}



.ft ul li::before {
    content: url('ft.svg');
    position: absolute;
    top: 16%;
    left: 0;
    height: 20px;
    width: 20px;
    transform: translate(-150%, -50%);
}



.fm ul li::before {
    content: url('fm.svg');
    position: absolute;
    top: 16%;
    left: 0;
    height: 20px;
    width: 20px;
    transform: translate(-150%, -50%);
}


.fp ul li::before {
    content: url('fp.svg');
    position: absolute;
    top: 16%;
    left: 0;
    height: 20px;
    width: 20px;
    transform: translate(-150%, -50%);
}


.fi ul li::before {
    content: url('fi.svg');
    position: absolute;
    top: 16%;
    left: 0;
    height: 20px;
    width: 20px;
    transform: translate(-150%, -50%);
}


/*############ LISTA IKONOK END  ############*/



.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

/*##########   XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



/*##########   Supplier/ProgMod -MB. END   ########## */

/* ###############    DROPDOWN  GOMBOK  ##################### */

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-image: linear-gradient(to right, #DE5371, #e7945d);
    border-radius: 10px;
}

.dropdown .dropdown-item {
    color: whitesmoke;
    cursor: pointer;
    font-family: 'Readex Pro', sans-serif;
}

.dropdown-item:hover {
    background-color: transparent;
    color: black;
}

.dropdown-toggle::after {
    margin-left: 0;
}*/

/* ###############    DROPDOWN  GOMBOK END   ##################### */

/* ###############    GOMBOK   ##################### */

.noClick {
    pointer-events: none;
}

.gomb-gold-kartya /*Sárga kártyás gomb -NO:hover*/ {
    font-family: 'Readex Pro', sans-serif;
    color: #264aa0;
    background-color: transparent;
    height: 30px;
    border-color: #264aa0;
    border-radius: 30px 30px 30px 30px;
    font-weight: 500;
}

.gomb-piros-kartya /*Piros kártyás gomb -NO:hover*/ {
    font-family: 'Readex Pro', sans-serif;
    color: white;
    background-color: transparent;
    border-color: white;
    border-radius: 30px 30px 30px 30px;
    font-weight: 500;
}

    .gomb-piros-kartya:hover {
        color: white;
        text-decoration: none;
        box-shadow: 0 0 8px 1px white;
    }


.gomb-original /*Áttetsző gomb Sárga/Piros kártyán*/ {
    font-family: 'Readex Pro', sans-serif;
    color: white;
    background-color: transparent;
    height: 30px;
    border-color: white;
    border-radius: 30px 30px 30px 30px;
}

    .gomb-original label {
        cursor: pointer;
    }

.gomb-altalanos {
    font-family: 'Readex Pro', sans-serif;
    color: white !important;
    border: 0px solid transparent;
    background: linear-gradient(90deg, #DE5371,#e26d69);
    border-radius: 25px 25px 25px 25px;
    font-weight: 400 !important;
}

    .gomb-altalanos:hover {
        color: white;
        box-shadow: 0 0 8px 1px #DE5371;
    }

.gomb-vissza {
    font-family: 'Readex Pro', sans-serif;
    color: white;
    border: 0px solid transparent;
    background: linear-gradient(150deg, #2354a3, #0066af, #0078b7, #0088bc, #0098be, #12a7bf, #44b5bf, #67c3c0);
    border-radius: 25px 25px 25px 25px;
}

    .gomb-vissza:hover {
        color: white;
        box-shadow: 0 0 8px 1px #0088bc;
    }

/* ###############    GOMBOK END  ##################### */

/* ###############    Kártyák  ##################### */



.progMod-kartya-sarga /* ProgMod Sárga színű kártya*/ {
    background: linear-gradient(90deg, #f0d34a, #f4ce4e, #f8ca52, #fac557, #fdc15c, #febd61, #ffb966, #ffb56b);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


    .progMod-kartya-sarga .pM-cb h2 {
        color: #264aa0;
        font-family: "readex pro";
    }

.kartya-original /*Piros színű káryta hover után sárga*/ {
    background: linear-gradient(90deg, #DE5371,#e26d69);
    color: whitesmoke;
}

    .kartya-original:hover {
        background: linear-gradient(90deg, #f0d34a, #f4ce4e, #f8ca52, #fac557, #fdc15c, #febd61, #ffb966, #ffb56b);
        color: #264aa0;
    }

        .kartya-original:hover h4 {
            color: #264aa0;
        }

        .kartya-original:hover p {
            color: #264aa0;
        }

        .kartya-original:hover label {
            color: #264aa0;
            font-weight: 600;
        }

        .kartya-original:hover .gomb-original {
            font-family: 'Readex Pro', sans-serif;
            color: #264aa0;
            background-color: transparent;
            height: 30px;
            border-color: #264aa0;
            border-radius: 25px;
        }

    .kartya-original img {
        width: 100%;
    }


.color-overlay {
    width: 100%;
    height: 100%;
    /*   background: blue;*/
    opacity: .6;
    position: absolute;
}

/* ########### Kartya-info ########### */



.kartya-info .card {
    overflow: hidden;
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: all 0.3s;
    padding: 0% 4% 0% 4%;
}

    .kartya-info .card:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

    .kartya-info .card img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }



.kartya-info h4 {
    margin: 0;
    color: #DE5371;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px
}

.kartya-info h2 {
    color: #DE5371;
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    font-family: 'Readex Pro';
}


/* ########### Kartya-info  END ########### */

/* ###############    Kártyák  END ##################### */




footer .fend a {
    /**/
    margin-right: 10px;
    color: white;
}


footer a {
    color: white;
}

    footer a:hover {
        color: white;
    }

.plant-hero {
    padding: 5rem 0 0;
    display: flow-root;
}

.plant-image {
    float: right;
    shape-margin: 2rem;
    shape-outside: url(../css/miert1.jpg);
}


/* ##############      FRONT.CSS    ##############       */

/* ##############  PAGE 0  ##############  */

/* GENERAL DISPLAY STYLES */

html, body {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
}

p {
    font-size: 17px;
}

/* SCROLL */
::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, #DE5371,#e26d69);
}
/* NAV NAVBAR NAVIGATION HEADER */

.navmenu {
    background-color: white;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 30%)
}

.navbar-light .navbar-nav .nav-link {
    color: #DE5371;
    height: 35px;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #DE5371;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* ############## NAV NAVBAR NAVIGATION HEADER END ############## */

/*FOTTER*/

footer p {
    font-size: 14px;
}

.bg-grey {
    background-image: linear-gradient(to right, #DE5371, #e7945d);
    font-family: 'Readex Pro';
}

.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: white;
    font-size: 14px;
}



    footer > p, footer > a {
        font-size: 12px;
        font-family: 'Raleway', sans-serif;
        color: white;
    }

    footer h6 {
        font-family: 'Readex Pro', serif;
        margin-bottom: 40px;
        position: relative;
        color: white;
    }

        footer h6:after {
            position: absolute;
            content: "";
            background: white;
            width: 12%;
            height: 1px;
            left: 0;
            bottom: -20px;
        }

.btn-footer {
    color: white;
    text-decoration: none;
    border: 1px solid;
    border-radius: 25px;
    font-size: 13px;
    padding: 3% 4% 3% 4%;
    line-height: 47px;
}

    .btn-footer:hover {
        text-decoration: none;
        box-shadow: 0 0 8px 1px white;
    }

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
}

footer ::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}



.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
    font-family: 'Raleway';
}

    footer ul li a {
        color: white;
    }

footer ul {
    padding-left: 0;
}

footer .foot-end ul li {
    text-decoration: none;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}



.logo-part {
    border-right: 2px solid white;
    height: 100%;
}


footer .social-menu ul li {
    line-height: 36px;
    font-size: 14px;
}

    footer .social-menu ul li a {
        width: 35px;
        height: 35px;
    }


/*FOTTER END*/

/*############ BLOCKS ############*/

.block0 {
    background-image: linear-gradient(to right, #DE5371, #e7945d);
    padding: 7% 5% 7% 5%;
    width: 100%;
    margin: 0 auto;
    color: white;
}

    .block0 h1 {
        color: white;
        font-size: 38px;
        margin-bottom: 0;
    }

    .block0 img {
        border-radius: 25px;
        max-height: 700px;
    }

.block1 {
    background: white;
    padding: 8% 5% 8% 5%;
    width: 100%;
    margin: 0 auto;
}

    .block1 img {
        border-radius: 25px;
    }

.block2 {
    background: white;
    margin: 0 auto;
    padding: 4% 0% 8% 0%;
}

/*############ BLOCKS END  ############*/


/* ##############  PAGE 3  ##############  */
.progMod-kartya-piros /*ProgMod Piros színű kártya*/ {
    background: linear-gradient(90deg, #DE5371,#e26d69);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ct /*progMod fejléc*/ {
    position: relative;
    text-align: center;
    color: white;
}

.ct-poz /*progMod fejléc elrendezés*/ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct .ct-poz h1 {
    color: white !important;
}

.progMod-kartya-sarga .card-body .progModTrue /*progMod Sárga káryán kék szöveg*/ {
    color: #264aa0;
}


.pM-cb ul /*programMod card body*/ {
    padding: 1rem;
}

.progMod-kartya-piros .pM-cb h2 {
    color: whitesmoke;
    font-family: "readex pro"
}

p.price /*progMod kártya ár*/ {
    color: #264aa0 !important;
    font-family: 'Roboto';
}

p {
    font-family: 'Raleway';
}

.block0 .card p {
    color: black;
}

p.price span {
    display: inline-block;
    padding-right: 0;
    font-size: 38px;
    font-weight: 600;
    color: #264aa0;
    position: relative;
}

    p.price span::after {
        content: " Ft";
        font-size: 16px;
        top: 25px;
        font-weight: 300;
        left: 0;
    }

.progModTrue /*Piros alapon fehér szöveg*/ {
    color: white;
    font-family: Roboto;
}

.progModFalse /*Piros alapon kék szöveg*/ {
    color: #264aa0;
    font-family: Roboto;
}


/*##########################   PAGE 1:HOME  ########################## */

/*##########     VIDEO SCREEN    ############ */

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*########## VIDEO SCREEN  END ############ */



.wp1 .widget-image {
    margin-top: 40%;
}



.set {
    padding: 20% 10% 10% 10%;
}


    .set h1 {
        font-family: 'Readex Pro', sans-serif;
        font-size: 60px;
        font-weight: 400;
        color: white;
    }

    .set h2 {
        font-family: 'Readex Pro', sans-serif;
        font-size: 30px;
        text-align: center;
        color: white;
        font-weight: 400;
        z-index: 10;
        opacity: .9;
    }



/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

    #parallax-world-of-ugg .title h1 {
        font-size: 35px;
        letter-spacing: 8px;
    }

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 100%;
    margin: 0 auto;
}

/*#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}*/

/* ################     PARALLAX SECTION    ################  */

#parallax-world-of-ugg .parallax-one > .wp1,
#parallax-world-of-ugg .parallax-one > .wp2,
#parallax-world-of-ugg .parallax-one > .wp3,
#parallax-world-of-ugg .parallax-one > .wp4,
#parallax-world-of-ugg .parallax-one > .wp5,
#parallax-world-of-ugg .parallax-one > .wp6,
#parallax-world-of-ugg .parallax-one > .wp7,
#parallax-world-of-ugg .parallax-one > .wp8,
#parallax-world-of-ugg .parallax-one > .wp9,
#parallax-world-of-ugg .parallax-one > .wp10,
#parallax-world-of-ugg .parallax-one > .wp11,
#parallax-world-of-ugg .parallax-one > .wp12,
#parallax-world-of-ugg .parallax-one > .wp13,
#parallax-world-of-ugg .parallax-one > .wp14,
#parallax-world-of-ugg .parallax-one > .wp15,
#parallax-world-of-ugg .parallax-one > .wp16,
#parallax-world-of-ugg .parallax-one > .wp17 {
    padding-top: 8%;
    padding-bottom: 15%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/* ################     PAGE1: Miért az Origoshop?    ################  */

.wp1 {
    background-image: url("../image/miert0001.jpg");
}

/* ################     PAGE2: Megoldások    ################  */

.wp2 {
    background-image: url("../image/megold0.jpg");
}

/* ################     PAGE3: Csomagok és Árak   ################  */

.wp3 {
    background-image: url("../image/dijcs0.jpg");
}

/* ################     PAGE4: Kapcsolatok   ################  */

.wp4 {
    background-image: url("../image/kapcs01.jpg");
}

/* ################     PAGE5: Blog   ################  */

.wp5 {
    background-image: url("../image/b11.jpg");
}

/* ################     PAGE6: SZAMLAZAS   ################  */

.wp6 {
    background-image: url("../image/szamlazas0.jpg");
}

/* ################     PAGE7: VALLALKOZAS ADATAI   ################  */

.wp7 {
    background-image: url("../image/vallalkozas0.jpg");
}

/* ################     PAGE8: KESZLETKEZELES EGY   ################  */

.wp8 {
    background-image: url("../image/keszletkezelesegy0.jpg");
}

/* ################     PAGE9: KESZLETKEZELES TÖBB   ################  */

.wp9 {
    background-image: url("../image/keszlett0.jpg");
}

/* ################     PAGE10: AUTOMATIKUS BEV   ################  */

.wp10 {
    background-image: url("../image/automatikus0.jpg");
}

/* ################     PAGE11: SZAVATOSSAG ES LOT   ################  */

.wp11 {
    background-image: url("../image/szavatossag0.jpg");
}

/* ################     PAGE12: PENZTARGEP   ################  */

.wp12 {
    background-image: url("../image/penztargep0.jpg");
}

/* ################     PAGE13:WEBARUHAZ   ################  */

.wp13 {
    background-image: url("../image/web001.jpg");
}

/* ################     PAGE14:LETETI   ################  */

.wp14 {
    background-image: url("../image/leteti01.jpg");
}

/* ################     PARALLAX SAMPLE   ################  */

.wp15 {
    background-image: url("../image/p01.jpg");
    /* background-image: url("../image/mm.jpg");*/
}

.wp16 {
    background-image: url("../image/mm2.jpg");
    /* background-image: url("../image/mm.jpg");*/
}

.wp17 {
    background-image: url("../image/mm.jpg");
    /* background-image: url("../image/mm.jpg");*/
}

.wp15 h1 {
    color: black;
    font-size: 90px;
}

.wp15 h2 {
    font-size: 30px;
    color: black;
}

#parallax-world-of-ugg .parallax-two {
    padding-top: 200px;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(https://images.unsplash.com/photo-1432163230927-a32e4fd5a326?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ################     PARALLAX SECTION END   ################  */

/*##########################   PAGE 3:Megoldások  ########################## */

/*#############     FLIP CARDS      ############# */

.flip h3 {
    cursor: default;
}

.flip .card {
    position: relative;
    max-width: 330px;
    height: 300px;
    perspective: 1000px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.card__inner {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    position: relative;
}

    .card__inner.is-flipped {
        transform: rotateY(180deg);
    }


.card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

.card__face--front {
    background-image: linear-gradient(90deg, #DE5371,#e26d69);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card__face--front h2 {
        color: #FFF;
        font-size: 25px;
    }

.card__face--back {
    background-image: linear-gradient(to bottom right, #FFCE00, #FE4880);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.card__content {
    width: 100%;
    height: 100%;
}

.card__header {
    position: relative;
    padding: 30px 30px 40px;
}

    .card__header:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(to bottom left, var(--primary) 10%, var(--secondary) 115%);
        z-index: -1;
        border-radius: 0px 0px 50% 0px;
    }

.pp {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background-color: #FFF;
    border: 2px solid #FFF;
    object-fit: cover;
}

/*########## ICON POSITIONING ##########*/

.cp1 {
    position: absolute;
    height: 100px;
    margin: 0 auto 30px;
    top: 19%;
    right: 30%;
    left: 30%;
}

.cp2 {
    position: absolute;
    height: 100px;
    margin: 0 auto 30px;
    top: 16%;
    right: 30%;
    left: 30%;
}

/*########## ICON POSITIONING END ##########*/

.card__body {
    padding: 30px;
}

.card__header h3 {
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.flip .card-body p {
    color: white;
    font-size: medium;
}


/*#############     FLIP CARDS END     ############# */


.card-index {
    padding: 2% 5% 3% 5%;
    color: white;
}

    .card-index h3 {
        font-family: 'Readex Pro';
        font-weight: 300;
        color: white;
    }

    .card-index p {
        font-family: 'Raleway';
        font-weight: 300;
    }


/*##########################   PAGE 3:MEGOLDÁSOK END  ########################## */
/*##########################   PAGE 4:KAPCSOLATOK  ########################## */


.social-menu ul {
    position: relative;
    padding: 0;
    display: flex;
}

    .social-menu ul a {
        color: #DE5371;
    }

    .social-menu ul li {
        list-style: none;
        margin: 0 10px;
        cursor: pointer;
    }

    .social-menu ul li {
        color: #DE5371;
        font-size: 25px;
        line-height: 50px;
        transition: .5s;
    }

        .social-menu ul li:hover {
            color: #ffffff;
        }

        .social-menu ul li a {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: white;
            text-align: center;
            transition: 0.5s;
            transform: translate(0,0px);
            box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.2);
        }

        .social-menu ul li:nth-child(1) > a:hover,
        .social-menu ul li:nth-child(2) > a:hover,
        .social-menu ul li:nth-child(3) > a:hover,
        .social-menu ul li:nth-child(4) > a:hover,
        .social-menu ul li:nth-child(5) > a:hover {
            background-color: #DE5371;
            color: white;
            box-shadow: 0 0 8px 1px #DE5371;
        }

/*##########################   PAGE 4:KAPCSOLATOK   END  ########################## */

/*##########################   PAGE 5: BLOG  ########################## */
.blog-card.blog {
    background: url("../image/b4.jpg") no-repeat;
}

.blog-card.video {
    background: url("../image/b3.jpg") no-repeat;
}



.blog-card {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
    text-align: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}



    .blog-card .color-overlay {
        /* Rectangle 11: */
        /*  background: rgba(84, 104, 110, 0.4);*/
        width: 350px;
        height: 500px;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
    }

    .blog-card .gradient-overlay {
        /* bg-gradient: */
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
        background-image: linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
        width: 350px;
        height: 500px;
        position: absolute;
        top: 350px;
        left: 0;
        z-index: 15;
    }

    .blog-card:hover .card-info {
        opacity: 1;
        bottom: 120px;
    }

    .blog-card:hover .color-overlay {
        background: rgba(84, 104, 110, 0.8);
    }

.title-content {
    text-align: center;
    margin: 50px 0 0 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 0;
    left: 0;
}

.blog-card h3 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 4px;
    color: white;
    font-family: 'Readex Pro', sans-serif;
    margin-bottom: 0;
}

.blog-card hr {
    width: 50px;
    height: 3px;
    margin: 20px auto;
    border: 0;
    background: #d0bb57;
}

.intro {
    padding: 0% 5% 0% 5%;
    color: #dce3e7;
    font-family: 'Readex Pro', serif;
    font-size: 13px;
    line-height: 18px;
}

.card-info {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    margin: 0 auto;
    padding: 0 20px;
    color: #dce3e7;
    font-family: 'Roboto', serif;
    /*    font-style: 16px;*/
    line-height: 18px;
    z-index: 20;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.utility-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
}

.utility-list {
    list-style-type: none;
    margin: 0 0 30px 20px;
    padding: 0;
    width: 100%;
}

    .utility-list li {
        margin: 0 15px 0 0;
        padding: 0 0 0 22px;
        display: inline-block;
        color: #dce3e7;
        font-family: 'Roboto', sans-serif;
    }

        .utility-list li.comments {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-chat.svg) no-repeat 0 0.1em;
        }

        .utility-list li.date {
            background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-calendar.svg) no-repeat 0 0.1em;
        }


.blog-card .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

/*##########################   PAGE 5: BLOG END  ########################## */

/*##########################   COOKIE CONTENT  ########################## */


.cookie-consent-modal {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    align-items: flex-end;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

    .cookie-consent-modal.active {
        display: flex;
    }

.content {
    background-color: #fff;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    border: 1px solid #DE5371;
    padding: 10px;
}

.btns {
    display: flex;
    justify-content: flex-end;
}

    .btns .btn {
        outline: none;
        margin-right: 1em;
    }


.btn.gomb-altalanos {
    font-family: 'Readex Pro', sans-serif;
    color: white !important;
    border: 0px solid transparent;
    background: linear-gradient(90deg, #DE5371,#e26d69);
    border-radius: 25px 25px 25px 25px;
    font-weight: 400 !important;
}

.gomb-altalanos:hover {
    color: white;
    box-shadow: 0 0 8px 1px #DE5371;
    cursor: pointer;
}

.gomb-vissza {
    font-family: 'Readex Pro', sans-serif;
    color: white;
    border: 0px solid transparent;
    background: linear-gradient(150deg, #2354a3, #0066af, #0078b7, #0088bc, #0098be, #12a7bf, #44b5bf, #67c3c0);
    border-radius: 25px;
}

    .gomb-vissza:hover {
        color: white;
        box-shadow: 0 0 8px 1px #0088bc;
        cursor: pointer;
    }

.cookie-consent-modal p {
    font-size: 13px;
}
/*##########################   COOKIE CONTENT   END  ########################## */
/**************************** Media Queries ****************************/
/******* MAX-WIDTH: 1370PX ********/
@media screen and (max-width:1370px) {
    .pricing-offers li {
        font-size: small;
    }

    .pricing-offers li {
        padding: 0% 0% 0% 0%;
    }

    .pM-cb ul {
        padding: 0.8rem !important;
    }
}

/******* MAX-WIDTH: 1200PX ********/

@media screen and (max-width: 1200px) {
    .set {
        padding: 20% 7% 10% 7%;
    }

        .set h1 {
            font-size: 50px;
        }

    .block0 h1 {
        font-size: 30px;
    }
}

/******* MAX-WIDTH: 1170PX ********/

@media screen and (max-width:1170px) {
    .pricing-offers li {
        font-size: small;
    }

    .pM-cb ul {
        padding: 0.4rem !important;
    }
}

/******* MAX-WIDTH: 1075PX ********/

@media screen and (max-width:1075px) {
    .pricing-offers li {
        font-size: x-small;
    }

    .pM-cb ul {
        padding: 0.2rem !important;
    }

    .pM-cb h2 {
        font-size: x-large;
    }
}

/******* MAX-WIDTH: 992PX ********/

@media screen and (max-width: 992px) {
    .set {
        padding: 20% 5% 10% 5%;
    }

        .set h1 {
            font-size: 42px;
        }

        .set h2 {
            font-size: 24px;
        }

    .widget-image {
        margin-top: 3%;
    }

        .widget-image .img-fluid {
            max-width: 60%;
        }

    #parallax-world-of-ugg .block {
        padding-top: 20px;
    }


    #parallax-world-of-ugg .parallax-one > .wp1,
    #parallax-world-of-ugg .parallax-one > .wp2,
    #parallax-world-of-ugg .parallax-one > .wp3,
    #parallax-world-of-ugg .parallax-one > .wp4,
    #parallax-world-of-ugg .parallax-one > .wp5,
    #parallax-world-of-ugg .parallax-one > .wp6,
    #parallax-world-of-ugg .parallax-one > .wp7,
    #parallax-world-of-ugg .parallax-one > .wp8,
    #parallax-world-of-ugg .parallax-one > .wp9,
    #parallax-world-of-ugg .parallax-one > .wp10,
    #parallax-world-of-ugg .parallax-one > .wp11,
    #parallax-world-of-ugg .parallax-one > .wp12,
    #parallax-world-of-ugg .parallax-one > .wp13,
    #parallax-world-of-ugg .parallax-one > .wp14 {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .pricing-offers li {
        font-size: medium;
    }

    .pM-cb ul {
        padding: 1.5rem !important;
    }

    .pM-cb h2 {
        font-size: xx-large;
    }

    .kartya-info h2 {
        font-size: 18px;
    }

    .card-index h3 {
        font-size: 20px;
    }

    .block1 {
        padding: 15% 5% 8% 5%;
    }
}

/******* MAX-WIDTH: 767PX ********/

@media screen and (max-width: 767px) {
    .set {
        padding: 25% 2% 10% 2%;
    }

        .set h1 {
            font-size: 40px;
        }

        .set h2 {
            font-size: 19px;
        }

    .block1 {
        padding: 15% 5% 8% 5%;
    }
}

/******* MAX-WIDTH: 576PX ********/

@media (max-width: 576px) {
    #background-video {
        display: none;
    }

    body {
        background-image: url(../image/wp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: cover;
    }

    .set {
        padding: 25% 10% 10% 10%;
    }

        .set h1 {
            font-size: 30px;
        }

        .set h2 {
            font-size: 14px;
        }

    .block0 h1 {
        font-size: 36px;
    }

    .block1 {
        padding: 20% 5% 8% 5%;
    }

        .block1 h1 {
            font-size: 30px;
        }

    #parallax-world-of-ugg .block {
        background: white;
        padding: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .widget-image {
        margin-top: 3%;
    }
}

/******* MAX-WIDTH: 430PX ********/

@media screen and (max-width:430px) {
    .pricing-offers li {
        font-size: inherit;
    }
}

/*************************** MEDIA QUERIES END **************************/

/*************************** HOME OLDAL REKLÁM **************************/

.banner-container {
    /* display: flex;*/
    align-items: center;
    justify-content: center;
}

    .banner-container .banner {
        background: linear-gradient(-55deg, #ff7675 29%, #d63031 29.1%, #d63031 68%, #ff7675 68.1%);
        border-radius: 5px;
        margin: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        box-shadow: 0 5px 10px #0005;
        overflow: hidden;
    }

.cont {
    background-color: transparent;
    border: 0;
}

.banner-container .banner .cont {
    flex: 1 1 250px;
    text-align: center;
    padding: 150px;
}

    /*.banner-container .banner .content span{
    color:#eee;
    font-size: 25px;
}*/

    .banner-container .banner .cont h3 {
        color: #fff;
        font-size: 40px;
    }

    .banner-container .banner .cont p {
        color: #eee;
        font-size: 20px;
        padding: 10px 0;
    }

/*************************** HOME OLDAL REKLÁM END **************************/

/*************************** HOME IMPRESSZUM / OPOSSZUM **************************/

.imp {
    color: #808080;
    font-weight: 800;
}

/*************************** HOME IMPRESSZUM END **************************/

.hero {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.price {
    color: #dc3545;
    font-size: 2rem;
    font-weight: bold;
}

.ulLanding {
    font-size: 1rem;
}

.btn-interest {
    background-color: #28a745;
    color: white;
}

.btn-phone {
    background-color: #007bff;
    color: white;
}