.header .banner img
{
 clip-path:unset;
}
.header .banner-text {
    margin-left: 30px;
    top: 30vw;
    width: 90%;
}
.header .banner-text .softtext, .header .banner-text .hardtext
{
    font-family: "GroldExtraBlack";	
	font-size: 7vw;
    line-height: 5.6vw;
}
.header .banner-text .hardtext
{
    margin-bottom: 30px;
}
.header .banner-text .softpara
{
	 font-family: "GroldSemiLight";
	 font-size:1.5vw;
	 color:#fff;
	 letter-spacing: 0.1rem;
    line-height: 1.5vw;	
}
.header .banner-text .softpara span
{
  font-family: "GroldBold";	
    color:#f3b568;
}
.header .banner-text .softpara .downarrowanim
{
	max-width: 30px;
    margin-left: 1rem;
	cursor: pointer;
}


.downarrowanim {
  width: 50px; /* Adjust size as needed */
  height: auto;
  margin: 0 auto;
  
  /* Applying the animation */
  animation: arrow-bounce 2s infinite;
}

@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px); /* Moves up */
  }
  60% {
    transform: translateY(-7px);  /* Small secondary bounce */
  }
}
@media screen and (max-width: 1399px) {
.header .banner-text {
    margin-left: 30px;
    top: 20rem;
    width: 90%;
}
.header .banner-text .softtext
{
    font-size:80px;
}
.header .banner-text .hardtext
{
    font-size:80px;
}	
}
@media screen and (max-width: 979px) {
.header .banner-text {
    margin-left: 30px;
    top: 15rem;
    width: 90%;
}
.header .banner-text .softtext
{
    font-size:60px;
	line-height:60px;
}
.header .banner-text .hardtext
{
    font-size:60px;
	line-height:60px;
}	
}
@media screen and (max-width: 770px) {
.header .banner-text {
    margin-left: 30px;
    top: 10rem;
    width: 90%;
}
.header .banner-text .softtext
{
    font-size:50px;
	line-height:50px;
}
.header .banner-text .hardtext
{
    font-size:50px;
	line-height:50px;
}
.header .banner-text .softpara
{
	 font-size:1rem;
	 letter-spacing: 0.1rem;
    line-height: 1rem;	
}	
}
@media screen and (max-width: 641px) {
.header .banner-text {
    margin-left: 30px;
    top: 20rem;
    width: 90%;
}
.header .banner-text .softtext
{
    font-size:56px;
	line-height:50px;
}
.header .banner-text .hardtext
{
    font-size:56px;
	line-height:50px;
}
.header .banner-text .softpara
{
	 font-size:1rem;
	 letter-spacing: 0.1rem;
    line-height: 1rem;	
}	
}
.boxes-bg {
    background-color: #fff;
    padding: 2vw;
    height: 100vh;
    display: flex;
    align-items: center; 
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}
.boxes-bg1 {
    background-color: #fff;
    padding: 2vw;
    height: 116vh;
    display: flex;
    align-items: center; 
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.green-box {
    background-color: #7ed9cb;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-height: 94vh; 
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.green-box-img {
    width: 34%;
    max-height: 100%; 
    display: flex;
    align-items: center;
    overflow: hidden;
}

.green-box-img img {
    border: solid 5px #024f61;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops the image to fit the container instead of stretching it */
    display: block;
}

.green-box-text {
    margin-left: 30px;
    position: relative;
	width:66%;
}

.green-box-subtitle {
    color: #2c4d5d;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
}

.green-box-heading {
    font-family: "GroldBlack";
    font-size: 80px;
    line-height: 60px;
    color: #204e5f;
    margin-bottom: 2vw;
    display: flex;
    gap: 18px;
}

.green-box-heading::before {
    background-color: #204e5f;
    width: 12px;
    flex-shrink: 0;
    content: "";
}

.green-box-heading span {
    color: #fff;
    display: block;
}

.green-box-content {
    color: #2c4d5d;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 30px;
    line-height: 2vw;
}

.green-box-text-scope {
    background-color: #204e5f;
    font-family: "GroldBold";
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    letter-spacing: 6px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 2vw;
}

.green-box-text-listing {
    margin-left: 25px;
}

.green-box-text-listing ul {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    font-family: "GroldRegular";
    color: #2c4d5d;
    font-size: 1.5vw;
}

.green-box-text-listing ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
	line-height:2vw;
}

.green-box-text-listing ul li::before {
    content: "";
    background-color: #204e5f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
    transform: translateY(-50%);
}

/*red box*/
.red-box {
    background-color: #fe786c;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-height: 94vh; 
    width: 100%;
    box-sizing: border-box;
    position: relative;

}

.red-box-img {
    width: 34%;
    max-height: 100%; 
    display: flex;
    align-items: center;
    overflow: hidden;

}

.red-box-img img {
    border: solid 5px #024f61;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops the image to fit the container instead of stretching it */
    display: block;
}

.red-box-text {
    margin-left: 30px;
    position: relative;
	width:66%;
}

.red-box-subtitle {
    color: #2c4d5d;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
}

.red-box-heading {
    font-family: "GroldBlack";
    font-size: 80px;
    line-height: 60px;
    color: #204e5f;
    margin-bottom: 2vw;
    display: flex;
    gap: 18px;
}

.red-box-heading::before {
    background-color: #204e5f;
    width: 12px;
    flex-shrink: 0;
    content: "";
}

.red-box-heading span {
    color: #fff;
    display: block;
}

.red-box-content {
    color: #FFF;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 30px;
    line-height: 2vw;
}

.red-box-text-scope {
    background-color: #204e5f;
    font-family: "GroldBold";
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    letter-spacing: 6px;
    padding: 10px 30px;
    border-radius: 10px;
   margin-bottom: 2vw;
}

.red-box-text-listing {
    margin-left: 25px;
}

.red-box-text-listing ul {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    font-family: "GroldRegular";
    color: #fff;
    font-size: 1.5vw;
}

.red-box-text-listing ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
	line-height:2vw;
}

