@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
p {
    color: #fff;
}

h2 {
    font-size: 45px !important;
}

body {
    font-family: 'Rubik', sans-serif !important;
    overflow-x: hidden;
}


::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #ed1c29;
}

::selection {
  color: #fff;
  background: #ed1c29;
}

@keyframes slide {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-3840px); /* The image width */
  }
}


.gvvMainPortfolio11 {
  background: url("../images/aboutus.jpg") repeat-x;
  height:800px;
  width: 7680px;
  animation: slide 100s linear infinite;
  position:absolute;
  z-index:-1;
  
  top:0;
 
}


#navbar {
    z-index: 2;
    width: 100%;
    height: 80px;
	z-index:99999;
    position: -webkit-sticky !important; /* For Safari */
    position: sticky !important;    
    top: 0;
    z-index: 1000; /* Ensures the navbar stays above other content */
    background-color: white; /* Adjust as needed */
    box-shadow: 0 2px 4px rgba(0.5, 0, 0, 0.1);
}

a {
    color: #fff !important;
    text-decoration: none !important;
}

.gvv-container {
    margin: 0 auto;
    max-width: 96%;
    width: 100%;
    display: block;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    width: 100%;
    display: block;
}

.navWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    max-width: 150px;
    align-items: center;
    transition: all 0.4s ease-in;
    cursor: pointer;
}

.logo img {
    width: 80%;
}

#menu {
    font-size: 24px;
    padding: 5px;
    max-width: 40px;
}

#menuBar,
#crossMenu {
    width: 100%;
    background-color: #ed1c29;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}

#crossMenu {
    display: none;
}

#navList {
    display: flex;
    align-items: center;
    transition: left 0.5s ease-in-out;
    flex-direction: column;
    position: absolute;
    left: -100vw;
    width: 100%;
    top: 130px;
    z-index: 5;
    margin-bottom: 0px;
}

#navList li {
    list-style: none;
    margin-bottom: 15px;
}

#navList li:first-child {
    margin-top: 15px;
}

.knowmore{
	color: #666 !important;
    border: 1px solid #ccc;
    padding: 13px 30px;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 10px;
}

.knowmore:hover{
	color:#fff !important;
	cursor:pointer;
	background:#ED1C29 !important;
    transition: .3s ease-in-out;
}

#navList li a {
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
	color:#6D6E71 !important;
	cursor:pointer;
}

#navList li a:hover {
    color: #ff2f1d !important;
}
.video-wrapper {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative !important;
    background-color: #000; /* Change this to match the dominant color of your image */
}

.video-wrapper video,
.video-wrapper img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#loadingImage {
    z-index: 1;
}

.video-wrapper video {
    z-index: 0;
}
.main-title h1 {
    font-size: 64px;
}

.main-title p {
    font-size: 20px;
}

.main-title {
    z-index: 4;
    width: 600px;
    height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    transition: color 0.4s ease-in;
    margin-left: 80px;
}

@media (min-width: 600px) {
    .logo {
        max-width: 180px;
    }
    .navWrapper {
        flex-direction: row;
    }
    .list {
        flex-grow: 1;
    }
    #navList {
        left: inherit;
    }
    #menu {
        display: none;
    }
    #navList {
        justify-content: flex-end;
        flex-direction: row;
        position: relative;
        border: transparent;
        top: initial;
    }
    #navList li {
        margin: 0;
    }
    #navList li:first-child {
        margin: 0;
    }
}
.itemInner
{
    background: #fff;
    margin-bottom: 50px;
    padding: 0px 0px;
    min-height: 490px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.navbar {
    position: absolute !important;
	background:#fff;
}

@media (max-width:768px) {
    .main-title {
        width: 100%;
        margin: 0px !important;
    }
    .main-title h1 {
        font-size: 40px;
        line-height: 50px !important;
    }
    .gvvIn {
        padding: 0px !important;
    }
}


/* ..New fieldset */

.mb80 {
    margin-bottom: 80px;
}

.gvvImg img,
.gvvInRyt img {
    width: 100%;
    transition: transform .75s cubic-bezier(.165, .84, .44, 1);
}

.gvvImg img:hover,
.gvvInRyt img:hover {
    transform: scale(.9);
}

.gvvHome {
    padding-top: 100px;
    background: url(../images/bg.png) #000;
    background-size: 100%;
	overflow:hidden;

}


.gvvHome1 {
    padding-top: 100px;
    background: url(../images/bg1.webp) #000;
    background-size: 100%;
	animation:spin 10s linear infinite;
	position:absolute;
	height:1000px;
	z-index:0;
	width:100%;
	display:none;

}

@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}

.gvvIn {
    padding: 80px;
    margin-bottom: 30px;
}

.logo-footer {
    padding-top: 40px;
}

.gvv-footer img,
.gvv-footer a,
.fotLinks,
.logo-footer p {
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
}

.socLinks {
    float: right;
}

.gvv-footer {
    padding: 60px 0px;
    background: #ed1c2a;
	border-top:1px solid rgba(0,0,0,0.3);
}

.gvvLogo {
    width: 120px;
}

.navbar {
    padding: 0px !important;
}


