/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/

/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */

  /* Preferred box-sizing value */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  /*
    Remove list styles (bullets/numbers)
    in case you use it with normalize.css
  */
  ol, ul {
    list-style: none;
  }
  
  /* For images to not be able to exceed their container */
  img {
    max-width: 100%;
  }
  
  /* Removes spacing between cells in tables */
  table {
    border-collapse: collapse;
  }
  
  /* Revert the 'white-space' property for textarea elements on Safari */
  textarea {
    white-space: revert;
  }

*,
::after,
::before {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




    body{
    font-family: 'Montserrat', sans-serif;
    background-color: #0f1822;
    align-items: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.logo{
    height: 2rem;
    cursor: pointer;
}


nav {
    font-weight:bold;
    display: flex;
    justify-content: space-around;
    padding:2rem 0; 
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    font-size: 1.2rem;
}

.btn{
    background-color: #2bd7a2;
    padding: 0.9375rem 25px;
    border-radius: 25px;
    color: white;
    font-weight:bold;
    cursor: pointer;
    font-size: 1.1rem;
    /* transform: scale(1.1); */
}
.side-btn{
    font-size: 1.1rem;
    font-weight:bold;
}
.hamburger{
    visibility: hidden;
    height: 45px;
}
button{
    border: 0px;
    margin-left: 2rem;
}
.login{
    font-weight:bold;
}
.login:hover{
    transition: .2s;
    transform: scale(1.1rem);
    color:#2bd7a2;
}

.btn:active {
    transform: translateY(2px);
    transition: .2s;
    color: white;
}
.btn:hover{
    transform: scale(1.1);
    transition: .2s;
    color:#0f1822;
}

li:hover{
    /* color:#2bd7a2; */
    transition: .2s;
    transform: scale(1.1);
 
}

li a{
    font-weight: bold;
    font-size: 1.1rem;
}
ul li {
    list-style: none;
    display: inline-block;
    padding-right: 3rem;
    text-align: center;
    color: white;
    
}
    
a{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
                        /* HERO PART */
.hero-info {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 7rem 0 ;
    width: 100vw;
    flex-wrap: wrap;

}

.left-info{
    padding: 3rem 0 0 0;
    z-index: 2;
    text-align: left;
    position: static;
    align-items: flex-start;
    /* line-height: 10rem; */

   
}
.right-info{
    display: flex;
    justify-content: flex-end;
    height: 25rem;
    z-index: -1;
    flex-wrap: wrap;
    
}

h1{
    font-size: 3rem;
    font-weight: 700;
    padding: .5rem 0;
    line-height: 3.5rem;
    color: white;

}

span{ color:#2bd7a2}

p{
    padding-bottom: 2rem;
    color:white;
    font-weight: 300;
    
}
.btn-sub{
    background-color: #2bd7a2;
    padding: 0.9375rem 1.5625rem;
    border-radius: 1.25rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
    border: none;
    align-items: left;
    text-align: left;
    margin: 0%;
    }

.btn-sub:hover{
        transition: .2s;
        transform: scale(1.1);
        color:#0f1822;
    }
    
        /* MIDDLE PART */

.feat-on{
    width: 80%;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}
.feat-txt{
    color: #00a5ff;
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing: 1rem;
}

.feat-logos{
    width: 70%;
    margin: auto;
    z-index: -1;
    

}
.box1{
    background-color: #2bd7a2;
    border-radius: 10px;
    opacity: .6;
    margin:auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.8rem 4rem;
    
}


.logo1{
    height: 1.5rem;
    padding-right: 5rem;
    opacity: .6;
}


.section{
    padding: 8rem 0;
    display: flex;
    justify-content: space-around;
    width: 100%;

}

.trust-us{
    letter-spacing: 2rem;
    text-transform: uppercase;
}

.mid-txt{
    font-size:.9rem;
    padding: 2rem 0;
    letter-spacing: 1px;

}

.img-part{
    display: flex;
    justify-content: flex-start;
    padding: 0 2rem 0 0;
    z-index: -1;
}
right-part{
    text-align: left;
}

.imgbg{
    height: 50rem;
    z-index: -1;
    opacity: .7;
    position: sticky;
    /* width: 100%; */
    display: flex;
    justify-content: flex-start;
}


.txt-part {
    display: inline;
    justify-content: center;
    text-align: center;
    margin: auto;
    z-index: 5;
    background-color: #2bd7a2;
    /* border-radius: 15px; */
    padding: 3rem 20rem 3rem 20rem;
    color: #0f1822;
}

.span1{
    color:#0f1822
}
.btn-sub1{
    background-color: #0f1822;
    padding: 1rem 2rem;
    /* border-radius: 1.25rem; */
    color: white;
    font-weight: 600;
    cursor: pointer;
    border: none;
    align-items: left;
    text-align: left;
    margin: 0%;
    }

.btn-sub1:hover{
        transition: .2s;
        transform: scale(1.1);
        color:white;
        background-color: #00a5ff;
        /* border-radius: 1.25rem; */
    }
h2{
    font-size: 3rem;
    color: white;
}

.girl{
    height: 30rem;
    display: flex;
    justify-content: center;
    margin: 4rem ;
}

footer{
    /* margin:auto; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* text-align: left; */
    width: 100vw;
    height: 250px;
    background-color: #060e18;
}

.footer-logo{
    display: flex;
    justify-content: left;
    flex-direction: column;
    height: 100px;
    width: 150px;
    color: #253950;
    /* margin-left: 20px; */
    
}
.footer-ul{
    padding:2rem;
}
.line1{
    display: flex;
    justify-content: left;
    flex-direction: column;
    height: 100px;
    width: 200px;
    color: #253950;
    margin-left: 20px;
}
    

.line1 ul li{
    line-height: 2rem;
    font-weight: 600;
    color: #253950;
}
.line2 ul li{
    line-height: 2rem;
    font-weight: 600;
    color: #253950;
}
.line2{
    display: flex;
    justify-content: left;
    flex-direction: column;
    height: 100px;
    width: 200px;
    color: #253950;
}

.att{
    background-color: #030a11;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #253950 ;
    text-align: center;
    font-weight: 600;
    font-size: small;
    align-items: center;
    
}
.uk a{
color: #00a5ff;
font-weight: bold;
}

@media (max-width: 950px) {
    nav ul li {      
        visibility: hidden;
    }
    .side-btn{
        visibility: hidden;
    }
    .logo{
        padding-left: 9rem ;
    }
    .hamburger{
        visibility:visible;
        height: 45px;
        margin-left: 2rem;
    }
    .hero-info {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        padding: 7rem 0 ;
        width: 100vw;
          
    }
    .left-info{
        padding: 3rem 0 0 0;
        z-index: 2;
        text-align: center;
        align-items: flex-start;
       
    
       
    }
    .right-info{
        display: flex;
        justify-content: flex-end;
        height: 25rem;
        z-index: -1;
    }

    .hero-info{
        padding: 3rem 0 0 0;
    }
    .right-info{
        height: 30rem;
    }

    .txt-part {
        display: inline;
        justify-content: center;
        text-align: center;
        margin: auto;
        z-index: 5;
        background-color: #2bd7a2;
        padding: 3rem 5rem 3rem 5rem;
        color: #0f1822;
    }

    .txt-part p{
        font-size: 1rem;
    }
    h2{
        font-size: 2rem;
        color: white;
    }

    }
/* //////////////////////////////////////// 950px  ///////     */

    @media (max-width: 950px) {
        body{
            overflow-x: hidden;
        }
        nav ul li {      
            /* visibility: hidden; */
            display: none;
        }
        .side-btn{
            visibility: hidden;
        }
        nav .logo{
            /* padding-left: 9rem ; */
            justify-content: center;
            display: flex;
            align-items: center;
        }
        .hamburger{
            /* visibility:visible; */
            display: none;
            height: 35px;
            margin-left: 2rem;
        }
        .hero-info {
            display: flex;
            justify-content: space-around;
            flex-direction: row;
            padding: 7rem 0 ;
            width: 100vw;
                    
        }
        .left-info{
            padding: 3rem 0 0 0;
            z-index: 2;
            text-align: center;
            align-items: flex-start;          
        }
        .right-info{
            display: flex;
            justify-content: flex-end;
            height: 25rem;
            z-index: -1;
        }
    
        .hero-info{
            padding: 3rem 0 0 0;
        }
        .right-info{
            height: 30rem;
        }
    
        .txt-part {
            display: inline;
            justify-content: center;
            text-align: center;
            margin: auto;
            z-index: 5;
            background-color: #2bd7a2;
            padding: 3rem 5rem 3rem 5rem;
            color: #0f1822;
        }
    
        .txt-part p{
            font-size: 1rem;;
        }
        h2{
            font-size: 2rem;
            color: white;
        }
    
        section{
            padding: 2rem 0;
            display: flex;
            justify-content: center;
            flex-direction: column-reverse;
            flex-wrap: wrap;
            width: 100%;


        }
        .img-part{
            display: flex;
            justify-content: center;
            flex-direction: column-reverse;
            margin: auto;
            padding: 0 2rem 0 0;
           
         }

      .right-part{
        display: block;
        flex-direction: column;
        text-align: center;
      }
    
    
        }
        /* //////////////////////////////////////// 550px  ///////     */
        @media(max-width:550px){

            body{
                overflow-x: hidden;
            }
            img {
                display: block;
                /* width: 100%; */
            }

            nav ul li {      
                /* visibility: hidden; */
                display: none;
                margin:0;
                /* padding: 0; */
            }
            .side-btn{
                visibility: hidden;
            }
            .logo{
                padding-left: 9rem ;
                justify-content: center;
                display:flex;
            }
            p{
                padding-bottom:1rem;
            }
            .hamburger{
                visibility:visible;
                height: 35px;
                margin-left: 1rem;
            }
            .hero-info {
                display: flex;
                justify-content: center;
                padding: 0 1rem ;
                text-align: center;
                margin: auto;
               
            }
            h1{
                font-size: 2rem;
                line-height: 2.5rem;
            }
            .left-info{
                display: inline-block;
                padding: 3rem 0 2rem 0;
                z-index: 2;
                text-align: center;
                align-items: center;

             }

            .right-info{
                display: flex;
                justify-content: flex-end;
                height: 25rem;
                z-index: -1;
                flex-wrap: wrap;
                
            }

            .feat-on,
            .feat-logos{
                visibility: hidden;
            }

            .section{
                margin: -23rem;
                padding: 8rem 0;
                display: inline-flex;
                flex-direction: column-reverse;
                width: 100%;
            
            }
            
            .trust-us{
                letter-spacing: 1rem;
                text-transform: uppercase;
                }
            
            .mid-txt{
                font-size:.7rem;
                padding: 2rem 0;
                letter-spacing: 1px;
                text-align: center;
            
            }
            
            .img-part{
                display: flex;
                justify-content: center;
                /* margin: auto; */
                padding: 0 2rem 0 0;
                /* height: 30rem; */
                z-index: -1;
            }
            right-part{
                
                text-align: center;
                display: block;
            }

          .girl{
            height: 15rem;
            display: flex;
            justify-content: center;
            margin: 4rem ;
        }

        footer{
            /* margin:auto; */
            color: white;
            display: flex;
            justify-content: center;
           text-align: center;
            width: 100vw;
            height: 250px;
            background-color: #060e18;
        }
        .footer-logo{
            display: flex;
            justify-content: left;
            flex-direction: row;
            height: 100px;
            width: 150px;
            color: #253950;
            position: absolute;
            text-align: start;

            /* margin-left: 20px; */
            
        }
        .footer-ul{
            padding:1rem 0 0 1rem;
        }
        .line1{
            display: flex;
            justify-content: left;
            flex-direction: row;
            height: 100px;
            width: 200px;
            align-items: center;
            color: #253950;
            margin: 5rem 0 0 0;
            /* margin-left: 10px; */
            
        }
            
        
        .line1 ul li{
            line-height: 2rem;
            font-weight: 600;
            color: #253950;

        }
        .line2 ul li{
            line-height: 2rem;
            font-weight: 600;
            color: #253950;
        }
        .line2{
            margin: 6rem 0 0 0;
            display: flex;
            justify-content: center;
            /* flex-direction: column; */
            /* height: 100px; */
            /* width: 200px; */
            color: #253950;
        }



        }

      

