.bg-logo{
  position: relative;
}

.navbar {
  overflow-x: clip;
  z-index: 999;
      padding-top: 2em;
    padding-bottom: 2em;
}
/* --- baner --- */
.baner {
    height: 630px;
 
    background-position: top;
    background-size: cover;
  
    color: #fff;
  }
  .baner .container {
    height: 100%;
  }
  .baner__content-wrap {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  .baner__content-wrap h1,
  .baner__content-wrap h2 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 5rem;
    letter-spacing: 1px;
    max-width: 468px;
    margin-bottom: 25px;
	text-shadow: 2px 2px 4px #000;
  }
  .baner__content-wrap .dq-btn.bg-gray{
    font-size: 1.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
  }
  @media screen and (max-width: 1199px){
    .baner {
      height: 450px;
    } 
  }
  @media screen and (max-width: 992px){
    .baner{
      margin-top: 101px;
      height: 350px;
    }
      .baner__content-wrap h1,
      .baner__content-wrap h2 {
      font-size: 2.6rem;
      line-height: 3.7rem;
      }
      .baner__content-wrap .dq-btn {
      font-size: 1.6rem;
      }
  }
  @media screen and (max-width: 576px){
      .baner {
          height: 300px;
      } 
      .baner__content-wrap h1,
      .baner__content-wrap h2 {
      font-size: 2.6rem;
      line-height: 3.3rem;
      }
      .services-style-four-item .icon {
   
    padding-right: 0px;
}
  }



  html,
  body {
    position: relative;
    height: 100%;
  }

  body {
    background: #fff;

    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  .slider .swiper__wrap{
    overflow-x: clip;
  }
    .slider .swiper {
    width: 100%;
    height: 100%;
  }

   .slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .slider .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }






