    @font-face {
    font-family: 'Rozanova-GEO-Demo-Semi-Bold';
    src:url('Rozanova-GEO-Demo-Semi-Bold.ttf.woff') format('woff'),
        url('Rozanova-GEO-Demo-Semi-Bold.ttf.svg#Rozanova-GEO-Demo-Semi-Bold') format('svg'),
        url('Rozanova-GEO-Demo-Semi-Bold.ttf.eot'),
        url('Rozanova-GEO-Demo-Semi-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
    }

      

    @media only screen and (min-width: 601px) {

      body{
        width:100%;
        overflow-x: hidden;
        margin: 0;
        font-family: "DM Sans";
        z-index: 1;
        margin:0 auto;
          display:block;
          height:100%;
      }
                #body-middle{
            width:80%
        }
        #body-left{
            width:5%
        }
        #body-right{
            width:5%
        }
        #body-edge{
            width: 100%;
            overflow: hidden;
            height:100%;
              object-fit: cover;
        }
        .body-container{
            display:flex;
        }
    .nav-item:hover{
      text-decoration: underline;
    }
    .phone{
        color:white;
        text-decoration: none;
      }
      .footer-desktop{
        padding-top:100px;
        width:100%;
        height:200px;
        background-color: black;
        display: flex;
      }
      .footer-left{
        color:white;
        width:50%;
        background-color: black;
        display:block;
        text-align: center;
        margin:0 auto;
      }
      .footer-right{
        height:50%;
        width:50%;
        margin: 0 auto;
        display: inline-flex;
        flex-direction: column;
        color:white;
        justify-content: space-around;
      }
        .footer-left-left{
            margin: 0 auto;
            width:100%;
        }
        
      .footer-right-left{
        color:white;
        width:50%;
        height:50%;
        background-color: black;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
      }
      .footer-right-right{
        color:white;
        width:50%;
        background-color: black;
      }
      .footer-right-right-right{
        width:50%;
        text-align: left;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
      }
      .footer-social{
        height:30px;
        width:30px;
        
      }
      .footer-right-right-left{
        width:50%;
        text-align: left;
        flex-direction: column;
        display: flex;
        justify-content: space-around;
      }
      .footer-logo{
        height:120px;
        margin: 0 auto;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-around;
      }
      .footer-right-left{
      }
      .footer-right-right{
        height:50%;
        display:flex;
      }
      nav{
        margin:0 auto;
        width:70%;
        height:fit-content;
        display:flex;
        padding-bottom:20px;
    }
      .nav-left{
        width: 20%;
        margin-left:40px;
        padding-top:20px;
    }
    .nav-right{
    padding-top:15px;
    width:50%;
    display:flex;
    margin-right:40px;
    justify-content: space-between;
    }
    .nav-item{
        color:black;
        text-decoration: none;
    }
    .nav-gap{
        width: 30%;
    }
    .nav-logo{
        float: left;
        height:60px;
    }
    .nav-btn-icon{
        height:60px;
    }
    .nav-btn{
        float: right;
        height:60px;
        background-color: white;
        border: 0;
    }
    .main-image-container{
        position: relative;
        text-align: center;
        width:100%;
    }
    .main-image{
        width:100%;
        height: 400px; object-fit: cover;

    }
    .main-image-logo{
        height:100px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
    }

    .main-image-container {
         position: relative;
         display: inline-block;
        width:100%;
      }
      .main-image-container img {
         display: block;
      }
      .main-image-container .overlay {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
background: rgb(255,0,0);
background: linear-gradient(180deg, rgba(255,0,0,0) 79%, rgba(255,255,255,1) 100%, rgba(242,242,242,1) 100%);
                  z-index: 98;
      }
      .sec-div-one{
        margin-bottom:30px;
      }
      .sec-one{
        height:100%;
        width:55%;
        display: flex;
        justify-content: left;
        align-items: left;
        font-size:25px;
      }
      .desktop-view{
        display:flex;
        margin-left:10%;
      }
      .sec-text-one{
        width:100%;
        text-align: justify;
        float: left;
        font-family:"DM Sans";
        line-height: 45px;

      }
      .sec-two{
        width:30;
        top: 50%;
        left: 50%;
        transform: translate(50%, 50%);
      }
      .sec-div-two{
 
      }
      .sec-btn-two{


        background-color: black;
        border-radius: 10px;
        height:81px;
        width:225px;
        border: 0;
        color:white;
        font-size:30px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .sec-three{
        width:100%;
        text-align: left;
        font-size: 30px;

      }

      .three-div-one{
        display:flex;
        margin-bottom:30px;
      }
      .profile-img{
        width:80%;
        border-radius:20px;
      }
      .dropdown{
        background-color: white;
        width:100%;
        height:100%;
        position: absolute;
        z-index: 500;
        display:none;
      }
      .menu-top{
        height:50px;
        margin:20px;
      }
      .menu-bottom{
        display:block;
        height:250px;
        margin-left: 40px;
        margin-top: 40px;
        line-height:10px;
        padding-top:50px;
        width:50%;
        margin: auto;
    
      }

      .menu-btn{
        float: right;
        height:60px;
        background-color: white;
        border: 0;
      }
      .menu-btn-icon{
        height:40px;
      }

      .signup-email{
        margin-top:25px;
        text-align: center;
        border-radius: 10px;
        width:400px;
        border: 5px solid black; 
        height:70px;
        font-size:30px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .signup-btn{
        margin-top:25px;
        margin-left: 50px;
        background-color: black;
        border-radius: 10px;
        height:81px;
        width:225px;
        border: 0;
        color:white;
        font-size:30px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .footer-mobile{
        display:none;
      }
      .footer-desktop{
        display:flex;
      }
      .footer-link{
        color:white;
        text-decoration: none;
      }
      .footer-left{
        display:flex;
      }
      .footer-right{
        display:flex;
      }
      .three-div-one{
        width:80%;
      }
      .main-text{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color:white;
        font-size:50px;
      }
      .profile-container{
        display:flex;
        margin-left:10%;
      }
      .three-div-one{
        margin-left:10%;
      }

      .sec-five{
        display:none;
        width:100%;
        text-align: left;
        font-size: 25px;
        margin-left:10%;

      }

      .five-div-one{
        display:none;
        margin-bottom:30px;
        margin-left:15%;
      }

    
      .nav-mobile{
        display:none;
    }
    .dropdown{
        display:none;
    }
    .profile-container{
      width:100%;
      display:block;
      margin: 0 auto;
      margin-bottom: 35px;
    }
    .profile-container-left{
      width:80%;
      display:flex;
      text-align: left;
      margin: 0 auto;
      margin-bottom: 50px;
      justify-content: space-around;
    }
    .profile-container-right{
      width:80%;
      display:flex;
      text-align: right;
      margin: 0 auto; 
      margin-bottom: 50px;
      justify-content: space-around;
    }
    .profile-img{
      height: 400px; object-fit: cover;
      width:185px;
      border-radius:20px 50px;

    }
   .profile-desc{
      width:250px;
      color:black;
      position: relative;
      z-index: 999;
      margin-left:30px;
      margin-right:30px;
      font-size:14px;
   }
   .sec-six{
    display:flex;
    margin:0 auto;
    width:80%;
    font-size:20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sec-text-six{
    width:100%;
  }
  .send-btn{
    background-color: black;
    border-radius: 10px;
    height:50px;
    width:100px;
    border: 0;
    color:white;
    font-size:20px;
    font-family:'Rozanova-GEO-Demo-Semi-Bold';
    margin-left:50px;
  }
  .sec-six-left{
    width:30%;
    display:block;
  }
  .sec-six-right{
    width:70%;
    display:flex;
    height:80%;
  }
  .div-six-msg{
    width:50%;
    margin-left:50px;
  }
  .div-six-user{
    width:50%;
    margin-left:50px;
  }
  #mobile{
    display:none;
  }
  #desktop{
    display:block;
  }
    }




      @media only screen and (max-width: 600px) {
          
        #body-middle{
            width:100%
        }
        #body-left{
            width:0%
        }
        #body-right{
            width:0%
        }
        #body-edge{
            width:0%;
            overflow: hidden;
            height:0%;
        }
        .body-container{
            display:block;
        }
        #mobile{
          display:block;
        }
        #desktop{
          display:none;
        }
        .footer-social{
          height:30px;
          width:30px;
          
        }
        .profile-container-right{
          display:flex;
          flex-direction: column;
        }
        .profile-container-left{
          display:flex;
          flex-direction: column;
        }
        .mobile-profiles{
          display:block;
        }
        .nav-desktop{
            display:none;
        }
        .dropdown{
            display:flex;
        }
        body{
            width:100%;
            overflow-x: hidden;
            margin: 0;
            font-family: "DM Sans";
            z-index: 1;
            display:block;
        }
      .sec-five{
        display:none;
        width:100%;
        text-align: center;
        font-size: 15px;
      }

      .five-div-one{
        display:none;
        margin-bottom:30px;
      }
        .profile-container{
          width:80%;
          text-align: center;
          display:block;
          margin: 0 auto;
          padding-top: 15px;
          }
          .profile-img{
            height:250px; 
            object-fit: cover;
                width:80%;
                border-radius:60px 25px;
          }
          .profile {
            position: relative;
            display: inline-block;
            padding: 0;
            margin: 0;
         }
         .profile-one img {
            display: block;
         }
         .profile-desc{
            text-align: justify;
            color:black;
            z-index: 999;
            width:80%;
            margin:0 auto;
            margin-bottom: 30px;
            font-size:14px;
         }
         .profile-name{
          line-height: 15px;
         }

        .desktop-view{
            display:block;
          }
        nav{
        width:100%;
        height:fit-content;
        display:flex;
        padding-bottom:20px;
    }
    .nav-left{
        width: 20%;
        margin-left:20px;
        padding-top:20px;
    }
    .nav-right{
        width: 20%;
        margin-right:20px;
        padding-top:20px;
        display:block;
    }
    .nav-gap{
        width: 60%;
    }
    .nav-logo{
        float: left;
        height:60px;
    }
    .nav-btn-icon{
        height:60px;
    }
    .nav-btn{
        float: right;
        height:60px;
        background-color: white;
        border: 0;
    }
    .main-image-container{
        position: relative;
        text-align: center;
        width:100%;
    }
    .main-image{
        width:100%;
    }
    .main-image-logo{
        height:60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main-image-container {
         position: relative;
         display: inline-block;
      }
      .main-image-container img {
         display: block;
      }
      .main-image-container .overlay {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
background: rgb(255,0,0);
background: linear-gradient(180deg, rgba(255,0,0,0) 79%, rgba(255,255,255,1) 100%, rgba(242,242,242,1) 100%);
                  z-index: 98;
      }
      .sec-div-one{
        text-align: center;
      }
      .sec-one{
        height:100%;
        font-size:20px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .sec-text-one{
        width:300px;
        font-size: large;
        text-align: justify;
        text-align-last: center;
        font-family:"DM Sans";
        line-height: 25px;
      }
      .sec-two{
        width:100%;
        text-align: center;
      }
      .sec-btn-two{
        margin:15px;
        background-color: black;
        border-radius: 10px;
        height:50px;
        width:150px;
        border: 0;
        color:white;
        font-size:20px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .sec-three{
        width:100%;
        text-align: center;
      }

      .three-div-one{
        margin:0;
      }
   
      .footer-mobile{
        width:100%;
        height:400px;
        background-color: black;
        display: block;
        margin-top:20px;
      }
      .footer-top{
        text-align: center;
        width:100%;
        height:50%;
        position: relative;
        display: block;
      }
      .footer-bottom{
        width:100%;
        height:40%;
        text-align: center;
        position: relative;
    
      }
      .footer-text{
        color:white;
        font-family: "DM Sans";
      }
      .footer-desktop{
        display:none;  
      }
      .footer-top .footer-logo{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }
      .footer-logo{
        height:120px;
      }
      .signup-email{
        text-align: center;
        border-radius: 10px;
        margin:20px;
        width:60%;
        border: 5px solid black; 
        height:45px;
        font-size:20px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .signup-btn{
        margin:20px;
        background-color: black;
        border-radius: 10px;
        height:50px;
        width:125px;
        border: 0;
        color:white;
        font-size:20px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .dropdown{
        background-color: white;
        width:100%;
        height:100%;
        position: absolute;
        z-index: 500;
        display:none;
      }
      .menu-top{
        height:50px;
        margin:20px;
      }
      .menu-bottom{
        display:block;
        height:250px;
        margin-left: 40px;
        margin-top: 40px;
        line-height:10px;
        padding-top:50px;
        width:50%;
        margin: auto;
    
      }
      .menu-btn{
        float: right;
        height:60px;
        background-color: white;
        border: 0;
      }
      .menu-btn-icon{
        height:40px;
      }
      .main-text{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color:white;
        font-size:40px;
      }
      .sec-three{
        width:100%;
        text-align: center;
      }

      .sec-text-three{
        margin: 25px 50px 25px 50px;
      }
      a{
        text-decoration: none;
      }
      .menu-item:visited{
        color:black;
      }
      .sec-four{
        margin:0 auto;
        width:300px;
      }
      .sec-six{
        margin:0 auto;
        width:300px;
        font-size:20px
      }
      .send-btn{
        background-color: black;
        border-radius: 10px;
        height:50px;
        width:100px;
        border: 0;
        color:white;
        font-size:20px;
        font-family:'Rozanova-GEO-Demo-Semi-Bold';
      }
      .phone{
        color:white;
        text-decoration: none;
      }
    }
