MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/triwinds/sass/_app.scss
.hero {
    background-position: center center;
    background-size:cover;
    border-bottom: 1px solid #f0f0f0;
    height: 60vh;
    overflow: hidden;
    position: relative;
    color:#FFF;
    background-image:url("../images/boavida-communities-hero.jpg");
    background-color:$color__primary;
    background-repeat:no-repeat;
    background-position:top right;
    background-position: bottom;
     h1 {
     	font-size: 52px;
      line-height: .875em;
      font-weight: 900;
      color:#FFF;
      line-height: 1.1;
      span {
          box-shadow: 14px 0 0 $color__primary, -14px 0 0 $color__primary;
          background:$color__primary;
          padding: .2em 0 .3em;
          -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
          transition: background-color .25s,box-shadow .25s;
      }
     
    
     }
     p {
     	color:rgba(0,0,0,0.8);
     	font-size:1.4em;
      font-weight: 500;
     }
}
.hero-inner {
  background: #f0f4f7;
  h1 {
      font-size: 90px;
      line-height: .875em;
      font-weight: 900;
      text-transform: uppercase;
      color:$color__primary;
      line-height: 1.1;
      background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    background-image: url('../images/usa.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -376px;
     }
}
.callout {
	&__form {
		padding:em(30) em(50) em(50);
		margin-top:em(-120);
		background:#FFF;
		transition:0.3s all;
    position:relative;
    &:before {
        height: auto;
        background-color: $color__primary;
        padding:34px 40px;
        font-size: 32px;
        font-weight: bold;
        width:auto;
        line-height:18px;
        content:"Find Your Perfect Home";
        position:absolute;
        top:-85px;
        left:0;
        color:#FFF;

      }

      
			h2 {
				color:$color__primary;
				font-size:1.4em;
				margin-bottom:1em;
        font-weight: 600;
			}
		  .custom-radio {
		    border: 1px solid #f1f1f1;
		    border-radius: 0.3em;
		    cursor: pointer;
		    display: block;
		    margin-bottom: 0;
		    padding: 0.7em 1.4em;
		    position: relative;
		    text-align: center;
		    transition: all 0.3s ease 0s;
		    width: 100%;
		    &:hover {
		      box-shadow: 0 11px 9px -9px rgba(0, 0, 0, 0.07);		     
		      span {
		        opacity: 1;
		      }
		    }		   
		    .check-icon {
		      background:rgba(44,224,128,0.2);
		      top:0;
		      bottom:0;
		      left:0;
		      right:0;
		      opacity: 0;
		      position: absolute;		     
		      transition: all 0.3s ease 0s;	
		    }
		    span:first-child {
		      display: inline-block;
		      font-size: 1.1em;
		      font-weight: 600;		     
		    }
		    span:last-child {
		      position:relative;
		      z-index:9;	     
		    }
		  }
		  input[type="radio"] {
		    display: none;
		    &:checked + label.custom-radio {
		      border-color: $color__inverse;
		      .check-icon {
		        background-color: $color__inverse;
		        border-color: $color__inverse;
		        opacity: 1;		       
		      }
		    }
		  }
		  .radio-option {
		  	margin-right:em(10);
		  }
	}
  &__item {
    position: relative;
    img {
      border-radius: 8px;
    }
    span {
      display: block;
      margin-top: 10px;
      font-weight: 500;
    }
    a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-indent: -9999px;
    }
  }	
}
.mt-ct {
    margin-top: 30px;
  }
