body {
    overflow-x: hidden ;
}

@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/Gotham-BookItalic.otf)
  }
  
  
  
  @font-face {
    font-family: Gotham-Black;
    src: url(../fonts/Gotham-Black.otf);
  }
  
  @font-face {
    font-family: Gotham-light;
    src: url(../fonts/Gotham-Light.otf);
  }

  @font-face {
    font-family: Gotham-bold;
    src: url(../fonts/Gotham-Bold.otf);
  }


.font-Book {
      font-family: Gotham-light !important;
}

.font-Black {
    font-family: Gotham-Black !important;
}

.font-Light {
    font-family: Gotham-light !important;
}

.font-Bold {
    font-family: Gotham-bold !important;
}

.text-white {
    color: #ffffff
}

.font-1 {
    font-size: 3.5rem;
    /* color:#722AB1;
    color:#4B63EA */
}

.font-2 {
    font-size: 3rem
}

.font-3 {
    font-size: 1.1rem
}

.btn-font {
        font-size: 1.3rem !important
}

@media only screen and (max-width: 1300px) {
    .font-1 {
        font-size: 2.5rem
    }
}

@media only screen and (max-width: 1024px) {
    .font-1 {
        font-size: 2rem
    }
}

@media only screen and (max-width: 1140px) {
    .font-2 {
        font-size: 2rem
    }
}

@media only screen and (max-width: 1020px) {
      
}

@media only screen and (max-width: 992px) {   
    .font-1 {
        font-size: 2rem
    }

    .font-2 {
        font-size: 1.75rem
    }

    .font-3 {
        font-size: 1.1rem
    }
    
    .btn-font {
        font-size: 1.3rem !important
    }  
}

@media only screen and (max-width: 768px) {
    .font-1 {
        font-size: 1.5rem
    }

    .font-3 {
        font-size: 1rem
    } 
    
    .font-2 {
        font-size: 1.5rem
    }

    .btn-font{
        font-size: 1rem !important
    }
}


