@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-y: hidden;
  color: #000000;
}
html{scroll-behavior: smooth; overflow-x: hidden;}
body {
    font-family: 'Poppins' sans-serif;
    overflow-x: hidden;
}
/*.munGroup__back {
    background-image: url("web-image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}*/
.munGroupImg {
    position: relative;
    width: 100%;
    height: 100vh;
}
.munGroupImg .web {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.munGroupImg .mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.munGroup__detail {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.munGroup__back h1 {
    /*position: relative;*/
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    font-family: 'Poppins';
}
.munGroup__back .companies {
 /*   position: absolute;
    bottom: 0;*/
    padding: 50px 0 0 0;
}
.munGroup__back p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.companiesLogo {
    display: flex;
    overflow: unset;
}
.companiesLogo .companiesLogo__img {
    width: 200px;
    height: 200px;
    background: #fff;
    /*padding: 40px;*/
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid transparent;
    margin-right: 15px;
    margin-top: 15px;
    transition: 0.5s;
        background-image: linear-gradient(white, white), linear-gradient(to bottom, white, #cacdce);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.companiesLogo .companiesLogo__img:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 7px 7px -4px rgba(209,17,32,1);
-moz-box-shadow: 0px 7px 7px -4px rgba(209,17,32,1);
box-shadow: 0px 7px 7px -4px rgba(209,17,32,1);
}
.companiesLogo .companiesLogo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 40px;
}

@media (max-width:320px) {
    .munGroup__back h1 {
        font-size: 35px !important;
        padding: 240px 0 !important;
    }
}

@media (max-width:480px)  {

    .munGroupImg .web {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: none;
    }

    .munGroupImg .mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .munGroup__back h1 {
        font-size: 40px ;
    }
    .munGroup__back .companies {
        width: 100%;
    }
    .munGroup__back p {
        font-size: 16px;
    } 
    .companiesLogo .companiesLogo__img {
        width: 105px;
        height: 105px;
        border: 4px solid transparent;
    }
     .companiesLogo .companiesLogo__img img {
        padding: 16px;
    }
    .companiesLogo {
        justify-content: center;
    }

}

@media screen and (max-width:766px ) and (min-width: 481px) {


}

@media screen and (max-width:1023px ) and (min-width: 768px) {

    .munGroup__back h1 {
        padding: 55px 0;
        width: 100%;
        text-align: center;
    }
   
    .munGroup__back .companies {
        width: 100%;
        text-align: center;
    }
    .companiesLogo {
        justify-content: center;
    }

}

@media screen and (max-width:1280px ) and (min-width: 1024px) {
    .munGroup__back h1 {
        padding: 100px 0;
        font-size: 70px;
    }
    .munGroup__back .companies {
        padding: 100px 0 0 0;
    }
}