
@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}

html {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: "Segoe UI"!important;
  margin: 0px;
 color:#000000;
}

.swiper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contacti {
    display: flex
;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
}
.hartac {
	display:flex;
}
.elem {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
	
}
.main-header {
  display: flex;
  height: 166px;
		background: rgb(0,114,187);
background: linear-gradient(142deg, rgba(0,114,187,1) 49%, rgba(255,255,255,1) 57%);
  z-index: 3;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  font-family: Segoe UI Semibold;
  flex-wrap: nowrap;
  flex-direction: row;
}
.details-bar {
  background-color: #f2f2f2;
  font-size: 12px;
  color: #000000;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
  width: 100%;
  height: 38px;
  display: flex;
    font-family: Segoe UI Semibold;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
}

.patimagini {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
	
}
.imagine1 {
	width:250px;
		border-radius: 15px;
	height:250px;
	background-image:url("../img/cub1.png");
	background-position:center
}
.imagine2 {
	width:250px;
	height:250px;
		border-radius: 15px;
	background-image:url("../img/cub2.png");
	background-position:center
}
.imagine3 {
	width:250px;
	height:250px;
	margin-top:10px;
		border-radius: 15px;
	background-image:url("../img/cub3.png");
	background-position:center
}
.imagine4 {
	width:250px;
	height:250px;
	margin-top:10px;
		border-radius: 15px;
	background-image:url("../img/cub4.png");
	background-position:center
}


