



/* @import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Slabo+27px&display=swap'); */

@font-face {
    font-family: "GALIL";
    font-weight: 300;
    src: 
      url("../font/FUP-Regular/FUP-Regular-V3.woff2") format("woff2"),
      /* url("trickster-outline.ttf") format("truetype"), */
      /* url("trickster-outline.woff") format("woff"); */
  }
  
@font-face {
    font-family: "GALIL";
    font-weight: 800;
    src: 
      url("../font/FUP-Galil-Bold/FUP-Galil-Bold-V3.woff2") format("woff2"),
      /* url("trickster-outline.ttf") format("truetype"), */
      /* url("trickster-outline.woff") format("woff"); */
  }

.parent {
    padding: 100px 50px;
}
body{
    overflow: hidden;
    font-family:"GALIL", Sans-serif;
}


.bg-img {
    background-image: url('../../assests/images/bg-img.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img {
    width: 24%;
    height: 100px;
    object-fit: contain;
}
h3.h-one{
    color: #FFFEFE;
    font-size: 25px;
    padding: 10px;
   
}
.h-one span{font-weight: 600;}
h3.hh-two {
    font-size: 20px;
    color: #FFFEFE;
    font-weight: 300;
    direction: rtl;
}
h1.hed_one {
    font-size: 26px;
    color: #FFFEFE;
    font-weight: 800;
    line-height: 35px;
}
h3.h-three {
    font-size: 18px;
    padding: 25px;
    color: #FFFEFE;
    font-weight: 300;
}
mark.markk {
    padding: 4px 15px;
    border-radius: 0.2em;
    /* margin: 0px -8px 3px 6px; */
    display: inline-block;
    transform: rotate(-2deg) !important;
    font-weight: 900;
    background-color: #1E44FF !important;
    color: white;
    font-size: 18px;
    margin: 0 10px;
}
button.btn-details {
    background-color: #FFFEFE24;
    font-family: "GALIL", Sans-serif;
    font-size: 28px;
    font-weight: 900;
    border-radius: 5px 5px 5px 5px;
    color: #FFFEFE;
    border: none;
    padding: 8px 24px;
    margin: 20px;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    align-items: center;
    gap: 10px;
}
.btn-details svg {
    width: 25px;
    height: auto;
    font-size: 28px;
}
.fix-form {
    width: 850px;
}
.formm{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
   
  } 
.form-control {
    background-color: #FFFFFF2E !important;
    border: none;
    text-align: end;
    border-radius: 0;
    color: #fffefe !important;
    padding: .5rem 1rem;
    font-weight: 900;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 3px;
}
.form-control::placeholder{
    color: #fffefe;
    font-weight: 900;
}
/*  .form-control{
    background-color: #5f6277 !important;
    border: none;
    text-align: end; 

  }*/
.send-btn {
    width: 100%;
    padding: 10px 10px;
    background-color: #4969D8;
    color: #ffffff;
    border-color: #FFFEFE00;
    background-image: linear-gradient(160deg, #6C58BE, #38A1B8);
    border: 1px solid #38a1b800;
    font-size: 23px;
    font-weight: 900;
    border-style: solid;
    padding: .50em .50em .50em .50em;
    transition: .3s;
    transition-property: transform;
}

.send-btn:hover {
    transform: scale(.9);
    background-image: linear-gradient(160deg, #6C58BE, #38A1B8);
    color: #000;
   
}


/* media query */

@media screen and (min-width: 300px) and (max-width: 767px) {
    .bg-img{display: block;}
   .parent {
        padding: 40px 15px;
    }
    .bg-img {
        height: auto;
        min-height: 100vh;
    }
    h1.hed_one {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    h3.h-one,  h3.h-three {
        font-size: 18px;
        text-align: center;
        padding-top: 0;
        font-weight: 400;
    }
    h3.hh-two {
        font-size: 18px;
        line-height: 1.3rem;
    }
  h3.h-three {
    font-weight: 300;
    line-height: 1.3em;
    word-spacing: 0.3em;
    font-size: 25px;
    padding: 0;
    margin: 20px 0 38px;
}
    .logo-img {
        width: 52%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .form-container {
        padding: 15px;
        box-shadow: none;
        border-radius: 10px;
    }
    button.btn-details {
        font-size: 20px;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 90%;
    }
   .send-btn {
        font-size: 20px;
        padding: 5px;
        width: 100% !IMPORTANT;
    }
    .form-control {
        width: 315px;
        margin: auto;
    }

    .formm {
        padding-top: 70px;
    }

    mark.markk {
        font-size: 18px;
        font-weight: 900;
        padding: 4px 10px;
        margin: 0;
    }

}

 @media screen and (max-width: 1199px) {
    h1.hed_one {
        font-size: 26px;
        line-height: 32px;
    }
   
    .logo-img {
        height: 80px;
    }
    .form-container {
        padding: 20px;
    }
    
    .send-btn {
        width: 50%;
    }
    .fix-form {
       width: 100%;
    }

} 
  