@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');
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: "poppins","san-serif";
}
/* BANNER*/

.nav-banner
{
    background-color: #4fb3d4;
    background-image: url("MORDERNSITE IMGS AND CODE/asset 28.png");
    background-size: 300px;
}
.banner-text
{
    font-size: 1rem;
    font-weight: 700;
    color: white;
    padding: 15px 30px;
    text-align: center;
    
    
}

.contanir 
{
    max-width: 1180px;
    margin-inline:auto;
    padding-inline: 20px;
    
}
.LOGO {
    background-image: url("MORDERNSITE IMGS AND CODE/LOGO.png");
    height: 47px; 
    width: 300px;
    background-repeat: no-repeat;
    background-size: contain;  
    margin: 0px 57px;
    margin-left: 100px;
}

.NAVNBAR 
 {
    background-color: rgb(255, 255, 255);
    height: 51px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding-top: 10px;
    margin-right: 100px;
    
    
}
.NAVLINKS
{
    list-style: none;
    display: flex;
}

.link 
{
   display: inline-block;
   margin-right: 20px;
   text-decoration: none;
   color: black; 
   transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}
.link:hover { 
    color: rgb(0, 255, 238);
}
.links
{
   
    margin-right: 30px;
    text-decoration: none;
    color: black; 
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border:  2px solid #2294ed;
    border-radius: 10px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
    font-weight: 700;
}
.links:hover { 
    color:#2294ed
}
.linkss
{
    text-decoration: none;
    color:white !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border: 2px solid #2294ed;
    border-radius: 10px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
    font-weight: 700;
    background-color: #2294ed;
    
   
}
.linkss:hover 
{
    background-color: #183b56;
}
/* SECTION 1 */
.section1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 57px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10px;
}

.text-content {
    max-width: 59%;
    padding-right: 100px;
    
}

.SEC-rightPIC {
    flex-shrink: 0;
    margin-right: 300px;
}

.SEC-rightPIC img {
    max-width: 500px;
    height: auto;
    padding-left: 0px;

}

.Getstrdbutton {
    text-decoration: none;
    color: white !important;
    padding: 12px 24px;
    border: 2px solid #2294ed;
    border-radius: 10px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
    font-weight: 700;
    background-color: #2294ed;
    display: inline-block;
    margin-top: 20px; 
}

.Getstrdbutton:hover {
    background-color: #183b56;
}

