@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

  *{
    font-family: 'Poppins', sans-serif;
    margin:0;
    box-sizing: border-box;
    padding: 0;
  }
  body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.fixed-top{
    padding-bottom: 0px;
    background-color: white;
}
.navbar-nav{
    font-size: 0.9rem;
    margin: 0px;
    padding: 0.6rem;
}

svg{
    color: black;
}
header {
  font-size: calc(0.3rem + 3.3vw);
  display: flex;
  flex-wrap: wrap;
    height: 100%;
    margin: 0 auto;
    max-width: 75rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav{
    letter-spacing: 1.4px;
    font-size: 15px;
    text-transform: uppercase;
}
  .forms{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .form{
  	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;;
    background: #fff;
    border-radius: 7px;
    max-width: 430px;
    padding: 30px;
    width: 100%;
    position: absolute;
  }
  .form.signup{
    opacity: 0;
    pointer-events: none;
  }
  .forms.show-signup .form.signup{
    opacity: 1;
    pointer-events: auto;
  }
  .forms.show-login .form.login{
    opacity: 1;
    pointer-events: auto;
  }

.form-content h1{
    font-size: 28px;
    font-weight: 600;
    color: 1px solid black;
    text-align: center;
  }
.form-content  h2{
    color: 1px solid black;
    text-align: center;
  }
  

  .acc{
    color: 1px solid black;
    text-align: center;
    font-size: 20px;

  }
.form-content form{
    margin-top: 30px;
  }
  .form .field{
    height: 50px;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .field input,
  .field button{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
  }
.btn2{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    color:#fff;
    background-color: #0171d3;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
    padding: 0.8rem;
  }
  .field input{
    padding: 0 15px;
    border: 1px solid #CACACA;
  }
  .eye-icon{
    font-size: 18px;
    position: absolute;
    color: #8b8b8b;
    top: 50%;
    right: 10px;
    padding: 5px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .field button{
    color:#fff;
    background-color: #0171d3;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .field button:hover{

    background-color: #016dcb;
  }
  .form-link{
    text-align: center;
    margin-top: 10px;
  }
.form-link span,
.form-link a{
    font-size: 14px;
    font-weight: 400;
    color: #232836;
}
.form a{
    text-decoration: none;
    color: #0171d3;
}
.form-content a:hover{
    text-decoration: underline;
}
.field.success input{
    border-color:#2ecc71;
}
.field.error input{
    border-color:#e74c3c;
}

.field.error small{
    visibility: visible;
}
.field small{
    color:#e74c3c;
    position: absolute;
    visibility: hidden;
}
.line{
    height: 1px;
    position: relative;
    width: 100%;
    background-color: #d4d4d4;
    margin: 35px 0;
}
.line::before{
    content: 'Or';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #8b8b8b;
    padding: 0 15px;
}
.media-options a{
    display: flex;
    align-items: center;
    justify-content: center;
}
a.facebook{
    color: #fff;
    background-color: #4267b2;
}
a.facebook .fa-facebook-f{
    height: 28px;
    width: 28px;
    color:#0171d3;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.fa-facebook-f,img.apple,
img.google{
    position: absolute;
    top: 50%;
    left:15px;
    transform: translateY(-50%);
}

img.google{
    height: 28px;
    width: 28px;
    object-fit: cover;
}
a.apple,
a.google{
    border: 1px solid #CACACA;
}
a.apple span,
a.google span{
    color: #232836;
    opacity: 0.6;
    font-weight: 450;
}
img.apple{
    height: 30px;
    width: 30px;
    object-fit: cover;
}
footer{
    background-color: #000000;
    color: #fff;
    font-family: NeueHaasUnica,Arial,sans-serif;
    font-size: 0.70003rem;
    letter-spacing: 0.08rem;
    line-height: 1.4;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    position: relative;
    text-transform: uppercase;
}
footer .nav-link{
    line-height: 0;
}
.single-box p{
    color: #fff;
    line-height: 1.9;
}
.single-box h3{
    font-size: 1rem;
}
.single-box-1 img{
    margin-bottom: 20px;
    width: 270px;
    height: auto;
}
.single-box-1{
    margin-bottom: 30px;
    border-bottom:0.7px solid white;
}
.nav-link{
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
}

.socials{
    align-items: center;
    display: grid;
    grid-auto-columns: minmax(3rem, 3rem);
    grid-auto-flow: column;
    margin-left: 0rem;
}
.navbar-nav{
    line-height: 2rem;
}
.cd7txt h2{
    margin-top: 20px;
    font-family: SaolText,Georgia,Times,serif;
    text-align: center;
}
.sec-4{
    padding: 0 0.938rem 1.25rem 0.938rem;
}
.Subscribe input{
width: auto;
box-sizing: border-box;
}
@media (min-width: 769px){
.Subscribe{
    max-width: 536px;

    margin-right: auto;
}
@media screen and (min-width:768px){
    .Subscribe{
        max-width: 536px;
        margin-right: auto;
    }
}
}
.btn-dark{
    border-radius: 0;
}
.col-lg-3{

    padding-left: 30px;
}
@media only screen and (min-width:1250px){
    .col-lg-3{
        width: 20%;
    }
}
.card-body{
    margin-top: 10px;
    padding:0;
}
.card{
    border: none;
    border-radius: 0;
}
.card-img-top{
    border-radius: 0;
    width: 100%;
    height: auto;
}
.navbar-brand{
    font-size: 10vh;
}
@media screen and (min-width:375px) and (max-width:413px){
  .form{
    padding:15px;
  }
  .forms{
  	height: 119vh;
  }
}
@media (min-width:414px){
	.forms{
		height: 100vh;
	}
}
@media (min-width: 20rem) {
  header {
    font-size: 1.3rem;
    background-color: inherit;
  }
}
@media (min-width:768px){
	.forms{
		height: 85vh;
	}
}
@media (min-width:992px) and (max-width:1500px){
	.forms{
		height: 120vh;
	}
}
