/* Common style here */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat: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");
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

/* Main page style start here */

#mainPageInfo .mainPageInfoCtrl {
  min-height: 100vh;
  text-align: center;
}
#mainPageInfo .mainPageInfoCtrl .mainLogo img {
  max-width: 28rem;
}
#mainPageInfo .mainPageInfoCtrl .logoDownInfo .talkTitle {
  background-image: linear-gradient(to right, #a5ff0d, #ff670d);
  padding-top: 2.5rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
#mainPageInfo .mainPageInfoCtrl .logoDownInfo .address * {
  font-size: 1.75rem;
  color: #16004a;
}
#mainPageInfo .mainPageInfoCtrl .logoDownInfo .address p {
  margin-bottom: 0.5rem;
}
#mainPageInfo .mainPageInfoCtrl .logoDownInfo .address p a {
  text-decoration: none;
}
#mainPageInfo .mainPageInfoCtrl .logoDownInfo .termsAndPrivacy a {
  text-decoration: none;
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.75rem;
  color: #00096E;
}

/* HEADER style here */
#header {
  padding-top: 2.5rem;
}
#header .headerText {
  font-weight: 400;
  color: #000;
  font-size: 1.75rem;
}
#header .headerText a {
  text-decoration: none;
  text-transform: uppercase;
  color: #00096E;
  font-size: 1.75rem;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#header .headerText a:hover {
  color: #000;
}
#header .commonTxt {
  padding: 1.5rem 0;
  color: #676767;
  font-size: 1.5rem;
}

/* Common Text and Header Controller */
.smlTitle {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  padding-top: 2rem;
  color: #676767;
}

.commonTxt {
  padding: 1.5rem 0;
  color: #676767;
  font-size: 1.5rem;
  padding: 0;
  padding-top: 0.5rem;
  text-align: justify;
  line-height: 1.75;
}

/* Responsive controlle Here */
@media screen and (max-width: 600px) {
  #mainPageInfo .mainPageInfoCtrl .mainLogo img {
    max-width: 18rem;
  }
}
