@import "thankyoupage.css";

/* ----- RESET ----- */

body {
  margin: 0;
  box-sizing: 0;
  scroll-behavior: smooth;
  background-color: #1e7ad8;
  padding: 0;
  width: 100%;
  position: relative;
}

html, body {
  overflow-x: hidden;
  font-family: sans-serif;
}

.hide{
	display: none;
}

/* ----- NAVBAR ----- */

.navbar{
position: relative;
}


#navbar{
  font-size: 20px;
  font-weight: 400;
  color: #254c7d;
  padding: 20px 15px;
  margin-bottom: 0;

}

.navbar-txt{
  font-size: 15pt;
  text-decoration: none;
  color: #fff;
  margin: 0;
  text-align: right;
}

a>p{
  font-size: 8pt;
  color: #254c7d;
  text-decoration: none;
}



.nav-logo {
  width: 150px;
  cursor: pointer;
}



.nav-link {
  color: white;
  cursor: pointer;
}

.nav-link:hover,
.nav-link:active {
  color: #ffac54;
}

.navbar-collapse {
  background-color: #52a72b;
  padding: 1rem;
}

.navbar-expand-lg .navbar-collapse{
  justify-content: end;
}




/* ----- SECTION 1 -------- */

  .section-1{
  /*  background-image:  linear-gradient(#58a1361e, #376d2526 ),url("../images/background.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #292325;
    height: 42rem;

    padding: 3% 5% 6%;
  }

  .intro-section{
    margin: auto;
    max-height: 560px;
    height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .intro-box{
    display: flex;
  }


  #background-video {

    height: 800px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    bottom: 0;
    z-index: -1;

  }

  #shadow-color{
    background-color: #000;
    height: 600px;
  }



  .hero-text{
    position: relative;
    color: white;
    text-shadow: 2px 2px 5px #070f2d;
    text-align: left;
  }

  .hero-text h1{
    font-display: swap;
    font-weight: 800;
    font-size: 56px;
  }

  .s1intro-mobile{
    display: none;
  }


  .hero-text ul{
    font-weight: 500;
    font-size: 26px;
  }

  .btnn{
    background-color: #ff9320;
    color: white;
    font-size: 20px;
    margin: 1rem;
    padding: 0.5rem;
    width: 15rem;
    border-radius: 10px;
    transition: 1s all;
    box-shadow: 0 0 4px #000000;
  }

  .btnn:hover{
    background-color: #ffa84b;
    color: white;
  }

  #email{
    position: absolute;
    top: -9999px;
  }






/* ----- SECTION 2 ------- */

.section-2{
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  color: #292325;
  padding: 1rem;
}

.section-2>h2{
  font-display: swap;

  font-size: calc(1.6rem + .7vw);
  font-weight: 800;
  text-align: center;
  padding: 2rem 0;
}

.s2intro-mobile{
  display: none;
}

.card {
  border: 0;
  box-shadow: 0 0 0 2px #ff9320, 8px 8px 0 0 #ff9320;
  margin: 1rem;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 0px;
  min-height: 21rem;
  cursor: pointer;
}

.col-card{
  height: fit-content;
}

.card-text {
  text-align: center;
  margin: 2rem 0;
}

.card-text>strong{
  font-size: 22px;
}

.card-body{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card img {
  width: 100px;
  height: 100px;
}





/* ----- SECTION 4 -------- */

.section-4{
  background-color: #FFFFFF;
  color: #000;
  padding: 3.5rem 0rem;


  text-align: center;
}

.section-4 h4{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 20px;
}

.brands{
  width: 100%;
  align-items: center;
  justify-content: center;
}

.brands img{
  max-width: 140px;
  width: 100%;
  margin: auto;
  padding: 10px;
}



/* ----- SECTION 3 -------- */

  .section-3{
    background-color: #fff;
    color: #292325;
    padding: 3.5rem 0rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .s3-intro{
    margin: 0 auto;
    padding: 1.5rem 3rem;
    font-size: 20px;
  }

  .s3-title{
    font-size: 1.9rem;
    line-height: 2.4rem;
    font-weight: 800;
    color: #ff7400;
  }


  .section-3>p{
  font-size: 50px;
  }

  .s3-text{
    text-align: center;
  }

  .s3-text img{
    max-width: 400px;
    width: 100%;
    margin: auto;
  }


  .s3-benefit-numb{
    font-size: 30px;
    font-weight: 800;
    color:#ff7400;
  }

  .s3-benefit-txt{
    font-size: 30px;
    font-weight: 700;
  }



/* ----- SECTION 5 -------- */

  .section-5{
    background-color: #1e7ad8;
    color: #fff;
    padding: 3.5rem 0rem;
    text-align: center;
  }

  .section-5 h4{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .s5-process{
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 14pt;
  }

  .img-zoom{

    overflow: hidden;             
  }

  .img-zoom img{
    max-width: 240px;
    width: 100%;
    margin: auto;
    padding: 10px;
    padding-bottom: 15px;
    transition: transform 0.5s ease;
  }

  .img-zoom:hover img {
    transform: scale(1.15);
  }  














/* ----- FORM GENERAL ------ */

  .form-container {
    display: flex;


    justify-content: center;
    align-items: flex-start;
    max-width: 450px;
    margin: auto;
    width: 100%;

  }

  .size-form{
    background-color: ;
    max-width: 600px;
    width: 100%;
    padding: 2rem;
    text-align:center;
  }


  #mainform{
    background-color: #fafcfff3;
    border-radius: 10px;
    padding: 2rem;
    min-width: 28rem;
    padding-top: 1rem;
  }


  .form-subtitle{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
  }


  .item-active {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
    background-color: #f0f0f0;

    border-radius: 10px;
  }


  /*.item-active div{
    background-color: #0082ff;
    color: #fff;
  }*/



  .item-active div[class="answer-holder-2opt extra row"]{

     background-color: #ffad33;
     animation:slidebg 15s linear infinite;
     color: #fff;
  }



  .options{
    margin: auto;
    padding-top: 20px;
    display: flex;

    justify-content: center;
  }

  .options select{
    max-width: 500px;
    margin: auto;
    margin-bottom: 2rem;
  }


  .options label{
    max-width: 300px;
    margin: auto;
    margin-bottom: 15px;
  }


  .answer-holder-2opt{
    border-radius: 10px;

    align-items: center;
    text-align: center;
    /*background-color: #f7f5f2;*/
    border: 2px solid #aa3f5d;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    /*cursor: pointer;*/
    transition: all 0.2s ease-in-out;
    margin: auto;
    padding: 5px 15px;
    min-height: 60px;
    font-size: 11pt;


    position: relative;             /* Necesario para el pseudo-elemento */
    background-color: #aa3f5d;      /* Color de fondo inicial */
    color: white;                   /* Color del texto */
    padding: 10px 20px;             /* Espaciado */
    border: none;                   /* Sin bordes */
    /*border-radius: 5px;             /* Bordes redondeados */
    font-size: 16px;                /* Tamaño de la fuente */
    cursor: pointer;                /* Cambiar cursor al pasar sobre el botón */
    overflow: hidden;               /* Ocultar el deslizamiento fuera del botón */
    z-index: 1;
  }


  /* Pseudo-elemento para el fondo deslizante */
  .answer-holder-2opt::before {
      content: '';
      position: absolute;
      top: 0;
      right: -100%;                    /* Comienza fuera del botón (a la izquierda) */
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #aa3f5d 10%, #ffad33 60%, #ffad33 100%); /* Colores del "sunrise" */
      transition: all 3s ease;      /* Suave transición */
      z-index: -1;
  }

  /* Efecto hover: Animación de deslizamiento del fondo */
  .answer-holder-2opt:hover::before {
      right: 0;                        /* Deslizar el fondo desde la izquierda */
  }





  /*.answer-holder-2opt:hover{
      background-color: #0082ff;
      border: 2px solid #0082ff; 
      color: #fff;
  }*/

  .answer-holder-2opt p{
    margin-bottom: 0;
  }




  /*.answer-holder-2opt:hover{
     background-image: linear-gradient(90deg, #aa3f5d 0%, #e3645c 30%, #f4b769 50%, #f3b182 70%, #e78d82 90%, #aa3f5d 100%);
     animation:slidebg 15s linear infinite;
  }

  @keyframes slidebg {
    to {
      background-position:20vw;
    }
  }*/




  


/* ----- FORM STEP 3 ------ */

  .form-group {
    margin: auto;
  }

  .form-group {
    margin: 0.4rem;
  }

  .form-control{
    margin-bottom: 0.7rem;
    background-color: #f7f8ff;
    width: 100%;
    border: 1px solid #1e7ad8;
  }

  .form-control{
    margin: 0.3rem 0;
  }

  .hold-title{
    margin-top: 10px;
  }

  .form-h2 {
    font-weight: 800;
    font-size: 21px;
    text-align: center;
  }

  .hold-title span{
    font-weight: bold;
  }


  .box-check ::placeholder{
    color: #c1c5c9;
  }

  .line-box{
    border: 1px solid #0082ff;

    min-height: 40px;
    font-size: 1rem;
    border-radius: 10px;
  }

  [type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }

  [type=radio] + img {
    cursor: pointer;
  }


  .return{
    color: #12263a46;
    font-weight: 600;
    cursor: pointer;

    padding: .5rem 0rem;
    border-radius: 13px;
    margin-top: .3rem;
    transition: 1s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 0;
  }

  .return p{
    margin-bottom: 0;
  }

  .termstext{
    font-size: 4px;
    text-align: justify;
  }

  #termstext>label, #termstext2>label{
    font-size: 10px;
    color: #12263ab1;
  }

  #termstext>label>a, #termstext2>label>a{
    color: #12263a;
  }

  .fieldpp {
    font-size: 0.7em;
    padding: 10px 20px 15px 25px;
  }



  .form-btn{
    background-color: #ff7400;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 1s;
    color: white;
  }

  .form-btn:hover{
    background-color: #e27705;
  }

  .errormsg{
    color: rgb(255, 169, 169);
    background-color: rgba(237, 170, 181, 0.325);
    margin: 0.5rem;
    border-radius: 20px;
    width: fit-content;
  }










/* ----- FOOTER ------ */

  .footer {
    color: #ffffff;
    background-color: #1e7ad8;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer>p>a{
    color: #f1faee;
  }

  .footer p{
    margin-bottom: 0;
  }

  .window-close{
    border: 0;
    border-radius: 5px;
    color: #f1faee;
    background-color: #ff97a7;
    font-weight: 800;
    font-style: normal;
    padding: 0.01rem 0.3rem;
  }





/* ----- MEDIA QUERYS ------ */




/* mid-screen */



  @media (max-width: 991px) {

    .form-container{
      display: flex;
      justify-content: center;
    }

    .form-horizontal{
    width: 90%;
    }

  }

  @media (max-width: 767px) {

    #navbar{
      text-align: center;
      padding: 0;
      padding-top: 3%;
    }

    .navbar-txt{
      text-align: center;
    }

    #navbar > img {
      width: 6rem;
    }



    /* ------ SECTION 1 ------ */

    .section-1{
      height:auto;
      padding-top: 8%;

    }

    .hero-text{
      width: 100%;
    }


    .hero-text h1{
      font-size: calc(2.5rem + .9vw);
      text-align: center;
    }


    .hero-text ul{
      display: none;
    }

    #mainform{
      min-width: 125%;
    }



    /* ------ SECTION 2 ------ */

    


    /* ------ SECTION 3 ------ */

    .section-3{
      padding-top: 3%;
    }


    .s3-title{
      font-size: 35px;

    }

    .form-container{
        height: fit-content;
    }

  }




