@media (min-width:1200px){
.container, .container-lg, .container-md, .container-md, .container-xl {
    max-width: 1230px;
}
}
body{
    background: #061110;
}
.logo{
width: 32px;
margin-right: 8px;
}
.logot{
color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0px;
text-align: left;
    font-family: "Outfit", sans-serif;
    vertical-align: middle;
    transition: 0.5s;
}

.navbar{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
}
.navbar .container {
    padding-top: 22px;
    padding-bottom: 23px;
}
a.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
font-size: initial;
margin-right: 37px;
}
.nav-link{
  font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0px;
text-align: left;
    text-align: center;
    transition: 0.5s;
            margin-bottom: -1px;
}


.nav-link:hover{
color: white;
}
.logot:hover{
color: white;
}


@media (min-width:576px){
    #nav-linkga {
        padding-right: 0;
        padding-left: 0;
        }
        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 10px;
            padding-left: 10px;
            margin-left: 2px;
            margin-right: 2px;
            }
            .navbar-nav{
                margin-left: 0;
                align-items: center;
            }
}
.himg{
text-align: center;
}
.himg img{
max-width: 100%;
}
.ht1{
  font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 1);
font-size: 56px;
font-weight: 700;
line-height: 64px;
letter-spacing: 0px;
text-align: center;
margin-bottom: 32px;
    padding: 0 300px;
}

.htbtn{
    margin: 0 auto;
    box-sizing: border-box;
border-radius: 57px;
background: rgba(140, 251, 119, 1);
width: 235px;
cursor: pointer;
height: 72px;
text-align: center;
align-content: center;
-webkit-align-content: center;
align-items: center;
justify-content: center;
display: flex;
transition: 0.5s;
margin-bottom: 48px;
}
.htbtn:hover{
    background: white;
  }

.htbtn img{
    width: 154px;
}
.header{
    margin-bottom: 147px;
    position: relative;
    overflow: hidden;
}
.hbg{
    position: absolute;
top: -60%;
    right: -30%;
}


.sb{
    margin: 0 auto;
    padding: 48px 55px 0;
width: 387px;
height: 528px;
border-radius: 24px;
backdrop-filter: blur(50px);
background: rgba(255, 255, 255, 0.16);
}


.simg{
height: 360px;
    margin: 0 auto;
    display: block;
}
.st1{
color: rgba(255, 255, 255, 1);

font-size: 24px;
font-weight: 700;
line-height: 28px;
letter-spacing: 0px;
text-align: center;
    font-family: "Outfit", sans-serif;
margin-bottom: 12px;
}
.st2{
color: rgba(255, 255, 255, 1);

margin-bottom: 40px;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
    font-family: "Outfit", sans-serif;

}


.footer{
padding-bottom: 16px;
margin-top: 146px;
position: relative;
    overflow: hidden;
}
.fbg{
    position: absolute;
}
.fmain{
width: 590px;
border-radius: 24px;
backdrop-filter: blur(50px);
background: rgba(255, 255, 255, 0.16);
padding: 80px 72px;
margin: 0 auto;
}


.ft1{
    font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 1);
font-size: 48px;
font-weight: 700;
line-height: 56px;
letter-spacing: 0px;
text-align: center;
    margin-bottom: 8px;
}
.ft2{
    font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
    margin-bottom: 32px;
}
label{
color: rgba(255, 255, 255, 1);

    font-family: "Outfit", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0%;
text-align: left;
    margin-bottom: 0;
        display: inline-block;
        width: 100%;
    
    }

    input::placeholder, textarea::placeholder {
        font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 0.2);
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
      }
    input{
font-size: 16px;
font-weight: 400;
line-height: 24px;
        box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
backdrop-filter: blur(12px);
background: rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 1);
    font-family: "Outfit", sans-serif;
