/*
Theme Name: Harington Child
Theme URI: https://harington.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: harington
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: harington-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/
body {
    text-transform: uppercase;
}

.award-slider-new-logo .panels-container .panel .panel-image{
max-height: 130px;
}
.award-slider-new-logo .panel-content-wrapper{
  max-height: 130px !important;
}
.award-slider-new-logo .panel-content {
    top: 100%; bottom: unset;
}
#team-panels .panels-container .panel:first-child .panel-content-wrapper .panel-content {
    padding-left: 65px;
}
#team-panels .uppercase-text .team-name-panel,#team-panels .uppercase-text .team-cat-panel {
    text-transform: capitalize;
    line-height: 20px;
}
#team-panels .panel-content, .team-name-panel, .team-cat-panel{
    
    text-align: center !important;
    float: none;
    margin:0 auto;
}
#team-panels .panel-content{
  top: 100%; bottom: unset;
}
#team-panels{
/*  max-height: 500px;*/
}
#team-panels .panels-container .panel .panel-content-wrapper{
  max-height: 260px;
}
.classic-menu .flexnav li a, .button-wrap.right .button-text span, #info-text, .entry-meta li a, .button-border span{
  font-size: 18px;
}
article .hover-reveal{
    border-radius: 18px;
}
strong{
  font-weight: 700;
}
.row_padding_bottom{

  padding-bottom: 5vw;
}
#main #hero .button-text {
    
    font-size: 18px;
    font-weight: 600;
}

.award-head{
  font-weight: 600;
  font-size: calc(1rem + 3.15vw) !important;
  line-height:65px;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 400%;
  animation: move 8s ease infinite;
  background-image: linear-gradient(68.7deg, rgb(158 139 193) 13.2%, rgb(118 196 229) 29.8%, rgb(188 214 49) 48.9%, rgb(239 156 32) 68.2%, rgb(118 196 229) 86.4%);
}
 @keyframes move {
    0%,100%{
        background-position: 200% 0%;
    }

    50%{
        background-position: 0% 200%;
    }
}
.award-text{
  animation: text 4s 1;
}

@keyframes text {
  0%{
    color: black;
    margin-bottom: -40px;
  }
  30%{
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85%{
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
}


.home-wrap #hero-caption{
  padding-bottom: 20px;
}
.home-wrap .hero-subtitle-wrapper{
  align-self: center;
  text-align: left !important;
  max-width:62% !important;
}

 .home-wrap .hero-title-wrapper{
    position: relative;display: flex;
    align-items: center;
    
  }
  .home-wrap .hero-title{
    font-size: 7vw !important;
  }
  .home-wrap .hero-title span{
    line-height: 7vw;
  }
 

  .home-wrap .hero-subtitle span{
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0px, 0px);
    font-size: 20px;
    line-height: 30px;
    max-width: 90%;
    padding: 0px 20px;
  }

mark, ins {
  text-transform:uppercase;
}
       
  /**
  Browser should support Houdini API
*/
 

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 45deg;
  inherits: false;
}

:root {
  --bg-background: #111827;
  --clr-card: #1f2937;
  --clr-1: #6420aa;
  --clr-2: #ff3ea5;
  --clr-3: #ff7ed4;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home-wrap .hero-title-wrapper{
  display: flex;
}

#hero.home-wrap main {
  height: auto !important;
  width: 100%;
/*  display: flex;*/
  justify-content: center;
  align-items: center;
  background: none !important;
  display: inline-block;
  padding: 15px;
/*  padding-bottom: 15px;*/
text-align: center;
align-self: center;
}
.padding-none{
  padding: 0px !important;
}
.card {
  position: relative;
  height: auto;
  width: 100%;
  max-height: 100%;
  border-radius: 200px;
  cursor: pointer;
  padding: 15px;
  margin: 0 auto;
}

.card video {
  position: relative;
  height: auto;
  max-height: 100%;
  border-radius: 200px;
  cursor: pointer;
  width:   calc(100% - 15px);
  object-fit: fill;
}

