Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /home/fandr/yin/web/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : /home/fandr/yin/web/css/style-custom.css
@import url(style-fonts.css);
@import url(style-owl.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Theinhardt", Helvetica Neue, Helvetica, Arial, sans-serif;
  background-color: #F5F5F5;
  color: #333F48;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .wrap {
    padding: 0 50px;
  }
}

h1, h2, p, ul {
  margin-bottom: 20px;
}
@media (min-width: 850px) {
  h1, h2, p, ul {
    margin-bottom: 30px;
  }
}

p, ul {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 850px) {
  p, ul {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 1700px) {
  p, ul {
    font-size: 30px;
    line-height: 42px;
  }
}

.small p, .small ul, .small li {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 850px) {
  .small p, .small ul, .small li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1700px) {
  .small p, .small ul, .small li {
    font-size: 20px;
    line-height: 26px;
  }
}

h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 850px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1700px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (min-width: 850px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1700px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

ul {
  list-style: none;
}

strong {
  font-weight: 500;
}

a {
  color: #333F48;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.red {
  color: #DD3C27;
}

img, svg {
  display: block;
  width: 100%;
  height: auto;
}

img {
  -webkit-backface-visibility: hidden;
  margin-bottom: 20px;
}

a img {
  cursor: pointer;
}
a img:focus, a img:hover {
  opacity: 0.7;
}

.grid {
  display: grid;
  gap: 40px;
}

.flex {
  display: flex;
  gap: 40px;
}

@media (min-width: 850px) {
  .col2 {
    grid-template-columns: 2fr 1fr;
    gap: 19%;
  }
}

@media (min-width: 850px) {
  .col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 850px) {
  .col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 850px) {
  .col5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.header {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/header-mobile.jpg");
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 850px) {
  .header {
    padding: 50px;
    background-image: url("../images/header-desktop.jpg");
  }
}
.header .logo {
  width: 126px;
}
@media (min-width: 850px) {
  .header .logo {
    width: 180px;
  }
}
@media (min-width: 1700px) {
  .header .logo {
    width: 215px;
  }
}
.header h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 25px;
}
@media (min-width: 850px) {
  .header h1 {
    margin-top: 20px;
  }
}
@media (min-width: 1700px) {
  .header h1 {
    margin-top: 25px;
  }
}
.header ul {
  display: inline-block;
  padding-top: 10px;
  border-top: 2px solid #DD3C27;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 850px) {
  .header ul {
    margin-top: 15px;
  }
}
@media (min-width: 1700px) {
  .header ul {
    margin-top: 22px;
  }
}
@media (min-width: 850px) {
  .header .top {
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 2fr 1fr;
  }
}
.header .bottom {
  margin-top: auto;
}
.header .button {
  display: inline-block;
  background-color: #DD3C27;
  color: white;
  padding: 9px 37px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  transition: opacity 0.3s ease;
}
.header .button:hover {
  opacity: 0.8;
  text-decoration: none;
}

section {
  margin: 30px 0 60px 0;
}
@media (min-width: 850px) {
  section {
    margin: 80px 0;
  }
}
@media (min-width: 1700px) {
  section {
    margin: 100px 0;
  }
}
section h2 {
  border-top: 1px solid #333F48;
  padding-top: 15px;
}
@media (min-width: 850px) {
  section h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1700px) {
  section h2 {
    margin-bottom: 50px;
  }
}

.section-numbers h2 {
  border-top: 1px solid #DD3C27;
}
.section-numbers h3 {
  font-size: 72px;
}
.section-numbers p, .section-numbers h3 {
  font-weight: 500;
}

.section2 img {
  max-width: 70%;
  margin: 0 auto 20px auto;
}
@media (min-width: 850px) {
  .section2 img {
    margin: 0 auto 70px auto;
  }
}

@media (min-width: 850px) {
  .section3 .grid {
    margin-bottom: 50px;
  }
}

.section4 .photo {
  margin-bottom: 30px;
}
@media (min-width: 850px) {
  .section4 .photo {
    margin-bottom: 50px;
  }
}
.section4 .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (min-width: 850px) {
  .section4 .logos {
    display: flex;
    gap: 30px;
    margin-top: 90px;
    margin-bottom: 0;
  }
}
.section4 .logos img:first-child {
  width: 71%;
}
@media (min-width: 850px) {
  .section4 .logos img:first-child {
    width: 124px;
  }
}
@media (min-width: 850px) {
  .section4 .logos img:last-child {
    width: 184px;
  }
}

.section5 img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 850px) {
  .section5 img {
    max-width: 75%;
    margin: 0;
  }
}

.section5 .mobile,
.section-numbers .mobile {
  display: block;
}
@media (min-width: 850px) {
  .section5 .mobile,
  .section-numbers .mobile {
    display: none;
  }
}
.section5 .desktop,
.section-numbers .desktop {
  display: none;
}
@media (min-width: 850px) {
  .section5 .desktop,
  .section-numbers .desktop {
    display: grid;
  }
}

.footer {
  background-color: #333F48;
  color: white;
  padding: 25px 0;
  margin-top: 80px;
}
@media (min-width: 850px) {
  .footer {
    padding: 35px 0 50px 0;
    margin-top: 150px;
  }
}
.footer .grid {
  gap: 40px;
}
@media (min-width: 850px) {
  .footer .grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.footer a {
  color: white;
}
.footer ul {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

/*# sourceMappingURL=style-custom.css.map */

Samx