/*
Theme Name: Ropower
Author: George N
Description: Custom theme developed for Ropwer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The goal of this theme is to serve as an educational project to see what it
takes to get started on WordPress theme building.
*/

/**
 * For the absolute bare minimum, WordPress can install a theme with a single
 * "Theme Name" comment header. A header must be provided before CSS begins.
 *
 * Above, this stylesheet has the practical minimum for non-Theme Directory use.
 *
 * I suggest getting started on your CSS with my reset/normalization stylesheet,
 * Setup.
 * https://github.com/davidegreenwald/css-setup
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
	margin: 0;
	margin-bottom: 0!important;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* VARS */



/* element {
    background-color: var(--visby-bold);
} */

/* Force Bootstrap */ 

.row {
    --bs-gutter-x: 0rem!important;
}

.container {
    max-width: 1530px!important;
}

.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.spacer {
    padding: 50px;
    position: relative;
}

/* Fonts */

@font-face {
    font-family: Gradual-Bold;
    src: url(fonts/BwGradual-ExtraBold.otf);
}
@font-face {
    font-family: Gradual-Medium;
    src: url(fonts/BwGradual-Medium.otf);
}
@font-face {
    font-family: Gradual-Regular;
    src: url(fonts/BwGradual-Regular.otf);
}

:root {
    --gradual-regular: Gradual-Regular;
    --gradual-medium: Gradual-Medium;
    --gradual-bold: Gradual-Bold;
}

/* ------------------ */

a {
    text-decoration: none!important;
}

.fa-solid{
    font-family: FontAwesome !important;
}

.navbar-toggler-icon {
    color: #fff;
    font-size: 23px;
    border: 0px;
    padding-top: 6px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem!important;
}

/* ROPOWER */

body {
    overflow-x: hidden!important;
    background: rgb(48,146,207);
    background: linear-gradient(180deg, rgba(48,146,207,1) 10%, rgba(23,23,73,1) 70%);
}

.article-thumbnail {
    border-radius: 30px;
}

.pn-hero {
    width: 100%;
}

.contact-main {
    background-color: #fff;
    border-radius: 60px;
}

.font-dark {
    color: #161243!important;
}

.new-bg {
    background-color: #16124373!important;
}

.current {
    text-decoration: underline;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.page-numbers {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}

.cpadding {
    padding: 50px 50px 50px 50px;
}

#cmap {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 60px;
}

.flex-p {
    margin-top: 15px;
    display: flex;
}

.contact-icons {
    padding-right: 20px;
    font-size: 30px;
    font-weight: 900!important;
    -webkit-text-stroke: 1px;
}

.page-numbers:hover {
    color: #ffffff9a;
}

#menu-meniu-principal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#menu-meniu-principal {
    display: flex;

}

.article-thumbnail {
    min-height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-search {
    border-radius: 30px!important;
}

.thenav {
    padding: 20px 0px 20px 0px;
}

ul {
    padding-left: 0px!important;
}

.menu-item {
    padding-left: 3vw;
}

.thenav > .menu-item > a {
    color: #fff;
    font-weight: 400;
    font-family: var(--gradual-medium);
}


.thenav .menu-item > a:hover {
    color: #fff;
    text-shadow: 2px 16px 14px rgba(0, 0, 0, 0.7);
}

.sub-menu > .menu-item {
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding-top: 10px;
    padding-bottom: 0px;
}

.sub-menu {
    display: none;
    position: absolute;
    z-index: 2;
    color: #07A14A;
    margin-top: 0px;
    padding: 10px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 5px 5px 5px #aaaaaa;
}

.sub-menu > li > a {
    color: #07A14A;
    padding: 5px!important;
}


.menu-item-has-children:hover .sub-menu {
    display: block;

}

.menu-item-has-children:hover {
    position: relative;
}

.menu-pad {
    padding: 20px 0px 20px 0px;
}


.under-hero-t {
    font-size: 35px;
    color: #161243;
    padding: 30px;
    text-align: center;
    
}

.under-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.inner-uh {
    max-width: 900px;
    background-color: #fff;
    border-radius: 60px;
    margin-top: -40px;
    
}




.genheader {
    line-height: 1.3em;
    padding: 40px 0px 30px 0px;
    font-size: 45px;
    color: #fff;
    font-family: var(--gradual-bold);
}

.gensubheader {
    padding: 30px 0px 10px 0px;
    font-size: 30px;
    color: #fff;
    font-family: var(--gradual-bold);
}

.gentext {
    font-size: 18px;
    color: #fff;
    font-family: var(--gradual-regular);
    line-height: 1.9em;
}

.gentext-sm {
    font-size: 15px;
    color: #fff;
    font-family: var(--gradual-regular);
    line-height: 1.9em;
}

.rounded-img {
    border-radius: 60px;
}

.pr {
    position: relative;
}

#molecule1 {
    position: absolute;
    max-width: 45vw;
    top: -11vw;
    left: -12vw;
    z-index: -2;
}

