html * {
  font-family: "Work Sans", sans-serif;
}

@font-face {
  font-family: "Work Sans", sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet') format('woff2-variations');
  font-display: swap;
  font-weight: 100 600;
}

html {
    scroll-behavior: smooth;
}

/* Lottie Background*/

.lottie_textsection_container {
	margin-top: -50px;
	position: absolute;
	padding: 0;
	width: 100%;
	height: 100%;
  overflow: hidden;
  z-index: -1;
}

#lottie_textsection {
  position: absolute;
  top:0;
  width: 95vw;
  right: -0.5vw;
  left: 0vw;
  z-index: -1;
  overflow: hidden;
  
}

@media only screen and (max-width: 1024px) {
  #lottie_textsection {width: 100vw;}
  .lottie_textsection_container {margin-top: 50px;}
}

@media only screen and (max-width: 768px) {
  #lottie_textsection {width:180vh;margin-top: 0px;}
  .lottie_textsection_container {margin-top: 0px;}
}

@media only screen and (max-width: 500px) {
  #lottie_textsection {transform: rotate(90deg);margin-bottom: 50px;left:-57vh;height: 75%;}
  .lottie_textsection_container {margin-bottom: 300px;}
}

/* Hero section*/

.hero {
    position: relative;
      /* Sizing */
    margin-top: -50px;
      width: 100%;
      height: 90vh;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: -50px;
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Text styles */
      text-align: center;
      overflow: hidden;
      background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hero {height: 60vh;}}

@media only screen and (max-width: 768px) {
  .hero {background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.55) 0%, rgba(0, 0, 0, 0) 70%);}
}

/* Hero Lottie END */


.hero .herologo {
	width: 160px;
	margin-bottom: 10px;
}

.hero h1 {
  text-shadow: 6px 6px 30px #000000;
	color: #fff;
}

.hero-inner {
  padding: 7%;
}

.hero .red-line-hero {
	padding-top: 0px;
	margin-bottom: -10px;
}

.hero h2 {
  text-shadow: 2px 2px 10px #000000;
	padding-top: 20px;
	color: #fff;
}

.hero-inner button {
  width: 250px;
}

.hero .btn {
    /* Positioning and sizing */
    
	display: block;
    width: 200px;

	 /* Padding and margins */
	 padding: 0.7em;
	 margin-top: 30px;
	 margin-left: auto;
	 margin-right: auto;

	 /* Text styles */
	 color: rgb(255, 255, 255);
	 text-decoration: none;
	 font-size: 1em;
    
    /* Border styles */
    border: 2px solid rgb(255, 255, 255);
}

/* Text Section */


.textsection-container {
  height: 100%; 
  /* Sizing */
  z-index: 1;
  margin: 0px 0px 80px 0px;
  width: 100%;
padding-left: 2%;
padding-right: 2%;
/* Flexbox stuff */
display: flex;
justify-content: center;
align-items: center;
/* Text styles */
  text-align: center;
}



@media only screen and (max-width: 768px) {
  .textsection-container {padding: 0px 0;margin-top: 0px; }
}


.textsection {
  
  box-shadow:
  0 0 40px 20px #a50606af;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5%;
  width: 70vw;
}


.textsection-container h2 {
color: #fff;
}

.textsection-container .red-line-hero {
padding-top: 20px;
margin-bottom: -5px;
}

.textsection-container p {
  text-shadow: 0 0 10px black;
font-size: 1em;
font-weight: 400;
line-height: 1.3em;
padding-top: 20px;
color: lightgray;
}

#button-pictextsection {
  width: auto;
  padding: 10px 20px;
  margin-top:12px!important;
}

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

.textsection {
  padding: 5%;
  width: 85vw;
  box-shadow:
  0 0 30px 10px #a50606af;
  background-color: rgba(0, 0, 0, 0.9);
}

}

/* Text Section end */

/*Pic-text-calltoaction*/

/* Lottie Background*/

.lottie_dotsanimation_container {
  box-shadow: inset 0 0 200px #000000;
  z-index: -1;
  position: absolute;
  margin-top: -80px;
  margin-left: -150px;
  overflow: hidden;
}

#lottie_dots_animation {
  box-shadow: inset 0 0 200px #000000;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .pictext-section {background: none!important;}
  .lottie_dotsanimation_container {margin-top: 100px; height: 150%;margin-left: -250px;}
  #lottie_dots_animation {width: 200%; rotate: 90deg; margin-top: -400px; margin-left: -200px;}
}


/* Lottie Background END*/

