@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root{
    --Pink: hsl(322, 100%, 66%);
    --Very-Pale-Cyan: hsl(193, 100%, 96%);
    --Very-Dark-Cyan: hsl(192, 100%, 9%);
    --Grayish-Blue: hsl(208, 11%, 55%);

    
}
body{
    color: var(--Very-Dark-Cyan);
    font-family: "Open Sans", sans-serif;
    font-size: 1.15em;

    /* font-weight: weight;
   
    font-weight: 400;
    font-size: 18px; */

}
.title{
    padding: 25px 0 0 0;
}
 .title h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 26px;
    /* letter-spacing: 1px; */
    word-spacing: 1px;
    padding-right: 120px;
    
}
.articale{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 .articale h2{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    

}
p:not(:nth-child(3)){
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding: 25px 100px 25px 0;
}
img{
    max-width: 100%;
}
header {
    background-color: var(--Very-Pale-Cyan);
    display: flex;
    justify-content: space-between;
    background-image: url(images/bg-hero-desktop.svg);
    background-size: cover;
    background-position: center center;
}
header img{
    width: 120px;
}
.section-1{
    background-color: var(--Very-Pale-Cyan);
    background-image: url(images/bg-hero-desktop.svg);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: space-around;

}
.try{
    border-radius: 50px;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 60px;
}
.pink{
    background-color: var(--Pink);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 50px;
    border-radius: 50px;
}
*.articale:not(:nth-child(2)){
    /* border: 1px solid rgba(0,0,0,0.15); */
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 15px;
    padding:30px 30px 30px 120px ;
    
}
.articale:nth-child(2){
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 120px;
    padding-top: 50px;
    padding-bottom: 35px;
}
.articale:nth-child(2) h2{
    padding-left: 60px;
    padding-right: 20px;
}
.articale:nth-child(2) p{
    padding-left: 60px;
    padding-right: 20px;
}


*.articale img{
    width: 700px;
}
section:nth-child(3){
    margin-top: 80px;
}


header ,section, footer{
    padding: 30px 50px;
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
}
.center{
    text-align: center;
    width:550px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 15px;
    height: 170px;
    position: relative;
    margin-top: 50px;
  
   
}
.center h2{
    font-size: 24px;
    font-weight: 600;
    word-spacing: 1px;
    padding-bottom: 20px;
}
footer{
    color: white;
    margin-top: -60px;
    background-color: var(--Very-Dark-Cyan);
    padding-left:75px;
    padding-top: 90px;
}
.last-section{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    
}
.last img{

    width: 120px;
    margin-left: -28px;
    margin-bottom:20px ;
}
.info p{
    opacity: 0.9;
    margin-bottom: 10px;
    padding: 0;
    width: 250px;
    font-size: 11px;

}
.last-section img{
    color: #fff;
    width: 15px;
    position:absolute;
    margin-left: -28px;
    margin-top: 6px;
}
ul{
    opacity: 0.9;
    font-size: 14px;
  
}
.info{
    margin-right: 50px;
   
}
.info-1{
    margin-left: 5px;
}
.icon{
    display: flex; 
    /* align-items: center; */
    justify-content: center;
   margin-right: 50px;
   
    
}

.icon li i{
    width: 25px;
    height: 25px;
    padding: 4px;
    border: 1px solid white;
    border-radius: 50%; 
}
.between{
    margin-top: 7px;
    margin-bottom: 7px;
}
.between-1{
    margin-left: 15px;
    margin-right: 15px;
}
.last-div p{
    text-align: right;
    font-size: 10px;
    margin-right: -90px;
}
@media (max-width:460px){
    *p{
        padding: 0;
        margin: 0;
        text-align: center;
    }
   h2{
       
        padding: 0;
        margin: 0;
        text-align: center;

    }
    body{
        text-align: center;
        padding: 0;
        margin: 0;
    }
    header {
        
        align-items: center;
        
    }
   
    *.articale{
        flex-direction: column;
    }
    .section-1{
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .title p{
        text-align: center;
        margin: 0;
        padding: 23px 80px;
        font-size: 14px;
    }
    .title h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 26px;
        /* letter-spacing: 1px; */
        word-spacing: 1px;
        padding-right: 0;
        text-align: center;
        padding: 0 50px;
        
    }
    header ,section, footer{
        padding: 10px ;
        margin: 0 ;
        max-width: 100%;
        width: 450px;
    }
    .try{
        
        padding: 8px 30px;
    }
    .pink{
        margin-bottom: 20px;
        padding: 8px 50px;

    }
    .section-1 img{
        margin: 35px auto;
        width: 350px;
       
    }
    *.articale:not(:nth-child(2)) {
        padding:25px ;
        flex-direction: column;
       
        
    }
    h2:not(:nth-child(2)){
        font-size: 24px;
       
    }
    .image-1{
        order:-1;
        width: 250px;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .articale p{
        font-size: 14px;
        padding: 20px 50px 30px 50px ;
    }
    .articale:nth-child(2){
       padding: 0;
    }
    .articale:nth-child(2) h2{
       padding: 0;
       font-size: 24px;
    }
    .articale:nth-child(2) p{
    
      font-size: 14px;
    padding: 20px 70px 30px 70px ;
    }
    .articale:nth-child(2) img{
        width: 250px;
        margin-top: 35px;
        margin-bottom: 50px;

    }
    .center{
        text-align: center;
        width:400px;
        background-color: white;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        border-radius: 15px;
        height: 200px;
        position: relative;
        margin-top: 110px ;
        margin-left: 28px; 
        z-index: 1;
    }
    .center h2{
        font-size: 24px;
        font-weight: 600;
        word-spacing: 1px;
        padding-bottom: 20px;
        padding-top: 35px;
        
    }
    footer{
        color: white;
        margin-top: -70px;
        padding-left:75px;
        padding-top: 90px;
    }
    .last img{
        margin-left: -45px;
        margin-top: 25px;

    }
    .last-section{
        display: block;
        
        
    }
    .info{
        margin-right: 30px;
       
    }
    .info img{
        margin-left: -40px;
    }
    .info p{
        margin: 0;
        width: 300px;
        font-size: 14px;
        text-align: start;
        padding-right: 30px;
        
    }
    .info ul{
        margin-top: 20px;

    }
    .info li{
        text-align: start;
        
    }
    .info-1{
        margin-top: 35px;
        text-align: start;
    }
    .info-1 a{
        margin-left: -50px;
    }
    .last-section ul:nth-child(3){
        text-align: start;
        margin-left: -50px;
        margin-top: 10px;

    }
    .icon{
        display: flex; 
        /* align-items: center; */
        justify-content: center;
       margin-right: 190px;
       margin-top: 35px;
       
        
    }
    .last-div p{
        text-align: center;
       
    }
    
    



    
}