@font-face {
  font-family: Italianno;
  src: url(fonts/Italianno/Italianno-Regular.ttf);
}
h1,h2,h3,h4,h5,h6 {
  font-family: Italianno;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}   
/* body {
    width: 100%;
    height: 100vh;
        animation: changebg 10s linear infinite;
    display: grid;
    place-items: center;
} */

body {
	font: 13px Arial, sans-serif;
  background-color: #FFF0F0;
}


.sharesitara-logo img {
  width: 250px;
  margin-bottom: 30px;
}

@keyframes changebg {
    0% {
    background-color: #e1f6ff;
    }
    20% {
        background-color: #effcff;
        }
    40% {
        background-color: #fffce1;
        }
    60% {
        background-color: #ffecdb;
        }
    80% {
        background-color: #fff0f0;
        }
    100% {
        background-color: #ffd2d2;
        }
}

.begin {
    padding: 13px;
    border-radius: 53%;
    width: 90px;
    height: 90px;
    background-color: transparent;
    transition: transform 0.15s linear;

}

.start {
  border: 1px solid #000;
  padding: 22px 94px;
  font-size: 4em;
  letter-spacing: 1px;
  font-weight: 500;
}

.btn{
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  
  .btn span{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 2.2em;
    font-weight: 500;
    text-decoration: none;
    width: 142px;
    height: 142px;
    padding: 39px 0;
    /* margin: 35px; */
    border-radius: 100%;
    /* box-shadow: 0 5px 25px rgba(1 1 1 / 15%); */
    transition: transform 0.15s linear;
  }
  
  .color-01 span{
    background: transparent;
    color: #000;
    border: 1px solid #000;
  }
  
  .color-02 span{
    background: linear-gradient(90deg, #0165CD, #55E6FB);
  }
  
  .color-03 span{
    background: linear-gradient(90deg, #259844, #6FF192);
  }
  
  h1{
    color: #222;
    text-align: center;
    /* margin-bottom: 50px; */
    font-size: 1.8em;
    font-weight: 800;
  }

  /* Header */
  .shutter {
    background: url(css/images/awning.png) repeat-x center top;
    height: 47px;
    position: relative;
    z-index: 999;
}

.banner-bg {
    background: url(images/stars.jpg);
    height: 82vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -16px;
}

header h1 a {
	width: 220px;
	height: 49px;
	font-size: 48px;
	display: block;
	margin-top: 73px;
	margin-left: 3px;
	margin-bottom: 55px;
}

nav {
	font-size: 14px;
	margin-top: 62px;
}
.navbar {
  padding: 0vw 9vw;
}

nav li {
	display: inline;
	float: left;
	margin-left: 35px;
	font-size: 20px;
}

nav li.first {
	margin-left: 95px;
}

nav a {
	display: block;
	color: #fff;
	/* text-shadow: 0px 2px 0px rgba(86, 177, 118, 0.25); */
	padding-top: 31px;
}

.logo {
  width: 18%;
  margin-top: 20px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
color: #fff;
}

.nav-link {
color: #fff;
}

.nav-link:focus, .nav-link:hover {
color: #fff;
}

.navbar-toggler {
color: rgb(255 255 255);
background-color: white;
border: var(--bs-border-width) solid rgb(255 255 255);
}

.navbar-brand img {
  margin-top: 23px;
}

.banner-bg .dropdown-menu.show {
  border: none;
  display: flex;
  flex-direction: column;
}


/* .navbar>.container-fluid {
  flex-wrap: nowrap !important;
} */

  .grid {
    display: flex;
    margin-bottom: -48px;
    margin-top: 32px;
}
        /* news  */
        .menu-logo {
          display: flex;
      }

      .news-head {
        display: flex;
        align-items: center;
    }
    
    
/* Home Page  */

.bg-light {
	background-color: transparent !important;
}

nav {
	margin-top: 0px;
}

.gfg {
	width: 100%;
}

.clock-zone {
    display: flex;
    justify-content: space-evenly;
	text-align: center;
}

.mtb-50 {
    margin: 50px 0px;
}

.mt-50 {
  margin-top: 50px;
}

.clock h2 {
    text-align: center;
    margin-top: 14px;
}

.clock-view {
  text-align: center;
}
.first-page img {
  height: 230px;
}

.first-page-mobile {
  display: none;
}
.first-page::before {
  content: "₹";
  font-size: 37px;
  padding-right: 15px;
  color: #edc967;
}
.first-page::after {
  content: "₹";
  font-size: 37px;
  padding-left: 15px;
  color: #edc967;
}

.money h2 {
    text-align: center;
    font-size: 52px !important;
    letter-spacing: 1px;
}

.clock h2 {
    font-size: 20px;
}
.clock-view h2 {
  letter-spacing: 2px;
}

.align-nav {
    margin-top: 17px;
}

nav li a {
    text-decoration: none;
    font-size: 17px;
}

.nse {
  background-color: red;
}

.box {
  margin-bottom: 18px;
}

/* Ticker */

.tradingview-widget-container {
  width: 1200px !important;
  height: 600px !important;
}
.news-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
}

.news-container .title {
  position: absolute;
  background: #df2020;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: white;
  font-weight: bold;
  z-index: 200;
  font-size: 21px;
}

.news-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  animation: scroll 15s infinite linear;
}

.news-container ul li {
  white-space: nowrap;
  padding: 10px 24px;
  color: #494949;
  position: relative;
  font-weight: 900;
  font-size: 22px;
}

li.down {
  color: red !important;
}

li.up {
  color: green !important;
}

.content {
  overflow: hidden;
}

/* .news-container ul li::after {
  content:"";
  width: 1px;
  height: 100%;
  background: #b8b8b8;
  position: absolute;
  top: 0;
  right: 0;
} */

.news-container ul li:last-child::after {
  display: none;
}

@keyframes scroll {
  from {
      transform: translateX(100%);
  }

  to {
      transform: translateX(-1083px);

  }
}

ul.marquee li {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

/* Whatsapp */
#whatsapp-par img {
  width: 60px;
}

#whatsapp-par {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

/* Box */
.gallery-box {
  text-align: center;
}

/* HOMEPAGE GALLERY PREVIEW */
--------------------------------*/
.gallery-preview h2 {
	background-position: 0 -612px;
	padding-bottom: 12px !important;
}

.gallery-box-top {
	background: url('css/images/box-gallery-top.png') no-repeat center left;
	width: 230px;
	height: 6px;
}

.gallery-box {
	text-align: center;
	width: 230px;
	/* background: url('css/images/box-gallery.png') repeat-y center left; */
  background-color: #fff;
}

.gallery-box-bottom {
	background: url('css/images/box-gallery-bottom.png') no-repeat center left;
	width: 230px;
	height: 7px;
  position: relative;
  bottom: 2px;
}

.gallery-box img {
	padding-left: 2px;
	padding-top: 5px;
}

.gallery-box h6 {
	color: #71646d;
	font-size: 20px;
	padding: 7px 4px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.gallery-box p {
	color: #000;
	font-size: 14px;
	padding: 0px 10px 9px;
  margin-bottom: 0px;
}

.box-3,
#gallery .box {
	margin-left: 16px;
	width: 230px;
	float: left;
}

/* News Page */
.news-head.col-md-6 {
  display: flex;
  align-items: center;
}


.monster {
  width: 400px;
   height: 290px;
}

.gallery-box img {
  width: 207px;
  height: 156px;
}

.building-center {
  justify-content: center;
}

.ruge {
  font-size: 90px;
}

/* Feelings Page */
.feelings-head {
  justify-content: left;
  display: flex;
  align-items: center;
}

.feelings {
  width: 355px;
    height: 269px;
}
.feelings-head {
  display: flex;
  align-items: center;
}
.gallery-box ul {
  text-align: left;
  color: #e79d90;
  font-size: 11px;
}
.gallery-box-bottom.lists {
  bottom: 16px; 
}

/* Analysis */
.analysis {
  width: 303px;
  height: 290px;
}
.book {
  font-size: 80px;
}

.analysis-head {
  display: flex;
  align-items: center;
}

/* Book Summary */
.book-monster {
  width: 336px;
    height: 281px;
}

/* Study */
.study {
  width: 336px;
    height: 281px;
}

/* Product */
.product {
  margin-bottom: 40px;
} 
.product-head {
  justify-content: center;
  display: flex;
  align-items: center;
}


/* Contact Us */
.contact-top {
	background: url('css/images/bg-full-top.png') no-repeat center top;
	height: 30px;
}

.contact {
	background: url('css/images/bg-full.png') repeat-y center top;
}

.contact-bottom {
	background: url('css/images/bg-full-bottom.png') no-repeat center top;
	height: 31px;
}

.contact-banner img {
  width: 100%;
}

/* Contact Form */
#contact-form input[type="text"] {
    padding: 0 10px;
    width: 350px;
    height: 35px;
    border: 1px solid #e79d90;
    margin-bottom: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    color: #73656e;
}

