@import url("//fonts.googleapis.com/css2?family=Didact+Gothic&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Oxanium:wght@200;300;400;500;600;700;800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* //////////// */
/* 
font-family: "Didact Gothic", sans-serif;

font-family: "Josefin Sans", sans-serif;

font-family: "Oxanium", sans-serif;

font-family: "Rubik", sans-serif; 
*/

/*@import url("//fonts.cdnfonts.com/css/segoe-ui-4");*/

/* font-family: 'segoe print', sans-serif; */

/* ////////// */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

#myBtnToTop {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 40px;
}

#myBtnToTop:hover {
  background-color: #e3e1e1;
}

#whatsappBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 0px;
  border-radius: 40px;
}

.ctmNavBar {
    background: #ffffffe3;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 1px 12px -8px #000;
}

.ctmNavBar a.nav-link.active,
.ctmNavBar a.nav-link:hover {
    color: #f48249 !important;
    background: white;
    box-shadow: 0 0 8px -4px #000;
    border-radius: 10px 15px !important;
}

.ctmNavBar .nav-item {
    margin-left: 10px;
}

a.navbar-brand {
    height: 80px;
}

a.navbar-brand img {
    position: relative;
    bottom: 5px;
    z-index: 10;
    height: 85px;
}

/*.active*/
.carousel-item .carousel-caption {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
}

/* .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006e;
} */
li.nav-item {
    font-family: "Rubik", sans-serif;
}

.carousel-caption h1 {
    font-family: "segoe print", sans-serif;
    background: #e8080f;
    padding: 15px;
    font-size: 2.3rem;
    width: max-content;
    margin: 0 auto;
}

.carousel-caption h5 {
    font-family: "segoe print", sans-serif;
    background: #e8080f;
    padding: 15px;
    font-size: 2.3rem;
    width: max-content;
    margin: 0 auto;
}

.carousel-caption p {
    font-family: "Rubik", sans-serif;
    font-size: 1.7rem;
    margin: 0px 0 0;
    background: #f05100;
    padding: 10px;
}

