@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@300;400&family=Roboto+Condensed&family=Roboto:wght@400;500&family=Shrikhand&family=Ubuntu&family=Varela+Round&display=swap");

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#firstpage {
  width: 100%;
  height: 100%;
}

#element {
  /* opacity: 0.83; */

  background-color: #2e3fbd;
  background-image: url(header-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* mix-blend-mode: multiply; */
}

#nav {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: white;

  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 50px;
}
#nav-head2 {
  gap: 1vw;
  display: flex;
  align-items: center;
  padding-right: 8vw;
}
.nav-head1 {
  font-weight: 600;

  padding-left: 8vw;
}
#nav i {
  font-size: 1.3vw;
  display: none;
}

#image {
  flex-wrap: wrap;
  /* mix-blend-mode: overlay; */
  /* position: absolute; */
  font-family: "Outfit", Sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#image img {
  height: auto;
  max-width: 52%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  /* position: absolute;
  z-index: 999;
  right: 70px; */
}

#heading {
  /* position: absolute; */
  /* padding-right: 70px; */
  color: #ffffff;
  line-height: 2;
}

#heading h2 {
  /* width: 45%; */
  /* padding: 2vw; */

  font-size: 2.3vw;
  font-weight: 600;
}
#heading h4 {
  font-size: 16px;
}

.maincontainer {
  padding-bottom: 51px;
  /* display: flex; */
  justify-content: center;
  background-color: #2e3fbd;
  width: 100%;
  height: 100%;
  /* background-color: #6ec1e4;
  /* background-color: #6ec1e4; */
}
#insidecontainer {
  top: -1px;

  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  width: 60%;
  background-color: #2e3fbd;
}

#left {
  border-radius: 5%;
  padding: 25px;
  background-color: #ffffff;
  /* height: fit-content; */
  width: 50%;
}
#left-heading {
  padding: 18px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
#totalform {
  margin: 7px;
}
#totalform h2 {
  padding-top: 5px;
  display: flex;
  width: 100%;
  margin: 1vw 0;
  align-items: center;
  justify-content: center;
}

.left-form-heading {
  text-align: center;
  color: #2e3fbd;
  font-family: "Shrikhand", Sans-serif;
  font-size: 3vw;
  font-weight: 300;
}
#left-form-para {
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 0.7vw;
  font-weight: 400;
}
.container {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", Sans-serif;
}

label {
  margin: 0.4rem;
  display: block;
  margin-bottom: 5px;
}
#totalgroup {
  width: 100%;
}
.duofields {
  gap: 10px;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  width: 100%;
  padding: 5px;
}
.button-container {
  margin-top: 20px;
}
.submit-button {
  width: 100%;
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
/* .duo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
} */

#right {
  border-radius: 5%;
  background-color: #4f63f9;
  /* display: flex; */
  /* height: 100%; */
  position: relative;
  width: 50%;
}

#righttop {
  position: relative;
}
#icon {
  font-size: 2.5vw;
  text-align: center;
  border-radius: 50%;
  padding: 0.5em;
  color: #ffffff;
  border: 3px solid #ffffff;
  background-color: transparent;
}

.logo{

    padding: 6px;
    width: 13%;
    margin: 11px;

}

#logowrapper {
  padding: 60px;
  display: flex;
  /* height: 50%; */

  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
  flex-direction: column;
  align-items: center;
}
.symbolborder {
  /* width: 100%; */
}
#icon-box-heading {
  font-size: 1.4em;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
}
/* #right-bottom-video {
  overflow: hidden;
  transform: translateZ(0);
} */
/* #symbolborder {
  z-index: 400;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
} */
#icon-box-content {
  font-family: 'Montserrat';
  line-height: 2;
  padding: 25px;
}
#icon-box-content h3 {
  font-size: 1.5vw;
  /* height: 100%; */
  width: 100%;
}
#icon-box-content p {
  padding-left: 1.7vw;
  font-size: 16px;
  /* height: 100%; */
  width: 100%;
}
hr {
  margin: 1.5vw;
  width: 100%;
}
#icon-box-content2 {
  width: 100%;
  /* margin-top: 1vw; */
  line-height: 2;
  padding: 1vw 0 0 0;
}
#icon-box-content2 h3 {
  font-size: 0.9vw;
}

#videocontainer {
  width: 100%;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  overflow: hidden;
}