/* contact page css */

.gvvMainContact {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.conHead h1 {
    font-size: 90px;
    padding-top: 15%;
    width: 420px;
}

.conHead {
    padding: 0px 150px;
}

.gvvAdd {
    border-bottom: 0px solid #5a5d5a;
}

.gvvAdd h3 {
    font-size: 40px;
    color: #ff2f1d;
}

.gvvAdd h4,
.gvvAdd a {
    color: #fff;
    font-weight: normal;
}

.gvvForm .form-group .form-control {
    background: transparent;
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}

.gvvForm .form-control {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.gvvForm .form-group {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
    width: 100%;
}

.form-control {
    border-bottom: 1px solid #5a5d5a !important;
}

.gvvBtn:focus {
    border: none;
    outline: none;
}

.gvvBtn {
    background: none;
    border: none !important;
    color: #fff;
	background:#ff2f1d;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 45px;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 50px;
	border-radius:10px;
}

.gvvForm i {
    color: #efefef;
    font-size: 35px;
    position: relative;
    top: 6px;
    left: 20px;
}

.animateLine>input:focus {
    outline: none;
}

.animateLine {
    position: relative;
    display: inline-block;
}

.animateLine::before {
    content: ' ';
    width: 0%;
    bottom: 0px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: ease-in-out .5s all;
}

.animateLine::after {
    content: ' ';
    width: 0%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: ease-in-out .5s all;
}

.animateLine::after {
    border-bottom: 1px solid #ff2f1d;
}

.animateLine:focus-within::after {
    width: 100%;
}

::placeholder {
    color: #fff !important;
}

.textarea.form-control {
    height: none;
}

.gvv-footer p {
    margin: 0px !important;
}

.socLinks i {
    font-size: 20px;
}

@media (max-width:768px) {
    .conHead {
        padding: 0px 20px;
    }
    .conHead h1 {
        font-size: 50px;
        width: auto;
        padding-top: 50%;
    }
    .gvvAdd {
        padding: 50px 0px !important;
    }
    .gvvForm .form-group {
        margin-top: 40px !important;
    }
    .footerRyt a {
        margin-left: 0px !important;
    }
    .gvv-footer {
        padding: 20px !important;
    }
    .displayNone {
        display: none;
    }
    .conHead h1 {
        font-size: 60px;
    }
    .gvvLogoFot {
        margin-bottom: 20px;
    }
    .socLinks,
    .fotLinks {
        float: none !important;
        margin: 0 auto;
        display: block !important;
        margin-bottom: 20px;
    }
    .gvv-footer {
        text-align: center !important;
    }
    .logo-footer {
        padding-top: 0px !important;
    }
}

.one:before{
	width: 60px;
    content: " ";
    background: url(../images/quote.png) no-repeat;
    position: absolute;
    left: -53px;
    top: 1px;
    background-size: 41px;
    display: block;
    height: 52px;
}

.one:after{
	width: 60px;
    content: " ";
    background: url(../images/quote2.png) no-repeat;
    position: absolute;
    right: -20px;
    bottom: -19px;
    background-size: 41px;
    display: block;
    height: 52px;
}

@media (max-width:600px) {
    #navList {
        top: 70px;
        background: #fff;
        height: 100vh;
    }
    .conHead h1 {
        padding-top: 35% !important;
    }
    .abtIn {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .conHead h1 {
        PAdding-top: 20%;
    }
    .video-wrapper video {
        width: auto !important;
    }
    .gvvMainContact {
        height: auto;
    }
    .conHead {
        padding: 0px 50px !important;
    }
    .gvvLogoFot {
        margin-right: 0px !important;
    }
}

.errorMsg {
    color: #ff2f1d;
}

.gvvLogoFot {
    margin-right: 15%;
}

.logo-footer p:nth-child(1) {
    padding-right: 5%;
}

.fa-rotate-45 {
    transform: rotate(-45deg);
}

.pb80 {
    padding: 80px;
}


/* aboutus-css */

.gvvMainAbout {
    background: url(../images/investment-banner.jpg) no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.gvvMainPortfolio{
    background: url(../images/aboutus.jpg) no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
}


.gvvMainTeam {
    background: url(../images/team-banner.jpg) no-repeat;
    background-size: cover;
}

.gvvAbout {
    background: url(../images/best-returns.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
	background-attachment: fixed;
}

.abtIn {
    max-width: 380px;
}


/* team-page */

.gvvCeo {
    background: url(../images/rahul-chawla.jpg) no-repeat;
    background-size: 100%;
    height: 100vh;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: auto !important;
    text-align: left !important;
}

.nav-link:hover {
    color: #fff !important;
    border: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none !important;
    border-bottom: 3px solid #fff !important;
}

.nav-tabs .nav-link {
    border: none !important;
}

.teamDetail {
    padding: 20px 0px;
}

.nav-link {
    padding: 0px !important;
    margin-right: 50px;
}


/* 
.nav-link:hover::after {
    content: '';
    width: 100%;
    background-color: #fff;
}

.nav-link::after {
    content: '';
    display: block;
    height: 3px;
    width: 0px;
    transition: 0.5s ease;
} */