.pictext-section {
  background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
   
  }
  
  .pictext-section h3 {
    
  margin-bottom: -10px;
  font-size: 2.3em;
  color: #fff;
  }
  
  .pictext-section .red-line-hero {
  padding-top: 30px;
  margin-bottom: -10px;
  }
  
  .pictext-section-container {
    margin: 0 auto 0 auto;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.3) 0%, rgba(0, 0, 0, 1) 80%);
  }
  
  #pictext {
    margin-top: 30px;
    padding: 5%;
    margin: 1.5vw;
    height: auto;
    flex: 30%;
    background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  }

  #pic-only {
    background-size: cover;
    background-position: center;
    margin-top: 50px;
    width: 500px;
    height: 400px;
    border: 2px solid rgb(0, 0, 0);
    box-shadow:
    0 0 15px 5px #a5060670;
  }
  
  .pictext1 {
    margin-left: 0;
    padding-left: 0;
    /* background-image: url(/images/Digital-Marketing1.jpg);
    background-size: cover; */
  }
  
  .pictext-container {background-color: rgba(0, 0, 0, 0.8);}
  .pictext-container:hover {background-color: rgba(0, 0, 0, 0.9);transition: all 1s;}
  
  .pixtext-textbox {
    color:white;
    padding: 7%;
    text-align: center;
  }
  
  .pictext-textbox h3 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    }
  
  .pictext-textbox p {line-height: 1.3em;color: lightgray;margin-top: 20px;}
  
  
  @media only screen and (max-width: 1024px) {
    #pic-only {margin: 0 auto; width:85vw;}
    #pictext {flex:100%;}
    .pictext-section-container {width: 94%;}
    .pictext-container {
      display: flex;
      background-color: rgba(0, 0, 0, 0.8);}
  }


/*Textboxes*/


.textboxes-section h2 {
margin: 30px 0px 0px 0px;
color: #fff;
}

.textboxes-section .red-line-hero {
padding-top: 20px;
margin-bottom: 10px;
}

.textboxes-section {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
text-align: center;
}

.textboxes-flex-container {
  margin: 0 auto 0 auto;
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background: radial-gradient(ellipse at center, rgba(79, 13, 15, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}

article label {
  cursor: pointer;
}

article {
  /* padding: 2%; */
  margin: 1.5vw;
  height: auto;
  width: 30%;
  flex: 30%;
  /* border: 2px solid #a50606; */
  box-shadow:
  0 0 15px 5px #a5060670;
}

article {
  box-shadow:
  0 0 15px 15px #a5060670;
}

.textboxes1 {
  background-size: cover;
}

.textboxes2 {
  background-size: cover;
}

.textboxes3 {
  background-size: cover;
}

.textbox-container {background-color: rgba(0, 0, 0, 0.8);}
.textbox-container:hover {background-color: rgba(0, 0, 0, 0.9);transition: all 1s;}

.textbox {
  position: relative;
  color:white;
  padding: 0%;
  text-align: center;
}

/* .title-accordion3 h3::after {
  content: "+";
  width: 30px;
  height: 40px;
  color:white;
  position: absolute;
  right: 20px;
  top:24px;
} */

.textbox h3 {padding: 20px 20px; font-size: 1.4em;}

@media only screen and (max-width: 1300px) {
  .textboxes-flex-container {width: 98vw;}
}
@media only screen and (max-width: 1024px) {
  article {flex:100%; width: 100%;}
  .textboxes-flex-container {width: 100%;}
  .textbox-container {
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);}
}

/*Textboxes END*/

/*Footer*/

.lottie_footer_container {

	z-index: -1;
	position: absolute;
	width: 100%;
  height: 450px;
  overflow: hidden;
	bottom: 0;
  left: 0;
	right: 0;

}

#lottie_footer {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.footer-home {
  /* Sizing */
position: relative;
padding: 0;
margin-top: 60px;
width: 100%;
  
padding-left: 2%;
padding-right: 2%;
/* Flexbox stuff */
display: flex;
justify-content: center;
align-items: center;
/* Text styles */
text-align: center;
}

.footer-home .redline-footer{
padding-top: 20px;
}

.footer-home h2 {
padding-top: 20px;
color: #fff;
}

.footer-home h3 {
  padding: 20px 20px 20px 20px;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
}

#button-footer {
  width: 320px;
  background-color: rgba(0, 0, 0, 0.705);
}

.hero-inner2 {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 300px;
}