.quickProductsItem {
    width: 24%;
    height: 200px;
    margin: 0.5%;
    background: linear-gradient(182deg, #e9e9e9, #f0510000),
    url(../img/pt/p13.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 5px solid #aeaeae4f;
    background-attachment: fixed;
    transition: all 0.8s;
    color: #212529;
    text-decoration: none;
}

.quickProductsItem p {
    font-size: 19px;
    font-family: "Oxanium", sans-serif;
    font-weight: 500;
}

.quickProductsItem img {
    width: 110px;
    background: 0 0 2px -2px;
}

.productImage {
    background: #f8f8f8;
    width: 250px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.8s;
}

.productDetails {
    padding: 15px;
    display: inline-flex;
    align-items: flex-start;
    /* height: 220px; */
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
}

.productDetails h4 {
    /* margin: 10px 0; */
    padding: 0;
    width: 100%;
    font-size: 20px;
    height: 45px;
}

.productDetails p {
    margin: 0;
    padding: 5px 10px;
    background: #ffffff;
    width: 100%;
    border-left: 3px solid #f05406;
    color: black;
    text-align: center;
    transition: 0.8s;
}

.productWraper:hover .productImage img {
    transform: scale(1.3);
}

.productWraper .productImage img {
    transition: 0.8s;
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.doubleHeading {
    width: max-content;
    margin: 0 auto;
    color: #fff0eb;
    font-size: 80px;
    font-weight: 700;
    font-family: "Oxanium", sans-serif;
    position: relative;
    top: 0;
    left: 0;
}

.doubleHeading span {
    color: #262626;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    white-space: nowrap;
    margin: 0 !important;
    line-height: normal;
    display: block;
    font-size: 32px;
}

.doubleHeading span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -21%;
    width: 50px;
    height: 5px;
    background: #262626;
}

.doubleHeading span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -21%;
    width: 50px;
    height: 5px;
    background: #262626;
}

.productWraper {
    background: #f3f3f3;
    width: 96%;
    margin: 0 2%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    box-shadow: 2px 3px 10px -6px;
    border-radius: 5px;
    overflow: hidden;
}

.productsList {
    padding: 15px;
}

.productWraper:hover .productDetails p {
    width: 120%;
    border-left: 10px solid #f05406;
    transition: 0.8s;
}

.InnerWhyChs {
    width: 68%;
    margin: 40px 0 0;
}

.InnerWhyChs h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.InnerWhyChs p {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: gray;
}

.whyRight {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.whyleft {
    display: flex;
    flex-direction: column;
}

.hbs_imageBox img {
    width: 100%;
}

.hbs_imageBox {
    width: 100%;
    overflow: hidden;
}

section.homeBottomService {
    background: url(../img/pt/p6.png);
    padding: 60px 0;
    background-attachment: fixed;
}

section.OurLeadingBrands {
    padding: 30px 0 40px;
}

.ourBrands:hover .ourBrandsImg {
    background: white;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: max-content;
    box-shadow: 0 0 9px -2px #a4a4a4;
    margin: 5px;
    border-radius: 5px;
    transition: 0.8s;
}

.ourBrandsImg {
    /* background: white; */
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: max-content;
    /* box-shadow: 0 0 9px -2px; */
    margin: 5px;
    border-radius: 5px;
    transition: 0.8s;
}

/* Home page gallery section */
section.OurGallery {
    padding: 30px 0 40px;
}

.ourGalleryBox {
    /* background: white; */
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    /* box-shadow: 0 0 9px -2px; */
    margin: 5px;
    border-radius: 5px;
    transition: 0.8s;
    width: 200px; /* Set width */
    height: 200px; /* Set height */
    object-fit: cover; /* Ensures the image fills the box without distortion */
}

section.OurTestimonials {
    padding: 60px 0 80px;
}

.ourTestimonials:hover .ourTestimonialsBox {
    background: white;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 9px -2px #a4a4a4;
    margin: 5px;
    border-radius: 5px;
    transition: 0.8s;
}

.ourTestimonialsBox {
    /* background: white; */
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    /* box-shadow: 0 0 9px -2px; */
    margin: 5px;
    border-radius: 5px;
    transition: 0.8s;
}

/* /////////////////// */
.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414 url(../img/pt/p3.png);
    position: relative;
    background-attachment: fixed;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #f05406;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    font-family: "Oxanium", sans-serif;
}

.cta-text span a {
    color: #c5c5c5;
    font-size: 15px;
    text-decoration: none;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p,
.timings p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #c5c5c5;
    line-height: 28px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    width: 100%;
}

p.FootlogoContent {
    width: 80%;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Oxanium", sans-serif;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.linkedin-bg {
    background: #0a66c2;
}

.instagram-bg {
    background: radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-family: "Oxanium", sans-serif;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f05406;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #f05406;
}

.footer-widget ul li a {
    color: #c5c5c5;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #f05406;
    padding: 13px 20px;
    border: 1px solid #f05406;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #f05406;
}

.footer-menu li a {
    font-size: 14px;
    color: #c5c5c5;
    text-decoration: none;
}

.quickProductsItem:hover {
    background-attachment: unset;
    background: transparent url(../img/pt/p13.png);
}

/* //////////// */

section.HighlightBanner {
    /* background: aqua; */
    width: 100%;
    /* height: 350px; */
    position: relative;
}

.HighlightBanner1 {
    background: url(../img/Beautiful\ Compound\ Lighting.jpg);
}

.HighlightBanner2 {
    background: url(../img/Handrail\ LED\ 02.jpg);
}

.HighlightBanner3 {
    background: url(../img/Badminton\ Court\ Lighting\ replacement.JPG);
}

section.HighlightBanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #00000091;
    width: 100%;
    height: 100%;
}

.HighlightBanner1,
.HighlightBanner2,
.HighlightBanner3 {
    height: 450px;
    background-size: cover;
}

section.latestCollection {
    background: #f3f3f3;
}

section.latestCollection .doubleHeading {
    color: #f0540617;
}

.highlightForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: white; */
    /* padding: 5px; */
    z-index: 9;
    width: 40%;
}

.highlightForm .subscribe-form {
    border-radius: 50px;
    overflow: hidden;
}

