* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    overflow: visible;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.Montez {
    font-family: "Montez", cursive;
}

.blue-clr {
    color: #113D48;
}

/* header section started */
header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
    overflow: visible;
}

.hdr-part-1 a {
    color: white;
    font-size: 14px;
}

.hdr-part-1-info p {
    color: white;
    font-size: 14px;
}

.hdr-support p {
    color: white;
    font-size: 14px;
}

.nav ul li a {
    color: black;
    font-weight: 400;
    font-size: 17px;
}

.nav ul li a:hover {
    color: #ff0000;
}

.hdr-btn button a {
    color: #ffffff;
    font-size: 17px;
}

.hdr-btn button {
    background: transparent;
    background-color: rgb(0, 0, 0);
    border: none;
    font-size: 20px;
    padding: 15px 35px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

.hdr-btn button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #ff0000;
    border-radius: 30px;
    z-index: 1;
    transition: width 0.5s ease-in-out;
    opacity: 1;
    /* Always rendered */
}

.hdr-btn button:hover::after {
    width: 100%;
}

.hdr-btn button:hover a {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 6;
    display: inline;

}

.hdr-3 {
    display: none;
}

/* header section ended */

/* herosection css start */
.herobanner {
    background: url("img/Frame-1-scaled.webp");
    background-size: cover;
    height: 750px;
    z-index: 1;
}

.banner-opacity {
    background-color: rgba(28, 31, 34, 0.588);
    color: white;
    height: 100%;
}

.banner-parent {
    position: relative;
    top: 150px;
}

.banner-content h2 {
    font-family: "Montez", cursive;
    font-weight: 400;
    font-size: 50px;
}

.banner-content h1 {
    font-family: sans-serif;
    font-size: 80px;
    font-weight: 600;

}

.banner-btn1 {
    font-size: 20px;
    padding: 15px 35px;
    position: relative;
    border: none;
    background-color: #E40505;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

.btn a {
    text-decoration: none;
    color: white;

}

.banner-btn1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #113D48;
    border-radius: 30px;
    z-index: 1;
    transition: width 0.5s ease-in-out;
    opacity: 1;
    /* Always rendered */
}

.banner-btn1:hover::after {
    width: 100%;
}

.banner-btn1:hover a {
    position: relative;
    z-index: 6;
    display: inline;

}

.banner-btn2 {
    background: transparent;
    border: 1px solid white;
    font-size: 20px;
    padding: 15px 35px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

.banner-btn2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #ffffff;
    border-radius: 30px;
    z-index: 1;
    transition: width 0.5s ease-in-out;
    opacity: 1;
    /* Always rendered */
}

.banner-btn2:hover::after {
    width: 100%;
}

.banner-btn2:hover a {
    color: black;
    position: relative;
    z-index: 6;
    display: inline;

}


.banner-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.arrow-1 {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.211);
    backdrop-filter: blur(3px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 5px;

}

.arrow-1 h1 {
    font-size: 35px;
}

.line {
    height: 25px;
    width: 3px;
    background-color: white;
}

.line2 {
    height: 25px;
    width: 3px;
    background-color: rgb(255, 0, 0);
}

/* herosection css end */

/* cta section started */
.cta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: 3px 5px 10px rgb(240, 240, 240);
    background-color: white;
    position: relative;
    top: -120px;
    z-index: 1;
}

#Part1 {
    width: 75%;
    padding: 30px;
}

#data1 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

span {
    color: red;
    font-size: 20px;
}


#data1 .space input {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    padding: 10px;
    background-color: rgb(244, 244, 244);
    border: 1px solid rgb(188, 187, 187);
}

#data1 .space select {
    width: 100%;
    height: 40px;
    font-size: 18px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    background-color: rgb(244, 244, 244);
    border: 1px solid rgb(188, 187, 187);
    color: gray;

}

#data1 button {
    width: 100%;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    margin-top: 28px;
}

#data1 button:hover {
    background: #E40505;
}

#data1 button a {
    text-decoration: none;
    color: white;
}

#Part2 {
    width: 25%;
    padding: 30px;
    background: rgb(255, 0, 0);
    border-radius: 0px 20px 20px 0px;
    text-align: center;
}

#Part2 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: white;
}

#Part2 h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: white;
}

#Part2 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white;
}

#Part2 button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

#Part2 button:hover {
    background-color: black;
}

#Part2 button a {
    text-decoration: none;
    color: black;
}

#Part2 button:hover a {
    color: white;
}

#Part2 button:hover i {
    color: white;
}


/* cta section ended */

/* tours section started */
.tour h3 a {
    font-size: 24px;
    margin-top: 8px;
    color: #113D48;
}

.tour h3 a:hover {
    color: #E40505;
}

