/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Atreves
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header
3. Banner  /.banner-con
4. Explore  /.explore-con
5. About  /.about-con
6. Service  /.service-con
7. Join  /.join-con
8. Place  /.place-con
9. Testimonial  /.testimonial-con
10. Partner  /.partner-con
11. Footer  /.footer-con

*/
/*------------------------------------------------------------------
# [Color Codes]

#    --e-global-color-primary: #ffffff;
#    --e-global-color-secondary: #0f0200;
#    --e-global-color-accent: #f26d52;
#    --e-global-color-text: #4c4c4c;
# 	 --e-global-color-white: #ffffff;
#    --e-global-color-black: #000000;
#    --e-global-color-very-red: #201615;
#    --e-global-color-very-dark-red: #271b19;
#    --e-global-color-light-grayish-red: #a29a99;
#    --e-global-color-light-grayish-orange: #fcfaf5;
#    --e-global-color-light-grayish-yellow: #f5f4f1;
#    --e-global-color-light-yellow: #ffc045;
#    --e-global-color-star-yellow: #ffea00;
#    --e-global-color-pure-red: #ff0000;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "DM Sans", sans-serif;
Heading: "Playfair Display", serif;
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
    font-family: "DM Sans", sans-serif;
    /* font-family: "Playfair Display", serif; */
}

:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #0f0200;
    --e-global-color-accent: #f26d52;
    --e-global-color-text: #4c4c4c;
	--e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-very-red: #201615;
    --e-global-color-very-dark-red: #271b19;
    --e-global-color-light-grayish-red: #a29a99;
    --e-global-color-light-grayish-orange: #fcfaf5;
    --e-global-color-light-grayish-yellow: #f5f4f1;
    --e-global-color-light-yellow: #ffc045;
    --e-global-color-star-yellow: #ffea00;
    --e-global-color-pure-red: #ff0000;
}
h1{
    font-size: 76px;
    line-height: 82px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
h2{
    font-size: 29px;
    line-height: 58px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    font-family: "Playfair Display", serif;
}
h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    /*font-family: "Playfair Display", serif;*/
}
h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    /* font-family: "Playfair Display", serif; */
}
h5{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color:#2c4265;
}
p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.service_detail> .container{
         padding-right:0px !important;
     padding-left:0px !important;
}
.service_detail> .row{
        margin-right: -15px !important; 
     margin-left: -15px !important; 
}
.text-size-18{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.personal{
    font-size:16px !important;
}
.text-size-16{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-14{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.all_button{
    font-size: 18px;
    line-height: 37px;
    font-weight: 700;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 6px;
    border-radius: 10px;
    display: inline-block;
    color: var(--e-global-color-white);
    background: #2c4265;
    font-family: "Urbanist", sans-serif;
    transition: all 0.8s ease-in-out;
}
.all_button:hover{
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}
.all_button i {
    font-size: 12px;
    margin-left: 20px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-white);
}
.all_button:hover i{
    transform: translateX(4px);
}
html{
    scroll-behavior: smooth;
}

/* Home Page



/* Banner */

.banner-con {
    padding: 210px 0 330px;
}
.banner-con:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner-backgroundimage.png);
}
.banner-con .banner_content {
    margin: 0 23px;
}
.banner-con .banner_content h3{
    width: 350px;
    padding: 0 54px;
    margin: 0 auto 14px;
    letter-spacing: 2.0px;
    word-spacing: 2.0px;
    position: relative;
}
.banner-con .banner_content h3::before,
.banner-con .banner_content h3::after {
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 42px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}
.banner-con .banner_content h3::before {
    left: 0;
}
.banner-con .banner_content h3::after {
    right: 0;
}
.banner-con .banner_content h1{
    margin-bottom: 54px;
}
.banner-con .banner_content .banner-box {
    width: 874px;
    height: 113px;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: left;
    background-color: var(--e-global-color-light-grayish-yellow);
}
.banner-con .banner-box .form-group{
    margin-right: 12px;
}
.banner-con .banner-box .upper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.banner-con .banner-box .form-group i{
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border-radius: 100%;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
}
.banner-con .banner-box label{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
}
.banner-con .banner-box input {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 6px 20px;
    width: 226px;
    height: 37px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: visible;
    outline: none;
}
.banner-con .banner-box input:focus {
    border: 1px solid var(--e-global-color-accent);
}
.banner-con .banner-box button{
    font-size: 20px;
    width: 41px;
    height: 73px;
    border: none;
    float: right;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    border-radius: 8px;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
}
.banner-con .banner-box button:hover {
    background-color: var(--e-global-color-secondary);
}
.banner-con hr{
    position: absolute;
    bottom: 0;
    right: 105px;
    border: none;
    width: 1px;
    height: 73px;
    background-color: #e3e1da;
}