.two-color__content{
  display: flex;
  align-items: center;
}
.two-color__wrap{
  max-width: 740px;
}
.two-color__img .two-color__wrap{
  margin-left: auto;
  padding-right: 60px;
}
.two-color__content .two-color__wrap{
  padding-left: 0px;
}
.two-color__wrap--content{
  font-size: 2.2rem;
  line-height: 3.9rem;
  max-width: 600px;
}
.two-color__wrap--content strong{
  font-size: 3.8rem;
  line-height: 5.6rem;
  color:var(--dark);
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
}
.two-color__img img{
  position: relative;
  top: 90px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1399px){
  .two-color__wrap,
  .two-color__wrap--content{
    max-width: 555px;
  }
  .two-color__content .two-color__wrap{
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px){
  .two-color{
    background-image: none;
  }
  .two-color__img .two-color__wrap,
  .two-color__content .two-color__wrap{
    max-width: 930px;
    width: 100%;
    padding-right: 0px;
    margin: auto;
  }
  .two-color__img img{
    top: 0px;
    object-position: top;
  }
  .two-color__row{
    row-gap: 45px;
  }
  .two-color__content:last-child{
    background-color: #cecece;
  }
  .two-color__img img{
    border-radius: 0px 72px 0 72px;
  }
  .two-color__wrap--content{
    max-width: 930px;
    padding: 50px 0 50px 0;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 767px){
  .two-color__wrap--content strong{
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 30px;
  }
  .two-color__wrap--content{
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .advantages h2, .offers h2, .blog h2 {
  font-size:1.8rem;
}
}
@media screen and (max-width: 576px){
  .two-color__img img{
    max-height: 500px;
  }
  .two-color{
    margin-bottom:100px ;
  }
}

.slider {
  overflow: hidden;
}

.carousel-caption {
    position: absolute;
    bottom:0;
   
    padding-top: 1.25rem;
    padding-bottom: 9.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: left;


    z-index: 9999;
}
.carousel-caption h1 {
  font-size:1.5rem;
  font-weight: 200;
  line-height: 38px;
}



.about-style-five-info .d-flex h4 {
	min-width: 200px;
}

.about-style-five-info .info a.btn-read-more {
	color: var(--color-primary);
}

.thumb-style-five {
	position: relative;
	z-index: 1;
}

.thumb-style-five img:nth-child(2) {
	position: absolute;
	top: 0;
}

.about-style-five-info {
	position: relative;
}

.achivement-style-one {
	display: inline-block;
	background: var(--dark);
	padding: 50px;
	color: var(--white);
	min-width: 300px;
	border-radius: 10px;
}

.achivement-style-one .counter {
	font-size: 100px;
	line-height: 1;
}

.about-style-five-info .left {
	margin-right: 75px;
}

.about-style-five-info .d-flex {
	position: relative;
	left: -245px;
	z-index: 1;
	margin-right: -220px;
}


.text.title {
    width: 100%;
    color: rgb(0, 0, 0, 0.5);
    background: linear-gradient(to right, var(--color-heading), var(--color-heading)) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.about-style-five-info .title {
	font-size: 54px;
}

.thumb-style-five img {
  max-width: 630px;
}




@media screen and (max-width: 576px){
.thumb-style-five img {
  max-width: 100%; 
display: block; 
height: auto;
}
.about-style-five-info .d-flex {
  left:0px;
  margin-right: 0px;
}
.two-color__wrap.pt-5.pb-5 {
  overflow: hidden;

}
.carousel-caption {
  top:2rem;
  padding-top:0;
}
.carousel h1 {
           font-weight: 500;
        line-height: 30px;
        text-shadow: 4px 0px 21px rgba(0, 0, 0, 1);
        font-size: 1.2rem;
        left: 0;
        position: relative;
}
.carousel-item img {
   filter: brightness(0.4);
}
.center_block .header__title {
    line-height: 2.9rem;
}
.about-style-five-info.mt-4 .d-flex{
  display: block !important;
  margin-bottom: 10px;
}
.info.text {
  margin-top: 2em;
}
#about .pl-80 {
    padding-left: 20px;
}
.card {
    margin-bottom: 3em;
}
.blog .button_belt .bt img {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 5px;
}

.carousel h1 span {
    font-size: 1.2rem;
    font-weight: 500;
    text-shadow:none;
    color:#fff;
    text-align: center;
}

.grid__item-text span {
    font-size: 1.35rem !important;
    font-weight: 600;
    text-align: center;
           margin-right: 0em;
        display: block;
    }

.info_belt {
  text-align: center;
}
.grid__item-text {
    background: var(--bg-gradient);
    padding: 31px 0px 60px 0px;
}
.button_belt {
  top:33px;
}
}

.carousel h1 {
  color:#fff;
  font-size:2.8rem;
  line-height: 70px;
}

@media (min-width: 1199px) and (max-width: 1400px) {
  .thumb-style-five img {
    max-width: 600px;
  }
  .right_block, .left_block, .right_block p, .left_block p, .about-style-five-info p, .about-style-five-info {
    font-size: 1.15rem !important;
    line-height: 38px;
}
    .twin__row-col--content {
        margin-right: 2em;
    }
    .grid__item-text {
      padding-left: 5em;
    }
        .two-color__content .two-color__wrap {
        padding-left: 2em;

        }
        .header__title {
    text-align: center;
    font-weight: bolder;
    font-size: 2rem;
    line-height: 48px;
}
.two-color__wrap--content {
    margin-right: 4em;
    margin-top: 5em;
    margin-left: 2em;
}
.blog .image-wrapper {
    padding-top: 5px;
}
.image-wrapper img {
  width:100%;
  height: auto;
  display: block;
  padding: 10px;
}
.footer .button_belt .bt {
  margin-left: 6px;
}
.footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: 34px;
}
    .footer .block-one {
        --footerXpadding: 25px;
    }
        .navbar-expand-lg .navbar-collapse {
        justify-content: right;
    }
        .navbar .nav-link {
        font-size: 1.3rem;
        margin-left: 25px;
    }
    
}

.carousel-indicators {
  bottom: 95px;
}

.carousel-indicators [data-bs-target] {
  font-size: 0;
}
#mainCarousel {
  z-index: 1;
}
@media screen and (min-width: 1921px) {

.carousel-caption {
  position: absolute;

  right: 25%;
 
}
.carousel-caption h1{
  font-size:3.2rem;
  line-height: 70px;
  margin-left: 2.4em;
}
.info_belt .grid__item-img img{
  position: relative;
  top: 11em;

    }
    .rectangle__grid {
  display: grid;
  grid-template-columns: 1fr calc(var(--containerwidth)) calc(((141vw - var(--containerwidth)) / 2)) ;
}
.grid__item-text {
    background: var(--bg-gradient);
    padding: 60px 0px 60px 90px;
  }

}



@media (min-width: 481px) and (max-width: 578px) {
 .carousel-indicators {
    bottom: 0px;
}
    .carousel h1 {
        left: 0%;

}
.footer .button_belt {
    top: -20px;
}
    .footer p {
        max-width: 260px;
        margin: 0;
    }
    .blog .button_belt .bt {
  
    top: 7px;
}
    .image-wrapper img {
      
        width: 100%;
    }
}

.slider .button_belt:hover, .center_block .button_belt:hover{
  background-color: #000;
  color:#fff;
}

.slider .head-bg {
  

    background-size: cover;        
  background-position:bottom left;   
  background-repeat: no-repeat;  
  color: #fff;   
  position: absolute;
  left:0;
  bottom:0;
  width:180px;
  height: 399px;
  z-index: 9999;
}

.center_block img {
  width:100%;
  height: auto;
  margin-top:3em;
}

#projects {
  margin-top:3em;
  margin-bottom:2em;
}
.container-fill {
  overflow: hidden;
}
#projects .header__title {
  text-align: left;
}
.center_block .button_belt {
  padding: 9px 26px 9px 26px;
  font-size: 0.95rem;
}

