section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}
section.attraction .head-sec p{
    padding-left: 0;
    text-align: left;
}
section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.attraction .col-6.right .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .col-6.left {
    display: flex;
    flex-direction: column;
}
section.attraction .col-md-4{
   padding: var(--p8);
    position:relative;
}
section.attraction .col-md-4 a{
    position:relative;
    display: block;
}
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.attraction .row{
    gap: 0px 0;
}
section.attraction .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .col-md-4:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}

section.attraction .atr-cont{
   background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}
section.attraction .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 27px;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    padding-right: 5px;
}

section.attraction .head-sec{
    text-align: left;
    margin-bottom: 40px;
}
section.attraction .para-attr {
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 165px;
    display: none;
}
section.attraction .para-attr p{
    color: var(--white-color);
    font-size: var(--f18);
}
section.attraction .col-md-4:hover .para-attr{
    display: flex;
justify-content: center;
align-items: center;
}
section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
section.attraction .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
section.attraction .arrow:hover{
    background: var(--white-color);
    color: var(--btn-color);
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
section.attraction .col-md-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
section.attraction .col-md-4:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
section.attraction .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}
section.attraction .right.mob{
    display: none;
}
.how-we-value-wrapp h2 {
            padding-bottom: 15px;
            color: var(--black-color);
            font-weight: 600;
            margin-bottom: 0px;
        }

        .how-we-value-wrapp h6 {
            line-height: 1.3;
            color: var(--primary-color);
            letter-spacing: 0.03em;
            font-size: var(--f17);
            font-weight: 600;
            margin-bottom: 0px;
        }


        .how-we-value-wrapp .attr-col {

            padding: var(--p8);

            position: relative;

            /* width: 25%; */

        }


        .how-we-value-wrapp .attr-col a {

            position: relative;

            display: block;
            border-radius: 20px;

        }

        .how-we-value-wrapp .attr-col a::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 20px;
        }


        .how-we-value-wrapp img.img-fluid {
            border-radius: 0px;
            -webkit-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .how-we-value-wrapp .row {
            gap: 20px 0;
        }

        .how-we-value-wrapp .img-card {
            border-radius: 0px;
            overflow: hidden;
            -webkit-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
            position: relative;
            border-radius: 20px;

        }

        .how-we-value-wrapp .img-card:hover img {
            transform: scale(1.14);
            -webkit-transform: scale(1.14);
            -ms-transform: scale(1.14);
            border-radius: 20px;

        }

        .how-we-value-wrapp .atr-cont {
            background: transparent;
            /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
            margin: 0px;
            padding: var(--p20) var(--p20);
            border-radius: 0px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: space-between;
            bottom: 0;
            width: 100%;
            transition: all 0.3s;
            z-index: 1;
        }

        .how-we-value-wrapp .atr-cont h4 {
            font-weight: 600;
            margin-bottom: 0px;
            font-size: var(--f20);
            /* max-height: 34px; */
            overflow: hidden;
            color: var(--white-color);
            text-shadow: 0px 0px 2px #000;
            text-transform: capitalize;
            text-align: left;
        }

        .how-we-value-wrapp .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.4);
        }

        .how-we-value-wrapp .atr-cont .arrow {
            width: 58px;
            height: 58px;
            border-radius: 50%;
            color: var(--white-color);
            flex-shrink: 0;
            -webkit-transition: 0.5s all;
            -ms-transition: 0.5s all;
            transition: 0.5s all;
            background: var(--territiary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            border: 1px solid var(--territiary-color);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .how-we-value-wrapp .arrow:hover {
            background: var(--white-color);
            color: var(--heading-color);
        }

        .how-we-value-wrapp a.main-btn {
            display: none;
            width: 180px;
            text-align: center;
            margin: auto;
            margin-top: var(--m20);
        }

        .how-we-value-wrapp .pro-btn {
            text-align: center;
            margin-top: var(--m30);
        }


        .how-we-value-wrapp .attr-col:hover .atr-cont {

            background: rgba(0, 0, 0, 0.5);
            border-radius: 0 0 20px 20px;
            box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
        }


        .how-we-value-wrapp .attr-col:hover .atr-cont h4 {

            text-shadow: 0px 0px 0px #000;
        }


        .how-we-value-wrapp .attr-col:hover .arrow {

            opacity: 1;
            visibility: visible;
        }

        .how-we-value-wrapp .attraction-btn {
            margin-top: var(--m30);
        }

        .how-we-value-heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .how-we-value-heading h6 {
            line-height: 1.3;
            color: var(--primary-color);
            letter-spacing: 0.03em;
            font-size: var(--f17);
            font-weight: 600;
            margin-bottom: 0px;
        }

        .how-we-value-wrapp {
            padding: var(--p60) 0;
            background: var(--white-color);
        }

        .how-we-value-wrapp .container-fluid {
            padding: 0px;
        }

        .how-we-value-heading h4 {
            margin-bottom: 1px;
            text-transform: uppercase;
            font-weight: 600;
            color: var(--secondary-color);
            font-size: 20px;
        }

        .how-we-value-heading h3 {
            text-transform: uppercase;
            color: var(--secondary-color);
            font-weight: 600;
            font-size: 28px;
        }

        .how-we-value-bottom p {
            text-align: center;
            width: 80%;
            margin: 30px auto 0;
            font-size: 15px;
            color: #000;
        }
.memory-section .row,.row .rev{margin-bottom:6rem}.memory-section .memory-image img{width:110%;display:block;height:650px;object-fit:cover;box-shadow:0 0 4px #060606;max-width:107%;position:absolute}.memory-section .img{width:58.33333333%;position:relative}.memory-section .content{width:41.66666667%;position:relative;display:flex;align-items:center}.memory-section .memory-item{position:relative;box-shadow:0 0 1px #060606;right:0;top:0;background:#fff;min-height:435px;z-index:1;padding:var(--p20);height:auto}.memory-section h2{font-size:var(--f30);margin-bottom:var(--m10)}.memory-section h2 a{font-family:var(--secondary-font);color:var(--secondary-color);}.memory-section .dot{position:absolute;right:-2rem;bottom:-3.6rem;left:auto;text-align:end;width:fit-content}.memory-section .rev .memory-image img{right:0}.memory-section .row:nth-child(even) .dot{left:-2rem}.memory-image{height:650px;position:relative}.memory-section .row.align-items-center{margin:0}ul.pagination .page-link{color:var(--secondary-color)}ul.pagination .active>.page-link,ul.pagination .page-link.active{color:var(--white-color);background-color:var(--secondary-color);border-color:var(--secondary-color)}