/* mobile */

@media (max-width: 575px) {


  .navbar-txt{
    display: none;
  }



  /* ------ SECTION 1 ------ */


  .intro-section{
    max-height: fit-content ;
  }

  .hero-text h1{
    display: none;

  }


  .s1intro-mobile{
    display: block;
    font-size: calc(1.8rem + .8vw);
    font-weight: bold;
    text-align: center;
  }

  .form-container {
    margin: 0;
    padding: 1rem;
    height: fit-content;
  }

  .form-subtitle{
    font-size: 20px;
    margin: 0;
  }




  /* ------ SECTION 2 ------ */

  .card{
    min-height: fit-content;
  }


  .section-2 h2{
    display: none;

  }

  .s2intro-mobile{
    display: block;
    font-size: calc(1.5rem + .6vw);
    line-height: 21pt;
    margin: 0 auto;
    padding: 5px 40px;
    font-weight: bold;
    text-align: center;
  }




  /* ------ SECTION 3 ------ */

  .s3-intro{
    padding: 2rem 2.5rem
  }

  .s3-intro h1 {
    font-size: 31px;
  }

  .s3-benefit-txt {
  font-size: 25px;
  }

  .s3-txt{
    width: 100%;
    font-size: 17px;
  }


}







#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}

#contacterr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