.banner-con .top-btn {
    display: inline-block;
    left: 0;
    right: 0;
    bottom: -236px;
    margin: 0 auto;
    position: absolute;
}
.banner-con .top-btn figure{
    transition: all 0.3s ease-in-out;
}
.banner-con .top-btn figure:hover {
    transform: translateY(-5px);
}


/* Service */

.service-con {
    padding: 135px 0 100px;
}
.service-con .service_content h6{
    margin-bottom: 10px;
}
.service-con .service_content h2{
    margin-bottom: 45px;
}
.service-con .service_content .text{
    margin-bottom: 52px;
    padding: 0 40px;
    color: var(--e-global-color-text);
}
.service-con .service-box {
    padding: 40px 50px;
    margin-bottom: 30px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover {
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
}
.service-con .service-box .icon {
    min-height: 60px;
    margin-bottom: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover .icon {
    transform: translateY(-5px);
}
.service-con .service-box h4 {
    margin-bottom: 14px;
}
.service-con .service-box p {
    margin-bottom: 24px;
}
.service-con .service-box .learn_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.service-con .service-box .learn_more i {
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-accent);
}
.service-con .service-box .learn_more:hover {
    color: var(--e-global-color-text);
}
.service-con .service-box .learn_more:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-text);
}


/* Sub banner */

.sub_banner .sub_banner_con {
    padding: 142px 0 154px;
    text-align: center;
    background: var(--e-global-color-black);
}
.sub_banner .sub_banner_con::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 55%;
    position: absolute;
    background: url(../images/subbanner-backgroundimage.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sub_banner .sub_banner_con h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.sub_banner .sub_banner_con p {
    margin-bottom: 40px;
}
.sub_banner .sub_banner_con .box {
    padding: 10px 24px 12px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 40%);
    transition: all 0.3s ease-in-out;
}
.sub_banner .sub_banner_con .box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.sub_banner .sub_banner_con .box a span:hover {
    color: var(--e-global-color-accent);
}
.sub_banner .sub_banner_con .box .arrow {
    font-size: 10px;
    margin: 0 10px;
    display: inline-block;
    color: var(--e-global-color-white);
}

/* Contact Page */

/* About Page */

/* About */

.aboutpage-con {
    padding: 7px 0 67px;
}
.aboutpage-con .about_wrapper .about-image {
    position: relative;
    top: 0;
    left: 0;
}
.aboutpage-con .about_wrapper .about-image img{
    border-radius: 15px;
}
.aboutpage-con .about_wrapper .about-locationimage {
    position: absolute;
    bottom: 6px;
    right: 70px;
}
.aboutpage-con .about_content h6{
    margin-bottom: 10px;
}
.aboutpage-con .about_content h2{
    margin-bottom: 20px;
}
.aboutpage-con .about_content .text{
    margin-bottom: 30px;
}
.aboutpage-con .about_content ul{
    margin-bottom: 30px;
    display: inline-block;
}
.aboutpage-con .about_content ul li {
    position: relative;
    margin-bottom: 8px;
}
.aboutpage-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.aboutpage-con .about_content ul li p {
    font-weight: 500;
    padding-left: 32px;
    color: var(--e-global-color-secondary);
}
.aboutpage-con .about_content .all_button {
    padding: 10px 25px;
}

/* Activity */

