body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  background-color: black;
}
p {
  line-height: 1.75;
}

.pagewidth {
  max-width: 1240px;
  margin: auto;
}
footer {
  color: white;
}
.header {
  background-color: rgb(0, 0, 0);
  height: 70px;
  align-content: center;
}

.container {
  color: #ffffff;
  margin: auto;
}

.header-main {
  display: flex;
}

.header-logo {
  width: 250px;
}

.header-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-right-link {
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
}

.container-welcome-pretext h2,
.widget2-1-title h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.container-welcome-pretext,
.widget2-1-title {
  padding: 1px 24px 1px 24px;
  border: solid 1px #ffffff;
  border-radius: 999px;
  border-color: #ffaa83;
  text-align: center;
  margin: auto;
}
.container-welcome-text {
  font-size: 44px;
  text-align: center;
}

.welcome_cont_BG {
  background-image: url("./../svg/background.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 0px 0px;
}
.purp {
  /* color: #d28b11; */
  color: #d3a24e;
}
.spacer_nve {
  margin-top: -40px;
}

.welcome-cont_1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-welcome .text {
  max-width: fit-content;
  margin: auto;
  box-shadow: 0 0 0 white;
  transition: box-shadow 250ms ease;
}

.container-welcome .text:hover {
  box-shadow: 0 0 17px white;

}

.container-welcome-subtext {
  font-weight: 400;
  font-size: 16px;
  width: 70%;
  margin: auto;
  color: rgb(154, 150, 174);
  text-align: center;
}

.widget2-cont {
  display: flex;
  margin: auto;
}

.widget2-left,
.widget2-center,
.widget2-right {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
  align-content: center;
}

.widget2-right {
  padding-top: 10px;
}

.widget2-center {
  text-align: center;
  img {
    max-width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
      hue-rotate(0deg);
    border-radius: 12px;
    transition: filter 250ms ease;
    width: 90%;
  }
}
.widget2-center img:hover {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}

.widget2-1-title {
  width: fit-content;
  margin-left: 0;
  box-shadow: 0 0 0 white;
  transition: box-shadow 250ms ease;
}

.widget2-1-title:hover {
  box-shadow: 0 0 17px white;
}

.w-2-svg img {
  height: 35px;
  padding-right: 20px;
}

.widget3 {
  display: flex;
}

.widget3-left {
  background-image: linear-gradient(#5f5d64, #5f5d64),
    url("./../images/widget3.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 500px;
  border-radius: 12px;
  align-content: center;
  border: #606060 1px solid;
  overflow: hidden;
}

.widget3-left-cont {
  padding: 36px 36px;
}

.spacer1 {
  padding: 20px 0;
}
.spacer2 {
  padding: 40px 0;
}

.spacer3 {
  padding: 80px 0;
}

.widget2-1-title {
  margin-bottom: 20px;
}

.widget3-conts {
  padding-left: 20px;
  padding-right: 20px;
}

.widget3-bordered {
  max-width: fit-content;
  margin-left: 0px;
  box-shadow: 0 0 0 white;
  transition: box-shadow 250ms ease;
}

.widget3-right {
  padding-left: 30px;
  padding-right: 30px;
}

.widget3-right-lower-1-left,
.widget3-right-lower-2-left {
  display: flex;
  align-items: center;
}

.widget3-right-lower-1-left h3,
.widget3-right-lower-2-left h3 {
  width: 80%;
  padding-left: 2em;
}

.widget3-right-lower-1-left img,
.widget3-right-lower-2-left img {
  width: 20%;
} 

.widget3-right-lower-1-right,
.widget3-right-lower-2-right {
  width: 85%;
  margin-left: auto;
}




.widget3-right-lower-1-left img,
.widget3-right-lower-2-left img {
  height: 30px;
  width: 30px;
  transform: translateX(10px);
}


.widget3-right-lower-2-left-svg,
.widget3-right-lower-2-left-svg {
	height: 50px;
  width: 50px;
  align-content: center;
  background-color: #d3a24e;
  border-radius: 50%;
}

.widget-4-top .container-welcome-pretext {
  width: fit-content;
  box-shadow: 0 0 0 white;
  transition: box-shadow 250ms ease;
}
.widget-4-top .container-welcome-pretext:hover {
  box-shadow: 0 0 17px white;
}

.widget-4-top {
  text-align: center;
  width: 60%;
  margin: auto;
}

.widget-4-center,
.widget-4-bottom {
  display: flex;
}

.widget-4-center-1-cont,
.widget-4-center-2-cont,
.widget-4-center-3-cont,
.widget-4-bottom-1-cont,
.widget-4-bottom-2-cont {
  margin: 10px;
  border-radius: 12px;
  border: #606060 1px solid;
  
}

.widget-4-center-1-main,
.widget-4-center-2-main,
.widget-4-center-3-main,
.widget-4-bottom-1-main,
.widget-4-bottom-2-main {
  margin: 20px;
  padding: 26px;
  border-radius: 12px;
  border: #d3a24e 1px solid;

}


.widget-4-center-1-main-svg,
.widget-4-center-2-main-svg,
.widget-4-center-3-main-svg,
.widget-4-bottom-1-main-svg,
.widget-4-bottom-2-main-svg {
  width: 32px;
}

.widget-4-center-1-main,
.widget-4-center-2-main,
.widget-4-center-3-main,
.widget-4-bottom-1-main,
.widget-4-bottom-2-main {
  background-image: url("./../images/bg_pattern.webp");
  background-size: 10% auto;
}

.gulati {
  color: #d3a24e;
}

footer {
  border-top: #606060 solid 1px;
}

.footer-main-container {
  height: 300px;
  align-content: center;
  display: flex;
  background-image: url("./../svg/background.svg");
  background-repeat: no-repeat;
  background-size: 129%;
  
}
.footer-align {
  margin: auto;
}

.widget3-bordered:hover {
  box-shadow: 0px 0px 17px white;
}

.footer-center-sub {
  display: flex;
}

.footer-center-left {
  padding-right: 5px;
}
.footer-center-right {
  padding-left: 5px;
}

.footer-center h2 {
  text-align: center;
}

.widget2-left-3-subtext,
.widget2-right-upper-subtitle,
.widget2-right-lower-subtitle {
  text-align: justify;
}

.widget2-left-3-subtext p,
.widget2-right-upper-subtitle p,
.widget2-right-lower-subtitle p,
.widget3-left-subtitle p,
.widget3-right p,
.widget-4-top p {
  font-weight: 400;
  color: rgb(154, 150, 174);

}

.widget5 {
  display: flex;
}

.widget5-right-FAQs-title {
  color: #d3a24e;
  border: solid 1px #606060;
  border-radius: 8px;
  padding: 20px;
  font-weight: 500;
  transition: box-shadow .1s ease-in-out;
}
.widget5-right-FAQs-title:hover {
  box-shadow: 0px 0px 10px rgba(255,255,255)
}


.widget5-right-FAQs li{
  list-style: none;
}

.widget5-right-FAQs-title {
  width: 100%;
}

.widget5-right-FAQs-title img {
  float: right;
  background-color: #d3a24e;
  background-size: 20px 20px;
  border-radius: 50%;
}




.widget5-right-FAQs-subtitle {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 900ms cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 300ms ease;
}

.widget5-right-FAQs-subtitle.is-open {
  max-height: 500px;
  opacity: 1;
}


.widget5-left {
  width: 28em;
}

.widget5-right {
  width: -moz-available
}

.widget5-right-FAQs li {
  padding-top: 10px;
  padding-bottom: 10px;

}

.widget2-left-internal {
  padding-bottom: 7em;
}

.widget2-right-lower-icon_title,
.widget2-right-upper-icon_title {
  display: flex;
  align-items: center;
  height: 15px;
}


.widget3-right-lower p {
  margin-top:0 ;
  margin-bottom: 0;
}


.widget-4-center p,
.widget-4-bottom p {
  color: rgb(154, 150, 174);
}