#bclose {
  line-height: 1em;
  border-radius: 0;
  padding: 4px 0;
  font-size: 18pt;
  margin-bottom: 10px;
}


/* Thank you */

#thankyoubg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.4);
	overflow:hidden;
  
  }
  
  #thankyoubox {
  
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 10px;
	color: #999;
	width: 100%;
	max-width: 800px;
	min-height: 500px;
	position: fixed;
	top: 5%;
	left: 30%;
	margin-top: 0px;
	z-index: 10;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 1000ms linear;
	transition: opacity 1000ms linear;
	background-image: url('../images/thankyou-bg.jpg');
	background-size: cover;
	background-position: -80px;
  
  }
  
  #thankyoutxt {
	margin-left: 60%;
	text-align: center;
	padding-top: 25%;
  }
  
  #thankyoutxt1 {
	color: #ea740e;
  }
  
  #thankyouhr {
	background-color: #d20f1d;
	height: 5px;
	width: 50%;
	margin: 10px auto 10px auto;
  }
  
  .thanks-page{
	  max-width: 900px;
	  width: 100%;
	  margin: auto;
	  border: 1px solid #c2c2c2;/* Este border se quitará cuando se haga en popup*/
	  background-color: #f4f4f5; 
	  position: fixed;
		top: 5%;
		left: 50%;
	  transform: translateX(-50%);
		margin-top: 0px;
		z-index: 10;
		min-height: 80vh;
		opacity: 1;
		-webkit-transition: opacity 1000ms linear;
		transition: opacity 1000ms linear;
  }
  
  .info-thanks{
	  padding: 25px 40px;
  }
  
  
  .text{
	  font-size: 1.2rem;
	  line-height: 1.4rem;
	  color: #4D4D4D;
	  text-align: center;
  }
  
  .text h1{
	  font-size: 2.5em ;
	  font-weight: bold;
	  color: #0091A9;
  }
  
  .text h4{
	  font-size: 1.2em;
	  font-weight: bold;
	  margin-bottom: 30px;
  }
  
  .text span{
	  font-size: 1em;
	  font-weight: lighter;
  }
  
  .line{
	  height: 6px !important;
	  width: 45%;
	  margin: 0 auto 20px;
	  color: #0091A9;
	  border-radius: 2px;
	  opacity: 100%;
  }
  
  .more-webs{
	  width: 100%;
	  margin: 0px auto 30px;
  
  }
  
  .web{
	  width: 30%;
	  background-color:#fff;
	  border: solid 1px #c2c2c2;
	  text-align: center;
	  margin: 0 auto;
	  padding: 25px;
  }
  
  .web li{
	  text-align: left;
	  font-size: 14px;
  }
  
  .web img{
	  max-width: 70px;
	  width: 100%; 
  }
  
  .list{
	  height: 160px;
	  margin-top: 20px;
  }
  
  .hide{
	  display: none;
  }
  
  
  .btn-thanks{
	  max-width: 200px;
	  width: 100%;
	  text-align: center;
	  font-family: "Open Sans", sans-serif;
	  padding: 10px;
	  font-size: 1em;
	  color: #ffffff;
	  background-color: #e68016;
	  border-radius: 5px;
	  margin: auto;
	  margin-bottom: 10px;
	  border: 0;
  }
  
  .btn-thanks:hover{
	  background-color: #d9580b;
	  color: #ffffff;
  
  }