.callout-nav.fixed-header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 0;
    padding-top: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    	.callout__form {
    		padding-bottom:em(20);
    	}
}
.navbar {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-brand {
	position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
}
.navbar {
 
  .logo-sml {
    display: none;
  
  }
  &.sml-logo {
    transition: 0.3s all;
    .logo-sml {
      display: block;
    
    }
    .logo-big {
      display: none;
    
    }
  }
}
.navbar-nav {
  margin-left: 11em;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right:1.5em;
  color:#000;
  font-weight: 500;
}
.highlight {
    border-bottom: 0.1em solid $color__secondary;
    color: $color__secondary;
    font-weight: 600;
}

//site preloader
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    a{
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        transution: transform .3s ease;
        animation: loading_logo infinite 1.3s;
        pointer-events: none;

    }
}
@keyframes loading_logo{
    0%{
      transform: scale(1);
      opacity: 1;
    }
    50%{
        transform: scale(.8);
        opacity: .5;

    }
    100%{
      opacity: 1;
        transform: scale(1);
    }

}

.loader {
  font-weight:bold;
  -webkit-animation: spin 5s linear infinite; /* Safari */
  animation: spin 5s linear infinite;
  position:absolute;
    left: 50%;   
    top: 40%;
    transform: translate(-50%, -50%);
    font-family: 'Kaushan Script', cursive;
	font-size:2.5em;
}

/* Safari */
@keyframes spin {
   0% {
        
        color: #EE5E44;
      }
      
      10% {
        
        color: #2CE080;
      }
      
      20% {
        
        color: #2C71EA;
      }
      
      30% {
        
        color: #EE5E44;
      }
      
      40% {
        
        color: #2CE080;
      }
      
      50% {
        
        color: #2C71EA;
      }
      
      60% {
        
        color: #EE5E44;
      }
      
      70% {
        
        color: #2CE080;
      }
      80% {
     
        color: #2C71EA;
      }
      
      90% {
     
        color: #EE5E44;
      }
      
      100% {
        
        color: #2CE080;
      }
 }
 #leadForm {
  padding:0 !important;
  .modal-dialog {
    max-width:100%;
    margin:0;
    border-radius:0;   
  }
  .modal-content {
    border:none;
    border-radius:0;
  }
  .modal-body {
    height:90vh;
  }
  .modal-title {
    font-family: 'Kaushan Script', cursive;
    color:$color__secondary;
    font-size:1.5em;
    font-weight:bold;
  }
 }
.form-area {
  width:650px;
  margin:0 auto;
}
  
.listing {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  &__option {
    text-align:center;
    padding:20px 30px;
    border:1px solid #DDD;   
    margin:10px;
    width:140px;  
    cursor:pointer;
      &:hover {
        box-shadow:0 2px 4px rgba(0,0,0,0.2);
      }
      &.active {
        border:2px solid $color__secondary;
      }
      span {
        display:block;
      }
  }
}
#leadform {
  position: relative;
  fieldset {
    &:not(:first-of-type) {
      display: none;
    }
  }
  input, textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
  }
  .action-button {
    width: 100px;
    background: #27ae60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    &:hover, &:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #27ae60;
    }
  }
}


.cta-2 {
  background-image:linear-gradient(-150deg, $color__primary, $color__secondary);
  color:#FFF;
  text-align:center;
    h1 {
      color:#FFF;
    }
}
.tile {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  .img-centered {
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    img {
       width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
         transition: 0.3s all;
    }
   
    &:after {
      content: "";
      display: block;
      width: 100%;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
      position: absolute;
      bottom: 0;
      height: 100%;
    }
    
  }
  &__image {
    position: relative;
    .hover-arrow {
      font-weight: 600;
      font-size: 1.5em;
      display: none;
      transition: 0.3s all;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);       
    }   
  }
  &__content {
    padding: 20px;
    h4 {
      font-size: 1.1em;
      line-height: 1.4;
    }
    p {
      margin-bottom: 0;
      color:rgba(0,0,0,0.6);
      font-size: 0.9em;
    }
    a {
      color: $color__primary;
    }
  }
  &:hover {
      img {
        transform: scale(1.1);
      }
      .hover-arrow {
        display: block;
      }
    }
}

