/* Fonts */
@font-face {
    font-family: AlrightSans-Regular;
    src: url("fonts/AlrightSans-Regular.otf");
}

@font-face {
    font-family: Minion;
    src: url("fonts/Minion.ttf");
}

@font-face {
    font-family: Minion-Italic;
    src: url("fonts/Minion-Italic.ttf");
}

.ff-AlrightSans {
    font-family: AlrightSans-Regular;
}

.ff-minion {
    font-family: Minion!important;
}

.ff-minion-italic {
    font-family: Minion-Italic!important;
}

.fs-11 {
    font-size: 11px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}
.fs-35 {
    font-size: 35px;
}
.fs-44 {
    font-size: 44px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-60 {
    font-size: 60px;
}
/*
.fs-86 {
    font-size: 86px;
}

.fs-97 {
    font-size: 97px;
}*/

.fs-86 {
    font-size: 66px;
}

.fs-97 {
    font-size: 77px;
}

.lh-30 {
    line-height: 30px;
}

.lh-80 {
    line-height: 80px;
}

.p-6 {
    padding: 0 5rem!important;
}

/* common */
html {
    scroll-behavior: smooth;
}

body {
    font-family: AlrightSans-Regular;
    font-size: 16px;
    color: #000000;
}

* {
  outline: none!important;
}

a {
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
    text-decoration:none;
}

a:hover {
    text-decoration: none;
    color: #a8a484;
}

.txt-col-wht {
    color: #ffffff;
}

.txt-col-blk {
    color: #000000;
}

.txt-col-cy {
    color:#73C3D5;
}

.txt-col-gr {
    color:#A8AA84;
}

.txt-col-red {
    color:#ED1C24;
}

.txt-col-grey {
    color:#B2B2B2;
}

.brand_bg {
    background-color: #404040;
}

.black_bg {
    background-color: #000000;
}

.lime_bg {
    background-color: #A8AA84;
}

.hero-video {
    width: 100%;
}

/* Loading page */
.loading_page {
    height: 100vh;
}

.loading_page .logo {
    width: 70%;
    max-width: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Header */
.header_logo {
    width: 100%;
    max-width: 117px;
}

.bg-light {
    background-color: #ffffff!important;
    border-bottom: 2px solid #cdcccc!important;
    padding: 0;
}

#navbarNavDropdown {
    margin: 60px 0 0 0;
}

.nav-link {
    font-family: AlrightSans-Regular;
    font-size: 15px;
    border-bottom: 5px solid #ffffff!important;
    padding-left: 0!important;
}

#headerNav .nav-link {
    font-family: AlrightSans-Regular;
    font-size: 15px;
    /*border-bottom: 5px solid #ffffff!important;*/
    padding-left: 0!important;
}

#headerNav .active {
    border-bottom: 5px solid #404040!important;
}

a.show:link, a.show:hover, a.show:visited  {
    border-bottom: 5px solid #404040!important;
}

.nav-item {
    padding: 0 20px 0 0;
}

.nav-item:last-child {
    padding: 0 0 0 0;
}

.dropdown-menu {
    border: none!important;
    border-radius: 0!important;
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0;
}

.dropdown-toggle::after {
    display: none !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    color: #ffffff!important;
    background-color: transparent!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #a8a484!important;
    background-color: transparent!important;
}

/* Index */
.header_txt {
    font-family: Minion-Italic;
}

.hdng {
    font-family: Minion;
}

.hdng-it {
    font-family: Minion-Italic;
    padding: 0 530px 0 0;
    margin: -20px 0 0 0;
}

/* Footer */
.footer_logo {
}

.footer_logo img{
    width: 100%;
    max-width: 200px;
}

.arya_corp_logo {
    margin-left: 25px;
}

.arya_corp_logo img {
    width: 100%;
    max-width: 300px;
}

.sc_container {
    width: 70px;
}

.sc_logo {
    margin: 0 0 0 16px;
}

.sc_logo:first-child {
    margin: 0 0 0 0;
}

.sc_logo img {
    width: 100%;
    max-width: 25px;
}

