#preloader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Change to your desired background color */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Make sure it appears on top of other elements */
}

#preloader-video {
    width: 100%;
    height: auto;
}

h3 {
    text-align: center;
}

/* Let's style the wrapper in such a way that, 
   it should always be at the center of the browser */

.wrapper2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
}

/* Style the Un-order list by setting its list-style to none */

.wrapper2 ul {
    list-style: none;
    right: 55px;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
     and float them to left and set its border and border-radius.
   */

.wrapper2 ul li {
    width: 70px;
    height: 70px;
    line-height: 50px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 0px solid #D8E2DC;
    float: none;
    transition: all 0.5s ease;
    padding: 0;
    position: relative;
    bottom: -6px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.wrapper2 ul li.flipped {
    transform: rotateY(180deg);
}

/* Style the icons by setting its color and margin-top value to 20px 
   to align it properly */

.wrapper2 ul li .fa {
    color: #D8E2DC;
    margin-top: 5px;
    transition: all 0.5s ease;
    margin-right: -10px;
}

.wrapper2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -60px;
}

/*linkedin*/

.wrapper2 ul li:hover.linkedin {
    border: 5px solid #d14836;
    box-shadow: 0 0 15px #d14836;
    transition: all 0.5s ease;
}

.wrapper2 ul li:hover .fa-linkedin {
    color: #d14836;
    text-shadow: 0 0 15px #d14836;
    transition: all 0.5s ease;
}

/*email*/

.wrapper2 ul li:hover.email {
    border: 5px solid #d14836;
    box-shadow: 0 0 15px #d14836;
    transition: all 0.5s ease;
}

.wrapper2 ul li:hover .fa-envelope {
    color: #D14836;
    text-shadow: 0 0 15px #D14836;
    transition: all 0.5s ease;
}

/* media queries */

@media screen and (max-width: 640px) {
    .wrapper2 {
        width: 350px;
    }
    .wrapper2 ul li {
        margin-top: 10px;
    }
    .wrapper2 ul li.google {
        margin-left: 60px;
    }
}

@media screen and (max-width: 340px) {
    .wrapper2 {
        width: 150px;
    }
    .wrapper2 ul li {
        margin: 15px;
    }
    .wrapper2 ul li.google {
        margin-left: 15px;
    }
}

html,
body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: Slussen;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    color: #fff;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 20px;
    }
    /* Add other styles for larger screens as needed */
}

/* Medium-sized screens */

@media (max-width: 768px) {
    h2 {
        font-size: 40px;
        /* Adjust the font size for smaller screens */
    }
    h3 {
        font-size: 16px;
        /* Adjust the font size for smaller screens */
    }
    /* Add other styles for medium-sized screens as needed */
}

/* Small screens */

@media (max-width: 480px) {
    h2 {
        font-size: 30px;
        /* Adjust the font size for even smaller screens */
    }
    h3 {
        font-size: 14px;
        /* Adjust the font size for even smaller screens */
    }
    /* Add other styles for small screens as needed */
}

h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 85%;
    border-left: 3px solid #ff98a2;
    padding: 25px;
    margin: 0
}

h2 span {
    display: block;
}

h3 {
    font-size: 20px;
    font-stretch: expanded;
    color: #460c12;
    line-height: 100%;
}

h2,
h3,
h4 {
    text-transform: uppercase;
}

.section1 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

h4 {
    font-size: 15px;
    font-stretch: expanded;
    color: #ef9797;
    line-height: 100%;
}

h5 {
    font-size: 20px;
    font-stretch: expanded;
    color: #fca311;
    line-height: 100%;
}

.container {
    width: 95%;
    margin: auto;
}

.col {
    width: 50%;
}

body {
    overflow: auto;
}

HTML CSSResult Skip Results Iframe * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: 0.1;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    background-size: cover;
    background-position: center;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 1;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}

@media screen and (max-width: 64rem) {
    .col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

/* Apply your existing CSS styles to the .li class */

.li {
    width: 104px;
    /* Adjust the width and height to fit your custom SVG */
    height: 164px;
    fill: #0274B3;
    /* Change the fill color to match the LinkedIn blue */
}

.video-container {
    position:absolute;
    overflow: hidden;
}

a {
    display: inline-block;
    /* Make links inline-block */
    margin-right: 10px;
    /* Adjust the margin between links */
}

svg {
    width: 48px;
    /* Set a fixed width for the icons */
    height: 48px;
    /* Set a fixed height for the icons */
}

body {
    background-color: black;
}

div>h1 {
    text-transform: capitalize;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
    background-color: #FCA311;
    background-image: linear-gradient(45deg, #FCA311, #694405);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.image-container {
    max-width: 100%;
    /* Ensure the container doesn't exceed its parent's width */
}

.image-container img {
    max-width: 100%;
    /* Set a maximum width for the image */
    height: auto;
    /* Maintain the image's aspect ratio */
}

@media (max-width: 768px) {
    .vertical__item {
        /* Adjust styles for .vertical__item on smaller screens */
    }
    .vertical__item p {
        /* Adjust styles for the <p> element on smaller screens */
        font-size: 14px;
        /* Example: Reduce font size for smaller screens */
    }
}

#contact_home1 .team_name {
    font-size: 20px;
    margin-bottom: 0;
}

#contact_home1 .p_ta {
    margin-top: 1rem;
    opacity: 70%;
}

