/*
Theme Name: Incredibuild 2024
Theme URI: https://incredibuild.com/themes/incredibuild_24/
Author: the WordPress team
Author URI: https://incredibuild.com/
Description: Incredibuild's 24 theme 
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 0.1
Requires at least: 6.5
Tags: full-site-editing
Tested up to: 6.5.4
Requires PHP: 7.1
License: CC BY-NC
License URI: https://en.wikipedia.org/wiki/Creative_Commons_NonCommercial_license
Text Domain: incredibuild
*/
/*
@import url('assets/fonts/fonts.css');

@import url('style_old.css');*/
@import url('newcss/top_menu.css');
@import url('oldcss/hero_side__by_side.css');
@import url('oldcss/hoverCards.css');
@import url('oldcss/single-our_customers.css');
@import url('oldcss/post.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@property --Primary-Dark-Purple-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #171E37;
}
@property --Primary-Purple-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #671FFF;
}
@property --Primary-Blue-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #1D88FE;
}
@property --Primary-Yellow-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #FDB52A;
}
@property --Primary-Gray-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #B4B4B4;
}
@property --Primary-Text-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #fff;
}
@property --Primary-link-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #1EFFAE;
}

 html,body{margin:auto 0  ; font-family: Poppins;font-weight: 400;}
 body {background-color: #F9F9F9;}
/* Helpers */
:where(figure) {margin: 0;}
footer {padding-top: 60px;}
.autoWidth {max-width: 100%;}
.margin-self-auto {margin:auto;display: block;}
section {padding-bottom: 120px; }
.section_top_margin_hero{    padding-top: 215px;}
.section_top_margin{padding-top: 120px; }
section.darkbg,footer.darkbg {background: #171E37; }


section.darkbg *:not(.has-text-color),
footer.darkbg *:not(.has-text-color){color:#FFF;}



section.hallfdarkbg {
  background: #171E37;
  background: linear-gradient(0deg, transparent  50%, #171E37 50%);     padding-top: 50px;  padding-bottom: 0;
}
.single-our_customers p ,.single-post p {    font-size: 20px;
  line-height: 35px;}
:where(figure) {margin-bottom: 30px;}
section.no-padding {padding-top:0px;padding-bottom: 0px; }
.site-block {width:100%;max-width: 1340px;margin: auto;} 
.site-block.post{max-width: 870px;}
.center {justify-content: center;}
blockquote {
  background-color: var(--Primary-link-color);
  font-size: 24px;
  line-height: 38px;
  padding: 3%;
  margin: 0 0 20px 0;
}
.integrations-template-default p {font-size: 20px; line-height: 35px;}
@media only screen and (max-width: 1000px) {
blockquote{font-size: 19px;
  line-height: 31px;}
  .is-layout-flow > .alignright {    margin-inline-start:0;}
}
#main .dropdown-wrapper .ae-dropdown .dropdown-menu li a {
  font-size: 16px;
  color: #000;
}
a.wp-block-read-more {font-weight: bold;color:#000;}
@media only screen and (max-width: 1440px) {
  .site-block {
    padding-left: calc(100% - (100% - 50px));
    padding-right: calc(100% - (100% - 50px));
    box-sizing: border-box;
}
.cards {justify-content: center;}
}
a:where(:not(.wp-element-button)) {
  text-decoration: underline;
  overflow-wrap: break-word;
}
.center-text {text-align: center;}
.greenlink,section .greenlink {
  color: #1EFFAE;
  display: block;
  padding-top: 33px;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
/* indstry hero */
section.industry_hero        {background: #171E37; }
section.industry_hero h1     {margin:0;color:#FFF;font-size:55px;font-style:normal;font-weight:700;line-height:120%;}
section.industry_hero p      {color: #fff;max-width: 511px;}


/*  gallery    */
.gutters.gallerry {
  max-width: 940px;
  padding-top: 60px;    margin: auto;
}

section.gallery {padding-top: 34px;}

.gallery_cont {min-height: 78px;padding: 0 24px;box-sizing: border-box;display: flex;border-radius: 12px;border: 1px solid #BCBCBC;background: #FFF;justify-content: space-between;align-items: center;}
.gallery_cont h5 {color: #171E37;font-size: 20px;font-style: normal;font-weight: 700;line-height: 30px;text-align: left;}


@keyframes slides {from {transform: translateX(0);}to {transform: translateX(-100%);}}
.logos                      {margin: auto;width: 88%;overflow: hidden;padding: 0px 0px;white-space: nowrap;position: relative;}
.logo_items                 {display: inline-block;animation:80s slides infinite linear;}
.gallery_cont img           {margin-left: 40px;}
.logos:before, .logos:after {position: absolute;top: 0;content: '';width: 35px;height: 100%;z-index: 2;}
.logos:before               {left: 0;background:  linear-gradient(to left, rgba(23, 30, 55, 0), rgb(23, 30, 55));}
.logos:after                {right: 0;background:  linear-gradient(to right, rgba(23, 30, 55, 0), rgb(23, 30, 55));}

.logo_items img {

  margin-right: 30px;
}
/*   simple_cards_cont   */
.simple_cards_cont .site-block {gap: 40px;}
.simple_cards_cont .card {border-radius: 12px;flex: 1;border: 1px solid #204CE1;text-align: left;padding:25px 35px;box-sizing: border-box;}
.simple_cards_cont .card h3 {font-size: 20px;font-style: normal;font-weight: 800;line-height: 29px;margin-bottom: 9px;}
.simple_cards_cont .card p {font-family: Poppins;font-size: 15px;font-style: normal;font-weight: 400;line-height: 23px;margin-top: 0px;}

/*   Video   */
.Video figure {display: block !important;position: relative;}
.Video figure::after {content: "";background: linear-gradient(147deg, #1EFFAE 52.49%, #661EFF 81.45%);position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;filter: blur(11.80722427368164px);}
.Video figure > img {position: relative;z-index: 1000;top: 0;left: 0;}

  /*   simple cards start   */

.simple_cards_4_cont       {display: flex;gap:40px;}
.simple_cards_4_cont .card *{text-align: left;}
.simple_cards_4_cont .card h3{font-size: 20px;font-weight: 800;line-height: 28px;margin-bottom: 9px;}
.simple_cards_4_cont .card p{font-size: 15px;font-weight: 400;line-height: 23px;margin-top: 0;}
.simple_cards_4_cont .card { border-radius: 12px;flex: 1; border: 1px solid #BCBCBC; background: #FFF; text-align: left;padding:20px 55px 25px 25px;box-sizing: border-box;}
.simple_cards_4_cont .card:nth-child(1) {border-top: 12px solid #1EFFAE;}
.simple_cards_4_cont .card:nth-child(2) {border-top: 12px solid #661EFF;}
.simple_cards_4_cont .card:nth-child(3) {border-top: 12px solid #0094FF;}
.simple_cards_4_cont .card:nth-child(4) {border-top: 12px solid #42579D;}

/* Key Feature */

.KeyFeature {display: flex;align-items: center;border-radius: 12px;border: 1px solid #BCBCBC;margin-bottom:40px;background-color:#fff;}
.KeyFeature img {    max-width: 670px; max-height: 650px; height: auto; width: auto;}
.KeyFeature:last-child{margin-bottom:0px;}
.KeyFeature div,.KeyFeature div h3,.KeyFeature div p,.KeyFeature div a.more {text-align: left;    margin-top: 0;}

.KeyFeature div,.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content         {padding-left: 51px; padding-right:0;box-sizing: border-box;}
.KeyFeature div h3      {color: #171E37;font-family: Poppins;font-size: 42px;font-style: normal;font-weight: 700;line-height: 120%;margin-bottom:10px;}
.KeyFeature div p       {color: #171E37;font-family: Poppins;font-size: 18px;font-style: normal;font-weight: 400;line-height: 160%;margin-bottom:30px;}
.KeyFeature div a.more  {color: #171E37;font-family: Poppins;font-size: 15px;font-style: normal;font-weight: 700;line-height: normal;text-decoration-line: underline;} 

/*  */

.slick-slide:nth-child(1)  {background: radial-gradient(159.67% 159.67% at 50% 6%, rgba(23, 30, 55, 0.9) 0%, #661EFF 73.5%),url('/wp-content/uploads/2024/05/gridbg.png');}
.slick-slide:nth-child(2)  {background: radial-gradient(159.67% 159.67% at 50% 6%, rgba(23, 30, 55, 0.9) 0%, #0094FF  73.5%),url('/wp-content/uploads/2024/05/gridbg.png');}
.slick-slide:nth-child(3)  {background: radial-gradient(159.67% 159.67% at 50% 6%, rgba(23, 30, 55, 0.9) 0%, #1EFFAE  73.5%),url('/wp-content/uploads/2024/05/gridbg.png');}






.Primary-Dark-Purple-color {background:  var(--Primary-Dark-Purple-color);color:#fff;}
.Primary-Purple-color      {background:  var(--Primary-Purple-color     );}
.Primary-Blue-color        {background:  var(--Primary-Blue-color       );}
.Primary-Yellow-color      {background:  var(--Primary-Yellow-color     );}
.Primary-Gray-color        {background:  var(--Primary-Gray-color       );}
.Primary-Text-color        {background:  var(--Primary-Text-color       );}
.Primary-link-color        {background:  var(--Primary-link-color       );}

/* buttons */
.bc .wp-element-button {
  max-width: 160px;
  margin: auto;
  margin: 20px 10px;
}

.wp-element-button {   position: relative; margin-left: 6px;
    margin-right: 6px;
    text-decoration: none;
    display: inline-flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFCC18;
    color: #171E37 !important;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 800;
    z-index: 1;
}
.wp-element-button.grey{background: #B4B4B4;}

.wp-element-button:before {
    content: '';
    background: linear-gradient(45deg, #1effae, #671fff,#0094ff,#fff);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
  }
  
  .wp-element-button:active {
    background: #FFCC18;
  }
  .wp-element-button.grey:active {
    background: #B4B4B4;
  }
  .wp-element-button:active:after {
    background: transparent;
  }
  
  .wp-element-button:hover:before {
    opacity: 1;
  }
  .wp-element-button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFCC18;
    left: 0;
    top: 0;
    border-radius: 10px;
  }

  .line .wp-element-button {
    background-color: #1E2955;
    color: #fff !important;
    outline: 1px solid #fff;
}
.line .wp-element-button:after {
  background: #1E2955;
}

  .wp-element-button.grey:after {  background: #B4B4B4;}
  @keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
  }

/* buttons */

h1, h2, h3, h4, h5, h6{ margin: 0;}
h1{font-family: Poppins;font-size: 55px;font-style: normal;font-weight: 700;line-height: 120%;}
@media screen and (max-width:1000px){ 
  h1{font-size: 30px;}

} 
h2{font-family: Poppins;font-size: 42px;font-style: normal;font-weight: 700;line-height: 120%;}
@media screen and (max-width:1000px){ 
  h2{font-size:25px;}
}
h1.green {
  color: #1EFFAE;
}

h3{}
h4{}
h5{}
h6{}

p {}
.hpHeroSection p {
  font-size: 18px;
    max-width: 750px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hpHeroSection h3 {
  margin: 1em;
}
.tai {border-radius: 12px; border: 1px solid #204CE1; background: #171E37; box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.12);display: flex; align-items: center;height: 650px;justify-content: space-between;margin-bottom:40px ;}
.tai .image { height: 100%;}
.tai .image img { height: 100%;width:auto;}
.tai .ti_text *{ text-align: left;}
.ti_text  {
    padding-left: 51px;
    padding-right: 0;
    box-sizing: border-box;
}
.ti_text h3{
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;}
    .ti_text p{color: #FFF;

font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;}
    .ti_text a {color: #FFF;

font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline}

@media screen and (max-width:1000px){

    .tai {height: auto;flex-direction: column;}
    .tai .image  {height:auto;}
    .tai .image img {max-width: 100%;height: auto;}
    .ti_text {padding-left: 24px;padding-right: 24px;}
    .ti_text h3 {font-size: 24px;}
    .ti_text p {font-size: 14px;line-height: 20px;}
    .ti_text a {font-size: 14px;}
}

.tableCard                {border-radius: 12px;border: 1px solid #204CE1;background: #1F2B5A;}
.tableCard table          {width:100% ;}
.tablesl                  {width: 35%;padding-right: 3%;box-sizing: border-box;}
.tablesl h2               {margin-top: -10px;    margin-bottom: 0;}
.showtables               {width: 65%;display: flex;flex-wrap: wrap;justify-content: space-between;row-gap: 26px;}
.tableCard                {flex: 48%; flex: 0 48%; flex-basis: 48%;padding: 25px;box-sizing: border-box;}
.tableCard h4             {color: #FFF;font-family: Poppins;font-size: 25px;font-style: normal;font-weight: 800;line-height: 20px;margin:0 0 10px 0;}



.tableCard tr:last-child  {padding: 15px 0 0 0;}
.tableCard tr             {color: #1EFFAE;display:flex;border-top: 1px solid #204CE1;padding: 15px 0;justify-content: space-between;}
.tableCard tr:first-child {border-top: none;color: #1EFFAE;}

.tableCard tr td {color: #1EFFAE; border:none;padding: 0;}
.tableCard tr:first-child td     {color:#fff;}
.tableCard tr td          {width: 33%;font-size: 18px;line-height: 23px;}
@media screen and (max-width:1280px){
    .tableCard tr td {width: 38%;}
}
@media screen and (max-width:1000px){
    .sectiontable .block {flex-direction: column;}
    .tablesl                  {width: 100%;  padding: 0 8%;}
    .showtables               {width:100%;}
    .tableCard                {flex: 100%;flex: 0 100%;flex-basis: 100%;}
    .tablesl h2               {font-size: 24px;}
    .sectiontable .block p    {font-size: 14px; line-height: 23px;padding-bottom: 25px;}
    .tableCard tr td          {width: 37%;font-size: 14px;line-height: 20px;}
}

footer h5,footer h5 a {color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  box-sizing: border-box;
  text-decoration: none;}
  footer.darkbg ul li a, footer ul li a {
    color: #828282;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
footer.darkbg ul , footer ul {list-style: none; padding-left: 0;}
footer ul li {
 
  margin-bottom: 14px;
}
footer .footer-first {    padding-right: 7%;}

footer .footer-first p {
  color: #FFF;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.wp-block-button.grey {margin-top:20px;}
.wp-block-button.grey a.wp-element-button{
  background: #B4B4B4;
}
.wp-block-button.grey a.wp-element-button:after{
  background: #B4B4B4;
}
footer .footerex {
  clear: both;
  max-width: 1320px;
  margin: auto;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  padding-bottom: 68px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
footer .right {
  padding-top: 38px;
  max-width: 220px;
}
footer .socials {
  padding-top: 15px;
}
footer .socials a {
  display: inline-block;
  margin-left: 7px;
}
.wp-block-details {

  margin-bottom: 20px;
}


.wp-block-details p {
  position: relative;
  font-size: 16px;
  padding: 50px 30px 40px;
  background-color: #E5FFFE;
  top: -10px;
  border-radius: 10px;
  line-height: 28px;
  font-weight: 400;
  z-index: 0;
  margin-top: 0;
  border-bottom: 8px solid #717171;
}

.wp-block-details[open] summary{

  background-image: url('/wp-content/themes/incredibuild/img/round-minus.png'); 
}
.wp-block-details summary {
  display: flex;
  align-items: center;
  height: 60px;
  padding-inline: 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(24, 21, 44, .12);
  position: relative;
  z-index: 1;
  gap: 10px;
  cursor: pointer;
  background-image: url('/wp-content/themes/incredibuild/img/round-plus.png');
  background-repeat: no-repeat;
  background-position: 16px;
  padding-left: 58px;
  box-sizing: border-box;
}


.theme-banner {
  background-color: #f8f9fa;
  padding: 20px;
  position: relative;
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  backdrop-filter: blur(5px);
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 150000;
  box-sizing: border-box;
}
.theme-banner-popup {
  font-size: 16px;
  border-radius: 10px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 60px 5% 30px 5%;
  width: 70%;
  max-width: 890px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
   border-image: linear-gradient(to right, #1EFFAE, #671FFF) 1;
  background: radial-gradient(circle at 100% 100%, #171E37 0, #171E37 9px, transparent 9px) 0% 0% / 12px 12px no-repeat, radial-gradient(circle at 0 100%, #171E37 0, #171E37 9px, transparent 9px) 100% 0% / 12px 12px no-repeat, radial-gradient(circle at 100% 0, #171E37 0, #171E37 9px, transparent 9px) 0% 100% / 12px 12px no-repeat, radial-gradient(circle at 0 0, #171E37 0, #171E37 9px, transparent 9px) 100% 100% / 12px 12px no-repeat, linear-gradient(#171E37, #171E37) 50% 50% / calc(100% - 6px) calc(100% - 24px) no-repeat, linear-gradient(#171E37, #171E37) 50% 50% / calc(100% - 24px) calc(100% - 6px) no-repeat, linear-gradient(340deg, #1effae 41%, #671fff 47%);
  border-radius: 12px;
  /* padding: 5px; */
  box-sizing: border-box;
}

.theme-banner-popup h2,.theme-banner-popup h2 a {color: #1EFFAE;
  text-align: center;
  font-family: Poppins;
  font-size: 244%;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;

  margin-bottom: 20px !important;
  margin-top: 30px !important;
}
  .theme-banner-popup h2 a {font-size: 100%;}
  .theme-banner-popup p{
    
    color: #fff;
    font-size: 114%;
  
    padding: 0 8%;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;

  }

  .theme-banner-popup img{    max-width: 70%; margin: auto;    margin-top: 50px;margin-bottom: 25px;}

  .theme-banner-popup a.ReadMore{
    color: #FFCC18;
text-align: center;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 154.545% */
letter-spacing: 2.64px;
text-decoration-line: underline;
display: block;
margin: auto;
  }
  #close-banner {

     background: transparent;
    border: none;
    color: #fff !important;
    font-size: 124%;
}
#top-banner {
  background: #661EFF;
  color: #FFF;
font-family: Poppins;
font-size: 0.8vw;
/*
font-size: 1vw;
*/
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 10px;
text-align: center  ;
}
#top-banner a {color: #fff;}


@media screen and (max-width:1000px){
  .theme-banner-popup h2, .theme-banner-popup h2 a {font-size:114%;}
  .theme-banner-popup p {font-size: 90%;}
  .theme-banner-popup img {max-width: 100%;}
  .theme-banner-popup a.ReadMore {font-size: 16px;}
  .theme-banner-popup {width: 90%;  max-width: 900px;}

  .wp-block-details summary {height: 63px;font-size: 13px;}

}
#gbid{ 
  padding: 41px;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  
  border-image: linear-gradient(to bottom, #1EFFAE 0%, #661eff 100%) 1;
  }

  #gbid .wp-block-list {
    list-style-image: url("/wp-content/uploads/2024/11/Star_3.svg");
    padding: 0 18px;
    font-size: 1.4vw;
    font-weight: 700;
    width: 86%;
}

  
 .formSectionRule .mktoForm input[type=text],.formSectionRule  .mktoForm input[type=url],.formSectionRule  .mktoForm input[type=email],.formSectionRule  .mktoForm input[type=tel],.formSectionRule  .mktoForm input[type=number],.formSectionRule  .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
      padding: 2px 3px;
       border-radius: 6px;
      border: 1px solid #C2C2C2;
      background: #F5F5F5;
      height: 45px;
      width: 100% !important;
      outline: none !important;
      color: #171E37 !important;
  }
  #gbid h1 {
    font-size: 4vw;}
    #gbid p {
      font-size: 1.6vw;}
      #gbid h4 {
        font-size: 1.9vw;
    }
    .formSectionRule {display: flex;
      align-items: center;
      justify-content: center;}
    .layoutContaner {    width: 100%;}


    .wp-block-column { overflow-wrap: normal;word-break: normal;}