.highligtPopText {
    color: white;
    text-align: center;
    margin-bottom: 25px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}

.highlightForm .subscribe-form input[type="text"]::placeholder {
    color: white;
}

.highlightForm .subscribe-form input[type="text"] {
    border-left: 5px solid #f05100;
    border-radius: 50px;
}

.InnerWhyImg {
    /* background: url(../img/QUALITY.png); */
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

section.whyChooseUs {
    padding: 50px 0 0;
}

.careerOpp {
    font-size: 32px;
    text-shadow: 0 8px 20px #7a7a7a7d;
    font-weight: 500;
    text-align: justify;
}

.carrerWrapper {
    background: #eeeeee;
}

.carrerWrapper .container {
    height: 80vh;
}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
    .carousel-caption h5 {
        font-size: 2.2rem;
        padding: 8px;
    }

    .carousel-caption p {
        font-size: 1.5rem;
        padding: 7px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .carousel-caption h5 {
        font-size: 2.1rem;
        padding: 8px;
    }

    .carousel-caption p {
        font-size: 1.3rem;
        padding: 7px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .carousel-caption h5 {
        font-size: 1.6rem;
        padding: 8px;
    }

    .carousel-caption p {
        font-size: 1.1rem;
        padding: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#navbarSupportedContent {
        position: relative;
        z-index: 9999999;
        padding-top: 28px;
    }

    div#navbarSupportedContent a.nav-link {
        padding: 10px;
    }

    .quickProductsItem {
        flex-direction: column;
        height: auto;
    }

    .quickProductsItem img {
        height: 80px;
        width: auto;
    }

    .highlightForm {
        width: 80%;
    }

    .carousel-caption h5 {
        font-size: 1.3rem;
        padding: 8px;
    }

    .carousel-caption p {
        font-size: 0.9rem;
        padding: 7px;
    }

    .InnerWhyChs {
        width: auto;
        margin: 10px 0 0 0;
    }

    .InnerWhyChs h3 {
        font-size: 24px;
    }

    .InnerWhyChs p {
        font-size: 16px;
    }

    section.whyChooseUs .col-lg-5.col-md-4 {
        padding: 0;
    }

    .single-cta {
        display: flex;
    }

    .footer-widget-heading h3 {
        padding-top: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    div#navbarSupportedContent {
        padding-top: 46px;
    }

    div#navbarSupportedContent a.nav-link {
        padding: 10px;
    }

    .quickProductsItem {
        width: 49%;
        flex-direction: column;
        height: 150px;
        margin: 1%;
        padding: 10px;
    }

    section.quickProducts .quickProductsItem:nth-child(even) {
        margin-right: 0 !important;
    }

    section.quickProducts .quickProductsItem:nth-child(odd) {
        margin-left: 0 !important;
    }

    .quickProductsItem p {
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        text-align: center;
    }

    .quickProductsItem img {
        width: auto;
        height: 80px;
    }

    .HighlightBanner1,
    .HighlightBanner2,
    .HighlightBanner3 {
        height: 200px;
    }

    .highlightForm {
        width: 90%;
    }

    .doubleHeading {
        font-size: 52px;
        width: 100%;
        overflow: hidden;
    }

    .productsList {
        padding: 15px 0;
    }

    .doubleHeading span {
        font-size: 25px;
    }

    .doubleHeading span::before {
        left: -26%;
    }

    .doubleHeading span::after {
        right: -26%;
    }

    .InnerWhyChs h3 {
        font-size: 22px;
    }

    .InnerWhyChs p {
        font-size: 16px;
    }

    .InnerWhyChs {
        width: 100%;
        margin: 15px 0 0;
    }

    .InnerWhyImg {
        height: 250px;
        background-position: center center;
        background-size: contain;
        background-attachment: unset;
    }

    .whyRight {
        text-align: left;
    }

    section.homeBottomService {
        padding: 30px 0;
    }

    section.homeBottomService .hbs_imageBox {
        margin-bottom: 15px;
    }

    section.OurLeadingBrands {
        padding: 30px 0 40px;
    }

    .single-cta {
        display: flex;
        margin-bottom: 20px;
    }

    .single-cta i {
        min-width: 30px;
    }

    p.FootlogoContent {
        width: 100%;
    }

    .footer-social-icon {
        margin-bottom: 30px;
    }

    .timings {
        margin: 30px 0;
    }

    .footer-widget-heading h3 {
        margin-bottom: 25px;
    }

    .copyright-text {
        width: 100%;
    }

    .footer-section .copyright-area ul {
        text-align: center !important;
        background: gray;
        margin-top: 15px;
    }

    .footer-menu li {
        margin: 5px;
    }

    .ourBrandsImg {
        margin: 0 auto;
    }

    .ourBrandsImg {
        margin: 0 auto;
        padding: 0px;
    }

    .ourBrands:hover .ourBrandsImg {
        padding: 0;
        margin: 5px 0;
    }

    .ourBrands .ourBrandsImg img {
        width: 80%;
        padding: 5px !important;
    }
}