#molecule3 {
    position: absolute;
    max-width: 55vw;
    top: -1vw;
    left: -7vw;
    z-index: -2;
}

@media only screen and (min-width: 1600px) {
    #molecule1 {
        position: absolute;
        max-width: 55vw;
        top: -16vw;
        left: -8vw;
        z-index: -2;
    }
}

@media only screen and (min-width: 1100px) {
    #molecule1 {
        position: absolute;
        max-width: 52vw;
        top: -9vw;
        left: -8vw;
        z-index: -2;
    }
}

.v-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    border: 0px!important;
    border-radius: 40px!important;
    overflow: hidden;
    background-color: #3d6cb766!important;

}

.card-title {
    width: 100%;
    padding: 40px;
    color:#fff;
    font-family: var(--gradual-bold);
    background-color: #3194d1;
    border-radius: 37px;
}

.inner-card {
    padding: 40px;
}

.articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.article-t {
    font-size: 20px;
    font-family: var(--gradual-bold);
    line-height: 1.4em;
    color: #fff;
}

.article-b {
    font-size: 20px;
    font-family: var(--gradual-regular);
    line-height: 1.4em;
    color: #fff;
    font-weight: 200;
    padding: 20px 0px 20px 0px;

}

.fimage {
    min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    margin-bottom: 40px!important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}

.footer-hr {
    height: 2px!important;
    background-color:#fff;
    margin: 2rem 0;
    border: 0;
    opacity: 1;
}

.underfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm {
    max-width: 50px!important;

}

.dot {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
  }

.bubbles {
    width: 90%;
    max-width: 1309px;
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 40px;
    margin-left: auto; 
    margin-right: auto; 
    opacity: 0.2;
    z-index: -2;
   

}

.bubbles1 {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    left: 0px;
    /* right: 0; */
    top: -200px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.2;
    z-index: -2;
    rotate: 85deg;

}

.bubbles2 {
    width: 1309px;
    position: absolute;
    right: -70px;
    bottom: 0px;
    opacity: 0.5;
    z-index: -2;
    rotate: 30deg;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    padding-left: 40px!important;
    padding-right: 40px!important;
}


.form-title {
    text-align: center;
    min-width: 70%;
    border-radius: 60px;
    background-color: #3194D1;
    margin-bottom: -70px!important;
    z-index: 2;
}

.form-box {
    padding: 100px 150px 50px 150px;
    background-color: #3194d11f;
    border-radius: 60px;
    backdrop-filter: blur(5px);
}

.wpcf7-form-control {
    border: 2px solid #3194D1;
    width: 100%!important;
    background-color: transparent;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
}

#wpcf7-f109-o1 > form > p> label {
    width: 100%;
    color: #fff;
    font-family: var(--gradual-medium);
    margin-top: 30px;
    margin-bottom: 20px;
}

.wpcf7-submit {
    margin-top: 50px;
    width: 300px!important;
    background-color: #161243;
    border: 2px solid #161243;
    font-family: var(--gradual-medium);
}

.wpcf7-spinner {display: none;}


.contact-label {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.wpcf7-select {
    background-color: #3194D1;
}

#carouselExampleControls {
    display: none;
}


.menu-wrap {
    flex-direction: row;
}

.nmr-200 {
    margin-right: -240px;
}

