.elementor-544 .elementor-element.elementor-element-fa2e812 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}/* Start custom CSS for html, class: .elementor-element-6ed9e36 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Poppins,sans-serif;
}

.container{
width:100%;
max-width:1500px;
margin:auto;
}

/* Top Bar */

.topbar{

background:#6b3b12;
color:#fff;
padding:12px 0;
font-size:14px;

}

.topbar .container{

display:flex;
justify-content:space-between;
align-items:center;

}

.top-buttons{

display:flex;
gap:10px;

}

.top-buttons a{

background:#1d1d1d;
color:#fff;
padding:10px 18px;
text-decoration:none;
font-size:14px;

transition:.3s;

}

.top-buttons a:hover{

background:#a020f0;

}

/* Header */

header{

background:#f7eefb;
padding:22px 0;

}

.header{

display:flex;
justify-content:space-between;
align-items:center;

}

/* Logo */

.logo{

display:flex;
align-items:center;
gap:10px;

}

.logo i{

font-size:48px;
color:#b11cff;

}

.logo h2{

font-size:28px;
font-weight:700;

}

.logo span{

color:#b11cff;
font-size:15px;

}

/* Menu */

nav ul{

display:flex;
list-style:none;
gap:35px;

}

nav a{

text-decoration:none;
color:#111;
font-weight:500;
transition:.3s;

}

nav a:hover{

color:#b11cff;

}

/* Right Side */

.right{

display:flex;
align-items:center;
gap:35px;

}

.buy-btn{

background:linear-gradient(90deg,#ff00cc,#8b2fff);

color:#fff;

padding:14px 30px;

border-radius:40px;

text-decoration:none;

font-weight:600;

}

.phone{

display:flex;
align-items:center;
gap:15px;

}

.phone i{

font-size:28px;
color:#b11cff;

}

.phone p{

font-size:12px;
text-transform:uppercase;

}

.phone strong{

color:#b11cff;

}

/* Responsive */

@media(max-width:992px){

.header{

flex-direction:column;
gap:25px;

}

.topbar .container{

flex-direction:column;
gap:15px;

}

nav ul{

flex-wrap:wrap;
justify-content:center;

}

.right{

flex-direction:column;

}

}

@media(max-width:600px){

.logo h2{

font-size:22px;

}

.top-buttons{

flex-wrap:wrap;
justify-content:center;

}

nav ul{

gap:18px;

}

.buy-btn{

padding:12px 22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e719f6 */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

.hero{
    background-image:url("https://yourdomain.com/images/background.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero{

min-height:100vh;

display:flex;

align-items:center;

overflow:hidden;

}

.container{

width:90%;

max-width:1300px;

margin:auto;

display:flex;

justify-content:space-between;

align-items:center;

}

.hero-text{

width:50%;

animation:left 1s ease;

}

.tagline{

color:#b327ff;

font-weight:600;

}

.hero h1{

font-size:70px;

font-weight:800;

line-height:1.1;

margin:20px 0;

}

.buttons{

display:flex;

gap:20px;

margin:40px 0;

}

.btn{

padding:18px 40px;

border-radius:50px;

text-decoration:none;

font-weight:600;

color:#fff;

transition:.4s;

}

.btn-purple{

background:linear-gradient(90deg,#ff00cc,#8f2fff);

}

.btn-yellow{

background:#ffbc18;

}

.btn:hover{

transform:translateY(-8px);

}

.award{

display:flex;

align-items:center;

gap:15px;

background:#fff;

padding:20px;

border-radius:60px;

width:420px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

margin-top:40px;

}

.icon{

font-size:40px;

}

.social{

display:flex;

gap:15px;

margin-top:35px;

}

.social a{

width:50px;

height:50px;

background:#ead9f7;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

color:#a020f0;

text-decoration:none;

transition:.4s;

}

.social a:hover{

background:#a020f0;

color:#fff;

transform:rotate(360deg);

}

.hero-image{

position:relative;

width:45%;

display:flex;

justify-content:center;

animation:right 1s ease;

}

.circle{

position:absolute;

width:700px;

height:700px;

background:#ead8fb;

border-radius:50%;

z-index:-1;

}

.hero-image img{

width:90%;

animation:float 4s infinite ease-in-out;

}

@keyframes float{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

}

@keyframes left{

from{

opacity:0;

transform:translateX(-100px);

}

to{

opacity:1;

transform:translateX(0);

}

}

@keyframes right{

from{

opacity:0;

transform:translateX(100px);

}

to{

opacity:1;

transform:translateX(0);

}

}

@media(max-width:991px){

.container{

flex-direction:column;

text-align:center;

}

.hero-text,.hero-image{

width:100%;

}

.hero h1{

font-size:45px;

}

.buttons{

justify-content:center;

}

.award{

width:100%;

}

.circle{

width:400px;

height:400px;

}

}/* End custom CSS */