﻿/* Style - www.netbax.net © January 2025 - Autor by Chris Bax - net@netbax.net */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900');

*{
  box-sizing:border-box;
 /* outline:1px solid ;*/
}
body{
        background: #008000;
        height: 100%;
        margin: 0px;
        background-repeat: no-repeat;
        background-attachment: fixed;
  
}
a {
  color: #fff;
  text-decoration: none;
  transition: all 0.30s linear 0s;
}

.content1{
  width:100%;
  height:100%;
  display: flex;
flex-direction: column;
}
.content2{
  padding: 0px;
  text-align:center;
}
h1{vertical-align:top;
  font-family: 'Raleway', Arial Black, Sans-Serif;
  font-size:3em;
  font-weight: 900;
  letter-spacing:3px;
  color: #fafafa;
  margin:0px;
  margin-top: 0px;
  margin-bottom:0px;

  text-transform: uppercase;
}
.content2 p{
  margin:0;
  font-size:1.3em;
  color:#fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
  line-height: 2;
text-transform: capitalize;
}

.fa-arrow-right{color:yellow;}

.fa-address-book{color:yellow;}

.fa-home{color:yellow;}

.home{
  background: #ff0000;
  border:1px solid #fff;
  padding: 20px 40px;
  margin: 0px 0;
  border-radius: 5px;
  cursor: pointer;
 text-transform: uppercase;
}
.home:hover{
  opacity: 0.9;
}
.home a{
  font-family: 'Raleway', Arial Black;
  font-size: 1rem;
  font-weight: 700!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}

.img{
 height:60px;
 width:60px;
  display: inline-flex;
vertical-align:bottom;

}

@media (min-width:360px){
  h1{
    font-size:3em;
  }
  .home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .thank{
  max-width:1000px;
  margin:0px auto;
}
  .content1{
  height: initial;
width: 100%;
  margin:0px auto;
  margin-top:0px;
  }



.card__success {

  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #008000;
  border: 5px solid #fff;
}
.card__success i {
  color: #fff;
  line-height: 100px;
  font-size: 70px;
}

x1{  text-transform: lowercase;
text-decoration:underline;}

x2{
text-decoration:none;}

x3{  text-transform: lowercase;
text-decoration:none;}

.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #ff0000;
}

.base-timer__path-remaining.orange {
  color: #880085;
}

.base-timer__path-remaining.red {
  color: yellow;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