@media only screen and (max-width: 1024px) {
  .lottie_footer_container {bottom: 0px;margin-bottom: -10px;}
  .hero-inner2 {margin: 2% 5% 250px 5%;}
  #lottie_footer {width: 100%; bottom: 0px;margin-bottom: -10px;}
}

@media only screen and (max-width: 768px) {
  #lottie_footer {width: 100%;bottom: 0px;left: -0px;margin-bottom: -10px;}
  .hero-inner2 {margin-bottom: 30vw;}
}

@media only screen and (max-width: 600px) {
  .lottie_footer_container {margin-top: -150px;}
  #lottie_footer {width: 100%;bottom: 0px;left:0; right;margin-bottom: -10px;}
  .hero-inner2 {margin-bottom: 30vw;}
}
/*Footer END*/

/* App-Development page specifics */

#pic-only.pic-only-app-development {
  background-image: url(/images/services/app-development.webp);
}

#app-development-text-section .textsection {
  padding: 3% 7%;
}

#app-development-text-section {
  margin: 0px auto;
}

#pictext-section-app-development {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  #app-development-text-section .textsection {
    padding: 5% 5%;
  }
  #web-3-text-section {
  padding-top: 0px;
  margin-top: -40px; 
  }
  #branding-and-design-text-section {
    margin-top: -20px;
  }
  #digital-marketing-text-section {
    margin-top: -20px;
  }
  #servicii-strategice-text-section {
    margin-top: -20px;
  }
  #web-development-text-section {
    margin-top: -20px;
  }
  #app-development-text-section {
    margin-top: -20px;
}
  #pictext-section-app-development {
    padding-top: 80px;
}
}

/* App-Development page specifics */

/* Groth Martketing page specifics */
#pic-only.pic-only-web3 {
  background-image: url(/images/services/web-3.webp);
  background-position: 100% 50%;
}
  @media only screen and (max-width: 768px) {
    #pic-only.pic-only-web3 {background-position: 80% 50%;}
}

/* Branding and Design page specifics */
#pic-only.pic-only-branding {
  background-image: url(/images/services/branding-&-design.webp);
  background-position: 100% 50%;
}
@media only screen and (max-width: 768px) {
  #pic-only.pic-only-branding {background-position: 80% 50%;}
}

/* Digital Marketing page specifics */
#pic-only.pic-only-digital-marketing {
  background-image: url(/images/services/digital-marketing.webp);
  background-position: 100% 50%;
}
@media only screen and (max-width: 768px) {
  #pic-only.pic-only-digital-marketing {background-position: 80% 50%;}
}

/* Servicii Strategice page specifics */
#pic-only.pic-only-servicii-strategice {
  background-image: url(/images/services/strategic-services.webp);
  background-position: 100% 50%;
}
@media only screen and (max-width: 768px) {
  #pic-only.pic-only-servicii-strategice {background-position: 80% 50%;}
}

/* Web development page specifics */
#pic-only.pic-only-web-development {
  background-image: url(/images/services/web-design.webp);
  background-position: 100% 50%;
}
@media only screen and (max-width: 768px) {
  #pic-only.pic-only-web-development {background-position: 80% 50%;}
}

/*accordion*/

.accordion {
cursor: pointer;  
max-width: 90%;
text-align: left;
}

.accordion ul li {
  font-size: 0.9em!important;
  line-height: 1.5em!important;
}

article {
float: left;
margin: 10px 20px;
cursor: pointer;
}

@media only screen and (max-width: 768px) {.textbox article {margin: 10px 0px;}}

.lists-class-accordion {padding: 0px 20px 20px 20px;}

input[type="radio"]{
cursor: pointer; 
appearance: none;
position: fixed;
top: -100vh; left: -100vh;
transition: ease-in-out all 3s;

& ~ div {
  max-height: 0;
  overflow: hidden;
  transition: ease-in-out all 3s;
}

&:checked ~ div
 {
  max-height: fit-content;
  transition: ease-in-out all 3s;
}
}