p {
    margin-bottom: 20px; 
}
.H1
{
    font:900;
    white-space: nowrap;
    font-size: 3.5rem;
    color: #183b56;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}
.H1:hover 
{ 
    color: rgb(54, 162, 154);
}
.cap
{
    text-align: center;
    color: #183b56;
}
/* COMPNIES*/
.allcompnies
{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-left: 200px;
    margin-right: 200px;
}
.allcompnies img
{
    height: 40px; 
    object-fit: contain;
}
h2
{
    text-align: center;
    padding: 144px 0px 0px;
}
.allfeautures 
{
    padding: 0px 20px;
    margin: 0px 84.5px 30px;
}
.TEXTSEC
{
    display: flex;
    flex-direction: column;
    align-items: center;
} 
.Features-heding
{
    margin-bottom: 20px;
}
.Features-area
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features
{
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 10px;
    max-width: 29%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.features img
{
    width: 50px;
}
.lernnbutton
{
    margin-right: 30px;
    text-decoration: none;
    color: black; 
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border:  1px solid #000000;
    border-radius: 10px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
    font-weight: 700;

}
.lernnbutton:hover 
{ 
    color:#2294ed
}
/* SECTIOON 2*/
.SECTION2
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 57px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10px;
    
}
.SEC-leftPIC {
    flex-shrink: 0;
}

.SEC-leftPIC img {
    max-width: 500px;
    height: 500px;
    padding-left: 0px;
}
.text-contentr
{
    max-width: 40%;
    margin-bottom: 100px;
}
.h2sec2
{
    padding-top: 0px;
    text-align: left;
    color: #183b56;
}
.imgg
{
    height: 30px;
}
.logotxt
{
    display: flex;
    align-content: center;
    justify-content: center;
}
.cr7img
{
    height:60px;
    object-fit: contain;
}
.text-para
{
    padding-left: 30px;
    padding-top: 20px;
    max-width: 100%;
    margin-bottom: 20px;
}
/* SECTION 3*/
.SECTION3
{
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 57px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10px;
}
.SEC3-rightPIC
{
    flex-shrink: 0;
}
.SEC3-rightPIC img {
    max-width: 500px;
    height: 500px;
    padding-left: 0px;
}

.h2sec3
{
    padding-top: 0px;
    text-align: left;
    color: #183b56;
}
/* SECTION 4*/
.SECTION4
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 57px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.SEC-leftPIC {
    flex-shrink: 0;
}

.SEC-leftPIC img {
    max-width: 500px;
    height: 500px;
    padding-left: 0px;
}
.SEC4-leftPICS
{
    flex-shrink: 0;
}
.SEC4-leftPICS img
{
    max-width: 500px;
    height: 500ox;
    padding-left: 0px;
}
/* EXAMPLE TEXT ABOVE IMAGES*/
.examplesxt
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.examph2
{
    padding: 14px 0px 0px;
}
.ctah2
{
    padding: 0px 0px 0px;
}
.ctasec
{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #183b54;
    padding-top: 120px;
    color: white;
    padding-bottom: 80px;
}
.ctasecbutton
{
    margin-bottom: 10px;
    text-decoration: none;
    color: white !important;
    padding: 12px 24px;
    border: 2px solid #2294ed;
    border-radius: 10px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
    font-weight: 700;
    background-color: #2294ed;
    display: inline-block;
    margin-top: -20px;
}
.ctasecbutton:hover
{
    background-color: #183b56;
}
.ctap
{
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
.ffoterlogo
{
    height: 47px;
    background-repeat: no-repeat;
    background-size: contain;  
    margin: 0px 57px;
    margin-left: 100px;
    
}
.mainfottor
{
    display: flex;
    justify-content: space-between;
    font-size: larger;
}
.bottom-Footer
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 100px;
    gap:20px;

}
.hover-link
{
    text-decoration: none;
    color: #183b56;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}
.hover-link:hover
{
    color: #2294ed
}
.h4bootm-foot
{
    color:#183b56;
}
footer
{
    background-color: #ebf2fa;
    padding-block: 80px;
}
.subfooter
{
    display: flex;
    padding: 20px;
    gap: 30px;
    font-size: large;
    height: 70px;
    background-color: #b9cde4;
    padding-left: 100px;
    justify-content: center;
}


.madeby
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: white;
}
.MADEWITH
{
    font-size: larger;
    color: white ;
}
.MADEWITH:hover
{
    color: red;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}
.hEART
{
    color: red;
}

.Instagram
{
    text-decoration: none;
}
/* Media Queries for Responsiveness */

/* Extra Small Devices (320px and below) */
@media screen and (max-width: 320px) {
    .contanir {
        padding-inline: 10px;
    }
    .nav-banner .banner-text {
        font-size: 0.8rem;
        padding: 10px 15px;
    }
    .NAVNBAR {
        flex-direction: column;
        height: auto;
        padding: 10px;
        margin-right: 0;
    }
    .LOGO {
        width: 150px;
        height: 30px;
        margin: 10px auto;
    }
    .NAVLINKS {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .link, .links, .linkss {
        margin-right: 0;
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    .section1 {
        flex-direction: column;
        margin: 10px;
        padding: 10px;
    }
    .text-content {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .H1 {
        font-size: 2rem;
    }
    .SEC-rightPIC {
        margin-right: 0;
    }
    .SEC-rightPIC img {
        max-width: 100%;
        padding-left: 0;
    }
    .cap {
        font-size: 0.9rem;
        padding: 10px;
    }
    .allcompnies {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px;
        gap: 10px;
    }
    .allcompnies img {
        height: 30px;
    }
    .allfeautures {
        margin: 10px;
        padding: 0 10px;
    }
    .Features-area {
        flex-direction: column;
        gap: 20px;
    }
    .features {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .SECTION2, .SECTION3, .SECTION4 {
        flex-direction: column;
        margin: 10px;
        padding: 10px;
    }
    .text-contentr {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .h2sec2, .h2sec3 {
        font-size: 1.5rem;
    }
    .SEC-leftPIC img, .SEC3-rightPIC img, .SEC4-leftPICS img {
        max-width: 100%;
        height: auto;
    }
    .text-para {
        padding-left: 0;
    }
    .logotxt {
        justify-content: center;
    }
    .ctasec {
        padding: 40px 10px;
    }
    .ctah2 {
        font-size: 1.5rem;
    }
    .ctap {
        font-size: 0.9rem;
    }
    .mainfottor {
        flex-direction: column;
        align-items: center;
        padding-block: 40px;
    }
    .bottom-Footer {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .ffoterlogo {
        margin: 10px auto;
    }
    .subfooter {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-left: 0;
        height: auto;
    }
    .madeby {
        padding: 20px;
        text-align: center;
    }
}

/* Small Devices (321px to 576px) */
@media screen and (min-width: 321px) and (max-width: 576px) {
    .contanir {
        padding-inline: 15px;
    }
    .nav-banner .banner-text {
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    .NAVNBAR {
        flex-direction: column;
        height: auto;
        padding: 15px;
        margin-right: 0;
    }
    .LOGO {
        width: 200px;
        height: 35px;
        margin: 10px auto;
    }
    .NAVLINKS {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .link, .links, .linkss {
        margin-right: 0;
        font-size: 1rem;
        padding: 10px 20px;
    }
    .section1 {
        flex-direction: column;
        margin: 15px;
        padding: 15px;
    }
    .text-content {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .H1 {
        font-size: 2.5rem;
    }
    .SEC-rightPIC {
        margin-right: 0;
    }
    .SEC-rightPIC img {
        max-width: 100%;
    }
    .cap {
        font-size: 1rem;
        padding: 15px;
    }
    .allcompnies {
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
        gap: 15px;
    }
    .allcompnies img {
        height: 35px;
    }
    .allfeautures {
        margin: 15px;
        padding: 0 15px;
    }
    .Features-area {
        flex-direction: column;
        gap: 25px;
    }
    .features {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .SECTION2, .SECTION3, .SECTION4 {
        flex-direction: column;
        margin: 15px;
        padding: 15px;
    }
    .text-contentr {
        max-width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .h2sec2, .h2sec3 {
        font-size: 1.8rem;
    }
    .SEC-leftPIC img, .SEC3-rightPIC img, .SEC4-leftPICS img {
        max-width: 100%;
        height: auto;
    }
    .text-para {
        padding-left: 0;
    }
    .ctasec {
        padding: 50px 15px;
    }
    .ctah2 {
        font-size: 1.8rem;
    }
    .ctap {
        font-size: 1rem;
    }
    .mainfottor {
        flex-direction: column;
        align-items: center;
        padding-block: 50px;
    }
    .bottom-Footer {
        margin-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .subfooter {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding-left: 0;
        height: auto;
    }
}

/* Medium Devices (577px to 768px) */
@media screen and (min-width: 577px) and (max-width: 768px) {
    .contanir {
        padding-inline: 20px;
    }
    .nav-banner .banner-text {
        font-size: 1rem;
        padding: 15px 25px;
    }
    .NAVNBAR {
        flex-direction: row;
        justify-content: space-between;
        padding: 15px;
        margin-right: 20px;
    }
    .LOGO {
        width: 250px;
        height: 40px;
        margin: 0 20px;
    }
    .NAVLINKS {
        flex-wrap: wrap;
        gap: 10px;
    }
    .link, .links, .linkss {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    .section1 {
        flex-direction: column;
        margin: 20px;
        padding: 20px;
    }
    .text-content {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .H1 {
        font-size: 3rem;
    }
    .SEC-rightPIC img {
        max-width: 80%;
    }
    .cap {
        font-size: 1.1rem;
    }
    .allcompnies {
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px;
        gap: 20px;
    }
    .allcompnies img {
        height: 40px;
    }
    .Features-area {
        justify-content: center;
        gap: 20px;
    }
    .features {
        max-width: 45%;
    }
    .SECTION2, .SECTION3, .SECTION4 {
        flex-direction: column;
        margin: 20px;
        padding: 20px;
    }
    .text-contentr {
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .h2sec2, .h2sec3 {
        font-size: 2rem;
    }
    .SEC-leftPIC img, .SEC3-rightPIC img, .SEC4-leftPICS img {
        max-width: 80%;
        height: auto;
    }
    .ctasec {
        padding: 60px 20px;
    }
    .mainfottor {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .bottom-Footer {
        margin-right: 20px;
        width: 40%;
        text-align: center;
    }
    .subfooter {
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 20px;
    }
}

/* Large Devices (769px to 992px) */
@media screen and (min-width: 769px) and (max-width: 992px) {
    .contanir {
        max-width: 900px;
    }
    .NAVNBAR {
        margin-right: 30px;
    }
    .LOGO {
        width: 270px;
        margin-left: 30px;
    }
    .NAVLINKS {
        gap: 15px;
    }
    .link, .links, .linkss {
        font-size: 0.95rem;
        padding: 10px 18px;
    }
    .section1 {
        margin: 30px;
        padding: 20px;
    }
    .text-content {
        max-width: 55%;
        padding-right: 50px;
    }
    .H1 {
        font-size: 3.2rem;
    }
    .SEC-rightPIC img {
        max-width: 400px;
    }
    .allcompnies {
        margin: 30px;
        gap: 25px;
    }
    .Features-area {
        gap: 25px;
    }
    .features {
        max-width: 30%;
    }
    .SECTION2, .SECTION3, .SECTION4 {
        margin: 30px;
        padding: 20px;
    }
    .text-contentr {
        max-width: 45%;
    }
    .SEC-leftPIC img, .SEC3-rightPIC img, .SEC4-leftPICS img {
        max-width: 400px;
    }
    .mainfottor {
        gap: 30px;
    }
    .bottom-Footer {
        margin-right: 30px;
        width: 30%;
    }
    .subfooter {
        padding-left: 30px;
    }
}

/* Extra Large Devices (993px to 1200px) */
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .contanir {
        max-width: 1000px;
    }
    .NAVNBAR {
        margin-right: 50px;
    }
    .LOGO {
        margin-left: 50px;
    }
    .section1 {
        margin: 40px;
    }
    .text-content {
        max-width: 60%;
        padding-right: 70px;
    }
    .SEC-rightPIC img {
        max-width: 450px;
    }
    .allcompnies {
        margin: 40px;
    }
    .SECTION2, .SECTION3, .SECTION4 {
        margin: 40px;
    }
    .text-contentr {
        max-width: 50%;
    }
    .SEC-leftPIC img, .SEC3-rightPIC img, .SEC4-leftPICS img {
        max-width: 450px;
    }
}

/* Wide Screens (1201px and above) */
@media screen and (min-width: 1201px) {
    .contanir {
        max-width: 1180px;
    }
    .NAVNBAR {
        margin-right: 100px;
    }
    .section1 {
        margin-left: 100px;
        margin-right: 100px;
    }
    .SEC-rightPIC {
        margin-right: 300px;
    }
    .allcompnies {
        margin-left: 200px;
        margin-right: 200px;
    }
    .SECTION2, .SECTION3, .SECTION4 {
        margin-left: 100px;
        margin-right: 100px;
    }
}
