.header-top{
    background: rgb(35,41,60);
    background: linear-gradient(180deg, rgba(35,41,60,1) 0%, rgba(35,41,60,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}
.header-top1{
    background: rgb(35,41,60);
}
.header a{
    color: #FFFFFF !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    position: relative !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.header ul li a:hover{
    color: #D7D2A5 !important;
}
.header ul li a:hover:after{
    content: "";
    display: block;
    color: #D7D2A5 !important;
    border-bottom: 2px solid  #D7D2A5;
    width: 40px;
    height: 5px;
    position: absolute;
    left: 29%;
    padding: 10px 0 0 0;
}
.header .active{
    color: #D7D2A5 !important;
}
.header ul li .active:after{
    content: "";
    display: block;
    border-bottom: 2px solid  #D7D2A5 !important;
    width: 40px;
    height: 5px;
    position: absolute;
    left: 29%;
    padding: 10px 0 0 0;
}

.pic-section .carousel-inner{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    max-height: 700px;
}
.pic-section .carousel-caption{
    top: 34%;
}
.pic-section .carousel-caption h1{
    font-weight: bold;
    font-size: 70px;
    line-height: 85px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section1{
    background: rgb(215,210,165);
    background: linear-gradient(90deg, rgba(215,210,165,1) 0%, rgba(215,210,165,1) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 10%, rgba(215,210,165,1) 10%, rgba(215,210,165,1) 100%);
    padding: 100px 0;
}
.color-over{
    background: url("../image/Vector.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 8% 0
}
.ratio{
    z-index: 1;
}

.img-detail .card-title{
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    margin: 0px;
}
.img-detail .card-title span{
    color: #B30E11;
    font-size: 40px;
    line-height: 49px;
}
.img-detail .card-title:after{
    content: "";
    background: #B30E11;
    display: block;
    width: 100px;
    height: 5px;
    margin: 15px 0;
}
.img-detail .card-text{
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    padding: 25px 0 30px 0;
    margin: 0px 0 10px 0 !important;
}
.img-detail .card-button {

    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 21px 34px;
    background: #B30E11;
    box-shadow: 0px 7px 24px rgba(179, 14, 17, 0.2);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
    box-sizing: border-box;
    text-align: center;
}
.demobtn{
    width: 80%;
    padding: 18px 34px !important;
    display: flex;
    justify-content: center;
}
.demobtn p{
    margin: 0;
    line-height: 30px;
    padding: 0 15px 0 0px;
}
.img-detail .card-button:hover{
    background: #FFFFFF;
    color: #B30E11 !important;
    border: 2px solid #B30E11;
}
.section1 iframe{
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 7px 24px rgba(102, 102, 102, 0.15));
    border-radius: 10px;
}

.scroll-section{
    padding: 20px 0 60px 0;
}
.scroll-section .slider {
    overflow: hidden;
}
.scroll-section .slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 18);
    align-items: center;
    justify-content: center;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 12));
    }
}

.slide-track img{
    margin: 0 40px 0 0;
}


.section2{
    padding: 100px 0;
}
.section2 .img-detail h4{
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    padding: 0 0 35px 0;
}
.map-img iframe{
    filter: drop-shadow(0px 7px 24px rgba(0, 0, 0, 0.15));
    width: 100%;
    border: 5px solid #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 10px;
}
.section2 .img-detail .card-text{
    padding: 20px 0;
}

.section3{
    padding: 50px 0 50px 0;
}
.email-sec{
    display: flex;
}
.email-sec .form-control{
    border: none;
    border-radius: 10px;
    margin-right: 10px;
}
.section3 .img-detail .card-text{
    padding: 20px 0px 10px 0;
}
.last-img img{
    opacity: 0.4;
    width: 100%;
    max-width: 250px;
    margin: 20px 0 20px 0;
}
.footer_contact{
    text-align: end;
}
.info_list{
    display: inline-grid;
    text-align: initial;
}
.info_list a{
    text-decoration: none;
}
.footer_contact .card-text{
    margin: 0px !important;
    padding: 0px !important;
    font-size: 24px;
    line-height: 35px;
}
.social_icon{
    padding: 15px 0 0 0;
}
/* .social_icon a i:nth-child(1){
    padding: 10px 12px 10px 12px !important;
} */
.social_icon a i{
    background: #B30E11 !important;
    color: white;
    border-radius: 10px;
    margin: 0 10px 0 0px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 7px !important;
    border: 2px solid #B30E11;
    transition: all ease 0.5s;
}
.social_icon a i:hover{
    color: #B30E11;
    background-color: white !important;
}

