/* Theme Name: Alvin Media
   Author: www.CodePerfecto.com
   Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

@font-face {
  font-family: 'Metropolis-Medium';
  src: url(../fonts/Metropolis-Medium.otf);
}
:root {
    --secondary: rgb(102, 179, 255);
    --primary: #3864f3;
}
@font-face {
  font-family: 'Metropolis-SemiBold';
  src: url(../fonts/Metropolis-SemiBold.otf);
}
html, * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Metropolis-Medium', sans-serif;
    font-size: 14px;
    color: #525456;
    background: #000000;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: 600;
}

.container-custom {
    max-width: 1140px !important;
}

p{
    line-height: 1.8;
    /* margin-top: 1rem !important; */
    margin-bottom: 0.8rem !important;
}
a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.custom-nav a {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary);
    font-size: 13px;
}
.custom-nav a:hover {
    color: var(--primary) !important;
    
}
/* .hero-bg {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url("./../images/hero-bg.jpg");
    background-position: center center;
    background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
} */
.home-prestion {
    background: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url('./../images/hero-bg.jpg') no-repeat center center / cover;
    color: #fff;
    position: relative;
}
.home-prestion {
    /* padding-top: 75px; */
    background-color: #f8f9fa;
    position: relative;
}
.home-prestion-form {
    background: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ), url('./../images/hero-bg.jpg') no-repeat;
    color: #fff;
    background-size: cover;
   background-position: 80% 25%;
    position: relative;
}
/* .home-prestion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
} */
h1, h2, h3, h4, h5 {
    font-family: 'Metropolis-SemiBold', sans-serif !important;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.custom_text_popup li, .custom_text_popup ol {
    margin-left: 15px;
}

label {
    font-weight: bold !important;
    font-size: 13px !important;
    margin-bottom: 5px;
}
input {
    outline: #1f1f1f !important;
}

.btn, .btn-custom {
    background-color: #111 !important;
    color: #66b3ff !important;
    border: 1px solid #66b3ff !important;
    transition: all 0.3s  ease;
}
.btn {
    padding: 14px 28px;
    font-size: 12px;
    letter-spacing: 0.9px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease;
    font-family: "Metropolis-SemiBold", sans-serif;
}
.btn:hover, .btn-custom:hover {
    background-color: #3964f4 !important;
    color: #000 !important;
    border: 1px solid #3964f4 !important;
}

.btn:hover {
    transform: translate3d(0, -3px, 0);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.float-animation {
  animation: float 3s ease-in-out infinite;
}

.home-title {
    font-size: 42px;
    line-height: 60px;
    font-family: "Metropolis-SemiBold", sans-serif;
    font-weight: 500;
    padding-top: 0 !important;
}
.subtitle {
    font-family: "Metropolis-Medium", sans-serif;
    font-weight: 300;
    font-size: 36px !important;
}

.custom_css {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
}



@media (max-width: 768px) { 
    .home-title {
        font-size: 26px !important;
        line-height: 30px !important;
        text-align: center !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
    .subtitle {
        font-size: 20px !important;
        margin-top: 10px !important;
     }
     .container-custom {
        width: 90% !important;
     }
}