@media screen and (max-width: 750px){
  
  #thankyoubg{
    overflow: scroll;
  }

  .thanks-page{
    top: 0;
    position: absolute;
  }

  .web{
    max-width: 450px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;

  }

  .list{
    height: initial;

  }

  .text h1{
    font-size: calc(2.0rem + .8vw);
  }

  .text h4{
    font-size: calc(1.0rem + .5vw);
    margin-bottom: 10px;
  }

  .text span{
    font-size: calc(0.8rem + .3vw);

  }
}




@media screen and (max-width: 750px){

#thankyoubg{
  overflow: scroll !important;
}

.thanks-page{
  top: 0 !important;
  position: absolute !important;
}

.web{
  max-width: 450px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;

}

.list{
  height: initial;

}

.text h1{
  font-size: calc(2.0rem + .8vw);
}

.text h4{
  font-size: calc(1.0rem + .5vw);
  margin-bottom: 10px;
}

.text span{
  font-size: calc(0.8rem + .3vw);

}
}



/* Loader */

.thankyouloader {
width: 100%;
}

.thanks-span{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#thankyouloader-txt{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size:20px;
color: rgb(9, 6, 56);
}

#loader-txt{
background-image: rgba(0, 9, 128, 0.115);
border-radius: 10px;
padding: 1rem;
width: 150%;
}