.page-link {
    color: #f05406;
}

.page-item.active .page-link {
    background-color: #f05406;
    border-color: #cf4500;
}

/*CONTACT US*/
.breadcrumbs .page-header .page-name {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    background-color: rgba(240, 84, 6, 0.75);
    color: #e7e7e7;
    padding: 10px 14px;
    border-radius: 4px;
    bottom: 18px;
}

.breadcrumbs .page-header h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(0 0 0 / 25%);
    padding: 10px 14px;
    border-radius: 4px;
}

.breadcrumbs .page-header {
    padding: 210px 0 150px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    /* z-index: 1; */
}

.php-email-form input {
    height: 44px;
}

.php-email-form input, .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.php-email-form button[type=submit]:hover {
    background: #f05406;
}

.php-email-form button[type=submit] {
    background: #f05406;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    margin-bottom: 20px;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

/*CONTACT US*/

/*

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: url(../img/contact-back.jpg);
}


.page-title-area .page-title-content {
    height: 370px;
    display: flex;
    align-items: center;
    position: relative;
}

.page-title-area .page-title-content .title {
    font-size: 48px;
    color: #fff;
    background: #f05406;
    padding: 7px 32px;
    text-shadow: 1px 1px 33px rgba(0, 0, 0, 0.23);
}

.contact {
background-image: url(../img/contact-us.jpg);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}*/


/*CAREERS*/
h3.page-name {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    background-color: rgba(240, 84, 6, 0.9);
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    bottom: 18px;
}

/*CAREERS*/


/*SWS-CSS-NAVBAR*/

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

#navbarSupportedContent .nav-item.dropdown .nav-link {
    display: inline-block;
}

#navbarSupportedContent .nav-item.dropend {
    position: relative;
}

#navbarSupportedContent .nav-item.dropend .nav-link {
    color: #212529;
}

#navbarSupportedContent .nav-item.dropend .multilevel-menu-span {
    position: absolute;
    right: 10px;
    top: 8px;
}

.multilevel-menu-span {
    color: #f05100;
}
/*css*/
.photo-gallery.blog .intro h2, .photo-gallery.blogdetail h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
.photo-gallery.blog .productImage {
    width: 100%;
    height: 193px;
}
.photo-gallery.blog .productImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-gallery.blog .productsList {
    padding: 0 0 30px;
}
.photo-gallery.blog .productDetails h4 {
    height: auto;
    min-height: 30px;
}
.photo-gallery.blog .productDetails .description_box {
    font-size: 15px;
}
.photo-gallery.blog .productDetails a.blog-link {
    color: #f05406;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.photo-gallery.blog .productsList a:hover {
    color: initial !important;
}
.photo-gallery.blogdetail img.detail-img {
    width: 100%;
    margin-bottom: 25px;
}
.photo-gallery.blogdetail {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    #navbarSupportedContent .dropdown-menu {
        /*display:none;*/
    }

    #navbarSupportedContent .nav-item.dropdown .nav-link {
        width: 80%;
        margin-right: 30px;
    }

    #navbarSupportedContent .nav-item.dropdown .nav-link .multilevel-menu-span {
        width: 20%;
    }
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0;
    }

    .dropend .dropdown-menu {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #navbarSupportedContent .nav-item.dropend .multilevel-menu-span {
        transform: rotate(90deg);
    }
}