.despre {
    color: #161243;
    font-family: var(--gradual-bold);
    background-color: #fff;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 30px;
    margin-bottom: -20px!important;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.qa {
    color: #161243;
    font-family: var(--gradual-bold);
    background-color: #fff;
    display: inline-block;
    padding: 20px 70px;
    border-radius: 50px;
    font-size: 20px;
    margin-bottom: -20px!important;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.qa2 {
    color: #fff;
    font-family: var(--gradual-bold);
    background-color: #161243;
    display: inline-block;
    padding: 20px 70px;
    border-radius: 50px;
    font-size: 20px;
    margin-bottom: -20px!important;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.well {
    position: relative;
    padding: 70px 70px;
    background-color: #3d6cb766;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.well2 {
    color: #fff;
    font-size: var(--gradual-regular);
    font-size: 18px;
    position: relative;
    padding: 50px 70px;
    background-color: #3d6cb766;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.dark-text{
    color: #161243!important;
}

.well3 {
    color: #161243;
    font-size: var(--gradual-regular);
    font-size: 18px;
    position: relative;
    padding: 50px 70px;
    background-color: #fff;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.rop-btn {
    background-color: #161243;
    font-size: 25px;
    font-family: var(--gradual-bold);
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    float: right;
    margin-top: -50px;
    margin-right: 50px;
    z-index: 22;
}

.rop-btn:hover {
    cursor: pointer;
    color: #fff;
}

.parteneri {
    background-color: #fff;
    color: #161243;
    display: inline-block;
    border-radius: 50px;
    padding: 20px 40px;
    text-align: center;
}

.parteneri-reverse {
    background-color: #161243;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 20px 40px;
    text-align: center;
}

.parteneri-grid {
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 70px;
}

.grid-inner {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50px;
}

#grad2 {
    position: absolute;
    top: -310px;
    right: -60px;
    max-width: 900px;
    z-index: -2;
}

.cifre-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cifre-inner {
  
    text-align: center;
    padding: 20px;
}

.cifre-inner > h1 {
    padding: 0px;
}

.mt-6 {
    margin-top: 70px;
}

.page-title {
    font-size: 60px;
    font-family: var(--gradual-bold);
    line-height: 1.4em;
    color: #fff;
}

.overlap-box {
    background-color: #fff;
    padding: 40px;
    margin-top: -70px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 50px;
    color: #161243;
    font-family: var(--gradual-regular);
    font-size: 18px;
    line-height: 1.4em;
}

.left-half {
    padding: 0px 70px 0px 70px!important;
}

.nuscale{
    margin-bottom: -70px!important;
    width: 100%;
    max-width: 890px;
}

.stick-right {
    background-color: #3d6cb766;
    /* border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; */
    border-radius: 50px;
    backdrop-filter: blur(5px);
    z-index: -1;
    padding-top: 70px;
    padding-left: 70px;
   
 
    float: right;
    right: 0;
  
    margin-left: 50px;
    margin-bottom: 120px!important;
   
}

.text-dark {
    color: #161243!important;
}

/* .desk-right-pad {

    padding-right: 50px;
} */

.stick-left {
    background-color: #3d6cb766;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    border-radius: 50px;
    backdrop-filter: blur(5px);
    z-index: -1;
    padding-top: 70px;
    padding-right: 70px;
    position: relative;
    left: 0px;
    max-width: 600px;
    float: left;
  
    margin-right: 50px;
    margin-bottom: 120px!important;
}

.nuscale2{
    margin-bottom: -70px!important;
    margin-left: 0px!important;
    margin-right: 70px!important;
    width: 100%;
    max-width: 700px;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

.pad-100 {
    padding-left: 70px;
    padding-right: 70px;
}

.negative-pos-pn {
    margin-top: -300px;
}

.positive-pos-pn {
    margin-top: 250px;
}

.overlap-box-2 {
    position: relative;
    background-color: #fff;
    padding: 40px;
    margin-top: -70px;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 50px;
    color: #161243;
    z-index: 111;
    border-radius: 100px;
}

.hugef{
    font-weight: 600;
    font-size: 30px;
}

.mt-var {
    margin-top: 60px;
}

.carousel-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 5px;
    
}

.carousel-item {
    background-color: #fff;
    border-radius: 60px;
    margin: 2px;
    padding: 50px;
}

.wpcf7-file {
    max-width: 265px;
    border-radius: 30px;
    color: #fff;
    background-color: #3194D1;
}

input::file-selector-button {
    background-color: transparent;
    color: #fff;
    border: thin solid #3194D1;
}

/* DESKTOP */



@media screen and (max-width: 1200px) { 

    .desk-right-pad {
        padding-right: 0px;
    }

    .stick-left, .stick-right {
        display: none;
    }
    
    .left-half {
        padding: 0px 0px 0px 0px!important;
    }

    .overlap-box {
        background-color: #fff;
        padding: 30px;
        margin-top: -70px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 50px;
        color: #161243;
        font-family: var(--gradual-regular);
        font-size: 18px;
        line-height: 1.4em;
    }

    .well {
        position: relative;
        padding: 50px 20px;
    }

    .show-mobile {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    .show-desktop {
        display: none;
    }

    .under-image {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #3d6cb780;
        border-radius: 50px
    }

    .pad-100 {
        padding-left: 70px;
        padding-right: 70px;
    }

}




@media only screen and (min-width: 990px) and (max-width: 1180px) {
    .under-hero-t {
        font-size: 25px;
    }

    .inner-uh {
        max-width: 80%;
        margin-top: 80px;
    }

    .genheader {
        font-size: 25px;
    }

    .card-title {
        font-size: 25px;
    }

    .article-b {
        font-size: 17px;
    }

    #wpcf7-f109-o1 > form > p> label {
        font-size: 17px;
    }

    .form-box {
        padding: 50px 50px 50px 50px;
    }

    .form-title {
        padding: 20px 10px 20px 10px;
        font-size: 20px;
        margin-bottom: -35px!important;
    }

    .spacer {
        padding: 25px;
    }

    .nmr-200 {
        margin-right: 0px;
    }
    
    .parteneri-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .cifre-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

}

/* mobile */

@media screen and (max-width: 990px) {

    .contact-main {
        overflow: hidden;
    }
    
    #cmap {
        border-radius: 0px;
    }

    .custom-contact-pad {
        padding: 24px!important;
    }

    .negative-pos-pn {
        margin-top: -20px;
    }

    .mt-var {
        margin-top: 20px;
    }

    .well3 {
        color: #161243;
        font-size: var(--gradual-regular);
        font-size: 18px;
        position: relative;
        padding: 30px 30px;
        background-color: #fff;
        border-radius: 50px;
        backdrop-filter: blur(5px);
        z-index: -1;
    }

    .overlap-box-2 {
        position: relative;
        background-color: #fff;
        padding: 10px;
        margin-top: -20px;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 50px;
        color: #161243;
        z-index: 111;
        border-radius: 40px;
    }
    
    .positive-pos-pn {
        margin-top: 0px;
    }

    .pad-100 {
        padding-left: 0px;
        padding-right: 0px;
    }



    .sm-reverse {
        flex-direction: column-reverse;
    }

    #molecule1 {
        position: absolute;
        max-width: 98vw;
        top: -11vw;
        left: 40%;
        z-index: -2;
    }

    .sm-hide {
        display: none;
    }

    .container-fluid {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .inner-uh {
        max-width: 100%;
        margin-top: 40px;
    }

    .under-hero {
        padding-bottom: 20px;
    }

    .under-hero-t {
        font-size: 25px;
    }


    .genheader {
        font-size: 25px;
    }

    .gentext {
        font-size: 17px;
    }

    .card-title {
        font-size: 25px;
    }

    .article-b {
        font-size: 17px;
    }

    #wpcf7-f109-o1 > form > p> label {
        font-size: 17px;
    }

    .form-box {
        padding: 50px 50px 50px 50px;
    }

    .form-title {
        padding: 20px 10px 20px 10px;
        font-size: 20px;
        margin-bottom: -35px!important;
    }

    .spacer {
        padding: 25px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }

   

    #menu-meniu-principal {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        
    }
    .menu-item {
        padding-left: 0vw;
        line-height: 1.8em;
    }

    .logo {
        max-width: 110px!important;
    }

    .gal-title {
        text-align: left;
    }

    .bubbles2 {
        width: 979px;
        top: -360px;
        position: absolute;
        right: 210px;
        bottom: 0px;
        opacity: 0.5;
        z-index: -2;
        rotate: 0deg;
    }
    
    .bubbles1 {
        width: 719px;
        top: -320px;
        position: absolute;
        right: 210px;
        bottom: 0px;
        opacity: 0.5;
        z-index: -2;
        rotate: 0deg;
    }

    .under-hero-t {
        font-size: 20px;
    }

    .logo {
        padding-left: 10px;
    }

    .gallery-grid {
        display: none;
    }

    #carouselExampleControls {
        display: block;
    }

    .menu-wrap {
        flex-direction: row-reverse;
    }
    
    .nmr-200 {
        margin-right: 0px;
    }

    .parteneri-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cifre-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .mt-6 {
        margin-top: 30px;
    } 

    .well {
        position: relative;
        padding: 70px 70px;
       
    }

    .qa {
        padding: 20px 40px;
    }
    
    .rop-btn {
        font-size: 16px;
    }
    
    .well2 {
        padding: 50px 40px;
    }

    .parteneri-grid {
        padding-top: 50px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        
    }

    .grid-inner {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .page-title {
        font-size: 40px;
    }

    .despre {
        font-size: 20px;
    } 

    .well {
        position: relative;
        padding: 70px 40px;
    }

    /* tel */

    @media screen and (max-width: 990px) { 
        
        .well {
            position: relative;
            padding: 50px 30px;
        }


    }


  }