.newsletter-block {
  color:#fff !important;
}
.newsletter-block .button_belt{
  border:2px solid #fff;
  background-color:transparent;
  color:#fff;
  margin-left: 0px;
}
.newsletter-block p.rodo {
  font-size:1rem !important;
}
.newsletter-block .button_belt:hover{
  border:2px solid #fff;
  background-color:#fff;
  color:#000;
}
.container.bg-gradient.p-5 {
  border-radius: 15px;
}
.email-input.form-control {
  max-width: 450px;
  border-radius: 20px !important;
  display: flex;
  justify-content: flex-end;
}
.input-group {
    justify-content: flex-end; 
}
.input-group h3 {
  position: absolute;
  left:0;
  text-transform: uppercase;
  font-size:2.7rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.8em .75rem;
}
.checkbox-row {
  display: flex;
  align-items: flex-start;
}

.checkbox-row input[type="checkbox"] {
  margin-right: 10px; 
  margin-top: 4px;   
}

.checkbox-row label {
  margin: 0;          
  text-align: left;  
}

.checkbox-row p.rodo {
  margin: 0;        
}
.newsletter-column {
    padding:3rem 5rem 1.5rem 5rem;
}

@media screen and (max-width: 576px){
 .games-block .px-5 {

  padding:1rem !important;
 }
.games-block span, .games-block h2 {
  padding:0;
}
.newsletter-column {
    padding: 1rem;
}
.newsletter-block {
  margin:0.5em;
}
.games-block h2 {
    font-size: 2.2rem;
    line-height: 42px;
    text-align: center;
}
.input-group h3 {
    position: relative;
    left: 0;
    text-transform: uppercase;
    font-size: 2.2rem;
    text-align: center;
}




.top-txt h3, .top-txt .txt-med {
    font-size: 1.3rem !important;
    line-height: 39px !important;
}




.carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: center;
  
    bottom: inherit;
    left: 0;
    z-index: 9999;
    text-align: center;
    margin: 0 auto;
}