.red-box-text-listing ul li::before {
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
    transform: translateY(-50%);
}

/*orange box*/

.orange-box {
    background-color: #feb257;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-height: 94vh; 
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.orange-box-img {
    width: 34%;
    max-height: 100%; 
    display: flex;
    align-items: center;
    overflow: hidden;

}

.orange-box-img img {
    border: solid 5px #024f61;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops the image to fit the container instead of stretching it */
    display: block;

}

.orange-box-text {
    margin-left: 30px;
    position: relative;
	width:66%;
}

.orange-box-subtitle {
    color: #2c4d5d;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
}

.orange-box-heading {
    font-family: "GroldBlack";
    font-size: 80px;
    line-height: 60px;
    color: #204e5f;
   margin-bottom: 2vw;
    display: flex;
    gap: 18px;
}

.orange-box-heading::before {
    background-color: #204e5f;
    width: 12px;
    flex-shrink: 0;
    content: "";
}

.orange-box-heading span {
    color: #fff;
    display: block;
}

.orange-box-content {
    color: #2c4d5d;
    font-family: "GroldRegular";
   font-size: 1.5vw;
    margin-bottom: 30px;
    line-height: 2vw;
}

.orange-box-text-scope {
    background-color: #204e5f;
    font-family: "GroldBold";
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    letter-spacing: 6px;
    padding: 10px 30px;
    border-radius: 10px;
   margin-bottom: 2vw;
}

.orange-box-text-listing {
    margin-left: 25px;
}

.orange-box-text-listing ul {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    font-family: "GroldRegular";
    color: #2c4d5d;
    font-size: 1.5vw;
}

.orange-box-text-listing ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
	line-height:2vw;
}

.orange-box-text-listing ul li::before {
    content: "";
    background-color: #204e5f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
    transform: translateY(-50%);
}



.logo-area-bottom {
    position: absolute;
    bottom: 0;
    border-top: solid 2px #5eaba7;
    padding-top: 30px;
    width: 100%;
	overflow: hidden;
}
.red-box-text .logo-area-bottom {
 border-top: solid 2px #fea69e;
}
.orange-box-text .logo-area-bottom {
 border-top: solid 2px #b3905a;
}
.black-box-text .logo-area-bottom {
 border-top: solid 2px #6f6f6f;
}

