@font-face {
    font-family: "BeinNormal";
    src: url("../bein-ar-normal.ttf");
    font-display: swap;
}

body, html{
    background-color: white;
    font-family: BeinNormal, sans-serif, serif;
}

.main-banner{
    background: url("../website_images/head-banner.jpg") no-repeat center;
    background-size: 100% 100%;
    height: 450px;
}

.twitter-link{
    width: 30px;
    height: 30px;
    background: url('../website_images/twitter-white.png') no-repeat 0 center;
    background-size: contain;
    display: block;
    background-color: transparent;
}


.whatsapp-link{
    width: 30px;
    height: 30px;
    background: url('../website_images/whatsapp.png') no-repeat 0 center;
    background-size: contain;
    display: block;
    background-color: transparent;
    margin-left: 13px;
}

/* .twitter-link:hover{
    background: url('../website_images/twitter-blue.png') no-repeat 0 center;
    background-size: contain;
    background-color: transparent;
} */

.instagram-link{
    width: 30px;
    height: 30px;
    background: url('../website_images/instagram-white.png') no-repeat 0 center;
    background-size: contain;
    margin-left: 10px;
    display: block;
    background-color: transparent;
}

/* .instagram-link:hover{
    background: url('../website_images/instagram-blue.png') no-repeat 0 center;
    background-size: contain;
    background-color: transparent;
} */

.footer-cont-background{
    position: relative;
    background-color: #272b36;
    z-index: 1;
}
.footer-cont-background::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../website_images/footer-background.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: 0.4;
}

.footer-links{
    color: white;
    list-style-type: none;
    font-size: 16px;
}

.footer-links li{
    margin-top: 10px;
}

.footer-lnk{
    color: white;
    text-decoration: none;
}

.footer-lnk:hover{
    color: white;
    text-decoration: none;
}

.nav-text-stl{
    font-size: 20px;
    color: #063b4e;
    text-decoration: none;
}

.nav-text-stl:hover{
    color: #f8691a;
    text-decoration: none;
}

.nav-text-stl:focus{
    color: #f8691a;
}


#result-mess-cont{
    text-align: center;
    font-size: x-large;
    padding-top: 2%;
    padding-bottom: 2%;
}

.result-loading-cont{
    padding: 2% 0% 0% 0%;
}

.result-loading-cont img{
    position: relative;
    margin: auto;
    width: 10%;
    height: 10%;
}

.result-cont-hide{
    display: none;
    visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 10s, opacity 0.33s linear;
}

.result-cont-show{
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.button-link{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    margin: auto;
    margin-top: 2%;
    width: 60%;
    padding: 1% 5% 1% 5%;
    /* padding: 2% 20% 2% 20%; */
    background-color: #032633;
    display: block;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    text-decoration: none;
    font-size: x-large;
    color: white;
    display: block;
    cursor: pointer;
}

.button-link:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color:#053e53;
    text-decoration: none;
    color: white;
    
}

.form-cont{
    /* width: 100%; */
    padding: 2% 5% 4% 5%;
}


.about-paragraph{
    margin-top: 2%;
    margin-left: 25%;
    margin-right: 25%;
}

.service-img{
    width: 40%;
    height: 100%;
    margin: auto;
    position: relative;
}

@media (max-width: 991.98px) {

    .form-cont{
        padding: 4% 5% 4% 5%;
    }
}


@media (max-width: 768px) {

    .form-cont{
        padding: 4% 10% 4% 10%;
    }

    .disc-loading-cont img{
        width: 20%;
        height: 20%;
    }

    .main-banner{
        height: 300px;
        background-size: cover;
        background-position: 70% 20%;
    }

    .about-paragraph{
        margin-left: 2%;
        margin-right: 2%;
    }

}

@media (max-width: 576px){

    .form-cont{
        padding: 4% 4% 4% 4%;
    }

}

/* body, html{
    padding: 0px;
    margin: 0px;
    background-color: #053e53;
    height: 100%;
}

.logo-img{
    width: 35%; 
    height: 60%;
    margin: auto;
    position: relative;
    display: block;
}


.button-link{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    margin: auto;
    margin-top: 10%;
    width: 60%;
    padding: 1% 5% 1% 5%;
    background-color: white;
    display: block;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    text-decoration: none;
    font-size: x-large;
    color: #053e53;
    display: block;
}

.button-link:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color:#053e53;
    text-decoration: none;
    color: white;
    
}


@media (max-width: 991.98px) {
    .logo-img{
        width: 65%; 
        height: 60%;
    }

    .button-link{
        width: 80%;
    }
}

@media (max-width: 768px) {
    .logo-img{
        width: 30%; 
        height: 100%;
    }
}


@media (max-width: 576px){

} */

.loader {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    background: transparent;
    padding: 10px;
    box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
  }
  
  .loader span {
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  
  .loader span:nth-child(2) {
    background: #f07e6e;
  }
  
  .loader span:nth-child(3) {
    background: #84cdfa;
  }
  
  .loader span:nth-child(4) {
    background: #5ad1cd;
  }
  
  .loader span:not(:last-child) {
    animation: animate 1.5s linear infinite;
  }
  
  @keyframes animate {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(30px);
    }
  }
  
  .loader span:last-child {
    animation: jump 1.5s ease-in-out infinite;
  }
  
  @keyframes jump {
    0% {
      transform: translate(0, 0);
    }
    10% {
      transform: translate(10px, -10px);
    }
    20% {
      transform: translate(20px, 10px);
    }
    30% {
      transform: translate(10px, -30px);
    }
    70% {
      transform: translate(-150px, -30px);
    }
    80% {
      transform: translate(-140px, 10px);
    }
    90% {
      transform: translate(-130px, -10px);
    }
    100% {
      transform: translate(-120px, 0);
    }
  }