.activity-con {
    background-color: #2c4265;
}
.activity-con::before {
    content: "";
    width: 49%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    /* background-image: url(../images/activity-rightbackground.jpg); */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.activity-con .activity-bottomimage {
    position: absolute;
    left: 0;
    bottom: 0;
}
.activity-con .activity-bottomimage img{
    opacity: 10%;
}
/* .activity-con .activity_wrapper {
    display: none;
} */
 .support-image{
    margin-top: 100px;
    width: 100%;
    height: auto;
    border-radius: 5px;
 }
.activity-con .activity_content {
    position: relative;
    z-index: 1;
    padding: 130px 70px 135px 0;
}
.activity-con .activity_content h6{
    margin-bottom: 10px;
}
.activity-con .activity_content h2{
    margin-bottom: 20px;
}
.activity-con .activity_content .text{
    margin-bottom: 50px;
}
.activity-con .activity_content li{
    width: 134px;
    height: 139px;
    padding: 21px 13px;
    margin: 0 8px;
    border-radius: 8px;
    display: inline-block;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-secondary);
}
.activity-con .activity_content li:hover{
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 15%);
}
.activity-con .activity_content li .value{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: #2c4265;
}
.activity-con .activity_content li:first-child {
    margin-left: 0;
}
.activity-con .activity_content li:last-child {
    margin-right: 0;
}

/* Explore */

.aboutexplore-con {
    padding: 60px 0 60px;
}
.aboutexplore-con .explore_content h6 {
    margin-bottom: 10px;
}
.aboutexplore-con .explore_content h2 {
    margin-bottom: 30px;
}
.aboutexplore-con .explore-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.aboutexplore-con .explore-box .image{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.aboutexplore-con .explore-box .image::before{
    content: "";
    position: absolute;
    opacity: 50%;
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/explore-fadeimage.png);
    transition: all 0.3s ease-in-out;
}
.aboutexplore-con .explore-box:hover .image::before{
    display: none;
}
.aboutexplore-con .explore-box:hover .image {
    opacity: 1;
    background-color: var(--e-global-color-black);
}
.aboutexplore-con .explore-box .image img{
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}
.aboutexplore-con .explore-box:hover .image img {
    opacity: 70%;
    transform: scale(1.1);
}
.aboutexplore-con .explore-box .rating{
    left: 20px;
    top: 18px;
    padding: 7px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: rgb(0 0 0 / 35%);
}
.aboutexplore-con .explore-box .rating i{
    font-size: 8px;
    margin-right: 4px;
    color: var(--e-global-color-star-yellow);
}
.aboutexplore-con .explore-box .rating span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.aboutexplore-con .explore-box .content {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.aboutexplore-con .explore-box .content .place{
    margin-bottom: 6px;
}
.aboutexplore-con .explore-box .content i{
    font-size: 11px;
    margin-right: 2px;
    color: var(--e-global-color-white);
}
.aboutexplore-con .explore-box .content span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
.aboutexplore-con .owl-carousel .owl-nav{    
    display: block !important;
    margin-top: 54px !important;
    position: relative;
    text-align: center;
}
.aboutexplore-con .owl-carousel .owl-prev,
.aboutexplore-con .owl-carousel .owl-next {
    font-size: 18px !important;
    width: 57px;
    height: 57px;
    line-height: 57px !important;
    border-radius: 100% !important;
    position: relative;
    text-align: center;
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.aboutexplore-con .owl-carousel .owl-prev{
    left: -8px;
}
.aboutexplore-con .owl-carousel .owl-next{
    right: -8px;
}
.aboutexplore-con .owl-carousel .owl-prev:hover,
.aboutexplore-con .owl-carousel .owl-next:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

/* Home 2 */


/* About */

.about2-con {
    background-color: var(--e-global-color-accent);
}
.about2-con::before {
    content: "";
    width: 49%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/about2-leftbackground.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.about2-con .about-bottomimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about2-con .about-bottomimage img{
    opacity: 10%;
}
.about2-con .about_wrapper .about-leftbackground{
    display: none;
}
.about2-con .about_wrapper .about-locationimage{
    position: absolute;
    right: -60px;
    top: 290px;
}
.about2-con .about_content {
    position: relative;
    z-index: 1;
    padding: 135px 0 135px 78px;
}
.about2-con .about_content h6{
    margin-bottom: 10px;
}
.about2-con .about_content h2{
    margin: 0 -15px 20px 0;
}
.about2-con .about_content .text{
    margin-bottom: 30px;
}
.about2-con .about_content ul{
    margin-bottom: 40px;
    display: inline-block;
}
.about2-con .about_content ul li {
    position: relative;
    margin-bottom: 8px;
}
.about2-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
}
.about2-con .about_content ul li p {
    font-weight: 500;
    padding-left: 32px;
    color: var(--e-global-color-white);
}
.about2-con .about_content .all_button {
    padding: 20px 38px;
    background-color: var(--e-global-color-secondary);
    transition: all 0.8s ease-in-out;
}
.about2-con .about_content .all_button i {
    transition: all 0.8s ease-in-out;
}
.about2-con .about_content .all_button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
}
.about2-con .about_content .all_button:hover i {
    color: var(--e-global-color-secondary);
}

/* Making */

.making-con {
    background-color: var(--e-global-color-light-grayish-orange);
}
.making-con:before {
    content: "";
    position: absolute;
    opacity: 12%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/making-backgroundimage.jpg);
}
.making-con .making_content {
    padding: 135px 0 115px;
}
.making-con .making_content h6 {
    margin-bottom: 10px;
}
.making-con .making_content h2 {
    margin-bottom: 40px;
}
.making-con .making-box {
    padding: 40px 30px 35px;
    margin-bottom: 25px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 3%);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.making-con .box1 {
    padding: 40px 25px 35px;
}
.making-con .making-box .icon {
    height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.making-con .making-box:hover .icon {
    transform: translateY(-5px);
}
.making-con .making-box h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
}
.making-con .making-image {
    position: absolute;
    bottom: 0;
    right: -300px;
}
.making-con .making-image:before {
    content: "";
    position: absolute;
    width: 670px;
    height: 670px;
    top: 80px;
    right: 80px;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--e-global-color-white);
}

