@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,700;1,900&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');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*
{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    /* this block */
    --primary-text-color:#183b56;
    --secondary-text-color:#577592;
    --accent-color:#2294ed;
    --accent-color-dark:#1d69a3;
    --padding-inline-section:20px;
}
body{
    font-family:'Poppins',sans-serif;
    /* this code  */
    color:var(--primary-text-color);
}
h1{
    font-size:3rem;
}
h2{
    font-size:2rem;
}
h3{
    font-size:1.5rem;
}
p{
    font-family:'Roboto',sans-serif;
    font-size: 1.25rem;
    color:var(--secondary-text-color);
    line-height: 1.8rem;

}
a
{
    text-decoration: none;
    display: inline-block;
}
ul{
    /* list dotted are removed  */
    list-style: none;
}

/* utiltiy section */
.small-bold-text
{
    font-size:1rem;
    font-weight: 700;
}
.container
{
    max-width:1180px;
    margin-inline:auto;
    padding-inline:var(--padding-inline-section);

}
.flex
{
    display:flex;
    align-items:center;
}
.hover-link
{
  color:var(--primary-text-color);

}
.hover-link:hover
{
    color:var(--accent-color);
    transition:0.2s ease-out;
   
}

.primary-btn
{
    background-color: var(--accent-color);
    border-radius: 6px;
    font-weight:700;
    color:white !important;
    padding:12px 24px;
    box-shadow: 0 0 2px var(--secondary-text-color);
    transition: 0.2s ease-out;
    
}
.primary-btn:hover
{
    background-color:var(--accent-color-dark);
}
.secondary-btn
{
    border:0.5px solid var(--secondary-text-color);
    border-radius: 6px;
    font-weight:700px;
    color:var(--primary-text-color);
    padding: 12px 24px;
    transition:0.2s ease-out;
    
}
.secondary-btn:hover{
    border-color: var(--accent-color);
    color: var(--accent-color) !important;
}
/* top banner  */
.top-banner
{
    background-image:url(../assests/asset\ 30.png);
    background-color:#4fb3d4;
    background-size: 300px;
}
.banner-text
{
    color:white;
    padding:15px 30px;
    text-align:center;

}
/* nav */
.main-nav
{
    margin-top:20px;
   justify-content: space-between;
}
.company-logo img
{
    width:200px;
}
.nav-links{
    flex-basis: 730px;
}
.nav-links ul
{
    justify-content: end;
    gap:40px;
}
/* header section */
header{
    padding:50px var(--padding-inline-section) 0;

}
.header-section
{
    justify-content: center;
    gap:50px;

}
.header-right img{
    width:600px;
}
.header-left
{
    max-width:40vw;
}
.header-left h1
{
    margin-top:20px;

}
.get-started-btn
{
    margin:20px;
    border:3px;
}
/* Companies Section */
.companies-header
{
    text-align:center;
    /* padding-top: 30px; */
    margin-block:30px;
    color:var(--primary-text-color);
}
.logos
{
    justify-content: space-between;
    flex-wrap:wrap
}
.logo
{
    height:46px;

}
/* Feature-section */
.features-section{
    background-image:url(../assests/asset\ 32.svg);
    
    padding:20px var(--padding-inline-section) 0;

}
.features-header
{
    text-align:center;

   
}
.features-header h2{
    margin-bottom: 20px;
}
.features-area
{
    margin-top:25px;
    gap:40px;
   flex-wrap:wrap;
   justify-content: space-between;
}
.features-card
{
    flex-direction: column;
    gap:20px;
    max-width:30%;
    text-align:center;
    


}
.features-card img
{
    width:50px;
}
/* big-feature-section */
.big-feature-section
{
    padding: 30px var(--padding-inline-section) 0;
}
.big-features-container
{
    gap:30px;

}
.feature-img img
{
    width:100%;
}
.feature-desc
{
    flex-direction: column;
    align-items:flex-start;

}
/* example-section */
.examples-header
{
    text-align:center;
}
.example-heading-text
{
    margin-bottom:20px;
}
.example-card
{
    width:23%;
    /* height:30px */
    position: relative;
    min-height: 300px;
    background: black ;
    background-image: linear-gradient(rgb(0,0,0,0.1) ,rgb(0,0,0,0.8)) ,url(../assests/asset\ 35.jpeg);
    background-size: cover;
   
}
.example-area
{
    justify-content:space-between;
    margin-block:30px;
}
.card-text
{
    position: absolute;
    bottom: 20px;
    left:20px;
    right:30px;
    color:white;

}
.example-card:nth-child(2)
{
    background-image:linear-gradient(rgb(0,0,0,0.1) ,rgb(0,0,0,0.8)) ,url(../assests/asset\ 34.jpeg);
    background-size: cover;
}
.example-card:nth-child(3)
{
    background:linear-gradient(rgb(0,0,0,0.1) ,rgb(0,0,0,0.8)) ,url(../assests/asset\ 36.jpeg);;
    background-size: cover;
}
.example-card:nth-child(4)
{
    background:linear-gradient(rgb(0,0,0,0.1) ,rgb(0,0,0,0.8)) ,url(../assests/asset\ 37.jpeg);;
    background-size: cover;
}
.example-card:hover{
    box-shadow: 0 0 10px #8888;
}
/* cta-section */
.cta-section-container
{ 
   
    flex-direction: column;
    gap:30px;
    color:white;

}
.cta-section
{
    padding:120px var(--padding-inline-section) 80px;
    background-color: #183b54;
}
.cta-section-container p
{
    color:white;
    margin-top:20px;
}
/* footer section */
.link-column
{
flex-direction: column;
align-items: flex-start;
gap:20px;

}
.footer-container
{
    align-items: flex-start;
    justify-content: space-between;

}
footer
{
    padding-block: 80px;
    background-color: #ebf2fa;


}
/* sub-footer */
.subfooter

{
    background-color: #b9cde4;
    padding:var(--padding-inline-section);

}

.subfooter-container
{

    justify-content:center;
    gap:30px;
}