.footer_txt {
}

.footer_txt p {
    line-height: 22px;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #979A6C;
    font-size: 18px;
}

.scrollup img {
    max-width: 36px;
}


/* Slider-1 */
#TownHomes .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: #404040;
    opacity: 1;
}

#TownHomes .carousel-indicators {
    margin-bottom: -2.5rem;
}

#TownHomes .carousel-indicators .active {
    background-color: #a8aa84;
}


/* Slider-2 */
.eDetails_hdng {
    font-family: Minion-Italic;
}

.product-slider { padding: 0px; }

.product-slider #carousel { margin: 0; }

.product-slider #thumbcarousel {
    margin: 20px 0 0;
    /*padding: 0 45px;*/
}

.product-slider #thumbcarousel .carousel-item { text-align: center; }

.product-slider #thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 148px;
}

.product-slider #thumbcarousel .carousel-item .thumb:hover {

}

.product-slider .carousel-item img { width: 100%; height: auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; position: absolute; top: 40%; width: auto; }

.carousel-control.right {
    background-image: none;
    left:0;
}

.carousel-control.left {
    right: 0!important;
}

/* Townhomes */

.img-rendering-Wrapper {
    float: left;
}

.townHouseSec {
}

.border-right {
    border-right:1px solid #000000;
}

.img-selected {
    filter: opacity(50%) !important;
}

.add-border {
    border: 0.025rem solid #fff;
}
.txt-vrt-center {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

/* Townhomes details */

.townHouseDetailsTxt {
    border-top:1px solid #404040;
    border-bottom:1px solid #404040;
    padding: 20px 0;
}

.townHouseDetailsbtn {
    display: inline-block;
    padding: 10px;
    margin: 10px 5px;
}

.townHouseDetailsLnk {
    color:#404040;
    padding:0 20px;
}

/* register */


.register input[type=text], .register input[type=email], .register select{
    border-radius: 0;
    border: 1px solid #404040;
    color:#A8AA84 !important;
}

.reg-checkbox {
    border-radius: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 10px;
    border: 1px solid #A8AA84;
}

.submit_btn {
    padding: 5px 20px!important;
}

.uxbridge_pp {
    margin-top: -275px!important;
}

.uxbridge_pp_hdng {
    margin-top: 275px!important;
}



#carousel .carousel-control {
    bottom: auto;
    font-size: 20px;
    position: absolute;
    top: 40%;
    background-color: rgba(255,255,255,0.5);
    padding: 15px 20px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
}

#carousel .carousel-control.right {
    background-image: none;
    left: 10px;
}

#carousel .carousel-control.left {
    right: 10px!important;
}

.modal-dialog {
    max-width:700px;
}

#mont-modal {
    background-color: rgba(0,0,0,0.4)!important;
}

#mont-modal .btn-close {
    position: absolute;
    top: -30px;
    right: 0px;
    color: white;
    font-weight: 300;
    background: transparent;
    border: 0px;
    width:102px;
}
hr{background-color: black;}
.fw-bo{font-weight: bold;}
.price h3{font-family: 'Minion';font-size: 32px;font-weight: 600;letter-spacing: 2px;}
.price h4{font-family: Minion-Italic;font-size: 32px;letter-spacing: 2px;}
.price h5{font-size:26px ;font-family: 'Minion';}
.price h5 span{font-size:48px ;font-family: 'Minion';}
.border-top-black{border-top: 1px solid black;}
.border-bottom-black{border-bottom: 1px solid black;}
.price .border-right{border-right: 1px solid #000000;}
.scroll-wrapper{position: absolute; left: 0; top: 0; height: calc(100vh - 70px); width: 100%; display: flex; justify-content: center; align-items: flex-end; z-index: 9;}

.arrow{
    position: absolute;
    bottom: 19%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
/* Responsive */

@media (min-width: 2650px) {
    .uxbridge_pp {
        margin-top: -575px!important;
    }

    .uxbridge_pp_hdng {
        margin-top: 575px!important;
    }
}

@media (min-width: 2100px) and (max-width: 2649px) {
    .uxbridge_pp {
        margin-top: -475px!important;
    }

    .uxbridge_pp_hdng {
        margin-top: 475px!important;
    }
}

@media (min-width: 1500px) and (max-width: 2099px) {
    .uxbridge_pp {
        margin-top: -375px!important;
    }

    .uxbridge_pp_hdng {
        margin-top: 375px!important;
    }
}

@media (max-width: 1399px) {
    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 138px;
    }

    .lh-80 {
        line-height: 60px;
    }
    .fs-28 {
        font-size: 22px;
    }

}

@media (max-width: 1199px) {
    .nav-link {
        font-size: 15px;
    }

    .nav-item {
        padding: 0 10px 0 0;
    }

    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 116px;
    }

    .fs-22 {
        font-size: 16px;
    }

    .fs-52 {
        font-size: 42px;
    }

    .fs-97 {
        font-size: 77px;
    }

    .fs-50 {
        font-size: 30px;
    }

    .fs-48 {
        font-size: 18px;
    }

    .hdng-it {
        padding: 0 180px 0 0;
    }

    .p-6 {
        padding: 0 5rem!important;
    }

    .lh-80 {
        line-height: 40px;
    }

}