.card::after,
.card::before {
  content: " ";
  position: absolute;
  inset: 0;
  z-index: -1;
  inset: -0.5rem;
  background: conic-gradient(
    from var(--gradient-angle),

    var(--color1, #9e8bc1) 0deg,
    var(--color1, #9e8bc1) 80deg,
    transparent 80deg,
    transparent 180deg,
    transparent 180deg,
    transparent 270deg,
    transparent 270deg,
    transparent 360deg
  );

  border-radius: inherit;
  animation: rotate 5.5s linear infinite;
}

@supports (-webkit-touch-callout: none) {
    .card{
    background: conic-gradient(
      from var(--gradient-angle),

      var(--color1, #9e8bc1) 0deg,
      var(--color1, #9e8bc1) 80deg,
      transparent 80deg,
      transparent 180deg,
      transparent 180deg,
      transparent 270deg,
      transparent 270deg,
      transparent 360deg
    );
    animation: rotate 5.5s linear infinite;
      }
}

.home-portfolio .item:nth-of-type(1):hover{
  border-bottom: 10px solid #9e8bc1;
}
.home-portfolio .item:nth-of-type(2):hover{
  border-bottom: 10px solid #76c4e5;
}
.home-portfolio .item:nth-of-type(3):hover{
  border-bottom: 10px solid #bcd631;
}
.home-portfolio .item:nth-of-type(4):hover{
  border-bottom: 10px solid #ef9c20;
}
.home-portfolio .item-wrap:after{
  content: "";
    position: absolute;
     bottom: 0; 
    left: 0;
    top:0;
     right: 0; 
    overflow: hidden;
    width: 100%;
    border-radius: 1px;
    height: 100%;
    z-index: 999;
    background:#d3d3d33d;
}
 .home-portfolio .item:nth-of-type(4) .item-wrap:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15449929971988796) 0%, rgb(255 255 255 / 0%) 1%, rgb(255 255 255 / 27%) 28%, rgb(239 156 32 / 50%) 53%, rgb(239 156 32 / 79%) 90%);
  }
  .home-portfolio .item:nth-of-type(3) .item-wrap:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15449929971988796) 0%, rgb(255 255 255 / 0%) 1%, rgb(255 255 255 / 27%) 28%, rgb(188 214 49 / 55%) 53%, rgb(144 175 62 / 88%) 90%);
  }
  .home-portfolio .item:nth-of-type(2) .item-wrap:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15449929971988796) 0%, rgb(255 255 255 / 0%) 1%, rgb(255 255 255 / 27%) 28%, rgb(118 196 229 / 70%) 53%, rgb(53 140 203 / 91%) 90%);
  }
  .home-portfolio .item:nth-of-type(1) .item-wrap:after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15449929971988796) 0%, rgb(255 255 255 / 0%) 1%, rgb(158 139 193 / 51%) 28%, rgb(120 109 154 / 78%) 53%, rgb(120 109 154 / 89%) 90%);
  }
.customh1{
  font-weight: 100;
  font-size: calc(1rem + 3.15vw);
}
.home-portfolio .item .item-wrap:hover:after{
background: none;
}

.home-portfolio .item-caption{
  left: 12px !important;
  bottom: -15px !important;
  top: unset;
}
.home-portfolio .item-caption .item-title{
  color: #fff;
  font-weight: 600;
}
.home-portfolio .item-caption .item-cat{
  color: #fff;
  font-weight: 400;
}
/* .card::after {
  filter: blur(3rem);
} */

article:nth-of-type(1n) .hover-reveal img{
  border:3px solid #9e8bc1;
  border-bottom: 15px solid #9e8bc1;
  border-radius: 18px;
  overflow: hidden;
}
article:nth-of-type(2n) .hover-reveal img{
  border:3px solid #76c4e5;
  border-bottom: 15px solid #76c4e5;
  border-radius: 18px;
  overflow: hidden;
}
article:nth-of-type(3n) .hover-reveal img{
  border:3px solid #bcd631;
  border-bottom: 15px solid #bcd631;
  border-radius: 18px;
  overflow: hidden;
}

