@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Poppins', sans-serif;
}
p {
  font-size: 15px;
  line-height: 23px;
}
/* navbar  */
ul.navbar-nav {
  gap: 0px 30px;
}
ul.navbar-nav a {
  color: #242424 !important;
  font-size: 15px;
}
nav.navbar.navbar-expand-lg.navbar-light {
  padding: 20px 0px;
}

/* nav end  */

.back-image-Uni {
  background: url(../images/back-image.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  height: 679px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
.back-image-Uni img {
  margin-top: 110px;
}
.over-left-side {
  text-align: left;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 60px;
}
/* banner end  */

.Uni-intro {
  background: #f5f5f5;
  padding: 50px 100px 60px 100px;
  text-align: center;
  border-top: 5px solid #11a14a;
}
section.northern-iowa-sec {
  margin-top: -90px;
  margin-bottom: 80px;
}
.Uni-intro h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 13px;
}
.Uni-intro h6 {
  color: #11a14a;
  font-size: 15px;
}
.missy-leuthold-info img {
  border: 5px solid #11a14a;
  border-radius: 100px;
  margin-bottom: 22px;
  width: 160px;
  height: 160px;
}
.contact-info h5 {
  font-size: 16px;
  font-weight: 700;
}
.contact-info p {
  color: #70778f;
}
.contact-info ul, .social-icons ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 13px;
}
section.gallery-sec .row .col-md-3 img {
  margin: 5px;
}
.contact-info ul li {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.contact-info ul li img {
    width: 21px;
    margin-right: 5px;
}
.Uni-bio {
    background: #11A14A;
    padding: 50px;
    text-align: center;
}
.Uni-bio p {
    color: white;
    padding: 0px 130px;
    margin: 0;
}

.Uni-bio h3 {
    color: white;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 700;
}
.bio-buttons a {
    background: #ffffff;
    padding: 14px 46px;
    display: inline-block;
    color: #70778F;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin: 50px 15px 0 15px;
    border-radius: 5px;
}
.bio-buttons a:nth-child(2) {
  background: unset;
  color: #ffffff;
  border: 1px solid white;
}

/* end  */
/* Individual image styling */


section.gallery-sec .col-md-3 .item img {
    width: 100%;
}
section.gallery-sec .col-md-3 {
    padding: 5px;
}
section.gallery-sec {
  margin-bottom: 100px;
}
.bottom-field-sec button {
    background: #40b071 !important;
    border: none;
}



/* second page  */


.left-bg-section, .right-bg-section{
  background: linear-gradient(45deg, #00000052, #00000052), url(../images/sec-main.png);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.right-bg-section{
  background: linear-gradient(45deg, #00000052, #00000052), url(../images/sec-main2.png);
}
.bg-hidden{
  overflow: hidden;
}
.left-bg-section a, .right-bg-section a{
  font-size: 32px;
  color: white;
  text-decoration: none;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 10px; /* space between images */
}

.image-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* login page  */
.card.mx-auto.border-0 {
  width: 40%;
  background: #ffffffab;
  min-height: 450px;
  backdrop-filter: blur(11px);
  padding: 30px;
}
.form-group input, .form-group select {
  margin-bottom: 18px;
  padding: 12px;
  background: no-repeat;
}
section.overall-form-sec {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #adadad42, #44444400), url(../images/abstract-background-gray-circle-neomorphism-vector-46895382.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
      padding: 100px 0px;
}
.form-group input:focus {
  background: none;
  outline: none !important;
  border: none;
}
button.btn.sytl-button, a.btn.sytl-button {
  background: #31ac65;
  padding: 9px 50px;
  color: white;
}
.logotop {
  text-align: center;
}
.logotop img {
  width: 330px;
}

/*regiser */

.card.mx-auto.border-0.registr {
    width: 60%;
}

.card.mx-auto.border-0.registr .card-body form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.bottom-field-sec {
    width: 100%;
}
.bottom-field-sec .text-center.pt-4 {
    text-align: left !important;
}
.card.mx-auto.border-0.registr .card-body .form-group {
    width: 48%;
}

/*end */
@media(max-width:1280px){
  .left-bg-section a, .right-bg-section a {
    font-size: 24px;
}
.left-bg-section img, .right-bg-section img {
  width: 26px;
}
.card.mx-auto.border-0 {
  width: 50%;
}
section.overall-form-sec{
    height:100% !important;
}
}

@media(max-width:1024px){
    .card.mx-auto.border-0.registr .card-body .form-group {
    width: 100%;
}
.card.mx-auto.border-0.registr {
    width: 100% !important;
    height:unset !important;
}
}

@media(max-width:991px){
  .left-bg-section a, .right-bg-section a {
    font-size: 20px;
}
.left-bg-section img, .right-bg-section img {
  width: 20px;
}
.card.mx-auto.border-0 {
  width: 70%;
}
}

@media(max-width:767px){
  .over-left-side {
    display: block;
    text-align: center;
}
.contact-info ul, .social-icons ul {
  display: block;
}
section.overall-form-sec form a {
    text-decoration: none;
    font-size: 15px;
    color: black !IMPORTANT;
}
.logotop img {
    width: 300px;
}
.card.mx-auto.border-0 {
  width: 100%;
  height: unset;
}
.Uni-bio p {
  padding: 0;
}
.Uni-intro {
  padding: 50px 40px 60px 40px;
}
.social-icons ul {
  display: flex;
  justify-content: center;
}
.bio-buttons a {
  margin: 20px 15px 0 15px;
}
.Uni-bio {
  padding: 30px;
}
section.gallery-sec {
  padding: 0px 30px;
}
.contact-info ul li {
  justify-content: center;
}
.left-bg-section a, .right-bg-section a {
  font-size: 26px;
}
.left-bg-section img, .right-bg-section img {
width: 30px;
}
}

@media(max-width:600px){
  .left-bg-section a, .right-bg-section a {
    font-size: 20px;
}
.left-bg-section img, .right-bg-section img {
  width: 24px;
  }
  .left-bg-section, .right-bg-section {
    padding: 50px;
}
}