.wimg {
	background-image:url("https://i.ibb.co/qYzSHrtJ/cheibune.jpg");
	width:400px;
	height:700px;
	background-position:center
	
	
}
.wdesca {
	background-color:#eee;
	width:700px;
	min-height:150px;
	padding:20px;
	
}
.wdescb{
		width:700px;
	min-height:150px;
		padding:20px;
}
.whyus {
margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
	
}
.goal3 {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;

}
.btitle {
	font-size: 20px;
	
}
.duladesc {
	  text-align: center;
	  color:#1a1a1a;
	font-size: 12px;
	width: 270px;
}
.bulab {
	background-color: #0072bb;
	font-size: 50px;
    border: 2px solid #eee;
    padding: 10px;
    height: 120px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    border-radius: 100px;
    margin-bottom: 10px;
}
.balb {
	color:#ffffff!important;
}
.g1 {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.g2 {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.g3 {
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.soci {
	font-size: 25px!important;
	color:#000000;
	
	
}
  .m1 {
flex: 1;
    display: flex;
    justify-content: space-around;

  }
  .m2 {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .m3 {
	flex: 1;
    display: flex;
    justify-content: center;
	  
  }

.gaps {
  gap: 20px;
  margin-right: 20px;
}

.maininfo {
  margin-top: 80px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: CaviarDreams;
  color: #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: center;
  width: 150px;

}



    .slider-container {
            width: 450px;
            overflow: hidden;
            position: relative;
            display: flex;
            justify-content: center;
        }
        .sliderkey {
            display: flex;
            transition: transform 0.5s ease-in-out;
            cursor: grab;
        }
        .slidekey {
            min-width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }
        .slidekey img {
            max-width: 130px;
            opacity: 0.9;
        }



#container {
  color:#000000;
  padding:15px;
      font-family: Segoe UI Semibold;
  margin-left: auto;
  margin-right: auto;
}

.gcenter {
  display: flex;
  justify-content: space-around;
}

.menu {
  background-color: #4caf4f00;
  border: none;
  color: #000000;
  /* padding: 15px 32px; */
  /* text-align: center; */
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif !important;
}
.soci:hover { 
	color:#0072bb;
}
a {
	color:#000000;
}
.menu a:visited{
	
	color:#000000;
}
.menu a:hover {
	color:#0072bb;
}

.vcenter {
  display: flex;
  vertical-align: middle;
}

.social {
  margin-left: 100%;
}
.callwhapp {
	border-radius:30px;
	border: 2px solid #000000;
	padding:10px 15px 10px 15px;
	color:#000000;
	
}
.callwhapp:hover {
	color:#0072bb;
}
.m-text {
	    display: flex;
		font-size: larger;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}
.slidearea {

    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
	padding-bottom: 10px;
    flex-wrap: nowrap;
	        border-bottom: 1px solid black;
    align-items: center;
	
}
.fas {
	color:#0072bb;
}
.descriere-slider {
	    flex: 1;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 40%;
  display: flex;
  flex:1;
  height: 420px;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  padding: 0 100px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  display: block !important;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item + .page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover .svg {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover .svg {
  left: 10px;
}

.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}


.services {
    text-align: center;
    color: #000000;
}

.services h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.services-list {
    list-style: none;
    padding: 0;
}

.services-list li {
    font-size: 21px;
    margin: 5px 0;
    display: flex;
    align-items: center;
   justify-content: flex-start;
    gap: 10px;
}

.services-list i {
    color: #4CAF50;
}



.r1 {
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  width: 328px;
  height: 179px;
}

.r2 {
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  width: 328px;
  height: 179px;
}

.r3 {
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  width: 328px;
  height: 179px;
}

.r4 {
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  width: 328px;
  height: 179px;
}

.r5 {
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  width: 328px;
  height: 179px;
}

#goals {
  padding: 1rem;
  color: #000;
}
#desprenoi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap");

.footer {
  padding: 1rem;
  font-family: Sans-Serif;
  color:#000000;
  background-color: #eeeeee;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
  display: flex;
  height: 334px;
  justify-content: space-between;
  align-items: center;
}
.inside-footer {
  width: 1200px;
  padding: 1rem;
    color:#000000;
  font-family: Sans-Serif;
  border-top: 0.5px solid #333;
  border-bottom: 0.5px solid #333;
  display: flex;
  height: 334px;
  justify-content: space-around;
  align-items: center;
}
.copyright li:before {
  content: "\b7";
  padding: 0 0.8rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.juridice {
  color: #000000;
  margin-left: 10px;
}

.copyright {
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 105.4px;
}

/* unvisited link */
a:link {
  color: #999999;
  font-family: Sans-Serif;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #999999;
  font-family: Sans-Serif;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: cyan;
  font-family: Sans-Serif;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #999999;
  font-family: Sans-Serif;
  text-decoration: none;
}

section {
  display: inline-block;
  border: 0px;
  width: 100%;
}

.item {
  text-align: center;
}

.carousel-inner {
  display: inline-flex;
  border: 0px;
  justify-content: space-evenly;
}

.tab {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}



.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 250px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 250px;
}

.gmap_iframe {
  height: 250px !important;
}
.navbar {
  display: none;
}
.navbar-menu {
  display: none;
}
  .clientimultumiti {
	  width:600px;
	  margin-left: auto;
	  margin-right:auto;
	  
  }

@media only screen and (max-width: 1500px) {

  .m3 {
      flex: 1;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
    .slider-main {
    width: 100%!important;
    max-width: 1000px;
    max-height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-left: auto!important;
	margin-right:auto!important;
}
  .slidearea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
	padding-bottom: 15px;
	        border-bottom: 1px solid black;
  }

}
@media only screen and (max-width: 1000px) {
	  .navbar {
    display: none;
  }
  .navbar-menu {
    display: none;
  }
  #container {
    background-color: #eeeeee;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m3 {
      flex: 1;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .slider-main {
    width: 100%!important;
    max-width: 1000px;
    max-height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-left: auto!important;
	margin-right:auto!important;
}
  .slidearea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
	padding-bottom: 15px;
	        border-bottom: 1px solid black;
  }
 .menu {
	 background-color: #4caf4f00;
    border: none;
    color: #000000;
    /* padding: 15px 32px; */
    /* text-align: center; */
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: "Segoe UI", sans-serif !important;
    margin-right: 8px;
	 
 }
  .menup {
    display: none;
  }

  .top-nav {
    display: none;
  }
  .navbar {
    display: none;
  }
  .navbar-menu {
    display: none;
  }

}
.spatiumobile {
  display: none;
}

/* Import the font */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

/* Define a class for Oswald font */
.oswald {
  font-family: "Oswald";
}
.call {
	  font-family: "Segoe UI"!important;
	  font-size: 60px;
}
.nr {
	font-family: Segoe UI Semibold;
	color:#000;
}
.nr:hover {
	  color: #0072bb;
}

.about-us {
  text-align: center;
  padding: 60px 0;
  color: #000000;
}

.container {
  width: 80%;
  margin: 0 auto;
}

h1.oswald {
  font-size: 2em;
  color: #000000;
  margin-bottom: 30px;
}

p.oswald {
  font-size: 1.2em;
  line-height: 1.6;
  color: #000000;
}


.top-nav {
  display: flex;
  z-index: 2;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #1c1c1d;
  color: #fff;
  height: 50px;
  padding: 1em;
}



.program {
	display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	
}

@media (min-width: 485px) {
	.menumobile-key {
display:none;
	
}
.doarmobil {
	display:none;
}
.logotelefon {
	display:none;
}

}


@media (max-width: 484px) {
  .menu-button-container {
    display: flex;}
  .clientimultumiti {
	  width:400px;
	  margin-left: auto;
	  margin-right:auto;
	  }
	  .logotelefon {
	        z-index: -1;
        background-color: #fff;
        position: absolute;
        position: fixed;
		width:60px;
        overflow: hidden;
        z-index: 2400;
        /* opacity: 0.70; */
        left: 30px;
        top: 0px !important;
        padding: 4px;
        -webkit-border-bottom-right-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-bottomright: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;  
	  }
.goal3 {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}
.logo {
display:none;
}
.m3 {
	display:none;
}
.patimagini {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.imagine1 {
	  width:350px;
   background-size:cover;
	
}
.imagine2 {
   margin-top:10px;
   width:350px;
   background-size:cover;
}
.imagine3 {
   margin-top:10px;
     width:350px;
   background-size:cover;
}
.imagine4 {
   margin-top:10px;
     width:350px;
   background-size:cover;
}
.wdescb {
    width: 400px;
    min-height: 150px;
    padding: 20px;
}
.wdesca {
    width: 400px;
    min-height: 150px;
    padding: 20px;
}
.wimg {
    background-image: url(https://i.ibb.co/qYzSHrtJ/cheibune.jpg);
    width: 400px;
    height: 400px;
    background-position: center;
}
.whyus {
   margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}	
.descriere-slider {
	    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    flex-direction: column;
}	
  .header-wrapper {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    animation: rotate 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
  }
    .details-bar {
margin-top: 198px !important;
        height: 70px;
        display: flex;
        border-top: 0px;
        align-content: flex-end;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
  }
  .slidearea {
    display: flex;
    justify-content: center;
	padding-bottom: 10px;
    align-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	        border-bottom: 1px solid black;
	  
  }
.program {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
}
  .slideshow {
    margin-top: 0px;
  }
  .main-header {
    display: flex;
	background: rgb(0,114,187);
	background: linear-gradient(142deg, rgba(0,114,187,1) 49%, rgba(255,255,255,1) 57%);
    z-index: 3;
    align-items: center;
	font-family: Segoe UI Semibold;
    justify-content: space-around;
    flex-direction: row;
    border-bottom: 1px solid #333;
    height: 145px !important;
  }
  #container {
    background-color: #eeeeee;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  #goals {
    display: none;
  }
  .juridice {
    color: #000000;
    /* margin-left: 10px; */
    margin-top: 10px;
  }
  ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .tab {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.menumobile-key {
margin-top: 250px;
        gap: 20px;
        flex: 1;
        display: flex;
        justify-content: space-evenly;
        border-bottom: 0.5px solid #000000;
		margin-bottom:5px;
	
}
.menu {
  background-color: #4caf4f00;
  border: none;
  color: #000000;
  /* padding: 15px 32px; */
  /* text-align: center; */
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif !important;
}


}



@font-face {
    font-family: "Segoe UI";
    font-weight: 200;
    src: local("Segoe UI Light");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 600;
    src: local("Segoe UI Semibold");
}
@font-face {
    font-family: "Segoe UI";
    font-weight: 700;
    src: local("Segoe UI Bold");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}
@font-face {
    font-family: "Segoe UI";
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}
