/*
Theme Name: VIP Zona
Template: houzez
Version: 1.0
Author:	Jimako
Theme URI: https://www.webidea.sk/
Author URI: https: //www.webidea.sk
*/

@import url("../houzez/style.css");

/*Add your own styles here:*/
 
 * {
     scrollbar-width: thin;
     scrollbar-color: var(--ms-color-theme-primary) var(--ms-color-grey-1);
 }

 
body #main-wrap {
    margin-top: 100px !important;
}
 /* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
 .footer {
     background-color: #1e263a;
     z-index: 1;
 }

 .footer__newsletter {
     padding: 50px 0px 56px;
     border-bottom: 1px solid #ffffff20;
 }

 @media only screen and (max-width: 1199px) {
     .footer__newsletter {
         padding: 50px 0px;
     }
 }

 @media only screen and (max-width: 991px) {
     .footer__newsletter {
         padding: 35px 0px 40px;
     }
 }

 .footer__newsletter__content h3,
 .footer__newsletter__content p {
     color: #ffffff;
 }

 .footer__newsletter__content p {
     margin-top: 12px;
 }

 @media only screen and (max-width: 575px) {
     .footer__newsletter__content {
         margin-bottom: 20px;
     }
 }

 .footer__newsletter__input__group {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     gap: 24px;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 @media only screen and (max-width: 767px) {
     .footer__newsletter__input__group {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
         -ms-flex-align: start;
         align-items: flex-start;
     }
 }

 .footer__newsletter__input__group .input {
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
 }

 @media only screen and (max-width: 767px) {
     .footer__newsletter__input__group .input {
         width: 100%;
     }
 }

 .footer__newsletter__input__group .button {
     width: 196px;
     padding: 14px 30px;
     height: 60px;
 }

 @media only screen and (max-width: 1199px) {
     .footer__newsletter__input__group .button {
         width: 170px;
         height: auto;
         padding: 12px 20px;
     }
 }

 @media only screen and (max-width: 991px) {
     .footer__intro {
         margin-bottom: 33px;
         width: 80%;
     }
 }

 @media only screen and (max-width: 767px) {
     .footer__intro {
         width: 100%;
     }
 }

 .footer__intro p {
     color: #ffffff;
     font-weight: 400;
     margin-top: 23px;
 }

 @media only screen and (max-width: 1399px) {
     .footer__intro p {
         font-size: 14px;
         line-height: 22px;
     }
 }

 .footer__intro .social {
     margin-top: 28px;
 }

 @media only screen and (max-width: 1399px) {
     .footer__intro .social {
         margin-top: 18px;
     }
 }

 @media only screen and (max-width: 1399px) {
     .footer__intro .social a {
         width: 40px;
         height: 40px;
         line-height: 40px;
     }
 }

 @media only screen and (max-width: 1399px) {
     .footer__intro .social a i {
         font-size: 14px;
     }
 }

 .footer__links h5 {
     font-weight: 600;
     color: #ffffff;
 }

 .footer__links ul {
     margin-top: 25px;
 }

 @media only screen and (max-width: 767px) {
     .footer__links ul {
         margin-top: 15px;
     }
 }

 .footer__links li {
     border-bottom: 1px solid #ffffff20;
 }

 .footer__links li:last-of-type {
     border-bottom: 0px;
 }

 .footer__links li:last-of-type a {
     padding-bottom: 0px;
 }

 .footer__links li:first-of-type a {
     padding-top: 0px;
 }

 .footer__links li a {
     font-weight: 400;
     color: #ffffff;
     padding: 10px 0px;
     display: block;
 }

 @media only screen and (max-width: 1399px) {
     .footer__links li a {
         font-size: 14px;
         line-height: 22px;
         padding: 8px 0px;
     }
 }

 .footer__links li a:hover {
     color: #ffffff;
     padding-left: 5px;
 }

 @media only screen and (max-width: 767px) {
     .footer__links--alt {
         margin-bottom: 35px;
     }
 }

 @media only screen and (max-width: 575px) {
     .footer__links--alt--two {
         margin-bottom: 35px;
     }
 }

 .footer__credit {
     padding: 25px 0px;
     border-top: 1px solid #ffffff20;
 }

 @media only screen and (max-width: 1199px) {
     .footer__credit {
         padding: 20px 0px;
     }
 }

 .footer__copyright p {
     color: #ffffff;
 }

 @media only screen and (max-width: 575px) {
     .footer__copyright p {
         text-align: center;
         margin-top: 5px;
         margin-bottom: 5px;
     }
 }

 .footer__copyright p a {
     font-weight: 400;
     color: #26dd77;
 }

 .footer__copyright p a:hover {
     color: #ffffff;
 }

 .footer__language {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
 }

 @media only screen and (max-width: 575px) {
     .footer__language {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         margin-top: 4px;
     }
 }

 .footer__language .nice-select {
     background-color: transparent;
     border: none;
     outline: none;
     height: auto !important;
     line-height: inherit !important;
     padding-left: 0px;
     padding-right: 20px;
 }

 @media only screen and (max-width: 575px) {
     .footer__language .nice-select {
         margin-left: auto;
         margin-right: auto;
     }
 }

 .footer__language .nice-select::after {
     width: 10px;
     height: 10px;
     margin-top: -7px;
     border-color: #ffffff;
     right: 4px;
 }

 @media only screen and (max-width: 575px) {
     .footer__language .nice-select::after {
         width: 8px;
         height: 8px;
         margin-top: -6px;
     }
 }

 .footer__language .nice-select .current {
     color: #ffffff;
     font-weight: 400;
     text-transform: uppercase;
     position: relative;
 }

 .footer__language .nice-select .current::before {
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     content: "\f0ac";
     font-size: 18px;
     margin-right: 10px;
 }

 @media only screen and (max-width: 575px) {
     .footer__language .nice-select .current::before {
         font-size: 16px;
         margin-right: 5px;
     }
 }

 .footer__language .nice-select .list {
     position: absolute;
     top: unset;
     bottom: 100%;
     background-color: #0c266c;
     -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
     box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.5);
     min-width: 70px;
 }

 @media only screen and (max-width: 575px) {
     .footer__language .nice-select .list {
         min-width: 60px;
     }
 }

 .footer__language .nice-select .list:hover .selected {
     color: #ffffff;
 }

 .footer__language .nice-select .option {
     background-color: #0c266c;
     color: #ffffff;
     min-height: auto;
     line-height: 28px;
     padding: 5px 10px;
     text-transform: uppercase;
     text-align: center;
     font-size: 16px;
 }

 @media only screen and (max-width: 575px) {
     .footer__language .nice-select .option {
         font-size: 14px;
         line-height: 20px;
     }
 }

 .footer__language .nice-select .option:hover {
     background-color: #ffffff;
     color: #0c266c;
 }

 .footer__language .nice-select .selected {
     font-weight: 400;
     color: #0c266c;
 }

 .footer__language .nice-select .selected:hover {
     color: #0c266c !important;
 }

 .footer__animation img {
     position: absolute;
     height: auto;
     z-index: -1;
 }

 .footer__animation .left__circle {
     left: 0px;
     top: 30px;
     max-width: 16vw;
     opacity: 0.3;
 }

 .footer__animation .right__circle {
     right: 0px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     opacity: 0.4;
     max-width: 15vw;
 }

 .footer__animation .home__illustration {
     left: 0px;
     bottom: 0px;
     max-width: 25vw;
     opacity: 0.5;
 }

 @media only screen and (max-width: 575px) {
     .footer__animation .home__illustration {
         max-width: 30vw;
         left: 30vw;
     }
 }

 header {
     position: fixed;
     top: 0px;
     left: 0px;
     right: 0px;
     background-color: transparent;
     z-index: 99;
     -webkit-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 .header__active {
     -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
     box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
     background-color: #ffffff;
 }

 .header--secondary {
     background-color: #ffffff;
 }

 .navbar {
     padding: 23px 0px;
     background-color: transparent;
 }

 @media (min-width: 1200px) and (max-width: 1399px) {
     .navbar {
         padding: 24px 0px;
     }
 }

 @media only screen and (max-width: 1199px) {
     .navbar {
         padding: 21px 0px;
     }
 }

 .navbar li {
     margin-top: 0px;
 }

 .navbar__active {
     -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
     box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
     background-color: #ffffff;
 }

 .navbar-brand {
     margin: 0px;
     padding: 0px;
 }

 .logo {
     max-width: 140px;
     height: auto;
 }

 @media only screen and (max-width: 1399px) {
     .logo {
         height: 40px;
     }
 }

 @media only screen and (max-width: 767px) {
     .logo {
         max-width: 130px;
         height: 38px;
     }
 }

 .navbar__out {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 30px;
 }

 @media only screen and (max-width: 767px) {
     .navbar__out {
         gap: 20px;
     }
 }

 .nav__group__btn {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 30px;
 }

 @media only screen and (max-width: 767px) {
     .nav__group__btn {
         gap: 20px;
     }
 }

 .nav__group__btn .log {
     color: #0c266c;
     font-weight: 600;
 }

 .nav__group__btn .log:hover {
     color: #4e0dff;
 }

 @media only screen and (max-width: 1199px) {
     .nav__group__btn .button {
         padding: 13px 25px;
     }
 }

 @media only screen and (max-width: 1399px) {
     .nav__group__btn a {
         font-size: 16px;
         line-height: 22px;
     }
 }

 .navbar-collapse {
     margin-left: 60px;
 }

 @media only screen and (max-width: 1399px) {
     .navbar-collapse {
         margin-left: 40px;
     }
 }

 @media only screen and (max-width: 1199px) {
     .navbar-collapse {
         margin-left: 0px;
         margin-top: 15px;
         max-height: 300px;
         overflow-y: auto;
     }

     .navbar-collapse::-webkit-scrollbar {
         width: 5px;
     }

     .navbar-collapse::-webkit-scrollbar-track {
         background-color: #e4e4e4;
         border-radius: 10px;
     }

     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: #5927e3;
         border-radius: 10px;
     }
 }

 @media only screen and (max-width: 1199px) {
     .nav-item {
         margin-bottom: 3px;
     }
 }

 @media only screen and (max-width: 575px) {
     .nav-item .button {
         max-width: 100%;
         width: 100%;
         display: block;
         border-radius: 0px;
         text-align: left;
         padding: 8px 16px;
     }

     .nav-item:last-of-type {
         margin-bottom: 0px;
     }

     .nav-item:last-of-type .button--last {
         display: block;
         width: 100%;
         border-radius: 0px;
     }
 }

 @media only screen and (max-width: 1199px) {
     .nav-item:nth-last-of-type(2) {
         margin-bottom: 0px;
     }
 }

 @media only screen and (max-width: 575px) {
     .nav-item:nth-last-of-type(2) {
         margin-bottom: 3px;
     }
 }

 .nav-link {
     color: #0c266c;
     font-weight: 600;
     padding: 8px 10px !important;
     -webkit-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     font-size:18px!important;
    color: #13216e!important;
 }

 @media only screen and (max-width: 1399px) {
     .nav-link {
         font-size: 16px;
         line-height: 22px;
     }
 }

 @media only screen and (max-width: 1199px) {
     .nav-link {
         padding: 8px 16px !important;
         background-color: #f0f8fa;
     }
 }

 .nav-link:hover {
     color: #4e0dff;
 }


 /* ==== 
 --------- (3.2) buttons styles start ---------
 ==== */
 .button {
     padding: 14px 30px 16px;
     background-color: #5927e3;
     border-radius: 10px;
     -webkit-box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
     box-shadow: 0px 4px 24px 0px rgba(89, 39, 227, 0.25);
     text-align: center;
     position: relative;
     overflow: hidden;
 }

 @media only screen and (max-width: 767px) {
     .button {
         padding: 10px 30px 12px;
     }
 }

 .button i {
     margin-left: 4px;
 }

 @media only screen and (max-width: 575px) {
     .button {
         padding: 12px 25px 14px;
         font-size: 14px;
     }
 }

 .button::before {
     background: #ffffff;
     content: "";
     height: 200px;
     opacity: 0;
     position: absolute;
     top: -50%;
     bottom: 0px;
     -webkit-transform: rotate(15deg);
     transform: rotate(15deg);
     width: 30px;
     -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
     transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
 }

 .button::after {
     background: #ffffff;
     content: "";
     height: 200px;
     opacity: 0;
     position: absolute;
     top: -50%;
     -webkit-transform: rotate(15deg);
     transform: rotate(15deg);
     -webkit-transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
     transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
     width: 30px;
 }

 .button:hover {
     color: #ffffff;
     -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
     box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
 }

 .button--secondary {
     background-color: #ffffff;
     color: #13216e;
 }

 .button--secondary:hover {
     background-color: #5927e3;
     color: #ffffff;
 }

 .button--effect::before {
     left: -50%;
 }

 .button--effect::after {
     left: -100%;
 }

 .button--effect:hover::before {
     left: 120%;
     opacity: 0;
 }

 .button--effect:hover::after {
     left: 200%;
     opacity: 0.5;
 }

 .scrollToTop {
     position: fixed;
     bottom: 0;
     right: 24px;
     width: 45px;
     height: 45px;
     background-color: #5927e3;
     border-radius: 5px;
     color: #ffffff;
     line-height: 45px;
     font-size: 20px;
     text-align: center;
     z-index: 999;
     cursor: pointer;
     -webkit-box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
     box-shadow: 0px 4px 24px 0px rgba(19, 33, 110, 0.25);
     -webkit-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     -webkit-transform: translateY(100%);
     transform: translateY(100%);
 }

 @media only screen and (max-width: 1199px) {
     .scrollToTop {
         right: 12px;
         width: 30px;
         height: 30px;
         line-height: 30px;
         font-size: 16px;
         border-radius: 0px;
     }
 }

 @media only screen and (max-width: 767px) {
     .scrollToTop {
         font-size: 14px;
     }
 }

 .scrollToTop i {
     color: #ffffff;
     -webkit-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 .scrollToTop:hover {
     background-color: #5927e3;
     -webkit-box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
     box-shadow: 0px 10px 24px 0px rgba(89, 39, 227, 0.8);
 }

 .scrollToTop:hover i {
     color: #ffffff;
 }

 .scrollToTop.active {
     bottom: 30px;
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
 }

 @media only screen and (max-width: 767px) {
     .scrollToTop.active {
         bottom: 15px;
     }
 }

a.button {
    color: white !important;
}