#contact_home1 {
    /* background: url("../img/space.jpg") no-repeat center;
    background-size: cover; */
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
    color: white;
}

#contact_home1 h2 {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: white;
}

.contact-div {
    text-align: center;
}

/**********************************************
        Navbar Hamburger Animation
**********************************************/

.hamburger-animated {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: none;
}

.hamburger-animated span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border: none;
}

.navbar-toggle,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none;
    border: none !important;
}

.hamburger-animated span {
    background: #ffffff;
}

.hamburger-animated span:nth-child(1) {
    top: 0px;
}

.hamburger-animated span:nth-child(2) {
    top: 10px;
}

.hamburger-animated span:nth-child(3) {
    top: 20px;
}

.hamburger-animated.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger-animated.open span:nth-child(2) {
    top: -200px !important;
}

.hamburger-animated.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/**********************************************
                Navbar
    **********************************************/

.navbar-brand,
.nav-link {
    color: white !important;
    transition: 0.3s ease;
    font-size: 23px;
    font-style: normal;
    font-family: Relative, sans-serif;
    font-weight: 500;
    line-height: normal;
    /* font-stretch: normal; */
}

.navbar-brand {
    font-size: 22px;
}

#transparent-navbar {
    position: fixed !important;
    /* transition: top 0.5s; */
    transition-timing-function: ease;
    transition: 0.4s;
}

/* .navbar { */

/*     /1* background: linear-gradient(to bottom, black 0%, rgba(0,0,0,0) 100%); *1/ */

/*     background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 65%, rgba(0,0,0,0.2) 92%, rgba(0,0,0,0) 100%); /1* FF3.6-15 *1/ */

/*     background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.2) 92%,rgba(0,0,0,0) 100%); /1* Chrome10-25,Safari5.1-6 *1/ */

/*     background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 65%,rgba(0,0,0,0.2) 92%,rgba(0,0,0,0) 100%); /1* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *1/ */

/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /1* IE6-9 *1/ */

/* } */

.navbar {
    width: 100%;
    z-index: 100;
}

.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    letter-spacing: normal;
    margin: 0px 8px !important;
    border-radius: 8px;
}

.nav-link:hover,
.nav-link:active {
    background-color: rgba(217, 217, 217, 0.2);
}

.active {
    background-color: rgba(217, 217, 217, 0.2);
}

/* .nav-link:hover,
  .nav-link:active {
    padding-right: 30px !important;
    padding-left: 30px !important;
    transition: 0.4s ease;
    box-shadow: 0px 1.4px 0px 0px #ffffff;
  } */

.nav-scrolled {
    transition: 0.7s ease;
    /* box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.32) !important; */
}

/* .dropdown-menu{
  background: transparent;
  color: white;
} */

@media (max-width: 900px) {
    .nav-link {
        font-size: 20px;
    }
    .navbar {
        padding: 0 !important;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.empty-div {
    height: 65px;
    background-color: #000;
}

.bg-image {
    width: 100%;
}

.mrt-socials {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 35%;
}

.mrt-socials a {
    text-decoration: none;
    color: #ffffff;
    font-size: 45px;
}

.mrt-socials2 {
    color: #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mrt-socials2 a {
    text-decoration: none;
    color: #000;
    font-size: 45px;
}

.mrt-contact {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mrt-contact h2 {
    /* font-family: 'Saira'; */
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 39px;
    text-align: center;
    color: white;
}

.mrt-contact2 {
    margin-top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mrt-contact2 h2 {
    /* font-family: 'Saira'; */
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 39px;
    text-align: center;
    color: #000;
}

.col-no-padding {
    padding: 0 !important;
}

.homeButton {
    padding: 10px 20px 10px 20px;
    border: none;
    background: rgba(217, 217, 217, 0.2);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px;
    color: white;
    font-family: Relative, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
}

.homeButton:hover {
    color: black;
    background: white;
}

.centered-element {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .mrt-socials {
        width: 75% !important;
    }
    .mrt-socials a {
        font-size: 25px;
    }
    .homeButton {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
    }
}