.tour-1 {
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.tour-1-img {
    background-image: url("img/shivhimwinter.webp.bv_resized_desktop.webp.bv.webp");
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 1s;
}

.tour:hover .tour-1-img {
    transform: scale(1.5);
}

.tour-2-img {
    background-image: url("img/shivhimspritual.webp.bv_resized_desktop.webp.bv.webp");
    width: 100%;
    height: 250px;
    background-size: cover;
    overflow: hidden;
    transition: 1s;
}

.tour:hover .tour-2-img {
    transform: scale(1.5);
}

.tour-3-img {
    background-image: url("img/shivhim-himachal.webp.bv_resized_desktop.webp.bv.webp");
    width: 100%;
    height: 250px;
    background-size: cover;
    overflow: hidden;
    transition: 1s;
}

.tour:hover .tour-3-img {
    transform: scale(1.5);
}

.tour-4-img {
    background-image: url("img/shivhimuttrakhand.webp.bv_resized_desktop.webp.bv.webp");
    width: 100%;
    height: 250px;
    background-size: cover;
    overflow: hidden;
    transition: 1s;
}

.tour:hover .tour-4-img {
    transform: scale(1.5);
}

.tour-5-img {
    background-image: url("img/shivhimkasmir.webp.bv_resized_desktop.webp.bv.webp");
    width: 100%;
    height: 250px;
    background-size: cover;
    overflow: hidden;
    transition: 1s;
}

.tour:hover .tour-5-img {
    transform: scale(1.5);
}

/* tours section ended */

/* destinations section started */
.destinations {
    position: relative;
}

.destination1 {
    background-image: url("img/Manali-3.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 500px;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    filter: blur(5px);
}

.destination2 {
    background-image: url("img/Dharamshala-2.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 500px;
    z-index: 8;
    position: absolute;
    left: 200px;
    top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    filter: blur(3px);
}

.destination3 {
    background-image: url("img/Spiti-Valley-2.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 400px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: end;

}

.destination4 {
    background-image: url("img/srinagar-2.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 500px;
    z-index: 6;
    position: absolute;
    right: 200px;
    top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    filter: blur(3px);
}

.destination5 {
    background-image: url("img/kasol-1.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 500px;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    filter: blur(5px);
}

/* destinations section ended */

/* lets go section start */
.together-info1-logo {
    transition: 1s;
    background-color: #E40505;
}

.together-info1-logo:hover {
    transform: rotatey(180deg);
    background-color: #113D48;
}

.together-info1-detail p {
    font-size: 17px;
}

.together-btn {
    border: 1px solid black;
}

.together-btn a {
    color: black;
}

.together-btn:hover {
    border: 1px solid #E40505;
    background-color: #E40505;
}

.together-btn:hover a {
    color: #ffffff;
}

/* lets go section ended */

/* recommanded-places section css started */
.best-recommended-places {
    background-color: #A9D9F5;
    color: #113D48;
}

.recommanded-places>p {
    width: 56%;
}

.card1 {
    overflow: hidden;
}

.card1-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.recommanded-place-img1 {
    height: 100%;
    background-image: url("img/kashmir.svg");
    background-position: bottom;
    overflow: hidden;
    transition: 1s;
}

.card1:hover .recommanded-place-img1 {
    transform: scale(1.3);
    overflow: hidden;
}

.recommanded-place-img2 {
    height: 100%;
    background-image: url("img/Mask-group.svg");
    background-position: bottom;
    overflow: hidden;
    transition: 1s;
}

.card1:hover .recommanded-place-img2 {
    transform: scale(1.3);
    overflow: hidden;
}

.recommanded-place-img3 {
    height: 100%;
    background-image: url("img/Frame-62.webp.bv_resized_desktop.webp.bv.webp");
    background-position: bottom;
    overflow: hidden;
    transition: 1s;
}

.card1:hover .recommanded-place-img3 {
    transform: scale(1.3);
    overflow: hidden;
}

.recommanded-place-img4 {
    height: 100%;
    background-image: url("img/Essential-Travel-Tips-for-a-Hassle-Free-Trip-to-Shimla.webp.bv_resized_desktop.webp.bv\ \(1\).webp");
    background-position: bottom;
    overflow: hidden;
    transition: 1s;
}

.card1:hover .recommanded-place-img4 {
    transform: scale(1.3);
    overflow: hidden;
}

.recommanded-place-img5 {
    height: 100%;
    background-image: url("img/Khajjiar-2.webp.bv_resized_desktop.webp.bv.webp");
    background-position: bottom;
    overflow: hidden;
    transition: 1s;
    background-size: cover;
}

.card1:hover .recommanded-place-img5 {
    transform: scale(1.3);
    overflow: hidden;
}

.recommanded-place-img6 {
    height: 100%;
    background-image: url("img/Breathtaking-Beauty-of-Kashmir.webp.bv_resized_desktop.webp.bv.webp");
    background-position: bottom;
    overflow: hidden;
    transition: 1s;
}

.card1:hover .recommanded-place-img6 {
    transform: scale(1.3);
    overflow: hidden;
}

.like {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.668);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like:active i {
    color: #E40505;
}


/* recommanded-places section css ended */

/* gallery section started */
.gallery-img-1 {
    overflow: hidden;
    height: 230px;
}

.img-1 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery1.webp");
    background-size: cover;
    transition: 1s;
    background-position: center;
}

.img-1 i {
    display: none;
    transition: 1s;
}

.img-1:hover {
    transform: scale(1.3);
}

.img-1:hover i {
    display: block;
}

.gallery-img-2 {
    overflow: hidden;
    height: 230px;
}

.img-2 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery2.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    transition: 1s;
    background-position: center;
}

.img-2:hover {
    transform: scale(1.3);
}

.img-2 i {
    display: none;
    transition: 1s;
}

.img-2:hover i {
    display: block;
}

.gallery-img-3 {
    overflow: hidden;
    height: 400px;
}

.img-3 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery3.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    transition: 1s;
    background-position: center;
}

.img-3:hover {
    transform: scale(1.3);
}

.img-3 i {
    display: none;
    transition: 1s;
}

.img-3:hover i {
    display: block;
}

.gallery-img-4 {
    overflow: hidden;
    height: 230px;
}

.img-4 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery4.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    transition: 1s;
    background-position: center;
}

.img-4:hover {
    transform: scale(1.3);
}

.img-4 i {
    display: none;
    transition: 1s;
}

.img-4:hover i {
    display: block;
}

.gallery-img-5 {
    overflow: hidden;
    height: 200px;
}

.img-5 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery5.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    transition: 1s;
    background-size: 100% 100%;
}

.img-5:hover {
    transform: scale(1.3);
}

.img-5 i {
    display: none;
    transition: 1s;
}

.img-5:hover i {
    display: block;
}

.gallery-img-6 {
    overflow: hidden;
    height: 230px;
}

.img-6 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery6.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    transition: 1s;
    background-position: center;
}

