    @media screen and (min-width:250px) and (max-width:1190px) {
        section.home {
            width: 100%;
            height: auto;
            min-height: 100vh;
        }
        section.home .home-bg {
            position: relative;
            width: 100% !important;
            height: 100vh !important;
            background-image: url('../img/Logistics-Sri-Lanka-News.jpg');
            background-repeat: no-repeat;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
        }
        section.home .filter-wgt {
            position: absolute;
            width: 100%;
            height: 400px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            backdrop-filter: blur(4px);
            background-color: rgba(41, 40, 40, 0.39);
            text-align: center;
            border-radius: 50px;
        }
        @font-face {
            font-family: Audiowide;
            src: url(../fonts/Audiowide-Regular.ttf);
        }
        @font-face {
            font-family: Anton;
            src: url(../fonts/Anton-Regular.ttf);
        }
        section.home .filter-wgt h1 {
            color: white;
            font-size: 40px;
            padding: 50px;
            font-family: 'RubikBeastly';
        }
        section.home .filter-wgt h2 {
            padding: 1px;
            font-size: 17px;
            font-weight: 900;
            color: rgb(255, 255, 255);
        }
        section.home .filter-wgt h2::after {
            position: absolute;
            content: '';
            margin: auto;
            margin-top: 40px;
            margin-left: -50%;
            width: 75px;
            height: 3px;
            color: white;
            background-color: white;
        }
        section.home .filter-wgt p {
            font-size: 14px;
            color: white;
            padding: 40px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: 400;
        }
        section.home .hakkimizda {
            width: 99%;
            margin: auto;
            min-height: 400px;
            height: auto;
        }
        section.home .hakkimizda h1:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 4px;
            color: black;
            background-color: black;
        }
        section.home .hakkimizda h1 {
            text-align: center;
            padding: 50px;
            font-family: Anton;
            font-size: 50px;
            letter-spacing: 3px;
        }
        section.home .hakkimizda .write {
            width: 70%;
            height: auto;
            margin: auto;
        }
        section.home .hakkimizda img {
            margin-left: auto;
            margin-right: auto;
            margin-top: -40px;
            padding-bottom: 20px;
        }
        section.home .hakkimizda p {
            font-size: 17px;
            font-weight: 700;
            color: black;
            text-align: justify;
        }
        .img-cards {
            height: 600px;
            margin: auto;
            margin-top: 50px;
            align-items: center;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
        .credit {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: #000;
        }
        .options {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            overflow: hidden;
            min-width: 600px;
            max-width: 900px;
            width: calc(100% - 100px);
            transform: rotate(90deg);
            height: 320px;
        }
        .option {
            position: relative;
            overflow: hidden;
            min-width: 60px;
            margin: 10px;
            background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
            background-size: auto 120%;
            background-position: center;
            cursor: pointer;
            transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
        }
        .option:nth-child(1) {
            --defaultBackground: #ed5565;
        }
        .option:nth-child(2) {
            --defaultBackground: #fc6e51;
        }
        .option:nth-child(3) {
            --defaultBackground: #ffce54;
        }
        .option:nth-child(4) {
            --defaultBackground: #2ecc71;
        }
        .option:nth-child(5) {
            --defaultBackground: #5d9cec;
        }
        .option.active {
            flex-grow: 10000;
            transform: scale(1);
            max-width: 600px;
            margin: 20px;
            border-radius: 40px;
            background-size: auto 100%;
            transform: rotate(-90deg);
        }
        .option.active .shadow {
            box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
        }
        .option.active .label {
            bottom: 20px;
            left: 20px;
        }
        .option.active .info>div {
            left: -20px;
            opacity: 1;
        }
        .option:not(.active) {
            flex-grow: 1;
            border-radius: 30px;
        }
        .option:not(.active) .shadow {
            bottom: -40px;
            box-shadow: inset 0 -120px 0 -120px black, inset 0 -120px 0 -100px black;
        }
        .option:not(.active) .label {
            bottom: 10px;
            left: 10px;
        }
        .option:not(.active) .info>div {
            left: 50px;
            opacity: 0;
        }
        .shadow {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            height: 120px;
            transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
        }
        .label {
            display: flex;
            position: absolute;
            right: 0px;
            height: 40px;
            transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
        }
        .icon {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            min-width: 40px;
            max-width: 40px;
            height: 40px;
            border-radius: 100%;
            background-color: white;
            color: var(--defaultBackground);
        }
        .info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: 10px;
            color: white;
            white-space: pre;
        }
        .info>div {
            position: relative;
            transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
        }
        .main {
            font-weight: bold;
            font-size: 1.2rem;
        }
        .sub {
            transition-delay: 0.1s;
        }
        section.our-services {
            width: 99.8%;
            min-height: 400px;
            height: auto;
        }
        section.our-services hr {
            width: 80%;
            margin: auto;
            height: 4px;
            border: 2px solid grey;
            margin-top: 42px;
            background-color: grey;
        }
        section.our-services h1 {
            font-size: 40px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            background-color: white;
            padding-left: 20px;
            padding-right: 20px;
            font-family: Anton;
            margin-top: 15px;
        }
        section.our-services p {
            width: 80%;
            font-family: "Open Sans", sans-serif;
            font-size: 21px;
            margin-left: auto;
            margin-right: auto;
            line-height: 31px;
            font-weight: 400;
            color: #191919;
            text-align: justify;
            margin-top: 50px;
        }
        section.our-services .header-image,
        section.about .header-image {
            max-width: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            background-size: 100%;
            min-height: 200px;
            opacity: 0.8;
        }
        section.our-services .write-full {
            width: 80%;
            min-height: auto;
            height: auto;
            margin: auto;
        }
        section.our-services .write-full .images {
            width: 78%;
            height: 450px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }
        section.our-services .write-full .images img {
            width: 100%;
            height: 100%;
        }
    }