height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 8px;
margin-bottom: 12px;
    }
    textarea{
        box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
backdrop-filter: blur(12px);
background: rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 152px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    margin-top: 8px;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    }
    .checkbl{
        display: inline;
      font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
text-align: left;
    margin-bottom: 0;
    position: relative;
        vertical-align: top;
    }
    .checkb{
        width: auto;
        height: auto;
    }
    input[type="checkbox"] {
        background: rgb(255 255 255 / 0%);
        appearance: none;
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 24px;
        height: 24px;
border: 1px solid rgba(255, 255, 255, 1);
border-radius: 4px;
        transform: translateY(-0.075em);
        display: inline-flex;
        place-content: center;
        margin-right: 6px;
      }
      
      input[type="checkbox"]::before {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 2px;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 0px 16px 32px 0px rgba(255, 255, 255, 1);
        background: rgba(255, 255, 255, 1);
        position: relative;
    bottom: -2px;
      }
      
      input[type="checkbox"]:checked::before {
        transform: scale(1);
      }
      .form-submit-btn{
        display: flex;
        box-sizing: border-box;
border:none;
border-radius: 32px;
background: rgba(140, 251, 119, 1);
width: 100%;
height: 56px;
    -webkit-align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Outfit", sans-serif;
color: rgba(5, 29, 1, 1);

font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0%;
    text-align: center;
    margin-top: 40px;
    transition: 0.5s;
      }
      .form-submit-btn:hover{
    background: white;
      }
      textarea:focus, input[type="email"]:focus, input[type="text"]:focus{   
        border: 1px solid white;
        outline: 0 none;
    }
.flt{
    font-family: "Outfit", sans-serif;
color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
  margin-top: 102px;
}

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.pt1{
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 40px;
font-weight: 700;
margin-bottom: 80px;
color: rgba(255, 255, 255, 1);
margin-top:10px;
}
.pt1 span{
color: rgba(140, 251, 119, 1);
}
.pt2{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, 1);
}





@media (max-width: 1320px){
.sb{
    width: 370px;
}
}




@media (max-width: 1199px){

    .sb {
width: 100%;
padding: 48px 38px 0;
    }
.simg {
    height: 340px;
}
.sb2 .st2{
        margin-bottom: 32px;
}

.ht1{
        padding: 0 200px;
}
.fbg {
    position: absolute;
    max-width: 100%;
    bottom: 0;
}
}

@media (max-width:991px){


    .ht1 {
        font-size: 52px;
        line-height: 60px;
        text-align: center;
        padding: 0 100px;
    }
.ht2 {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
}
.htbtn{
margin: 0 auto;
}
.navbar{
        margin-bottom: 120px;
}
    .himg {
        padding-left: 0;
        padding-top: 0;
        margin-top: 60px;
    }
.sb {
    width: 60%;
    margin-bottom: 80px;
    height: auto;
            padding: 48px 56px 0;
}
    .sb2 .st2 {
        margin-bottom: 40px;
    }
.footer{
    margin-top: 70px;
}

}


@media (max-width:767px){
    .fmain {
width: 100%;
}
    .line{
        display: block;
background: white;
        border: 1px solid white;
        margin-bottom: 5px;
        width: 40px;
        border-radius: 16px;
        height: 2px;
    }
    .sb{
        margin-bottom: 60px;
                width: 75%;
    }
    #navbarResponsive {
        margin-bottom: -75px;
    }

    .ht1{
        text-align: center;
    }
    .ht2{
        text-align: center;
    }
    .htbtn{
        margin: 0 auto;
    }
    .header {
        margin-bottom: 140px;
    }
    .footer {
        margin-top: 60px;
    }
    .himg {
        text-align: center;
        padding-top: 0px;
    }
     .himg img {
        max-width: 120%;
        margin: 0 auto;
        display: block;
        width: 120%;
        margin-top: 60px;
        left: -10%;
        position: relative;
    }
    .fmain{
            padding: 80px 40px;
    }

    input{
        width: 100%;
    }
    label{
        width: 100%;
    }
    .form-submit-btn{
        margin: 0 auto;
    margin-top: 40px;
    }
    .flt{
        margin-top: 100px;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        outline: none !important;
        border: none;
    }
}


@media (max-width: 575px){

#nav-linkga{
    margin: 0 auto;
}
.fmain {
        padding: 40px 20px;
    }
    .sb {
        width: 90%;
                padding: 48px 40px 0;
    }
        .footer {
        margin-top: 60px;

    }
    .navbar{
            padding-left: 15px;
    padding-right: 15px;
    }
        .ht1 {
        font-size: 48px;
        line-height: 54px;
        padding: 0;
        }
            .himg img {
        max-width: 140%;
        margin: 0 auto;
        display: block;
        width: 140%;
        margin-top: 60px;
        left: -20%;
        position: relative;
    }
    .ft1 {
    font-size: 42px;
    line-height: 52px;
    }
    .checkbl {

    font-size: 15px;
    line-height: 21px;
    }
}



@media (max-width: 375px)
{

}