/* small screen code */

@media only screen and (min-width: 1199px) {
    .bar {
        width: 1170px;
    }
    .drop-content {
        width: 75.15%;
        margin-left: -1000px;
    }
    .companey {
        margin: 0px 40px 0px;
    }
    .graph {
        width: 50%;
    }
    .product-name {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    .drop-content {
        width: 752px;
        margin-left: -830px;
    }
    .bar {
        width: 970px;
    }
    .graph {
        margin: 5px 0%;
        width: 50%;
    }
    .companey {
        margin: 0px 40px 0px;
    }
    .product-name {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1050px) {
    .bar {
        width: 700px;
    }
    .drop-content {
        width: 500px;
        margin-left: -565px;
    }
}

@media only screen and (max-width: 900px) {
    .bar {
        width: 650px;
    }
    .drop-content {
        width: 475px;
        margin-left: -530px;
    }
}

@media only screen and (max-width: 768px) {
    .bar {
        width: 600px;
    }
    .drop-content {
        width: 400px;
        margin-left: -460px;
    }
    .companey-container {
        display: flex;
        flex-wrap: wrap;
    }
    .graph {
        margin: 5px auto !important;
        width: 80% !important;
    }
    .graph4 {
        margin: 5px auto !important;
        width: 80% !important;
    }
    .product-name {
        font-size: 2rem;
    }
    .product-title {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 655px) {
    .bar {
        width: 80%;
    }
    .drop {
        display: none !important;
    }
    .header {
        position: unset !important;
    }
    .slideshow-container {
        margin: 20px auto !important;
    }
    .buttona {
        display: block !important;
    }
    .bar {
        animation: none !important;
    }
    .logo {
        animation-delay: 0s !important;
    }
}

@media (min-width: 1px) {
    .d-md-block {
        display: block !important;
    }
}


/* tegs code */

html,
body {
    margin: 0px;
    box-sizing: border-box;
    font-family: Times, Times New Roman, serif;
}

a {
    color: #19468c !important;
    text-decoration: none;
    background-color: transparent;
    height: 100%;
}


/* mobile navbar */

.mobilenav {
    flex-direction: column;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 100px;
    background-image: linear-gradient(145deg, #d1b0d3, transparent);
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 500px;
    z-index: 2;
    animation-name: mobnav;
    animation-duration: 2s;
}

@keyframes mobnav {
    0% {
        left: -440px;
    }
    100% {
        left: 0px;
    }
}

.mobilenavrev {
    flex-direction: column;
    text-align: center;
    position: absolute;
    left: -440px;
    top: 100px;
    background-image: linear-gradient(145deg, #d1b0d3, transparent);
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 500px;
    z-index: 2;
    animation-name: mobnavrev;
    animation-duration: 2s;
}

@keyframes mobnavrev {
    0% {
        left: 0px;
    }
    100% {
        left: -440px;
    }
}


/* mobile navbar dropdown list */

.mobdrop {
    border-style: solid;
    border-width: 1px 0px;
    height: 15%;
    padding: 14px;
    font-family: Times, Times New Roman, serif;
    font-weight: 400;
    color: #19468c;
}

.mobdrop:hover {
    box-shadow: 0px 4px 10px 8px #000;
}


/* mobile nav button */

.buttona {
    display: none;
    background-image: url("/images/logo1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15%;
    height: 39px;
    margin-bottom: 18px;
    animation-name: buttona;
    animation-duration: 2s;
}

@keyframes buttona {
    0% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
    60% {
        transform: scale(0.2);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.buttona:hover {
    box-shadow: 0px 10px 10px 0 #000;
}


/* mobile nav back button */

.backnav {
    text-align: left;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url("/images/back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.backnav:hover {
    box-shadow: 0px 4px 10px 8px #000;
}


/* website nav */

.header {
    display: inline-block;
    z-index: 201;
    padding: 0px;
    top: 0px;
    width: 100%;
    height: 83px;
    background-image: linear-gradient(to right, #ffffff 25%, #e1cce2 100%, transparent);
    border: solid 0px;
    border-color: #2d56999e;
    border-bottom-width: 2px;
    border-top-width: 3px;
    border-top-color: #8f3b909e;
    box-shadow: 0px 1px 30px 0 rgb(183, 198, 220);
}

.bar {
    z-index: 100;
    box-sizing: border-box;
    color: #19468c;
    display: flex;
    margin: 0px auto;
    height: 80px;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    font-family: Times, Times New Roman, serif;
    font-weight: 400;
    animation-name: bar;
    animation-duration: 2S;
}

@keyframes bar {
    0% {
        left: -1250px
    }
    100% {
        left: 0px;
    }
}


/* website nav content (logo,buttons,drop list,drop list photo) */

.bar>div {
    box-sizing: border-box;
    padding: 13px;
    text-align: center;
    vertical-align: middle;
}

.logo {
    align-self: flex-start;
    background-image: url("/images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    min-width: 230px;
    height: 95%;
    position: relative;
    left: -50px;
    animation-name: logo;
    animation-duration: 2S;
    animation-delay: 0.5s;
}

@keyframes logo {
    0% {
        left: 2250px;
        transform: perspective(0px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    }
    100% {
        left: -50px;
        transform: perspective(0px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 360deg);
    }
}

.drop {
    position: static;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    width: 15%;
}

.drop:hover {
    color: #8f3b90;
    box-shadow: 0px 10px 10px 0 #000;
}

.drop:hover .drop-content {
    opacity: 1;
    max-height: 350px;
    z-index: 100;
}

.drop:hover .drop-content>ul {
    opacity: 1;
    max-height: 350px;
}

.drop-content {
    background-image: linear-gradient(#dae2ed, #ffffff 75%, white 100%, transparent);
    display: flex;
    box-sizing: border-box;
    top: 78px;
    left: 112.5%;
    z-index: 100;
    border: solid 1px rgba(0, 0, 0, 0.089);
    border-top: solid 3px #8f3b909e;
    border-bottom: solid 2px #18468f4f;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    max-height: 0;
    transition: 3s;
    overflow: hidden;
}

.drop-content>ul {
    width: inherit;
    padding: 10px;
    padding-bottom: 0px;
    transition: 1s;
    max-height: 0;
    opacity: 0;
    list-style-type: none;
    font-size: 1.2em;
    color: #19468c;
}

.drop-content>ul>li {
    border-bottom: solid 1px#0000004f;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.nav-image {
    background-image: url("/images/photo1.jpg");
    float: left;
    width: 270px;
    height: auto;
    margin-right: 20px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 50px;
}


/* slide show */

.slideshow-container {
    box-sizing: border-box;
    border-width: 1px 0 0;
    height: 350px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: table;
    margin: 30px auto;
    width: 100%;
    background: white;
    z-index: 1;
    padding: 0px;
}

.slideshow-container .carousel-caption {
    right: unset !important;
    left: 5% !important;
    bottom: 25vh;
}

.slideshow-container>.carousel-item.active {
    box-shadow: 0px 10px 50px 0 rgb(183, 198, 220);
    transition: unset;
}

.mySlides,
.carousel-item {
    display: none;
    height: 80vh;
    min-height: 350px;
    background: no-repeat center;
    background-size: cover;
    box-shadow: 0px 10px 50px 0 rgb(183, 198, 220);
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

.fade:not(.show) {
    opacity: 1 !important;
    transition: 0S;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.animate0 {
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 2s;
    -ms-animation-delay: 0s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-ms-keyframes rotateIn {
    0% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -ms-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05)
    }
    70% {
        -ms-transform: scale(.9)
    }
    100% {
        -ms-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -ms-animation-name: bounceIn;
    animation-name: bounceIn
}

.fall {
    font-size: 3.25rem;
    position: relative;
    animation-name: fall;
    animation-duration: 2s;
}

@keyframes fall {
    0% {
        bottom: -1000px
    }
    20% {
        bottom: 0px
    }
    60% {
        bottom: 40px
    }
    80% {
        bottom: 0px;
    }
}

.slide2 {
    color: #954b99;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    width: 350px;
    position: relative;
    animation-name: slide2;
    animation-duration: 2s;
    animation-delay: 0s;
}

@keyframes slide2 {
    0% {
        bottom: 1300px
    }
    20% {
        bottom: 0px
    }
    60% {
        bottom: -30px
    }
    80% {
        bottom: 0px;
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-180deg);
        opacity: 0
    }
    20% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
    60% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-2deg);
        opacity: 0.9
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-180deg);
        opacity: 0
    }
    20% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
    60% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-2deg);
        opacity: 0.9
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-ms-keyframes rotateInUpRight {
    0% {
        -ms-transform-origin: right top;
        -ms-transform: rotate(-180deg);
        opacity: 0
    }
    20% {
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
    60% {
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(-2deg);
        opacity: 0.9
    }
    100% {
        -ms-transform-origin: right top;
        -ms-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right top;
        transform: rotate(-90deg);
        opacity: 0
    }
    20% {
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(0deg);
        opacity: 1
    }
    60% {
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(-2deg);
        opacity: 0.9
    }
    100% {
        transform-origin: right top;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -ms-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

.slide3Name {
    font-size: 3.25rem;
    position: relative;
    animation-name: flash;
    animation-duration: 2s;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-moz-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-ms-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
    animation-name: flash;
    animation-duration: 2s;
}

.backIn {
    -webkit-animation-name: backIn;
    -moz-animation-name: backIn;
    -ms-animation-name: backIn;
    animation-name: backIn;
    animation-duration: 2s;
}

@keyframes backIn {
    0% {
        transform: scale(0.6) translateX(-1250px);
    }
    20% {
        transform: translateX(0px) scale(0.8);
    }
    60% {
        transform: translateX(0px) scale(1);
    }
}

@-webkit-keyframes backIn {
    0% {
        -webkit-transform: scale(0.6) translateX(-1250px);
    }
    20% {
        -webkit-transform: scale(0.8) translateX(0px);
    }
    60% {
        -webkit-transform: translateX(0px) scale(1);
    }
}

@-moz-keyframes backIn {
    0% {
        -moz-transform: scale(0.6) translateX(-1250px);
    }
    20% {
        -moz-transform: scale(0.8) translateX(0px);
    }
    60% {
        -moz-transform: translateX(0px) scale(1);
    }
}

@-ms-keyframes backIn {
    0% {
        -ms-transform: scale(0.6) translateX(-1250px);
    }
    20% {
        -ms-transform: scale(0.8) translateX(0px);
    }
    60% {
        -ms-transform: translateX(0px) scale(1);
    }
}

.slide4Name {
    font-size: 3.25rem;
    position: relative;
    animation-name: backInR;
    animation-duration: 2s;
}

@keyframes backInR {
    0% {
        transform: scale(0.6) translateX(1250px);
    }
    60% {
        transform: translateX(0px) scale(0.8);
    }
    100% {
        transform: translateX(0px) scale(1);
    }
}


/* companey introduction */

.containera {
    margin: 0px auto;
    display: block;
    text-align: left;
}

.product {
    font-size: 2.5em;
    margin: 1% 2%;
    color: #964d9a;
    font-family: auto;
    position: relative;
    animation: product 1s;
}

@keyframes product {
    0% {
        /* top: -1000px; */
        opacity: 0;
    }
    100% {
        /* left: 0px; */
        opacity: 1;
    }
}

.lead {
    position: relative;
    animation-name: down;
    animation-duration: 1s;
    animation-delay: 0s;
}

@keyframes down {
    0% {
        top: -1000px
    }
    100% {
        top: 0px;
    }
}

.graph0 {
    margin: 1% auto;
    width: 85%;
    font-family: auto;
}

.speach {
    display: flex;
    margin: 2% auto;
    width: 100%;
    flex-wrap: wrap;
}

.graph1 {
    width: 350px;
    margin: 15px auto !important;
    text-align: center;
    font-family: auto;
}


/* products */

.companey-container {
    padding: 10px 0px;
}

.con1 {
    display: flex;
    flex-wrap: wrap;
    vertical-align: baseline;
    margin: 20px 0px;
}

.companey {
    z-index: 50;
    width: 200px;
    height: 125px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: product;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-delay: 0.5S;
}

.graph {
    z-index: 50;
    font-size: 1.25rem;
    font-weight: 300;
    font-family: auto;
    position: relative;
    animation-name: graph;
    animation-duration: 1s;
}

@keyframes graph {
    0% {
        top: -1000px
    }
    100% {
        top: 0px;
    }
}

.product-container .carousel-item {
    height: 500px;
    box-shadow: none;
    background-size: contain;
}

.product-container .carousel {
    height: 550px;
}

.product-container {
    margin: -30px auto;
    width: 100%;
    overflow: hidden;
    height: 550px;
}

.product-container div {
    overflow: unset !important;
}

.goAway {
    -webkit-animation-name: goAway;
    -moz-animation-name: goAway;
    -ms-animation-name: goAway;
    animation-name: goAway;
    animation-duration: 8S;
    transition: 2s ease-in-out !important;
}

@-webkit-keyframes goAway {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
    10% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

@-moz-keyframes goAway {
    0% {
        opacity: 0;
        -moz-transform: scale(1.2);
    }
    10% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    80% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}

@-ms-keyframes goAway {
    0% {
        opacity: 0;
        -ms-transform: scale(1.2);
    }
    10% {
        -ms-transform: scale(1);
        opacity: 1;
    }
    80% {
        -ms-transform: scale(1);
        opacity: 1;
    }
    100% {
        -ms-transform: scale(0.3);
        opacity: 0;
    }
}

@keyframes goAway {
    0% {
        opacity: 0.4;
        transform: translateX(-1000px) scale(1.2);
    }
    30% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    60% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    100% {
        transform: translateX(500px) scale(0.3);
        opacity: 0;
    }
}

.product-name {
    font-weight: 300;
    line-height: 1.2;
    animation-name: product-name;
    animation-duration: 2.5s;
    position: relative;
}

@keyframes product-name {
    0% {
        top: 100px;
    }
    100% {
        top: 50px;
    }
}

.black {
    color: black;
    top: 50px;
}

.betatex {
    z-index: 50;
    width: 300px;
    height: 125px;
    margin: 0px 40px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: product;
    animation-duration: 0.5s;
}

.display-4 {
    position: relative;
    animation-name: display-4;
    animation-duration: 2s;
}

@keyframes display-4 {
    0% {
        left: 0px;
        top: 200px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

.goAwayrev {
    -webkit-animation-name: goAwayrev;
    -moz-animation-name: goAwayrev;
    -ms-animation-name: goAwayrev;
    animation-name: goAwayrev;
    animation-duration: 8S;
    transition: 2s ease-in-out !important;
}

@keyframes goAwayrev {
    0% {
        opacity: 0.4;
        transform: translateX(-750px) scale(0.1);
    }
    30% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    60% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    100% {
        transform: translateX(600px) scale(1.1);
        opacity: 0;
    }
}

.sterylab-container {
    background-color: #2D2F93;
    z-index: 50;
    width: 200px;
    height: 125px;
    margin: 0px 40px;
    position: relative;
    animation-name: product;
    animation-duration: 1s;
}

.sterylab {
    z-index: 50;
    width: 150px;
    height: 125px;
    margin: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.graph4 {
    z-index: 50;
    font-size: 1.25rem;
    font-weight: 300;
    width: 50%;
    font-family: auto;
    position: relative;
    animation-name: graph4;
    animation-duration: 1s;
}

@keyframes graph4 {
    0% {
        top: -1000px
    }
    100% {
        top: 0px;
    }
}

.goIn {
    -webkit-animation-name: goIn;
    -moz-animation-name: goIn;
    -ms-animation-name: goIn;
    animation-name: goIn;
    animation-duration: 8S;
    transition: 2s ease-in-out !important;
}

@keyframes goIn {
    0% {
        opacity: 0.6;
        transform: translateX(-500px) scale(0.1);
    }
    30% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    60% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    100% {
        transform: translateX(500px) scale(0.1);
        opacity: 0;
    }
}

.back {
    background-size: contain !important;
}

.slidebetween {
    -webkit-animation-name: slidebetween;
    -moz-animation-name: slidebetween;
    -ms-animation-name: slidebetween;
    animation-name: slidebetween;
    animation-duration: 8S;
    transition: 2s ease-in-out !important;
}

@keyframes slidebetween {
    0% {
        opacity: 0.4;
        transform: translateX(-1250px) scale(0.55);
    }
    9% {
        transform: translateX(0px) scale(0.55);
        opacity: 1;
    }
    10% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    60% {
        transform: translateX(0px) scale(0.6);
        opacity: 1;
    }
    61% {
        transform: translateX(0px) scale(0.55);
        opacity: 1;
    }
    70% {
        transform: translateX(600px) scale(0.55);
        opacity: 0;
    }
    100% {
        transform: translateX(600px) scale(0.55);
        opacity: 0;
    }
}


/* partners */

.marg {
    margin: auto;
}

.comlogo {
    background-size: contain;
    margin: auto;
}


/* contact us */

.contact-us {
    width: 100%;
    height: 450px;
    background-color: black;
    background-image: url("/images/map-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    font-size: 3rem;
    font-family: Times, Times New Roman, serif;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    margin: auto;
    width: 80%;
    justify-content: space-between;
    vertical-align: baseline;
}

.contact div {
    width: 250px;
    margin: auto;
}

.form {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
    width: 80%;
}

.form-content {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
}

.form-content div {
    margin: 10px;
}


/* footer */

.footer {
    height: 65px;
    width: 100%;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    font-size: 3rem;
    font-family: Times, Times New Roman, serif;
}

.footer p {
    font-size: 1rem;
    text-align: left;
    padding: 10px 5px;
    margin: auto;
    width: 80%;
}

.down {
    top: 450px;
}

.product-con {
    width: 100%;
    height: 250px;
    display: block;
    margin: 50px auto;
}

.product-com {
    width: 45%;
    height: 200px;
    position: absolute;
    transition: 2s;
}

.product-com-m {
    right: 27%;
    z-index: 4;
    /* background-color: black; */
    background-image: url("/images/product1.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1.5);
}

.product-com-r {
    right: -10%;
    z-index: 3;
    /* background-color: blue; */
    background-image: url("/images/product2.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0.2);
}

.product-com-l {
    right: 64%;
    z-index: 3;
    /* background-color: blueviolet; */
    background-image: url("/images/product3.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0.2);
}

.next {
    position: relative;
    cursor: pointer !important;
    font-size: 1.25rem;
    font-weight: 400;
    color: #974e9a;
    margin: 0px;
    width: 50px;
    height: 50px;
    top: 300px;
    left: 80%;
}

.prev {
    position: relative;
    cursor: pointer !important;
    font-size: 1.25rem;
    font-weight: 400;
    color: #3a5e9d;
    margin: 0px;
    width: 50px;
    height: 50px;
    top: 250px;
    left: 10%;
}

.product-title {
    font-size: 1rem;
    font-weight: 300;
    width: fit-content;
    line-height: 1.2;
    position: relative;
    top: 200px;
    margin: 0px auto;
}

.invalid-feedback {
    color: red;
    font-size: 0.75rem !important;
    width: fit-content !important;
    margin: 10px;
    width: fit-content;
}