.browse {
  h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    font-size: 0.8em;
  }
}
.quick-links {
  padding: 0;
  margin-top: 20px;
  list-style: none;
  li {
    margin-bottom: 5px;
    a {
      color: $color__primary;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      transition: background-size .5s;
      font-size: 0.8em;
      font-weight: 500;
      &:hover {
        background-size: 100% 1px;
        color: $color__primary;
      }
    }
  }  
}
.browse img {    
  margin-top: 20px;
  border-radius: 4px;   
}

.footer {
  h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    font-size: 0.8em;
  }
  .footer-links {
    padding: 0;
    list-style: none;
    a {
      color: $color__primary;
      font-size: 0.9em;
      margin-bottom: 8px;
      display: inline-block;
      &:hover {
        color: $color__secondary;
      }
    }
  }
  form input {
    font-size: 0.85em;
  }
  .input-group-text {
    background-color: $color__secondary;
    border-color: $color__secondary;
    color: #fff;
    font-size: 0.85em;
  }
  p {
    font-size: 0.9em;
    line-height: 1.8;
  }
}

.single-banner {
  .slides .swiper-slide {
    margin: 0 1px;
  }
  .swiper-slide:not(.swiper-slide-active) .slide {
    flex-direction: column;
    opacity: 1;
  }
}
.single-header {
  margin-bottom: 50px;
  h1 {
    font-size: 1.8em;
  }
}
.headings {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.single-page {
  table {
    font-size: 0.9em;
    border:1px solid #EEE;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1)
  }
  table th {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
  }
  table td {
    padding: 45px 15px;
  }
  p, ul {
    font-size: 0.9em;
    line-height: 1.8;
  }
  blockquote {
    border-left: 5px solid $color__secondary;
    padding: 20px;
    border-radius: 4px;
    padding-left: 30px;
    margin:40px 0;
    font-size: 1.1em;
    font-weight: 500;
    font-style: italic;
    background: #f5f5f5;
    p {
      margin-bottom: 0;
    }
  }
}
.single-page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.media-object {
  margin-right: 20px;
  img {
    border-radius: 100%;
  }
}
.rating {
  span {
    color: $color__secondary;
  }
}
.sidebar-cta {

  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  height: 300px;
  padding: 30px 0;
  top: 80px;
  bottom: auto;
  margin-bottom: 50px;

  .card {
    background: #f0f4f7;
    border-color: #f0f4f7;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .hover-arrow {
    font-weight: 600;
    font-size: 1.5em;
    display: none;
    transition: 0.3s all;        
  }
  .red-alert {
    font-weight: 500;
    color: red;
    font-size: 0.85em;
  }
}
.curve-image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  a {
    height: 100%; 
    position: relative;
    span {
      position: absolute;
      background-color: #bcdfe7;
      width: 220px;
      height: 70px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000;
      text-align: center;
      font-size: 0.9em;
      outline: 1px solid white;
      outline-offset: -10px;
      transition: 0.3s all;
    }
    &:hover span {
      height: 80px;
      width: 230px
    }
  }
}
.static-block {
  .bigger{
    font-size: 1.8em;
    line-height: 1.6;
  }
}
.one-liner {
  text-align:center;
    img {
      margin-bottom:1em;
    }
    .highlight {
      box-shadow:0 -1.4em 0 0 #bcdfe7 inset;
    }
}
.card-2 {
  padding: 20px 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 8px;
  border:1px solid #EEE;
  background-color: #FFF;
  text-align: center;
 
  &__image {
    width: 150px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 104px;
    img {
      max-width: 100%;
    }
  }
  &__content { 
    padding: 10px 0;
    min-height: 180px;    
    &:before {
        position: absolute;
        left: 46px;
        top: 120px;
        content: "\f10d";
        color: #bcdfe7;
        font-family: "FontAwesome";
        font-size: 2em;
    }
  }
  &__footer {
    font-weight: 600;
    font-size: 0.9em;
    padding-bottom: 20px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}
.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}
.swiper-pagination-bullet-active {
  background: #ec9736;
}