/*.article-wrap:hover .hover-reveal, .article-wrap .hover-reveal__inner{
  width: 200px;
}*/
.swiper-container {
  width: 100%;
  /* height: 400px; */
}
.idea-live-main{
  width: 100%;
}
.swiper-slide {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: transparent;
  /* height: 400px; */
  /* Optional */
}

/* slider css home */
  .idea-live-main .content-idea p{
    font-size: 22px !important;
    line-height:25px ;
  }
   .idea-live-main .content-idea h2{
    margin-bottom: 5px;
  }
.idea-live-main{
  display: flex;
  align-items: center;
  /* gap: 30px; */
}
.idea-live-main .image-idea .image-box{
    height: 450px;
      width: 100%;
      position: relative;
      margin-right: 8px;
      margin-top: 8px;
}
.idea-live-main .image-idea .image-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius:0px 30px 0 0;
}

  .idea-live-main .image-idea .image-box::after{
  display: block;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    top: -7px;
    right: -7px;
    border-radius:0px 36px 0 0;
}
h2.first{
color: #9A89BB;
}
h2.second{
color: #86C0DF;
}
h2.third{
  color: #E19E40;
}
.idea-live-main .image-idea .image-box-yellow::after {

  border-right: 8px solid #E19E40;
  border-top: 8px solid #E19E40;

}
.idea-live-main .image-idea .image-box-blue::after {

  border-right: 8px solid #86C0DF;
  border-top: 8px solid #86C0DF;

}
.idea-live-main .image-idea .image-box-purple::after {

  border-right: 8px solid #9A89BB;
  border-top: 8px solid #9A89BB;

}


.idea-live-main .image-idea{
  width: 50%;
}
.idea-live-main .content-idea {
  width: 50%;
  padding: 20px 20px 20px 30px;
  
  text-align: start;
}
.content-idea h2{
 /* text-transform: capitalize;*/
}

.idea-live-main .content-idea p {
 color: #000;
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
/*.single-harington_portfolio #hero{
	background-color: rgba(255, 255, 255, 0.5);
}*/
input#submit{
	color:#fff !important;
	background-color:#000 !important;
	border-radius:10px;
}
.award-section{
	padding:60px 0px;
}
.indent-title .hero-subtitle{
	max-height:120px !important;
}

.create-section-title{
	text-align: left;
	font-size: calc(1rem + 3.15vw);
	font-weight:100;
}
.create-section-title mark{
	padding:0px
		;
}
form.wpcf7-form.init label{
	font-size:22px;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
	font-size:16px !important;
	text-transform:none !important;
}


input#submit {
    font-size: 20px;
    background: white;
    color: black;
    width: auto;
}
.uppercase-text textarea{
	    text-transform: none;
}

.custom-slider > .wp-block-columns, .wrapp{
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-harington_portfolio #project-nav {
	display:none !important;
}
.single-harington_portfolio #main-page-content{
        margin-bottom: 100px !important;
    }
.home-wrap .hero-subtitle{
	text-transform:none;
}


#team-panels .panels-container .panel img {
    height: auto;
    margin: 0;
    max-width: 200px;
}
.classic-menu.white-header .flexnav li a{
	color:#000 !important;
}
h2.wp-block-heading.about_design_discovery_distri{
	text-transform:none;
}
header{

    transition: background-color 0.3s ease;
    /*padding: 20px;*/
}


.is-content-justification-space-between{
	justify-content: space-between !important;
}
#hero .hero-title{
	font-size:7vw;
  	line-height:7vw;
}

.consumer-content{
	padding:5vb;
}
.custom-height-image{
	height:60vh !important;
}


.page-id-2565 .hero-subtitle {
    text-transform: capitalize;
}

.flex-grid .item:hover .item-cat{
opacity: 1;
}

