.elementor-7401 .elementor-element.elementor-element-ab864db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7401 .elementor-element.elementor-element-2bba115{--display:flex;--min-height:400px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7401 .elementor-element.elementor-element-2bba115:not(.elementor-motion-effects-element-type-background), .elementor-7401 .elementor-element.elementor-element-2bba115 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#99A811;}.elementor-7401 .elementor-element.elementor-element-ee21ad3{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7401 .elementor-element.elementor-element-ee21ad3:not(.elementor-motion-effects-element-type-background), .elementor-7401 .elementor-element.elementor-element-ee21ad3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D3D6F7;}.elementor-7401 .elementor-element.elementor-element-7eabdfb{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7401 .elementor-element.elementor-element-7eabdfb:not(.elementor-motion-effects-element-type-background), .elementor-7401 .elementor-element.elementor-element-7eabdfb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-edd4e0c */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    background-color: #f1f9ff;
    flex-wrap: wrap;
    flex-direction: column;
}

.container h1{
    font-size: 40px;
    line-height: 5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.social{
    display: flex;
    gap: 30px;
}

.social a{
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: linear-gradient(145deg, #ffffff, #d9e0e6);
    box-shadow: inset 6px 6px 14px #8e9396,
            inset -6px -6px 14px #ffffff;
    border-radius: 25px;
    overflow: hidden;
}

.social a .fa-brands{
    position: relative;
    font-size: 30px;
    line-height: 80px;
    z-index: 2;
    transition: color 0.5s;
    
}

.social a::after{
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: linear-gradient(-45deg, #12c2e9, #c471ed, #f64f59);
    position: absolute;
    border-radius: 25px;
    transition: 0.5s ease;
}

.social a:hover::after{
    top: 0;
}


.social a:hover .fa-brands{
    color: #fff;
    text-shadow:  1px 2px 14px #8e93969c,
             -1px -2px 14px #ffffffb7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f645fe */.search-box {
	position: absolute;
	top : 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #2f3640;
	height: 40px;
	border-radius: 40px;
	padding: px;
	outline: none;
	border: 0px;
  }
  
  .search-box:hover > .search-text{
	width: 240px;
	padding: 0 6px;
  }
  
  .search-box:hover > .search-btn{
	background: white;
	color: black;
	margin-top:-41px;
	margin-left: -4px;
  }
  
  .search-btn {
	color: #ffd000;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2f3640;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	cursor: pointer;
	text-decoration: none;
	margin-top: -57px;
	
  }
  
  .search-text {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0;
	color: white;
	font-size: 16px;
	font-weight: normal;
	transition: 0.4s;
	line-height: 40px;
	width: 0px;
	
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4480ee1 */span {
	font-size: 10vw;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -3px;
	animation: weight 2s infinite;
	animation-delay: calc(var(--char-index) * 150ms);
}

@keyframes weight {
	from {
		font-weight: 100;
	}

	50% {
		font-weight: 900;
	}

	to {
		font-weight: 100;
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68864fa */.loading {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-shadow: grey 1px 1px 1px;
}

.letter {
    float: left;
    width: 35px;
    height: 60px;
    position: relative;
    -webkit-animation: flip 2s infinite;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
}

.letter div {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate(0);
    -webkit-backface-visibility: hidden;
    -webkit-animation: color 8s infinite;
}

.letter div.back { -webkit-transform: rotateY(180deg); }

.letter:nth-child(1), .letter:nth-child(1) div { -webkit-animation-delay: 0.125s; }
.letter:nth-child(2), .letter:nth-child(2) div { -webkit-animation-delay: 0.25s; }
.letter:nth-child(3), .letter:nth-child(3) div { -webkit-animation-delay: 0.375s; }
.letter:nth-child(4), .letter:nth-child(4) div { -webkit-animation-delay: 0.5s; }
.letter:nth-child(5), .letter:nth-child(5) div { -webkit-animation-delay: 0.625s; }
.letter:nth-child(6), .letter:nth-child(6) div { -webkit-animation-delay: 0.75s; }
.letter:nth-child(7), .letter:nth-child(7) div { -webkit-animation-delay: 0.875s; }
.letter:nth-child(8), .letter:nth-child(8) div { -webkit-animation-delay: 1s; }
.letter:nth-child(9), .letter:nth-child(9) div { -webkit-animation-delay: 1.125s; }
.letter:nth-child(10), .letter:nth-child(10) div { -webkit-animation-delay: 1.25s; }

@-webkit-keyframes flip {
    0% { -webkit-transform: rotateY(0deg) translate(0); }
    40%, 100% { -webkit-transform: rotateY(180deg) translate(0); }
}

@-webkit-keyframes color {
    0% { color: #88E488; }
    25% { color: #EEADB7; }
    50% { color: #90C9DB; }
    75% { color: #F3B034; }
    100% { color: #828282; }
}/* End custom CSS */