#loader-txt>h1{
font-weight: 800;
}

.logo-loading{
margin-top: 1.5rem;
}




.loader-svg {
color: rgba(0, 170, 255, 1);
font-size: 45px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
margin:5rem;
border-radius: 50%;
position: relative;
transform: translateZ(0);
animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
0% {
  box-shadow: 0 -0.83em 0 -0.4em,
  0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
  0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
  box-shadow: 0 -0.83em 0 -0.4em, 
  0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
  0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
  box-shadow: 0 -0.83em 0 -0.4em, 
  -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
  -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
  box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
   -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
   -0.749em -0.34em 0 -0.477em;
}
38% {
  box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
   -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
   -0.82em -0.09em 0 -0.477em;
}
100% {
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
  0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}

@keyframes round {
0% { transform: rotate(0deg) }
100% { transform: rotate(360deg) }
}



@media screen and (max-width: 425px){

#thankyouloader-txt {
  top: 40%;
}

} 




#thankyoubg {

position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
min-height: 100%;
z-index: 9;
background-color: rgba(0, 0, 0, 0.4);
}

#thankyoubox {

border: 2px solid #ccc;
border-radius: 10px;
background-color: #f7f7f7;
padding: 10px;
color: #999;
width: 100%;
max-width: 800px;
min-height: 500px;
position: fixed;
top: 10%;
left: 30%;
margin-top: 0px;
z-index: 10;
height: auto;
opacity: 1;
-webkit-transition: opacity 1000ms linear;
transition: opacity 1000ms linear;
background-image: url('../images/thankyou-bg.jpg');
background-size: cover;
background-position: -80px;

}

#thankyoutxt {
margin-left: 60%;
text-align: center;
padding-top: 25%;
}

.thanks-page{
max-width: 900px;
width: 100%;
margin: auto;
border-radius: 10px;
background-color: #f4f4f5; 
position: fixed;
  top: 5%;
  left: 50%;
transform: translateX(-50%);
  margin-top: 0px;
  z-index: 10;
min-height: 80vh;

  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
}

/* Realised by */

.really{

border: 2px solid #ccc;
border-radius: 10px;
background-color: #f7f7f7;
padding: 1.5em;
color: #999;
width: 50%;
/*max-width: 800px;*/
min-height: 500px;
position: fixed;
top: 10%;
left: 50%;
margin-left: -25%;
transform: scale(0, 0);
transition: all 0.5s ease;
z-index: 9;
/*margin: auto;*/
}

.reallyactive{
transform: scale(1, 1);
/*position: fixed;*/
}