@media (max-width: 991px) {
    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 80px;
    }

    .fs-97 {
        font-size: 67px;
    }

    .hdng-it {
        padding: 0 0 0 0;
    }

    .townHouseTxt {
        margin: 15px 0;
    }

    .fs-17 {
        font-size: 14px;
    }

    .uxbridge_pp {
        margin-top: -175px!important;
    }

    .uxbridge_pp_hdng {
        margin-top: 175px!important;
    }

    #headerNav .active {
        border-bottom: none!important;
    }

    .p-6 {
        padding: 0 3rem!important;
    }

    .lh-80 {
        line-height: 30px;
    }

    .fs-28 {
        font-size: 20px;
    }

    #navbarNavDropdown {
        margin: 20px 0 0 0;
    }

    a.show:link, a.show:hover, a.show:visited {
        border-bottom: none!important;
    }

    #headerNav .active {
        border-bottom: none!important;
    }

    .carousel-control { top: 23%; }

    .fs-60 {
        font-size: 40px;
    }

    .fs-86 {
        font-size: 46px;
    }
    .price .border-right{border-right: none;}
}

@media (max-width: 767px) {
    .scroll-wrapper{display: none;}
    #carousel .carousel-control {
        padding: 10px 10px;
        width: 40px;
        height: 40px;
    }

    .product-slider #thumbcarousel .carousel-item .thumb {
        max-width: 50px;
    }

    .carousel-control img {
        width:10px;
    }

    .fs-44 {
        font-size: 32px;
    }

    .fs-52 {
        font-size: 32px;
    }

    .fs-97 {
        font-size: 40px;
    }

    .hdng-it {
        padding: 0 0 0 0;
        margin: -20px 0 0 0;
    }

    .fs-17 {
        font-size: 11px;
    }

    .uxbridge_dt {
        padding: 0 150px 0 0;
    }

    .p-6 {
        padding: 0 1rem!important;
    }

    .fs-28 {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
        .product-slider #thumbcarousel .carousel-item .thumb {
            max-width: 30px;
        }

        .fs-44 {
        font-size: 22px;
        }

        .fs-52 {
        font-size: 22px;
        }

        .fs-97 {
        font-size: 30px;
        }

        .fs-17 {
            font-size: 7px;
        }

        .p-6 {
            padding: 0 1rem!important;
        }

        .lh-80 {
            line-height: 18px;
        }

        .fs-28 {
            font-size: 14px;
        }

    }

@media (max-width: 420px) {

    .p-6 {
        padding: 0.5rem 1rem!important;
    }

    .lh-80 {
        line-height: 14px;
    }

    .fs-28 {
        font-size: 10px;
    }

}

/* zoom */
.zoom-icon {
    cursor: pointer;
    width: 30px!important;
    height: 30px!important;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none!important;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    height: auto;
}

/* Caption of Modal Image */
#caption {
    display: none;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 90%;
    }
}