.carousel-item img {
  clip-path: none;
      width: 100%;
    height: 350px;
}
.carousel-caption img {
   filter: invert(1);
}
.carousel-item {
  color:#fff;
  border-bottom:1px solid #fff;
}
.carousel-item img.navbar-brand {
    display: none;
}
}
.carousel-item img::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.carousel-icons {
  bottom:-5px;
  position: absolute;
  color:#fff;
  font-size:1.3rem;
}
.carousel-icons ul, .top-txt ul {
  list-style: none; 
  padding: 0;
  margin: 0;
}
.carousel-icons ul li {
  display: inline-block;
  margin-right: 50px; 
}
.carousel-icons img {
  margin-right:10px;
}
.advantages img {
  width:120px;
  height: auto;
  margin-bottom:3em;
  filter: invert(66%) sepia(35%) saturate(1293%) hue-rotate(175deg) 
          brightness(205%) contrast(95%)
}
.advantages {
  font-size:1rem;
  font-weight: 300;
}
.advantages h3, .offers h3, .blog h3 {
  font-weight: 300;
  font-size: 1.7rem;
}
.advantages h2, .offers h2, .blog h2 {
  font-size:2.5rem;
}

.top-txt {
  background-image:url(../Images/bg1.png);
  background-repeat: no-repeat;
  background-size: 640px 625px;
  background-position: left bottom;
}
.top-txt h3 {
  font-size:2.4rem;
}

.txt-med {
  font-size:1.5rem !important;
  margin-bottom: 1em;
  display: block;
}

.top-txt ul li {
  display: flex;
  margin:45px 0px 45px 0px;
  font-size:1rem;
  font-weight: 500;
  vertical-align: middle;
  align-items: center;
}

.top-txt img {
  margin-right: 10px;
  float: left;
  margin-right: 1rem;
}
.top-txt h4 {
  font-weight: 600;
}


.top-txt ul li::after {
  content: "";
  display: table;
  clear: both;
}

.carousel-indicators {
    z-index: 999999;

}

.carousel-item img {
  width:100%;
}

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

.carousel h1 {
    color: #fff;
    font-size: 0.8rem;
    line-height: 22px;
    top: 90px;
}
.carousel-icons {
    bottom: -15px;
    position: relative;
    color: #fff;
    font-size: 0.8rem;
}
.carousel-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-grid;
}
.carousel-inner .border-top{
  border-top:0px !important;
}
}


@media (min-width: 481px) and (max-width: 578px) {
.carousel h1 {
    color: #fff;
    font-size: 1.3rem;
    line-height: 30px;
            top: 90px;
}
.border-top {
    border-top: 0px solid #787878 !important;
}
}
@media (min-width: 770px) and (max-width: 1000px) {
.navbar .nav-link{
  margin-left: 1em !important;
        margin-top: 0.7em;
  color:#000 !important;
}
}

.block_element {
   overflow: hidden;
   position: relative;
     transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block_element a {
  display: block !important;   
  width:100%;               
           
  overflow: hidden;            
  text-decoration: none;
}
.block_element img {
 width: 100%;         
  height: 100%;        
  object-fit: cover;   
  transition: transform 0.3s ease;
  display: block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block_element img:hover {
  transform: scale(1.2);
   overflow: hidden;
 filter: brightness(0.7) saturate(1.1); 
   transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block_element:hover img {
  transform: scale(1.2);
   overflow: hidden;
 filter: brightness(0.7) saturate(1.1); 
   transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block_element:hover {
    background-color: #000;
     transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block_element:hover a {
  color:#fff;
}


.carousel-item img {
  object-fit:cover
}

.blog .txt-med {
  font-weight: 300;
  text-transform: inherit !important;
}

@media screen and (max-width: 576px){
 .blog .txt-med {
  font-size:1.2rem !important;
}
}