.form-right-side {
  padding: 14px 35%;
}
.maps-custopm {
  padding: 0px 33% 0px 0px;
}

/* Contact Us */
.contact-top {
	background: url('css/images/bg-full-top.png') no-repeat center top;
	height: 30px;
}

.contact {
	background: url('css/images/bg-full.png') repeat-y center top;
}

.contact-bottom {
	background: url('css/images/bg-full-bottom.png') no-repeat center top;
	height: 31px;
}

/* Contact Form */
#contact-form input[type="text"] {
    padding: 0 10px;
    width: 350px;
    height: 35px;
    border: 1px solid #e79d90;
    margin-bottom: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    color: #73656e;
}

#contact-form textarea {
  padding: 10px;
  font-size: 11px;
  border: 1px solid #e79d90;
    /* border-radius: 3px;
    -moz-border-radius: 3px; */
  -webkit-border-radius: 3px;
  resize: none;
  width: 350px;
  height: 130px;
  margin-bottom: 10px;
  overflow: auto;
}

#contact-form input[type="submit"] {
  background-position: 0 0;
  height: 43px;
  width: 108px;
  border: 0;
  text-indent: -999999px;
  margin-bottom: 29px;
  margin-left: 85px;
  float: right;
  margin-right: 41px;
}

.form-right-side {
  padding: 14px 35%;
}
.maps-custopm {
  padding: 0px 33% 0px 0px;
}