body, html {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}


.first {
    background-image: url(../img/bg.png);
    padding: 30px 80px;
    background-size: cover;
}
p {
    font-size: 20px;
}

.form-group {
    width: 100%;
}

.header-logo img {
    max-width: 200px;
}

.green {
    color: green;
}

.fff {
    color: #fff;
}

.iti__selected-dial-code {
  color: #111111;
}

input.error {
  color: red !important;
}

.center {
    text-align: center;

}

h1 {
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.flexx {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 50px;
}


.form-reg {
    padding: 20px 40px 30px 40px;
    gap: 20px;
    max-width: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;   
    color: white;
   }

form input {
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
    background: #eeeeee;
    border-radius: 10px;
    border: none;
    border: 1px solid #ccc;
   
    font-size: 16px;
    color: #111111;
   }


.form-reg__btn {
    margin: 20px auto;
    padding: 15px ;
    width: 60%;
   cursor: pointer;
background: #c20216;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
   }
   
   input[name="phone2"] {
    width: 100%;
   }
   
   input.erorr {
    color: yellow;
    border-bottom: 1px solid yellow;
   }
   
   .iti {
    width: 100% !important;
   }

   #checkk {
    width: fit-content;
    margin: 0;
   }

   label {
    color: #111;
   }
   
   .nachat {
    font-weight: bold;
    padding: 15px;
    background: #ffffff99;
    border-radius: 10px;
margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
   }
   
   .nachat img {
    width: 100%;
    max-width: 50px;
    margin-right: 10px;
   }
   
   .nachat p {
    padding-top: 10px;
    font-size: 13px !important;
    color: black;
    line-height: 18px !important;
   }


   .chel, .third img {
    max-width: 300px;
   }
   .third img {
    border-radius: 15px;
   }

   .second, .third {
    padding: 30px 80px;
   }

   h3 {
    font-size: 20px;
   }

   .third .flexx {
    margin-bottom: 30px;
   }
   .third .flexx > div {
    width: 350px;
    box-shadow: 2px 5px 5px 5px #1111111b;
    padding: 20px;
    border-radius: 15px;
   }

   .third .flexx h1 {
    color: #c20216 ;
   }

@media(max-width: 600px) {

    .first, .second, .third {
        padding: 20px 15px;
        background-position: center;
        position: relative;
    }

    .mob-bg {
        position: relative;
        z-index:3;
    }

    .first::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        /* z-index: -1; */
        background-color: #00000040;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .header-logo, .second > div {
        text-align: center;
    }

    .flexx {
        flex-direction: column;
        margin-top: 20px;
        gap: 15px;
    }
    .flexx p {
        margin: 0;
    }

    .third .flexx > div {
        width: 300px;
        text-align: center;
    }

    .special {
        flex-direction: column-reverse;
    }
}