.img-6:hover {
    transform: scale(1.3);
}

.img-6 i {
    display: none;
    transition: 1s;
}

.img-6:hover i {
    display: block;
}

.gallery-img-7 {
    overflow: hidden;
    height: 230px;
}

.img-7 {
    width: 100%;
    height: 100%;
    background-image: url("img/shivhimgallery7.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    transition: 1s;
    background-position: center;
}

.img-7:hover {
    transform: scale(1.3);
}

.img-7 i {
    display: none;
    transition: 1s;
}

.img-7:hover i {
    display: block;
}

/* gallery section ended */

/* numbersection started */
.number-1 {
    width: 300px;
    height: 300px;
    margin: auto;
}

.outer-circle {
    width: 100%;
    height: 100%;
    border: 2px solid#E33D42;
    border-radius: 50%;
    position: relative;
    transition: transform 1s linear;
}

.inner-circle {
    background-color: #FFD9D9;
    width: 85%;
    height: 85%;
    border-radius: 50%;
}

.dot {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: rgb(187, 58, 58);
    border-radius: 50%;
    top: -8px;
}

.number-1:hover .dot {
    animation: rotate-dot 2s linear infinite;
}

@keyframes rotate-dot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mt-lg-6 {
    margin-top: 150px;
}

.mb-lg-6 {
    margin-bottom: 150px;
}

/* numbersection ended */

/* testimonial section started */
.testimonial-1 {
    background-color: #ebf5fd;
}

.testimonial-1>h2 {
    position: relative;
    bottom: -48px;
    left: 41%;
    text-align: center;
    background-color: white;
    color: #5dc2fd;
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    font-weight: 400;
    font-size: 30px;
}

.testimonial-1>p {
    font-weight: 400;
    font-size: 18px;
}

.testimonial-1-a>h2 {
    background-color: #E40505;
    bottom: -65px;
    left: 43%;
    color: white;
}

/* testimonial section ended */

/* image row section started */
.image-row-1 {
    width: 100%;
}

.image-row-1 img {
    width: 9%;
}

/* image row section ended */

/* Article section started */
.article {
    background-color: #ffe6e6;
}

.article-btn button a {
    color: #113D48;
    font-size: 17px;
}

.article-btn button {
    background: transparent;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #113D48;
    font-size: 20px;
    padding: 15px 35px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

.article-btn button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #ff0000;
    border-radius: 30px;
    z-index: 1;
    transition: width 0.5s ease-in-out;
    opacity: 1;
    /* Always rendered */
}

.article-btn button:hover::after {
    width: 100%;
}

.article-btn button:hover a {
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 6;
    display: inline;

}

.article-img {
    transition: 1s;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.article-img1 {
    background-image: url("img/Top-5-Must-Visit.webp.bv_resized_desktop.webp.bv.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.article-img:hover .article-img1 {
    transform: scale(1.3);
}

.article-img2 {
    background-image: url("img/Essential-Travel-Tips-for-a-Hassle-Free-Trip-to-Shimla.webp.bv_resized_desktop.webp.bv.webp");
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 1s;
}

.article-img:hover .article-img2 {
    transform: scale(1.3);
}

.article-img3 {
    background-image: url("img/Breathtaking-Beauty-of-Kashmir.webp.bv_resized_desktop.webp.bv.webp");
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 1s;
}

.article-img:hover .article-img3 {
    transform: scale(1.3);
}

.article-img4 {
    background-image: url("img/Frame-62.webp.bv_resized_desktop.webp.bv.webp");
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 1s;
}

.article-img:hover .article-img4 {
    transform: scale(1.3);
}

.card-body span {
    font-size: 14px;
}

.card-body span:hover a {
    color: #E40505;
}

.card-body h3 {
    font-size: 24px;
}

.card-body h3:hover a {
    color: #E40505;
}



/* Article section ended */

/* footer section css started */
.ftr-social-media-icon a {
    background-color: rgb(239, 245, 254);
    color: #E40505;
    width: 35px;
    height: 35px;
    font-size: 18px;
}

.ftr-social-media-icon a:hover {
    color: rgb(239, 245, 254);
    background-color: #E40505;
}

.ftr-company-intro>p {
    font-size: 17px;
}

.Quick-Links ul li a {
    font-size: 18px;
    color: rgb(142, 141, 141);
    font-weight: 400;
}

.Quick-Links ul li:hover a {
    color: red;
}

.get-in-touch i {
    font-size: 20px;
    background-color: #e4f3fc;
    color: #5dc2fd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.get-in-touch a {
    font-size: 18px;
    color: rgb(142, 141, 141);
    font-weight: 400
}

.get-in-touch a:hover {
    color: #E40505;
}

.instagram-post iframe {
    height: 200px;
}

.copyright {
    font-size: 17px;
    font-weight: 600;
    background-color: #E40505;
    color: white;
}

/* footer section css ended */

@media screen and (max-width:767px) {
    .hdr-3 {
        display: block !important;
        display: flex !important;
        justify-content: space-between !important;
        padding: 10px 10px !important;
        align-items: center !important;
    }

    .hdr-3 div img {
        width: 50% !important;
    }

    .hdr-part-2 {
        display: none !important;
    }

    .hdr-part-1 {
        display: none !important;
    }

    .cta {
        flex-direction: column;
        top: 0;
    }

    .bnr-btn {
        gap: 15px;
    }

    .banner-btn1 {
        padding: 10px 20px;
        font-size: 18px;
    }

    .banner-btn2 {
        padding: 10px 20px;
        font-size: 18px;
    }

    .btn {
        margin: 0 auto;
    }

    .cta #Part1 {
        width: 100%;
    }

    #data1 button {
        width: 60%;
    }

    .chat-btn {
        text-align: center;
    }

    .cta #Part2 {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .banner-parent {
        top: 80px;
    }

    .banner-arrow {
        display: none;
    }

    .banner-content {
        text-align: center;
    }

    .banner-content h1 {
        font-size: 50px;
    }

    .herobanner {
        height: 500px;
    }

    .recommanded-places p {
        width: 90%;
    }

    .mt-lg-6 {
        margin-top: 0px;
    }

    .mb-lg-6 {
        margin-bottom: 0px;
    }

    .tour-places {
        flex-direction: column;
    }

    .footer-part2 img {
        width: 100%;
    }

    .destinations {
        flex-direction: column;
        gap: 20px;
    }

    .destination1 {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        filter: blur(0);
        height: 300px;
        margin: 0 auto;
    }

    .destination2 {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        filter: blur(0);
        height: 300px;
        margin: 0 auto;
    }

    .destination3 {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        filter: blur(0);
        height: 300px;
        margin: 0 auto;
    }

    .destination4 {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        filter: blur(0);
        height: 300px;
        margin: 0 auto;
    }

    .destination5 {
        position: relative;
        width: 90%;
        left: 0;
        top: 0;
        filter: blur(0);
        height: 300px;
        margin: 0 auto;
    }

    .image-row-1 img {
        width: 12%;
    }

    .image-row-2 {
        display: none;
    }

    .testimonial-parent {
        width: 100%;
    }

    .testimonial-1 {
        width: 100%;
        margin-left: 25px !important;
    }
    .testimonial-1-a>h2 {
        bottom: -55px;
    }
}
