/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

/* for border of any box we use this--- */
/* border: 1px solid white; */
/* -----------end--------------- */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 200px;
  background: #303336;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.nav,
.nav .nav-links {
  display: flex;
  align-items: center;
}
.nav {
  justify-content: space-between;
}
a {
  color: #fff;
  text-decoration: none;
}
.nav .logo {
  font-size: 22px;
  font-weight: 500;
}
.nav .nav-links {
  column-gap: 20px;
  list-style: none;
}
.nav .nav-links a {
  transition: all 0.2s linear;
}
.nav.openSearch .nav-links a {
  opacity: 0;
  pointer-events: none;
}
.nav .search-icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.nav .search-box {
  position: absolute;
  right: 250px;
  height: 45px;
  max-width: 555px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
.nav.openSearch .search-box {
  opacity: 1;
  pointer-events: auto;
}
.search-box .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  left: 15px;
  color: #4a98f7;
  transform: translateY(-50%);
}
.search-box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 15px 0 45px;
}

.nav .navOpenBtn,
.nav .navCloseBtn {
  display: none;
}


/* home page css */

.back{
  background-image: url("../image/t1.webp");
  background-size: cover;
  height: 800px;
  text-decoration: none;
  justify-content: space-around;
  display: flex;
  padding-bottom: 300px;
}

.hed-1{
/* border: 1px solid black; */
width: 33em;
height: 7em;
margin-top: 5em;
}

.back .hed-1 h1{
  font-size: 1.3rem;
  color: rgb(237, 110, 5);
}
 .hed-2 h1{
  font-size: 40px;
  color: rgb(214, 143, 10);
  font-family: cursive;
  display: inline;
  position: absolute; 
  /* jb postion likh dete hai to uske baad onlt top left right bottum ka use karte hai  */
  top: 12em;
  left: 10em;
}

.sec-3{
  /* border: 1px solid black; */
width: 33em;
height: 7em;
margin-top: 5em;

}
.back .hed-3 h2{
  font-size: 1.3rem;
  /* padding-top: 6rem; */
  color: rgb(237, 110, 5);

}
.hed-3 a{
  color: rgb(237, 175, 134);

}
.hed-1 a{
  color: rgb(237, 175, 134);

}

/* end---- */

/* about css */
.about-h{
  border: 1px solid black;
  padding-top: 5rem;
  font-family: cursive;
}
.about-p{
  padding-top: 2rem;
}

/* end----- */

/* regis and login page css---- */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

.reg{

  padding-top: 9em;
  padding-bottom: 4em;
}

.container {
  position: relative;
  max-width: 700px;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.container header {
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.container .form {
  margin-top: 30px;
}
.form .input-box {
  width: 100%;
  margin-top: 20px;
}
.input-box label {
  color: #333;
}
.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 1rem;
  color: #707070;
  margin-top: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px;
}
.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .column {
  display: flex;
  column-gap: 15px;
}
.form .gender-box {
  margin-top: 20px;
}
.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.form .gender {
  column-gap: 5px;
}
.gender input {
  accent-color: rgb(130, 106, 251);
}
.form :where(.gender input, .gender label) {
  cursor: pointer;
}
.gender label {
  color: #707070;
}
.address :where(input, .select-box) {
  margin-top: 15px;
}
.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}
.form button {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgb(130, 106, 251);
}
.form button:hover {
  background: rgb(88, 56, 250);
}

.sec-2{
  padding-right: 2rem;
  text-align-last: right;
}


/*  branch name css  */
.containe1 {
  height: 5em;
  width: 28em;
  justify-content: center;
  text-align: center;
  margin: 10.5em 5em 0 8em;
  /* border: 1px solid black; */

}

.con1 {
  left: 10em; 
  font-weight: 600;
  font-size: 1.4em;
  color: red;
}


.con2 {
  color:brown;
  font-weight: 600;
  font-size: 1.5em;
}


/* end--- */

 

/* updated by shivam point 6 */