/*-------------------------------------------------------------- 15. Media queries --------------------------------------------------------------*/ @media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ } @media only screen and (min-width : 1600px) { } @media only screen and (min-width: 1200px) { } @media only screen and (max-width: 1300px) { } @media only screen and (max-width: 980px) { .navbar-collapse { background-color: #2e292b; padding: 30px 30px; } .nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before { transform: scale3d(1,1,1); display: none; } .navbar-expand-lg .navbar-nav .dropdown-menu { box-shadow: none; } .navbar-expand-lg .navbar-nav .nav-link { margin-right: 0px; margin-left: 0px; } } @media only screen and (max-width: 800px) { } @media only screen and (max-width: 768px) { } @media (min-width: 992px){ } @media only screen and (max-width: 768px) { .book-demo { padding: 42px 30px 45px; font-size: 30px; margin-top: -6rem; line-height: 64px; } .title { font-size: 36px; margin-bottom: 10px; line-height: 48px; } .title1 { font-size: 47px; margin-bottom: 29px; line-height: 62px; } .header { position: absolute; } .hide-scrollbar{ overflow: auto; } .max-980{ max-width: 980px; } .hide-scrollbar::-webkit-scrollbar { display: none; } .bg-gradient-dark { width: 160px; } } @media only screen and (max-width: 640px) { } @media only screen and (max-width: 590px) { } @media (min-width: 576px){ } @media only screen and (max-width: 480px) { } @media only screen and (max-width: 400px) { } @media screen and (max-width: 375px){ } @media screen and (max-width: 321px){ }