/* About */

.about3-con {
    padding: 140px 0 200px;
}
.about3-con .about-bottomimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about3-con .about-bottomimage img{
    opacity: 10%;
}
.about3-con .about_wrapper .about-image1{
    position: relative;
    left: 0;
    top: 0;
}
.about3-con .about_wrapper .about-image1::before{
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -62px;
    bottom: -62px;
    border-radius: 100%;
    background-color: var(--e-global-color-accent);
    z-index: -1;
}
.about3-con .about_wrapper .about-image2{
    position: absolute;
    right: -56px;
    bottom: -102px;
}
.about3-con .about_wrapper .about-image2 img{
    border: 8px solid var(--e-global-color-white);
}
.about3-con .about_wrapper .image img{
    border-radius: 20px;
}
.about3-con .about_wrapper .video-icon {
    position: absolute;
    width: 101px;
    height: 101px;
    line-height: 96px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    text-align: center;
    background-color: rgb(0 0 0 / 45%);
    border: 2px solid rgb(255 255 255 / 50%);
}
.about3-con .about_wrapper .video-icon img {
    border-radius: 0 !important;
    border: none !important;
    width: auto !important;
}
.about3-con .about_content {
    z-index: 1;
    position: relative;
    padding: 116px 0 0 48px;
}
.about3-con .about_content h6{
    margin-bottom: 10px;
}
.about3-con .about_content h2{
    margin-bottom: 20px;
}
.about3-con .about_content .text{
    margin-bottom: 30px;
}
.about3-con .about_content .propertise {
    margin-bottom: 35px;
}
.about3-con .about_content ul{
    display: inline-block;
}
.about3-con .about_content .list1{
    padding-right: 22px;
}
.about3-con .about_content ul li {
    position: relative;
    margin-bottom: 8px;
}
.about3-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.about3-con .about_content ul li p {
    font-weight: 500;
    padding-left: 30px;
    color: var(--e-global-color-secondary);
}
.about3-con .about_content .all_button {
    padding: 20px 38px;
}