.footer p{
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.f_text{
	display: flex;
	column-gap: 10px;
}
.footer_link{
	color: #666666;
    font-size: 14px;
	border-left: 1px solid #666666;
	text-decoration: none;
	transition: 0.5s;
	padding: 0 0 0 10px;
}
.footer_link:hover{
	color: #B30E11;
}
.last-line{
    color: #666666;
    font-size: 14px;
	margin: 0px;
}

.catogory{
    display: flex;
    padding: 15px 0 5px 0
}
.cat1 ,.cat2{
    display: inline-flex;
    align-items: center;
}
.catogory p{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 0px 20px 0 10px;
}
.gray-square{
    width: 20px;
    height: 20px;
    background: #C4C4C4;
}
.red-square{
    width: 20px;
    height: 20px;
    background: #FF0000;
}

.block-sec{
    padding: 50px 0 50px 0;
}
.d-block h2{
    text-align: center;
    background: #D7D2A5;
    font-weight: bold;
    line-height: 48px;
    margin: 5% 0 5% 0;
    height: 50px;
}
.d-block ul li{
    list-style: none;
    background: #C4C4C4;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    height: 30px;
}
.d-block ul li:hover{
    background: #FF0000;
}
.d-block ul li a{
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    display: block;
}
.d-list ul{
    margin: 0px;
    padding: 0px !important;
}
.booked{
    background: #FF0000 !important;
}
.bk-clr{
    background: #7C8191;
    margin: 5% 0 0 0 !important;
    position: relative;
}
.bk-clr::after{
    content: "";
    position: absolute;
    border-right: 3px dashed white;
    padding: 0% 50% 10% 0%;
    background: 5px border red !important;
    background-position: center;
    top: 0%;
    left: 0%;
    bottom: 0%;
}
.sd-block{
    background: #7C8190 !important;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.sd-block a{
    color: white !important;
}

.section3{
    background-color: #F5F5F5;
}
.img-detail .button_tab_1{
    margin-right:10px;
}
.img-detail .button_tab_1,
.img-detail .button_tab_2{
    background-color:#F5F5F5;
    color:#000;
}
.img-detail .button_tab_1.active,
.img-detail .button_tab_2.active{
    background-color:#D7D2A5;
    color:#fff;
}


.bk_vartical_path::after {
    content: "";
    position: absolute;
    border-top: 3px dashed white;
    background: 5px border red !important;
    background-position: center;
    top: 50%;
    left: 0%;
    right: 0%;
    bottom: 0%;
}
.rountabout{
    position: relative;
}
.bk_vartical_path {
    background: #7C8191;
    margin: 50px 0 50px 0 !important;
    /*position: relative;*/
    height: 70px;
}

.vartical_upper_box {
    background: #7C8191;
    position: absolute;
    left: calc(40% - 23px);
    top: -80px;
    width: 70px;
    height: 70px;
}
.vartical_upper_box::after{
    content: "";
    position: absolute;
    height: 70px;
    top: -15px;
    left: 50%;
    border-left: 3px dashed white;
}

.vartical_circle {
    position: absolute;
    width: 170px;
    height: 170px;
    background-color: white;
    border: 30px solid #7c8191;
    top: -50px;
    z-index: 2;
    border-radius: 50%;
    left: calc(50% - 90px );
}
@media only screen and (min-width: 1440px){
    .vartical_circle {
        width: 200px;
        height: 200px;
        top: -70px;
    }
}

@media only screen and (max-width: 992px){
    .header a{
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .navbar-nav{
        align-items: center;
    }
    .navbar-toggler {
    background-color: white !important;
    border: 1px solid white !important;
    }
    .pic-section .carousel-caption h1 {
        font-weight: bold;
        font-size: 45px;
        line-height: 55px;
        color: #FFFFFF;
    }
    .header .navbar{
        justify-content: space-between;
    }
    .sd-block{
        font-size: 12px;
    }
    .img-detail .card-button {
        padding: 18px 22px;
    }
    .header ul li .active:after {
        content: "";
        left: 18%;
    }
    .header ul li .sell-after:after {
        content: "";
        left: 34% !important;
    }
    .map-img{
        margin: 30px 0 0 0;
    }
}


@media only screen and (max-width: 768px){
    .img-detail .card-text{
        padding: 15px 0;
    }
    .section1 {
        padding: 50px 0;
    }
    .section2 {
        padding: 50px 0;
    }
    .section2 .img-detail h4 {
        padding: 0 0 15px 0;
    }
    .img-detail .card-button {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding: 14px 10px;
    }
    .email-sec{
        display: block;
    }
    .email-sec .card-button{
        width: 100%;
        margin: 15px 0 0px 0;
    }
    .ratio{
        margin: 0 0 20px 0;
    }
}
.demobtn {
    width: 80%;
    padding: 14px 34px !important;
}

@media only screen and (max-width: 575px){
    .block-sec{
        overflow-x: scroll;
    }
    .ex-list{
        width: 575px;
    }
    .last-img img {
        margin: 40px 0 20px 0;
    }
    .footer_contact {
        text-align: start;
        padding: 30px 0 0 0;
    }
	.vartical_upper_box{
		display:none;
	}
}
