@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


@font-face {
    font-family: 'Nato sans '; 
    src: url('../fonts//Noto\ Sans\ Mono\ CJK\ JP\ Regular.otf') format('otf'),
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'CustomFont', sans-serif;
}

body{
  /* background-color: red; */
  overflow-x: hidden !important;
}

.container{
    max-width: 1900px;
    padding: 0px 20px;
    margin: 0 auto;
}
 
  #map{
    background-size: contain;
    background-repeat: no-repeat; 
    height: 600px;
    width: 100%;
  }


  @media (max-width: 600px) {

    .line{
     transform: rotate(90deg);
     align-self: center;
    }


    #services .services_container{
        width: 100%;
    }

    .services_content{
        display: flex;
        flex-direction: column;
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }
 
    
    .services_content .title {
        width: 100%;
        font-size: 12px;
    }
    
    .services_content img{
        width: 100%;
    }
    
    
    #services .services_container .services_content{
        display: flex;
        margin-bottom: 100px;
    
    }
    
    .services_container{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .services_container .header {
    margin-left: 0;
    }
    


    
    .plans_container{
      width: 90%;
      column-gap: 20px;
    }


   #footer .contact{
    flex-direction: column;
   }



   #footer .dotted-line{
    display: none;
   }

   .mr{
    margin-right: 0px;
  }
  
    
  }