/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Globle css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --white-color: #fff;
    --main-color: #38d9d9ff;
    --light-black: #3d3b3dff;
    --black: #000;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 120px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

button {
    border: 0;
    border-radius: 0;
    outline: none;
}

.py-100 {
    padding: 100px 0;
}

.py-80 {
    padding: 80px 0;
}

.py-50 {
    padding-top: 60px;
    padding-bottom: 50px !important;
}

img {
    max-width: 100%;
    height: auto;
}

.font-15 {
    font-size: 15px;
}

.main_part {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.main_spacing {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main_spacing_2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main_spacing_3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.portfolio_specing {
    margin-top: 60px;
}

/* Header css */

.header {
    background-color: transparent;
}

.nav-top {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--black);
    transition: all 0.2s, top 0.4s linear;
    animation-name: fadeInDown;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.header:before {
    content: "";
    position: absolute;
    height: 130%;
    background: linear-gradient(180deg, var(--black), transparent);
}

.header .navbar .navbar-brand img {
    width: 240px;
}

.header .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0 25px;
}

.header .navbar .header_spacing {
    padding: 0 80px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--white-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    transition: all .25s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
}

.header .navbar .navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--white-color);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.header .navbar .navbar-nav .nav-item:last-child::before {
    content: "";
    position: relative;
}

.navbar .navbar-toggler {
    margin: 0;
    padding: 0;
    border: none;
}

