@charset "UTF-8";
/*
Theme Name: B2C Media Hungary
Author: Mikolai Levente
Description: B2C Media Hungary weboldal sablon.
Version: 1.3
Text Domain: www.b2cmedia.hu
*/

* {
    font-family: century 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#preloader {

  background: #020302;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;

}

.spinner {
  width: 80px;
  height: 80px;
  
  border: 5px solid #111;
  border-top:6px solid #298f95;
  border-radius: 100%;
  
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
  
  animation: spin 1s infinite linear;

  position: fixed;
  z-index: 10000;
}

@keyframes spin {
  from{
      transform: rotate(0deg);
  }to{
      transform: rotate(360deg);
  }
}



/*menu */

.nav-item {
    margin-right: 50px;
    font-weight: bold;
}

.menta {
    color: #298f95;
}

.kek {
    color: #293995;
}

.lila {
    color: #482995;
}

.rozsa {
    color: #95298f;
}

/* background */

.container-bubble {
    background: black;
  }
  
  .title {
    font-size: 10vw;
    color: white;
  }
  
  canvas {
    width: 100%;
  }


  /* title */
/* video  */
.banner-video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-top: 100px;
}

 .slide {
    position: absolute;
    text-align: center;
    color: white;
    width: 100%;
    height: 110vh;
    display: flex;
 }
 
 .carousel-item h5 {
    margin-top: 350px;
    font-size: 35px;
 } 

 .carousel-item p {
    padding: 0 50px 0 50px;
 }


 /* csapatunk */

 .conitaner-team {
    background-color: white;
    background-image: url('img/bg1_2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -10px;
    padding-top: 20px;
 }

 .title-1 {
    padding: 20px 20px 10px 20px;
    background-color: rgb(149, 41, 143, 0.9);
    color: rgb(255, 255, 255, 1);
    font-size: 20px;
    text-align: center;
    box-shadow: 5px 5px 40px 1px #95298f;
    margin-bottom: 30px;
  }

.container-team > .container > .row {
  margin-left: auto; 
  margin-right: 10px;
  width: 500px;
}

  .bemutatkozas {
    background-color: #482995;
    color: white;
    padding: 10px 20px 10px 20px;
    border: 2px solid #2a3995;
    box-shadow: 5px 5px 40px 1px #482995;
    margin-bottom: 50px;
    text-align: justify;

  }


  .conitaner-teams {
    background-color: #1e1e1e;
    background-image: url('img/bg1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -10px;
    padding-top: 30px;
 }


 /* csapattagok képekkel */

.card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

/*** első card ***/
.card1-img {
  border: none;
  border-radius: 0px;
  box-shadow: -5px 5px 5px 1px #298f95;
}

.card1 {
  margin-top: 20px;
  color: #fff;
  padding: 5px;
  background-color: #298f95;
  box-shadow: -2px 2px 5px 2px #298f95;
}


/*** második card ***/
.card2-img {
  border: none;
  border-radius: 0px;
  box-shadow: -5px 5px 5px 1px #293995;
}
.card2 {
  margin-top: 20px;
  color: #fff;
  padding: 5px;
  background-color: #293995;
  box-shadow: -2px 2px 5px 2px #293995;
}


/*** harmadik card ***/
.card3-img {
  border: none;
  border-radius: 0px;
  box-shadow: -5px 5px 5px 1px #482995;
}
.card3 {
  margin-top: 20px;
  color: #fff;
  padding: 5px;
  background-color: #482995;
  box-shadow: -2px 2px 5px 2px #482995;
}


/*** negyedik card ***/
.card4-img {
  border: none;
  border-radius: 0px;
  box-shadow: -5px 5px 5px 1px #95298f;
}
.card4 {
  margin-top: 20px;
  color: #fff;
  padding: 5px;
  background-color: #95298f;
  box-shadow: -2px 2px 5px 2px #95298f;
}


/* szolgáltatások */

.szolg {
  background-image: url('img/3szogek-m.png'), linear-gradient(to top, #020302, #1c1c1c);
  height: 300px;
  background-size: cover;
  text-align: center;
  padding-top: 130px;
}

.title-2 { 
  color: rgb(255, 255, 255, 1);
  text-align: center;
  font-size: 25px;
}

/* footer info */


.info {
  /*background: linear-gradient(180deg, rgba(28,28,28,1) 0%, rgba(2,3,3,1) 35%); */
  /*background-image: linear-gradient(to bottom, rgba(28,28,28, 0.52), rgba(2, 3, 3, 0.73)), url('img/3szogek-m.png');*/
   /* Full height */
   background-color: #444; 
   background: url('img/3szogek-m.png');
   background: url('img/3szogek-m.png'), -moz-linear-gradient(bottom, #020302, #1c1c1c);
   background: url('img/3szogek-m.png'), -webkit-gradient(linear, 0 0, 0 100%, from(#020302), to(#1c1c1c));
   background: url('img/3szogek-m.png'), -webkit-linear-gradient(bottom, #020302, #1c1c1c);
   background: url('img/3szogek-m.png'), -o-linear-gradient(bottom, #020302, #1c1c1c); 
   background: url('img/3szogek-m.png'), linear-gradient(to top, #020302, #1c1c1c); 
   height: 100%;
   background-attachment: fixed;
   /* Center and scale the image nicely */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 110px 0 250px 0;
   color: #fff;
}

.info > .container > h1 {
  margin: 0px 0 50px 0;
  font-size: 25px;
}

.info > .container > .row > .col {
  padding: 0 50px 0 50px;
}

.card-servicies > .card > .card-text {
  position: absolute;
  z-index: 1;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 40px;
  color: white;
  bottom: 10px;
  left: 40%;
}

.card-servicies > .card > .card-text > a {
  text-decoration: none;
  color: white;
}


/*
.card-servicies > .card {
  height: 500px;
}

.szolgcard1 {
  background-color: #1c1c1c; 
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url('img/szolg/eskuvo.png');
}

.szolgcard2 {
  background-color: #1c1c1c; 
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(30, 30, 30, 0.73)), url('img/szolg/moto.png');
}

.szolgcard3 {
  background-color: #1c1c1c; 
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(41, 57, 149, 0.73)), url('img/szolg/videoklip.png');
}

.szolgcard4 {
  background-color: #1c1c1c; 
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(41, 143, 149, 0.73)), url('img/szolg/termekfoto.png');
}

.szolgcard5 {
  background-color: #1c1c1c; 
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(72, 41, 149, 0.73)), url('img/szolg/fotozas.png');
}

*/

/*
1e1e1e rgb(30, 30, 30)
293995 rgb(41, 57, 149)
298f95 rgb(41, 143, 149)
482995 rgb(72, 41, 149)
*/
.card-servicies > .card {
  overflow: hidden;
}

.card-servicies > .card > img {
background-color: #020302;
-webkit-transition:all .5s ease; 
-moz-transition:all .5s ease; 
-o-transition:all .5s ease;
-ms-transition:all .5s ease; 
width: 100%;

}

.card-servicies > .card:hover img {
  opacity: 0.4;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
  cursor: pointer;
}

.card-servicies > .card:hover {
  background: #020302;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/* Partnerek */

.partners {
  text-align: center;
  background-color: white;
  background-image: url('img/bg1_mod.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-top: -10px;
  padding-top: 20px;
}

.partners .row {
  margin-top: 50px;
}

.partners .row .col-6 img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

.partners .row .col-6 img:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  cursor: pointer;
}


/* egyedi oldalak */

.page-title-container {
  background-image: url('img/3szogek-m.png'), linear-gradient(to top, #020302, #1c1c1c);
  height: 300px;
  background-size: cover;
  text-align: center;
  padding-top: 130px;
}

.page-title { 
  color: rgb(255, 255, 255, 1);
  text-align: center;
  font-size: 25px;
  margin-top:50px;
}

.page-container {

}

.page-container  h2 {
  font-size: 25px;
}

.page-container-large {
  background-color: white;
  background-image: url('img/bg1_mod.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.embed-responsive .embed-responsive-item {
  margin-bottom: 20px;
}

.partners > .container > .row > .col-6 > img {
  width: 300px;
}

@media only screen and (max-width: 1000px) {
  .partners > .container > .row > .col-6 > img {
    width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .partners > .container > .row > .col-6 > img {
    width: 100px;
  }
}


.accordion {
  --bs-accordion-btn-bg: #1c1c1c;
  --bs-accordion-active-bg: #482995;
  --bs-accordion-active-color: white;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-bg: #e1e1e1;
  --bs-accordion-color: black;
  --bs-accordion-btn-icon: white;
}

.accordion-button {
  text-transform: uppercase;
  color: white
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}


/* workflow */
.nav-pills {
  --bs-nav-pills-link-active-bg: none;
}

.nav-pills > .active {
  background-color: #482995;
}

.nav-pills > .nav-item {
  margin-right:  0px;
  background-color: #ffffff;
  padding: 10px 20px 0px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nav-pills > .nav-item:hover {
  background-color: #482995;
}

.nav-pills > .nav-item > .nav-link {
  border: 5px solid #482995;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 8px 0 0 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-pills > .nav-item:hover > .nav-link {
  border: 5px solid #ffffff;
}
 
.nav-pills > .nav-item > .nav-link > .fa {
  font-size: 22px;
  color: #482995;
  padding: 0;
  margin: 0;
}

.nav-pills > .nav-item:hover > .nav-link > .fa {
  color: #ffffff;
}

.nav-pills > .nav-item > p {
  color: #482995;
}

.nav-pills > .nav-item:hover > p {
  color: #ffffff;
}

/* show */
.nav-pills > .nav-item:hover > .show > .fa {
  color: #ffffff;
}


.bs-stepper-line {
  flex: 1 0 0px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color:  #482995;
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

.workflow-wedding > .tab-pane, .fade {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: justify;
  color: black;
}

@media only screen and (max-width: 600px) {
  .partners > .container > .row > .col-6 > img {
    width: 100px;
  }
}



h6 {
  font-size: 20px;
  color:#95298f; 
  margin: 30px 0 20px 0;
}


.techcard {
  background-color: #482995;
  padding: 10px 20px 0px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  min-height: 250px;
  padding-bottom: 10px;
}

.technikai-adatok .fa {
  font-size: 40px;
  color: #ffffff;
}

.technikai-adatok .card-title {
  margin-top: 10px;
}

