@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body{
    background-image:url(images/bg-desktop.svg) ;
    background-color: hsl(257, 40%, 49%);
    display:flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    flex-direction: row;
    gap:50px;
  }
  .huddle_image_flex{
    margin-top: -50px;
    height:fit-content;
    width:fit-content;
  }
  .huddle_box{
    margin-left: 50px;
    top:10px;
    height:100px;
    width:300px;
  }
  .huddle_image{
    height:40px;
    width:50px;
    margin-right: 10px;
  }
  .huddle_text{
    font-family: 'Poppins', sans-serif;
    color:white;
    font-weight: 800;
    font-size: 40px;
  }
  .container{
    display:flex;
    height:fit-content;
    width: fit-content;
    flex-direction: column;
    margin-top: 80px;
  }
  .box1{
    width:600px;
    height:fit-content;
    margin-top: 60px;
  }
  .box2{
    width:400px;
    height:fit-content;
    margin-top: 5px;
  }
  .box3{
    margin-top: 30px;
    height:fit-content;
    width:550px;
  }
  .text_1{
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-weight: 600;
    font-size: 40px;
  }
  .text_2{
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
  }
  .register{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family:'Open Sans', sans-serif ;
    height:50px;
    width:200px;
    border-radius: 40px;
    background-color: white;
    color:darkblue;
    margin-top: 50px;
  }
  .register:hover{
    cursor:pointer;
    color:white;
    background-color: hsl(300, 69%, 71%);
  }
  .media_logos{
    margin-top: 150px;
    margin-left: 350px;
    display: flex;
    gap:20px;
  }
  .circle{
    height:60px;
    width:60px;
  }
  .facebook_logo{
    height:50px;
    width:50px;
    opacity:1;
  }
  .facebook_logo:hover{
    opacity:0.7;
  }
  .twitter_logo{
    height:50px;
    width:50px;
    opacity:1;
  }
  .twitter_logo:hover{
    opacity:0.7;
  }
  .instagram_logo{
    height:50px;
    width:50px;
    opacity:2;
  }
  .instagram_logo:hover{
    opacity:0.7;
  } 
@media screen and (max-width:376px) {
  body{
    background-image:url(images/bg-mobile.svg) ;
    background-color: hsl(257, 40%, 49%);
    display:flex;
    justify-content: center;
    align-items: center;
    height:fit-content;
    flex-direction: column;
  }
  .huddle_image_flex{
    display: flex;
    flex-direction: column;
    height:fit-content;
    width:fit-content;
    justify-content: center;
    align-items: center;
    
  }
  .image_flex{
   height:250px;
   width:300px;
  }
  .huddle_box{
    margin-top: 60px;
    height:100px;
    width:300px;
  }
  .huddle_image{
    height:20px;
    width:20px;
    margin-right: 5px;
  }
  .huddle_text{
    font-family: 'Poppins', sans-serif;
    color:white;
    font-weight: 800;
    font-size: 28px;
  }
  .container{
    display:flex;
    width: 350px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .box1{
    display: flex;
    width:350px;
    height:200px;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
  }
  .text_1{
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
  }
  .box2{
    display: flex;
    width:300px;
    justify-content: center;
    height:fit-content;
    margin-top: -70px;
  }
  .box3{
    display: flex;
    justify-content: center;
    width:300px;
  }
  .text_2{
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
  } 
  .register{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family:'Open Sans', sans-serif ;
    height:50px;
    width:250px;
    border-radius: 40px;
    background-color: white;
    color:darkblue;
    margin-top: 10px;
  }
  .register:hover{
    cursor:pointer;
    color:white;
    background-color: hsl(300, 69%, 71%);
  }
  .media_logos{
    margin-top: 40px;
    margin-left: 0px;
    display: flex;
    gap:0px;
  }
  .circle{
    display:flex;
    height:60px;
    width:60px;
    margin-right: -20px;
  }
  .facebook_logo{
    height:30px;
    width:30px;
    opacity:1;
  }
  .facebook_logo:hover{
    cursor: pointer;
    opacity:0.7;
  }
  .twitter_logo{
    height:30px;
    width:30px;
    opacity:1;
  }
  .twitter_logo:hover{
    cursor: pointer;
    opacity:0.7;
  }
  .instagram_logo{
    height:30px;
    width:30px;
    opacity:2;
  }
  .instagram_logo:hover{
    cursor: pointer;
    opacity:0.7;
  } 
  
}
@media screen and (max-width:426px) {
  body{
    background-image:url(images/bg-mobile.svg) ;
    background-repeat: no-repeat;
    background-color: hsl(257, 40%, 49%);
    display:flex;
    justify-content: center;
    align-items: center;
    height:fit-content;
    flex-direction: column;
  }
  .huddle_image_flex{
    display: flex;
    flex-direction: column;
    height:fit-content;
    width:fit-content;
    justify-content: center;
    align-items: center;
  }
  .image_flex{
   height:250px;
   width:320px;
  }
  .huddle_box{
    margin-top: 60px;
    height:100px;
    width:300px;
  }
  .huddle_image{
    height:20px;
    width:20px;
    margin-right: 5px;
  }
  .huddle_text{
    font-family: 'Poppins', sans-serif;
    color:white;
    font-weight: 800;
    font-size: 28px;
  }
  .container{
    display:flex;
    width: 350px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .box1{
    display: flex;
    width:350px;
    height:200px;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
  }
  .text_1{
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
  }
  .box2{
    display: flex;
    width:300px;
    justify-content: center;
    height:fit-content;
    margin-top: -70px;
  }
  .box3{
    display: flex;
    justify-content: center;
    width:300px;
  }
  .text_2{
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
  } 
  .register{
    display:flex;
    justify-content: center;
    align-items: center;
    font-family:'Open Sans', sans-serif ;
    height:50px;
    width:250px;
    border-radius: 40px;
    background-color: white;
    color:darkblue;
    margin-top: 50px;
  }
  .register:hover{
    cursor:pointer;
    color:white;
    background-color: hsl(300, 69%, 71%);
  }
  .media_logos{
    margin-top: 40px;
    margin-left: 0px;
    display: flex;
    gap:0px;
  }
  .circle{
    display:flex;
    height:60px;
    width:60px;
    margin-right: -20px;
  }
  .facebook_logo{
    height:30px;
    width:30px;
    opacity:1;
  }
  .facebook_logo:hover{
    cursor: pointer;
    opacity:0.7;
  }
  .twitter_logo{
    height:30px;
    width:30px;
    opacity:1;
  }
  .twitter_logo:hover{
    cursor: pointer;
    opacity:0.7;
  }
  .instagram_logo{
    height:30px;
    width:30px;
    opacity:2;
  }
  .instagram_logo:hover{
    cursor: pointer;
    opacity:0.7;
  } 
  
}