* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Hind Madurai", sans-serif;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.nav-active {
  background-color: #0B2C40;
  color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #00d479 !important;
}

/* register */
.register {
  padding: 100px 0px 0px !important;
}

.register h1 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

.register .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #4A0E71;
  background-color: #eaeaea;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* srction1 */
.section1 {
  background: url(./images/CFO-Stratech-bengaluru2025-banner.webp) no-repeat center/cover;
  padding: 40px 0px;
}

.section1 h5 {
  font-size: 30px;
  font-weight: 800;
  color: white;
}

.section1 .div1 p {
  color: white;
  font-size: 16px;
}

.section1 .div1 ul {
  color: white;
  font-size: 16px;
  padding-left: 15px;
}

/* contact section starts */

/* div2 */

.section1 form {
  position: relative;
  color: white;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 10px;
  width: 100%;
  /* max-width: 900px; */
  margin: auto;
}

.section1 .form-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section1 form label {
  color: rgb(255, 255, 255);
  margin-bottom: 5px !important;
}

.section1 form select {
  width: 100%;
  border-radius: 0.25rem;
  color: #848484;
  font-size: 14px;
  padding: 8px 3px;
}

.section1 form select option {
  padding: 16px 3px;
}

.section1 .form-control {
  border: 1px solid #efefef;
  margin: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #dfdfdf !important;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section1 .submit-btn {
  background-color: #4A0E71;
  border: 1px solid #E7F200 !important;
  width: 100%;
  color: white;
  padding: 10px 30px 10px 30px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.8s all;
}

.section1 .submit-btn:hover{
  background-color: #E7F200;
  color: rgb(0, 0, 0);
}

.section1 a:hover {
  text-decoration: none;
}

.section1 #agree {
  font-size: 12px;
}

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 50px 0px 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

@media (min-width: 320px) and (max-width: 700px) {

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .navbar-toggler {
    font-size: small;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .navbar-toggler {
    font-size: small;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  /* section 1 */
  .register h1 {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
  }

  .register .seets span {
    font-size: 25px;
  }

  .section1 h5 {
    font-size: 25px;
  }

  /* form */
  .section1 form {
    padding: 0px !important;
  }

  .form-row > .col,
  .form-row > [class*="col-"] {
    padding: 0px;
  }

  .form-row > .col,
  .form-row .flex-column {
    padding-left: 0px !important;
  }

  /* footer section */
  .footer-section {
    position: relative;
    background: url(./images/x_footer.svg) no-repeat right;
    background-color: #0c0c0c;
    background-blend-mode: soft-light;
    color: white;
  }

  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .navigation {
    background-color: #0B2C40;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  /* form */
  .section1 form label {
    font-size: 12px;
  }

  .section1 form label span {
    font-size: 10px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