.logo-area-bottom ul {
    display: flex;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: max-content;
}

.logo-area-bottom ul li {
    display: flex;
    flex-shrink: 0;
}

.logo-area-bottom ul li img {
    width: 110px;
    margin-right: 40px; /* Matches the paddingRight in JS */
}

/* When animation is inactive (>= 1300px), reset to a natural static layout */
@media (min-width: 1100px) {
    .logo-area-bottom ul {
        width: 100%;
        white-space: normal;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 0 20px;
    }
    .logo-area-bottom ul li {
        flex: 1;
        flex-shrink: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-area-bottom ul li img {
        width: auto;
        max-width: 100%;
        margin-right: 0;
    }
}


/*black box*/

.black-box {
    background-color: #000;
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-height: 110vh; 
    width: 100%;
    box-sizing: border-box;
    position: relative;
    
}

.black-box-img {
    width: 34%;
    max-height: 100%; 
    display: flex;
    align-items: center;
    overflow: hidden;

}

.black-box-img img {
    border: solid 5px #7edacc;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops the image to fit the container instead of stretching it */
    display: block;
}

.black-box-text {
    margin-left: 30px;
    position: relative;
	width:66%;
}

.black-box-subtitle {
    color: #fff;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
}

.black-box-heading {
    font-family: "GroldBlack";
    font-size: 80px;
    line-height: 60px;
    color: #7edacc;
    margin-bottom: 2vw;
    display: flex;
    gap: 18px;
}

.black-box-heading::before {
    background-color: #7edacc;
    width: 12px;
    flex-shrink: 0;
    content: "";
}

.black-box-heading span {
    color: #fff;
    display: inline;
}

.black-box-content {
    color: #fff;
    font-family: "GroldRegular";
    font-size: 1.5vw;
    margin-bottom: 30px;
    line-height: 2vw;
}

.black-box-text-scope {
    background-color: #7edacc;
    font-family: "GroldBold";
    text-transform: uppercase;
    font-size: 24px;
    color: #2c4d5d;
    letter-spacing: 6px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 2vw;
}



.black-box-text-listing {
    margin-right: 25px;
}

.black-box-text-listing ul {
    padding: 0;
    margin: 0;
    width: 29%;
    float: left;
    font-family: "GroldRegular";
    color: #fff;
    padding-left: 20px;
    margin-right: 20px;
    border-left: solid 1px #6f6f6f;
    
}
.black-box-text-listing ul:first-child{
    border-left: solid 0px #acacac;
}

.black-box-text-listing ul:last-child{
    margin: 0;
    width: 32%;
    float: left;
    font-family: "GroldRegular";
    color: #fff;
    padding-right: 0px;
    margin-right: 0px;
}

.black-box-text-listing ul p{
    height: 46px;
    line-height: 1.2vw;
	font-size: 1.2vw;
    padding-left: 20px;
    position: relative;
	color:#7edacc;
}
.black-box-text-listing ul p span {
position: absolute;
left: 0px;
}

.black-box-text-listing ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 1vw;;
    line-height: 1vw;
}