/*accordion END*/

  /* SWIPER Projects */

  .insightstext-section {
    padding: 20px 5% 0px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
    
    .insightstext-section h2 {
    font-size: 2.3em;
    color: #fff;
    letter-spacing: 0.1rem;
    }
    
    .insightstext-section .red-line-hero {
    padding-top: 30px;
    }
    
    .insightstext-section h3 {
    font-size: 1.3em;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    }

  
  .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #swiper-projects {
    height: 70vh;
  }
  
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  
  .slide-content-thumbnail {
    position: absolute;
    background: rgb(0,0,0);
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 120%);
    width: 100%;
    padding-left: 7%;
    padding-top: 10%;
  }
  
  .slide-content-thumbnail h3 {color: #fff;}
  
  .mySwiper4 {
    height: 80%;
    width: 100%;
  }
  
  .mySwiper3 {
    height: 15vh;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  
  .mySwiper3 .swiper-slide-thumb-active {
    border: #000 solid 2px;
    box-shadow:
    0 0 15px 15px #a506064b;
    opacity: 1;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #swiper-projects-slide {
      height: 75vh;
      margin-top: 0px;
  }
  
  #swiper-projects-thumbnail {
    height: 20vh;
  
  }

  .slide-content-thumbnail {
    padding: 7%;
  }
  
  .slide-content-thumbnail h3 {
    font-weight: 500;
    line-height: 1.3em;
    font-size: 1.2em;
    padding-bottom: 2%;
  }
  
  #swiper-projects-thumbslider {
    height: 35vh;
  }

  .slide-content {
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7483368347338936) 30%, rgba(0,0,0,0) 100%);
    height: 100%;
    width: 60%;
    padding-right: 10%;
    padding-left: 7%;
    padding-top: 10%;
  }
  .slide-content h3 {
    color: #fff;
    width: 90%;
    line-height: 3rem;
    font-size: 3rem;
    padding: 1rem 0rem;
  }
  .slide-content p {
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem 0rem;
  }


  @media only screen and (max-width: 767px) {
    .main-containter {
      margin-top: 0vh;
    }
    .slide-content {
      background: rgb(0,0,0);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.822) 30%, rgba(0,0,0,0) 100%);
      height: 100%;
      width: 70%;
      padding-right: 5%;
      padding-left: 10%;
      padding-top: 10%;
    }
    .slide-content h3 {
      font-size: 1.8rem;
      line-height: 2rem;
      padding: 0.8rem 0rem;
    }
    
    .slide-content p {
      font-size: 1rem;
      line-height: 1.3rem;
      width: 80%;
      padding: 0.8rem 0rem;
    }
  
    #swiper2 {margin-top: 0px;}
  
  }

  @media only screen and (max-width: 768px) {
    .swiper-slide img {object-position: 38% 0%;}
    .slide-content-thumbnail {padding: 10%;}
    .projects-2-slide img {object-position: 33% 0%}
    .projects-3-slide img {object-position: 92% 0%}
    .projects-4-slide img {object-position: 43% 0%}
    .slide-content-thumbnail h3 {font-size: 0.8em!important;font-weight: 400;}
    .slide-content-thumbnail p {font-size: 14px;}
  }


  .swiper-button-next {
    margin-right: 10px;
    margin-top: -220px!important;
    height: 430px!important;
    background-image: url(/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 107% auto;
    background-position: bottom;}
  
    .swiper-button-next::after {
      display: none;}
  
  .swiper-button-prev {
    margin-left: 10px;
    margin-top: -220px!important;
    height: 430px!important;
    background-image: url(/images/icons/arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 107% auto;
    background-position: bottom;}
  
    .swiper-button-prev::after {
      display: none;}
  
  @media only screen and (max-width: 768px) {
    .swiper-button-next {height: 250px!important; margin-top: -25%!important; background-size: 75%; margin-right: -12px;}
    .swiper-button-prev {height: 250px!important; margin-top: -25%!important; background-size: 75%; margin-left: -12px;}
  }  

  /* SWIPER Projects END */

  /* All Font Styles */

h1 {
  line-height: 1.25em;
  font-size: 3.4em;
  letter-spacing: 0.03em;
}

h2 {
  line-height: 1.25em;
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.015em;
  
}

h3 {
  font-size: 1.6em;
  /* letter-spacing: 0.04em; */
  line-height: 1.25em;
}

h4 {font-size: 1.3em; line-height: 1.25em;}

p {line-height: 1.45em;letter-spacing: 0.02em;}


@media only screen and (max-width: 767px) {
  li {font-size: 1em;line-height: 1.3em;}
  .hero h2 { font-size: 2em;line-height: 1.25em;}
  h1 {font-size: 2.5em;line-height: 1.2em;}
  h2 {font-size: 1.5em;line-height: 1.25em;}
  h3 {font-size: 1.2em;line-height: 1.3em;}
  p {font-size: 0.9em;line-height: 1.3em;}
}

h1 {font-weight: 700!important; letter-spacing: 1px!important;}
h2 h3 {font-weight: 600!important; letter-spacing: 0.5px!important;}

/* END All Font Styles */