.navbar .navbar-toggler i {
    color: var(--white-color);
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

/* Hero section css */

.hero_video {
    height: 100vh;
    width: 100%;
    background-color: var(--black);
    position: relative;
    z-index: 1;
    color: var(--white-color);
    overflow: hidden;
}

.hero_video:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hero_video:after {
    height: 30vh;
    bottom: 0;
    background: linear-gradient(0deg, var(--black), transparent);
}

.hero_video .video {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -2;
    opacity: .5;
}

.hero_video img {
    width: 30px;
}

.hero_video h1 {
    font-size: 55px;
}

.hero_video .main_part h5 {
    font-size: 30px;
    margin-bottom: 0;
}

.hero_video .scroll_down {
    margin-top: 10px;
    color: var(--white-color);
}

.hero_video .scroll_walk {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 9;
}

/* Vision css */

.bg_branco {
    position: relative;
    background-color: var(--white-color);
    z-index: 1;
}

.vision {
    background-image: url(../img/vision_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.values {
    background-image: url(../img/value_bg.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.vision_title {
    margin-bottom: 50px;
}

.vision_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
}

.vision_title h2 {
    color: var(--white-color);
    font-size: 40px;
}

.vision_title h2 span {
    background-color: var(--white-color);
    color: var(--black);
    font-weight: 800;
    padding: 0 8px;
}

.vision .vision_main_description {
    border: 1px solid var(--white-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 60px;
}

.vision .vision_main_description .h4 {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.vision .vision_main_description p {
    color: var(--white-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}


/* Team css */

.bg_branco#team {
    z-index: inherit;
}

.team {
    background: var(--white-color);
}

.team_title {
    margin-bottom: 50px;
}

.team_title h2 {
    color: var(--black);
    font-size: 40px;
}

.team_title h2 span {
    background-color: var(--black);
    color: var(--white-color);
    font-weight: 800;
    padding: 0 8px;
}

.mini_member {
    position: relative;
    z-index: 1;
}

.mini_member .team_member_foto {
    background-image: url(../img/ankit.png);
}

.mini_member .team_member_foto_2 {
    background-image: url(../img/mredul.png);
}

.mini_member .team_member_foto_3 {
    background-image: url(../img/subham.png);
}

.mini_member .team_member_foto_4 {
    background-image: url(../img/lino.png);
}

.mini_member .foto {
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease;
}

.mini_member .foto:hover .hover {
    bottom: 0;
    opacity: 1;
}

.mini_member .foto .hover {
    position: absolute;
    background: linear-gradient(to top, var(--black), transparent);
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    color: var(--white-color);
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all .25s ease;
}

.mini_member .foto .hover .team_member_name {
    font-size: 18px;
}

.modal-member button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 34px;
    width: 30px;
    height: 30px;
    color: var(--white-color);
    font-weight: 300;
    opacity: 1;
    background-color: var(--black);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--black);
    text-shadow: 0 1px 0 var(--white-color);
    opacity: .5;
}

.member {
    background-color: var(--white-color);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    height: 100%;
}

.member .foto {
    height: 370px;
    background-image: url(../img/ankit.png);
}

.member .foto_2 {
    height: 370px;
    background-image: url(../img/mredul.png);
}

.member .foto_3 {
    height: 370px;
    background-image: url(../img/subham.png);
}

.member .foto_4 {
    height: 370px;
    background-image: url(../img/lino.png);
}

.member .modal_foto {
    background-size: cover;
    background-position: 50%;
    border-radius: 20px;
    height: 320px;
    background-repeat: no-repeat;
    background-color: #757575;
}

.foto_services {
    background-color: #26407e;
    height: 420px;
    position: relative;
    z-index: 1;
}

.member .modal_member_pos {
    letter-spacing: 1px;
    color: var(--black);
}

.member .modal_memeber_name {
    background: -webkit-linear-gradient(270deg, #2db5b5, #26407e);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.member p {
    font-size: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.member .social a i {
    background: #007cb5ff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

/* Portfolio css */

.portfolio {
    position: relative;
    margin-top: 50px;
}

.portfolio .portfolio_main_title {
    margin-bottom: 30px;
}

.portfolio .portfolio_main_title h2 {
    color: var(--black);
    font-size: 40px;
}

.portfolio .portfolio_main_title h2 span {
    background-color: var(--black);
    color: var(--white-color);
    font-weight: 800;
    padding: 0 8px;
}

.portfolio .portfolio_main_title p {
    font-size: 18px;
    font-weight: 500;
}

.portfolio .portfolio_detail h4 {
    font-size: 18px;
    font-weight: 600;
}

.portfolio .portfolio_detail .portfolio_desc {
    color: #808080;
}

.portfolio-member .foto {
    height: 370px;
    background-image: url(../img/earth.jpg);
}

.portfolio-member .foto_2 {
    height: 370px;
    background-image: url(../img/earth.jpg);
}

.portfolio-member .foto_3 {
    height: 370px;
    background-image: url(../img/earth.jpg);
}

.portfolio-member .foto_4 {
    height: 370px;
    background-image: url(../img/earth.jpg);
}

.portfolio-member .modal_foto {
    background-size: cover;
    background-position: 50%;
    border-radius: 20px;
    height: 380px;
    background-repeat: no-repeat;
    background-color: #757575;
}

.portfolio-member .portfolio_detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.portfolio-member .portfolio_case {
    font-size: 1.7rem;
    font-weight: 700;
}

.portfolio-member .modal_memeber_name {
    margin-bottom: 5px;
}

.portfolio-member .portfolio_detail h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    width: 30%;
}

.portfolio-member .portfolio_detail .portfolio_desc {
    color: #808080;
    margin-bottom: 0;
    width: 70%;
}

.portfolio-member a {
    font-size: 18px;
}

.portfolio .investment {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 30px 20px 5px 20px;
}

.investment .logo {
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all .25s ease;
}

.portfolio .investment .logo img {
    width: 300px;
    border-radius: 15px;
}

.portfolio .portfolio_content .portfolio_title {
    margin-top: 20px;
    color: var(--black);
    font-size: 20px;
}

/* Extra css */

.extra_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 30px 30px;
}

.extra_bottom img {
    width: 150px;
}

.extra_bottom h5 {
    color: var(--white-color);
    font-size: 18px;
}

.button-riceberg {
    display: inline-flex;
    justify-content: center;
    padding: .8rem 0;
    line-height: 1.5rem;
    color: var(--white-color);
    background: #10AFFF;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
    width: 150px;
    cursor: pointer;
    transition: all .5s;
}

.button-riceberg:hover {
    background-color: #0b8ccd;
}

/* NEWS css */

.news_title h2 {
    color: var(--black);
    font-size: 40px;
}

.news_title h2 span {
    background-color: var(--black);
    color: var(--white-color);
    font-weight: 800;
    padding: 0 8px;
}

.news .news_box {
    border-radius: 20px;
    padding: 30px 20px 5px 20px;
}

.news .news_box .logo::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
}

.news .news_box .logo::after {
    height: 40vh;
    bottom: 0px;
    background: linear-gradient(0deg, var(--black), transparent);
    border-radius: 15px;
}

.news .news_box .logo {
    cursor: pointer;
    position: relative;
    transition: all .25s ease;
}

.news .news_box .logo img {
    border-radius: 15px;
    position: relative;
}

.news .news_box .logo .news_content {
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    z-index: 3;
}

.news .news_box .logo .news_content .news_title {
    margin-top: 20px;
    color: var(--white-color);
    font-size: 20px;
}

/* Contact Us css */

.contact .contact_titles {
    margin-bottom: 40px;
}

.contact .contact_titles h2 {
    color: var(--black);
    font-size: 40px;
}

.contact .contact_social_media {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.contact .map {
    width: 100%;
}

.contact .contact_social_media i {
    background: var(--black);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.contact .contact_social_media span {
    font-weight: 500;
    font-size: 18px;
}

.contact .social_icons {
    margin-top: 60px;
}

.contact .social_icons a i {
    font-size: 22px;
}

.contact .social_icons a .fa-linkedin {
    background: #007cb5ff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

.contact .social_icons a .fa-facebook {
    background: #1176f2ff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}

/* Footer css */
.footer .footer_bottom {
    background-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
}

.footer .footer_bottom h6 {
    color: var(--white-color);

}

.footer .footer_bottom a {
    color: var(--white-color);
}