.black-box-text-listing ul li::before {
    content: "";
    background-color: #7edacc;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
	top: 0.5em;
    transform: translateY(-50%);
}
@media (max-width: 1400px) {
.green-box-heading,.red-box-heading,.orange-box-heading,.black-box-heading{
  font-size:60px;
  line-height:50px;
 }
 .black-box-text-listing ul p {height: 35px;}
	.green-box-content, .red-box-content, .orange-box-content, .black-box-content
	{
	  font-size: 17px;
      margin-bottom: 20px;
      line-height: 19px;	
	}
	.green-box-text-listing ul li, .red-box-text-listing ul li, .orange-box-text-listing ul li
	{
	 width: 100%;
    font-size: 17px;
    line-height: 19px;
	}
}
@media (max-width: 1260px) {
    .green-box-heading,.red-box-heading,.orange-box-heading,.black-box-heading{
  font-size:50px;
  line-height:40px;
 }
 .black-box-text-listing ul p {height: 35px;}
	.green-box-content, .red-box-content, .orange-box-content, .black-box-content
	{
	  font-size: 16px;
      margin-bottom: 20px;
      line-height: 18px;	
	}
	.green-box-text-listing ul li, .red-box-text-listing ul li, .orange-box-text-listing ul li
	{
	 width: 100%;
    font-size: 16px;
    line-height: 18px;
	}
}
@media (max-width: 1024px) {
	.green-box-heading, .red-box-heading,.orange-box-heading,.black-box-heading
	{
	font-size: 40px;
    line-height: 35px;
	}
	.green-box-subtitle, .red-box-subtitle,.orange-box-subtitle,.black-box-subtitle
	{
	  font-size: 15px;	
	}
	.green-box-content, .red-box-content, .orange-box-content, .black-box-content
	{
	  font-size: 15px;
        margin-bottom: 10px;
        line-height: 16px;	
	}
	.green-box-text-listing ul, .red-box-text-listing ul, .orange-box-text-listing ul
	{
    font-size: 14px;
	}
	.green-box-text-scope, .red-box-text-scope,.orange-box-text-scope,.black-box-text-scope
	{
    font-size: 15px;
    padding: 8px 30px;
    margin-bottom: 15px;
	}
	.black-box-text .logo-area-bottom{
	 position:relative;
    margin-top: 20px ;
        display: inline-block;
	}
    /*.green-box-img, .red-box-img, .orange-box-img, .black-box-img{
        width: 100%;
    }*/
    /*.logo-area-bottom ul li img {
        width: 58px;
        margin-right: 20px;
    }*/
    
    .black-box-text-listing ul p {
        height: auto;
    }
    .black-box-text-listing ul {
        padding-right: 0;
        margin-right: 0;
        border-left: solid 0px #6f6f6f;
        min-height: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    .black-box-text-listing ul:last-child{
        padding-right: 0;
        margin-right: 0;
        border-left: solid 0px #6f6f6f;
        min-height: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    .black-box-text-listing, .green-box-text-listing, .red-box-text-listing, .orange-box-text-listing {
        margin-left: 5px;
    }
}

@media (max-width: 800px) {
    .boxes-bg, .boxes-bg1{height: auto;}
    .green-box, .red-box, .orange-box, .black-box {
        flex-direction: column;
        max-height: initial;
    }
    .green-box-img, .red-box-img, .orange-box-img, .black-box-img {
        width: 100%;
    }
    .green-box-text, .red-box-text, .orange-box-text, .black-box-text {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
   .logo-area-bottom{
	 position:relative;
    margin-top: 20px ;
        display: inline-block;
	}
    .green-box-text, .red-box-img, .orange-box-img, .black-box-img {
        margin-left: 0;
        position: relative;
        margin-top: 30px;
    }
	.green-box-text-listing ul li, .red-box-text-listing ul li,.orange-box-text-listing ul li
	{font-size:14px; line-height: 18px;
	 }
	.black-box-text-listing ul p {font-size:14px; line-height:14px;}
	.black-box-text-listing ul li{font-size:13px; line-height:13px;}
}

@media (max-width: 640px) {
    .green-box-text-listing ul, .red-box-text-listing ul, .orange-box-text-listing ul, .black-box-text-listing ul {
        width: 100%;
    }
    .green-box-heading,  .red-box-heading, .orange-box-heading, .black-box-heading{
        font-size: 60px;
        line-height: 55px;
    }
    .green-box-heading, .red-box-heading, .orange-box-heading, .black-box-heading {
        font-size: 40px;
        line-height: 35px;
    }
	.red-box-subtitle, .green-box-subtitle, .orange-box-subtitle, .black-box-subtitle {
        
        margin-bottom: 26px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    .figure-section
	{
		padding:0;
	}
    
}


@media (max-width: 400px) {

    .green-box,.red-box,.orange-box,.black-box
	{
	padding: 15px;	
	}
    .green-box-heading,
    .red-box-heading,
    .orange-box-heading,
    .black-box-heading {
        font-size: 40px;
        line-height: 40px;
        padding-left: 20px;
    }
}



