* {
  margin: 0;
  padding: 0;
}
html, body {
  box-sizing: border-box;
  font-size: 14px;
    margin: 0;
  padding: 0;
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    --aspect-ratio: 1/1.5;
	--imgwidthmax: 500px;
}
a:hover {
    text-decoration: none;
}
/* Fonts */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'jomor';
	src: url('../../fonts/jomor-bold.ttf');
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'jomor-semi';
	src: url('../../fonts/jomor-semi-bold.ttf');
}
/* Grainy texture animation by Geoff Graham https://css-tricks.com/snippets/css/animated-grainy-texture/ */
main::before {
	animation: grain 8s steps(10) infinite;
	background-image: url(../../Images/noise.png);
	content: '';
	height: 300%;
	left: -50%;
	opacity: 0.6;
	position: fixed;
	top: -100%;
	width: 300%;
}

@keyframes grain {
  0%, 100% { transform:translate(0, 0); }
  10% { transform:translate(-5%, -10%); }
  20% { transform:translate(-15%, 5%); }
  30% { transform:translate(7%, -25%); }
  40% { transform:translate(-5%, 25%); }
  50% { transform:translate(-15%, 10%); }
  60% { transform:translate(15%, 0%); }
  70% { transform:translate(0%, 15%); }
  80% { transform:translate(3%, 35%); }
  90% { transform:translate(-10%, 10%); }
}

/* Hero Section*/
.hero-intro {
    margin: 4%;
}
#hero h1 {
    font-family: 'jomor';
    font-size: 4vh;
    letter-spacing: 3px;
    text-align: center;
    color: #151514;
    margin-top: 10%;
    margin-bottom: 6%;
    text-transform: uppercase;
}
#hero h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    color: #6d6d6d;
    text-transform: capitalize;
    text-align: center;
}
#hero h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #5e62d1;
    margin-top: 4%;
    text-align: center;
    margin-bottom: 10%;
}
#hero p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #151514;
    margin-top: 5%;
    margin-bottom: 8%;
}
#hero .row {
    margin-bottom: 10%;
}
.last-txt {
    padding-bottom: 30%;
}
[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transform: translateY(6rem) scale(0.93);
          transform: translateY(6rem) scale(0.93);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
/***************************** Media Query For 575.98px Portrait Screens and Less ******************************/
@media (max-width: 575.98px) {
    #hero h1 br {
        display: none;
    } 
    #hero #one {
    margin-top: 10%;
}
#hero #one p {
    margin-bottom: 15%;
}
#hero .col-md-6 {
    margin-bottom: 5%;
}
#hero .txt-C {
    margin-top: -10%;
    margin-bottom: 15%;
}
#hero .txt-D {
    margin-top: 5%;
    margin-bottom: 5%;
}
#hero .Jmaica-img {
    margin-top: 15%;
}
}
/***************************** Media Query For 576px Landscape Screens and Up ******************************/
@media (min-width: 576px) and (max-width: 767.98px) {
    #hero h1 {
    font-size: 10.5vh;
    letter-spacing: 3px;
    margin-top: 7%;
    margin-bottom: 3%;
}
#hero h6 {
    font-size: 15px;
    letter-spacing: 3px;
}
#hero h5 {
    font-size: 20px;
    margin-top: 1%;
    margin-bottom: 3%;
}
#hero p {
    font-size: 18px;
    margin-top: 2%;
    margin-bottom: 2%;
}
#hero .row {
    margin-bottom: 3%;
}
#hero .col-md-6 {
    margin-bottom: 0%;
    margin-top: 5%;
}
#hero .Jmaica-img {
    margin-top: 6%;
}
#hero .txt-C {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
}
.last-txt {
    padding-bottom: 25%;
}
}
/***************************** Media Query For 768px Tablet Screens and Up ******************************/
@media (min-width: 768px) and (max-width: 991.98px) {
    #hero h1 {
    font-size: 5.5vh;
    letter-spacing: 3px;
    margin-top: 7%;
    margin-bottom: 3%;
}
#hero h6 {
    font-size: 15px;
    letter-spacing: 3px;
}
#hero h5 {
    font-size: 22px;
    margin-top: 1%;
    margin-bottom: 3%;
}
#hero h5 span {
    display: block;
}
#hero p {
    font-size: 19px;
    margin-top: 2%;
    margin-bottom: 2%;
}
#hero p span {
    display: block;
}
#dot {
    width: 1%;
    vertical-align: middle;
    margin-top: -0.5%;
    margin-right: 1%;
}
#hero .row {
    margin-bottom: 3%;
    margin-top: 5%;
}
#hero .Jmaica-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
#hero #one {
    margin-top: 2%;
}
#hero .txt-C {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
}
#hero .txt-C span {
    display: block;
}
#hero .txt-D {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5%;
}
#hero .txt-D span {
    display: none;
}
.last-txt {
    padding-bottom: 25%;
}
}
/***************************** General Media Query For Large Screens ******************************/
@media (min-width: 992px) and (max-width: 1199.98px) {
#hero h1 {
    font-size: 6vh;
    letter-spacing: 3px;
    margin-top: 7%;
    margin-bottom: 3%;
}
#hero h6 {
    font-size: 15px;
    letter-spacing: 3px;
}
#hero h5 {
    font-size: 22px;
    margin-top: 1%;
    margin-bottom: 3%;
}
#hero h5 span {
    display: block;
}
#hero p {
    font-size: 19px;
    margin-top: 2%;
    margin-bottom: 2%;
}
#hero p span {
    display: block;
}
#dot {
    width: 1%;
    vertical-align: middle;
    margin-top: -0.5%;
    margin-right: 1%;
}
#hero .row {
    margin-bottom: 3%;
    margin-top: 5%;
}
#hero .Jmaica-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
#hero #one {
    margin-top: 2%;
}
#hero .txt-C {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
}
#hero .txt-C span {
    display: block;
}
#hero .txt-D {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
}
#hero .txt-D span {
    display: none;
}
.last-txt {
    padding-bottom: 25%;
}
}
/***************************** General Media Query For Extra Large Screens ******************************/
@media (min-width: 1200px) {
#hero h1 {
    font-size: 11vh;
    letter-spacing: 3px;
    margin-top: 7%;
    margin-bottom: 3%;
}
#hero h6 {
    font-size: 15px;
    letter-spacing: 3px;
}
#hero h5 {
    font-size: 22px;
    margin-top: 1%;
    margin-bottom: 3%;
}
#hero h5 span {
    display: block;
}
#hero p {
    font-size: 19px;
    margin-top: 2%;
    margin-bottom: 2%;
}
#hero p span {
    display: block;
}
#dot {
    width: 1%;
    vertical-align: middle;
    margin-top: -0.5%;
    margin-right: 1%;
}
#hero .row {
    margin-bottom: 3%;
    margin-top: 5%;
}
#hero .Jmaica-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
#hero #first {
    width: 100%;
    height: 65vh;
    object-fit: contain;
    margin-left: 20%;
}
#hero #second {
    width: 100%;
    height: 65vh;
    object-fit: contain;
    margin-left: -20%;
}
#hero .txt-C {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
}
#hero .txt-D {
    font-size: 17px;
    text-align: center;
    margin-bottom: 5%;
}
#hero .txt-C span {
    display: block;
}
.last-txt {
    padding-bottom: 20%;
}    
}