#realisedbybox{
margin-top: 20px;
overflow-y: scroll;
max-height: 400px;
}

#realisedby img {
max-width: 200px;
}

#realisedbyclose {
float: right;
margin-right: 15px;
}


@media screen and (max-width: 600px){

.really {
width: 100%;
left:0;
margin-left: 0;
}
}

@media screen and (max-width: 500px){

  .navbar-check{
  display: none;
  }
}

/* Thank you */

#thankyoubg {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
min-height: 100%;
z-index: 9;
background-color: rgba(0, 0, 0, 0.4);
overflow:hidden;

}

#thankyoubox {

border: 2px solid #ccc;
border-radius: 10px;
background-color: #f7f7f7;
padding: 10px;
color: #999;
width: 100%;
max-width: 800px;
min-height: 500px;
position: fixed;
top: 10%;
left: 30%;
margin-top: 0px;
margin-left: -70px;
z-index: 10;
height: auto;
opacity: 1;
-webkit-transition: opacity 1000ms linear;
transition: opacity 1000ms linear;
background-image: url('../images/thankyou-bg.jpg');
background-size: cover;
background-position: -80px;

}

#thankyoutxt {
margin-left: 60%;
text-align: center;
padding-top: 25%;
}

#thankyoutxt1 {
color: #ea740e;
}

#thankyouhr {
background-color: #d20f1d;
height: 5px;
width: 50%;
margin: 10px auto 10px auto;
}


/* Loader */

.thankyouloader {
width: 100%;
}

.thanks-span{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#thankyouloader-txt{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size:20px;
color: rgb(15, 9, 102);
}

#loader-txt{
background-image: rgba(0, 128, 0, 0.115);
border-radius: 10px;
padding: 1rem;
width: 150%;
}

#loader-txt>h1{
font-weight: 800;
}

.logo-loading{
margin-top: 1.5rem;
}

.highlight {
border-radius: 1em 0 1em 0;
background-image: linear-gradient(
  -100deg,
  rgba(0, 128, 255, 0.3),
  rgba(0, 170, 255, 0.7) 95%,
  rgba(0, 191, 255, 0.1)
);
}

@keyframes mltShdSpin {
0% {
  box-shadow: 0 -0.83em 0 -0.4em,
  0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
  0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
  box-shadow: 0 -0.83em 0 -0.4em, 
  0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
  0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
  box-shadow: 0 -0.83em 0 -0.4em, 
  -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
  -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
  box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
   -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
   -0.749em -0.34em 0 -0.477em;
}
38% {
  box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
   -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
   -0.82em -0.09em 0 -0.477em;
}
100% {
  box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
  0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}

@keyframes round {
0% { transform: rotate(0deg) }
100% { transform: rotate(360deg) }
}



@media screen and (max-width: 425px){

#thankyouloader-txt {
  top: 40%;
}

} 


/* Contact Form */


.contactform {
border: 2px solid #ccc;
border-radius: 10px;
background-color: #f7f7f7;
padding: 20px 40px;
color: #999;
position: fixed;
top: 5%;
margin-left: 35%;
margin-right: 35%;
margin-top: 0px;
padding: 10px;
z-index: 10;
height: auto;

transform: scale(0, 0);
transition: all 0.5s ease;
}


@media screen and (max-width: 1400px){

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 5%;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  
  transform: scale(0, 0);
  transition: all 0.5s ease;
}

} 

@media screen and (max-width: 1024px){

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 5%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  
  transform: scale(0, 0);
  transition: all 0.5s ease;
}

} 

@media screen and (max-width: 768px){

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 5%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  
  transform: scale(0, 0);
  transition: all 0.5s ease;
}

} 


@media screen and (max-width: 425px){

.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  
  transform: scale(0, 0);
  transition: all 0.5s ease;
}


} 

.contactactive{
transform: scale(1, 1);
position: fixed;
}



.contact-btn{
background-color: #ff9800;
padding: 0.5rem 1.5rem;
margin: auto;
border: 0;
color: #f7f7f7;
border-radius: 5px;
width: 100%;
}

.contact-btn:hover{
background-color: #e38800;
}