.right-bottom-video {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
#secondpage {
  width: 100%;
  height: 100%;
}
#widget-container {
  /* background-color: #4659e9; */
  width: 100%;
}
#widget-image {
}
#widget-image img {
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: first baseline; */
}
#slide-up-image {
  height: 8vw;
  display: flex;
  justify-content: center;
}
#slideimage {
}
#partner-head {
  display: flex;
  justify-content: center;
}
#partner-head h2 {
  font-size: 32px;
  /* font-weight 600; */
  color: #4659e9;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
}
#carousalholder {
  background-color: #2e3fbd;
  align-items: center;
  flex-direction: column;
  display: flex;

  width: 100%;
}
.item {
  margin-left: 195px;
  width: 36%;
  background-color: #4659e9;
}
#carousalholderheader {
  margin-top: 13px;
  color: white;
}
#carousalholderheader h2 {
  padding-left: 40px;
  margin-top: 22px;
  color: rgb(110, 193, 228);
}
.carouselitem {
  margin-top: 22px;
}

#footer {
  background-color: #4659e9;
  width: 100%;

}
/* #footer-image img {
 
  
} */
#footer-image{
  background-image: url("header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 10px;
}
#copyright {
  color: #ffffff;
  background-color: #4659e9;
  display: flex;
  height: 6.4vh;
  justify-content: center;
  align-items: center;
}
#copyright p {
  font-weight: 400;
  font-size: 17px;
}
#anim-box {
  overflow: hidden;
}
#slide-up-image {
  transform: translateY(100%);
}
.slideimage {
  /* position: absolute;
  transform: translateY(100%); */
}
.elementor {
  flex-wrap: wrap;
}
#container-border {
  display: flex;
  border-radius: 5%;
}
@media (max-width: 600px) {
  #image {
    background-color: #4659e9;
    background-image: url(header-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 21px;

  }
  .header-quote {
    /* position: absolute; */
    padding-right: 0px!important;
    color: #ffffff;
    line-height: 2;
    text-align: center;
    font-size: 25px!important;
    margin: 0px;
    padding: 7px!important;
}
  .logo {
    width: 33%;
    margin-top: 11px;
}
  .nav-head1 {
    font-size: 3.5vw;
  }
  #nav-head2 h5 {
    display: none;
    font-size: 3.5vw;
  }
  #nav h5 {
    font-size: 6vw;
  }

  #nav-head2 i {
    display: block;
    font-size: 7vw;
  }
  #heading h2 {
    line-height: 1.3;
    padding-left: 29px;
    font-size: 41px;
    font-weight: 600;
  }
  #heading h4 {
    padding-left: 29px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
  }
  #insidecontainer {
    width: 100%;
  }
  #container-border {
    margin: 2vw;
    width: 100%;
    display: flex;
    border-radius: 5%;
    flex-wrap: wrap;
  }
  #left {
    width: 100%;
  }
  .left-form-heading {
    font-size: 11vw;
  }
  #left-form-para {
    font-size: 11px;
  }
  #right {
    display: flex;
    width: 100%;
  }
  #icon-box-content h3 {
    font-size: 3vh;
  }
  #icon-box-content2 {
    width: 100%;
    padding: 46px 0 0 0;
  }
  #icon {
    font-size: 50px;
  }
  #icon-box-content p {
    font-size: 1.8vh;
  }
  #icon-box-content2 h3 {
    font-size: 12px;
  }

  #our-partner {
    height: 34vw;
  }
  #partner-head h2 {
    margin-top: 12px;
    font-size: 43px;
  }
  #slide-up-image {
    height: 12vw;
  }
  .item {
    right: 80px;
    position: relative;
    width: 70%;
  }
  .carouselitem {
    right: 60px;
  }
  .owl-dots {
    position: relative;
    left: 64px;
  }
  #footer {
    height: 60vw;
  }
  #footer-image img {
    height: 49vw;
    
  }
  #copyright {
    height: 26vw;
  }
  #footer p {
    font-size: 4.7vw;
    padding: 0 17px;
  }
}

.header-quote {
  font-family: 'Montserrat';
  background-color: #060640e6;
  padding: 15px;
  border-radius: 21px;
  font-size: 35px;
  
}

.footer-quote {
  font-family: 'Montserrat';
  background-color: #060640d1;
  padding: 15px;
  border-radius: 21px;
  font-size: 17px;
  color: white;
}

.terms{
  display: none;
}

.condition{
  margin: 10px;
}

