
.container-fluid {
    padding: 25px;
   color: #13365E;
}

.container-fluid h1,h2,h3,h4{
    font-weight: 700;
}

.main {
    text-align: center;
}

.banner {
    padding: 0px;
    position: relative;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

@media only screen and (min-width: 575px){   
.banner-text {
    position: absolute;
    top: 65%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 50%;
    line-height: 1;
}
}

.banner-btn {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #13365e;
    border: 5px solid transparent;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 25px -10px #0d0d0d;
}

.categories .row{
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .col-sm-2 {
    background-color: #e4e7eb;
    border-radius: 1rem;
    margin: 2rem 2rem;
    padding: 2rem 1.5rem;
}

.categories img{
    height: 10rem;
    max-width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 1.5rem;
}

.categories-btn {
    background-color: #608cb4;
    padding: 0.3rem;
    font-size: 1.5rem;
    display: block;
    margin: auto;
}

.contact {
    background-color: #e4e7eb;
}

.contact-btn {
    padding: 0.5rem 0rem;
    font-size: 1rem;
    margin-right: 0.5rem;
    width: 100%;
}

.shape {
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
    margin-right: 0.5rem;
    width: 100%;
    margin-bottom: 1rem;
}

.contact-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0rem 0rem 0rem auto;
    justify-content: center;
}

.contact-right {
    display: flex;
    margin-right: auto;
    justify-content: center;
    flex-direction: column;
}

.buy {
    text-align: center;
}

.buy .row {
    justify-content: center;
    align-items: center;
}

.buy img{
    max-width: 100%;
    height: 12rem;
    border: 5px solid;
    border-radius: 1rem;
    padding: 0.5rem;
    margin: 1rem 1rem;
}

.feature-btn {
    padding: 1rem 1rem;
    font-size: 1.5rem;
    height: 100%;
    
}

.statanow {
  background-image: linear-gradient(to right, #e4e7eb, #ffffff);
    padding: 35px 25px;
}

.statanow .row {
    justify-content: center;
    align-items: center;
}

.statanow-btn {
  background-color: #004FF4;
    padding: 1rem;
    font-size: 1rem;
    margin: 0rem 1rem;
}

.statanow-title {
    font-size: 2rem; 
    color: #004FF4; 
    font-weight: 700;
    margin-bottom: 0px;
}

.menu p {
    font-weight: 700;
    margin-bottom: 8px;
}

.menu a {
    font-weight: 400;
    color: #13365E;
}

.menu a:hover{
    text-decoration: none;
    color: #608cb4
}

.menu .row {
    justify-content: center;
    padding: 20px;
}

.menu img {
    width: 3rem;
    margin: auto;
    display: block;
}

.other {
    background-color: #e4e7eb;
}

.other table {
    width: 80%;
    margin: auto;
    border-collapse: separate;
    border: 1px solid transparent;
    border-spacing: 2.5rem 1.5rem;
}

.other td, th {
    align-content: center;
    text-align: center;
    width: 30%;
}

.other img {
    max-width: 80%;
}

.other-text {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
}

.other p {
    margin-bottom: 0px;
}

.other-btn {
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 2rem;
    width: 80%;
}

p.other {
    background-color: #ffffff;
}


@media only screen and (max-width: 576px){

.contact-left {
    margin-bottom: 2rem;
}

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

.buy img {
    height: 100%;
    margin: 1rem;
} 
    
.menu {
    text-align: center;
}

.menu img{
    width: 5rem;
}
.menu .col-sm-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

}

@media only screen and (max-width: 300px){
    .feature-btn {
        padding: 0.75;
        margin: 1.5rem;
    }
}

@media only screen and (max-width: 776px){
    .feature-btn{
        margin-bottom: 2rem;
    }

    .statanow .col-sm-5 {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 451px){
    .statanow {
        text-align: center;     
    }

    .statanow-title {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1100px){
    .banner-text {
        transform: scale(0.6);
        top: 20%;
        left: 45%;
    }   
}

@media only screen and (max-width: 850px){    
    .banner-text {
        transform: scale(0.5);
        top: 10%;
        left: 35%;
        width: 70%;
    }   
}

@media only screen and (max-width: 675px){   
    .banner-text {
        transform: scale(0.4);
        top: -1%;
        left: 30%;
        width: 80%;
    }   
}

@media only screen and (max-width: 575px){   
    .banner {
        position: static;
        overflow: hidden;
    }
    
    .banner img {
        display: block;
        transform: scale(2.3);
        transform-origin: 0% 0%;
        width: 100%;
        height: 20vw; 
        object-fit: cover;
        object-position: top;
    }
    
    .banner-text {
        padding: 35vw 10vw 0rem 10vw;
        transform: scale(1);
        width: 100%;
        color: #13365E;
    }   
}

@media only screen and (max-width: 550px){   

.other table {
    display: none;
}

.small-screen-block {
    padding: 20px;
    text-align: center;
}

.other-text {
    margin: 1rem;
}

}

@media only screen and (min-width: 550px){   

.small-screen {
    display: none;
}

}

.testimonials {
    text-align: center;
    background-image: linear-gradient(to top, #e4e7eb, #ffffff);
}

.testimonials h4 {
    padding: 0 0 1rem;
}

.testimonial {
  background-color: #fff; 
  border-radius: 2rem; 
  padding: 2rem 4rem;
  color: #0d0d0d;
  box-shadow: 0px 0px 20px -15px #0d0d0d;
}

.carousel-inner {
  display: flex;
  overflow: hidden;
}

.carousel-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 !important;
  transition: transform 0.6s ease;
}

.logos_container {
  margin-bottom: 3rem;
}

.logos_container .logos {
  margin: auto;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
}

.logos_container .logos::before, .logos_container .logos::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logos_container .logos::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.logos_container .logos::before {
  left: 0;
  top: 0;
}

.logos_container .logos_slide {
  animation: scroll 60s linear infinite;
  display: flex;
  width: 4000px;
}

.logos_container .logos_slide .logo {
  width: 150px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2000px);
  }
}