.item-caption-wrapper .item-title, .item-cat{
  float:none;
}

/*
.page-id-2565 .hero-subtitle span{
	line-height:15px !important;
	padding:0px;
}*/

#team-panels .panels-container .panel .panel-image
{
align-content:center;
}

/*
 .hero-below-caption #main-page-content.project-page {
        margin-bottom: 100px !important;
    }
*/



@media only screen and (max-width: 1024px){
  .home-wrap .portfolio-wrap{
  padding-top: 40px;
}
.award-section{
  padding: 40px 0px;
}
}
/**/



@media only screen and (max-width: 768px) {
  .home-wrap .hero-subtitle span {
      
      font-size: 10px;
      line-height: 14px;
      max-width: 100%;
      padding: 15px;
  }
  .card{
    padding: 10px;
  }
  #hero.home-wrap main{
    padding: 10px;
  }
  .card::after, .card::before {
     max-height: -webkit-fill-available;
        max-width: 100%;
        width: calc(100% - 10px);
        left: 5px;
        top: 0px;
  }
.home-wrap .portfolio-wrap{
  padding-top: 40px;
}

  .card video
  {
    vertical-align: middle;
  }
  .flex-grid .item{
    margin-bottom: 20px;
  }

  .about-2{    flex-direction: column-reverse;}
  
}

@media (min-width: 1280px) {
  #hero.home-wrap main {
    max-width: 70%;
  }
  .home-wrap .hero-inner {
    align-items: center;
    display: flex;
  }
  .home-wrap .hero-subtitle-wrapper {
    max-width: unset;
    align-self: center;
    text-align: left !important;
  }
}

@media (max-width: 1024px) {
  #logo img {
    display: block;
    height: 20px;
    width: auto;
    max-width: none;
    margin-top: 12px;
  }
  .home-wrap .hero-inner {
    display: flex;
    align-items: center;
  }
  .home-wrap .hero-subtitle span {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    padding: 10px;
  }
}

@media only screen and (max-width: 575px) {
 
  header{padding:0px;}
  .home-wrap .hero-title-wrapper {
      display: flex;
      flex-direction:column-reverse;
  }
  .card{
    padding: 0px;
    border-radius: 80px;
  }
  .card video{
    border-radius: 80px;
  }
  .idea-live-main{
    flex-direction: column;
  }
  .idea-live-main .image-idea{
    width: 100%;
  }
  .idea-live-main .content-idea{
    width: 100%;
  }
  .content-idea h2{
    margin-bottom: 5px !important;
  }

  .idea-live-main .image-idea .image-box{
    padding: 10px;
  }
  .idea-live-main .content-idea{
    padding: 15px;
  }
  
  .idea-live-main .image-idea .image-box::after, .idea-live-main .image-idea .image-box::after, .idea-live-main .image-idea .image-box::after {
      display: block;
      content: "";
      width: 48px;
      height: 48px;
      position: absolute;
      bottom: 35px;
      right: 35px;
      top: 2px;
      right: 2px;
  }
  .home-wrap .hero-inner {
        display: flex;
        align-items: center;
        margin-top: 20px;
    	justify-content:space-around;
    }
   .home-wrap #hero-caption {
        padding-top: 70px;
        padding-bottom: 20px;
    }
   #hero.home-wrap main {
        padding: 0px;
    }
    .card video {
        border-radius: 80px;
        padding: 15px;
    }
    .idea-live-main .image-idea .image-box{
    height: 300px;
	}

    .idea-live-main .content-idea p {
    font-size: 18px !important;
    }
  
  	.hero-subtitle span{
  	padding:0px 20px;
	Max-width:100%;
  	}
  
  	.encha-responsive figure{
      width:100% !important;
  }

  	.Weekdays span{
      font-weight:500 !important;
      font-size:14px;
  }
      
  	.sbi-image {
      height:300px !important;
  	}
  
    .sbi-image img {
       object-fit: contain !important;
    }
}