@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/Gotham-Bold.otf');
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.otf');
}
.home-page .home-section {
	background-image: url('../images/home_background.png');
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-page .home-section {
	background-image: url('../images/home_background.png');
	height: 108vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-section .home-title {
    position: absolute;
    top: 49%;
}
.site-title {
	font-family: 'Gotham Bold';
	text-transform: uppercase;
	/*margin-top: 58%;*/
    font-weight: 600;
    font-size: 50px;
    color: #fff;
}
.whatisgiftgivrr-section {
	padding-bottom: 75px;
	padding-top: 50px;
}
.whatisgiftgivrr-section .section-title .title {
	color: #4860b9;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}
.site-title-desc {
	font-size: 22px;
    margin-bottom: 0;
    color: #fff;
}
.site-title-desc span {
	font-family: 'Gotham Bold';
}
.whatisgiftgivrr-section .section-title h4 {
	font-weight: 600;
    color: #4860b9;
    margin-top: 10px;
}
.section-title {
	text-align: center;
}
.underline-img {
    width: 29%;
}
.org-section.content-area {
	color: #4860b9;
}
.org-section.content-area p {
	font-size: 19px;
	text-align: justify;
}
.org-section.content-area h2 {
	font-family: 'Gotham Bold';
	font-size: 40px;
}
.org-row {
	margin-top: 65px !important;
}
.content-area {
	margin-top: 60px;
}
.contact-btn {
	font-family: 'Proxima Nova';
    background-color: #fff;
    color: #4860b9;
    border: 2px solid #fff;
	padding: 5px 52px;
	border-radius: 15px;
	width: 200px;
}
.contact-btn:hover {
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.order1 {
	order: 1;
}


@media (min-width:300px) and (max-width: 767px) {
	.home-page .home-section {
		background-image: url('../images/empty_background.png');
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.img-area img {
		width: 100%;
	}
	.org-row {
		margin-top: 0 !important;
	}
	.img-area {
		order: 1;
	}
}
@media (min-width:768px) and (max-width: 992px) {
	.home-section .home-title {
	    position: absolute;
	    top: 290px;
	}
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .home-section .home-title {
      top:  50% !important;
  }
}
@media (min-width: 1900px) and (max-width: 2500px) {
  .home-section .home-title {
      top: 50% !important;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .home-section .home-title {
      top: 46% !important;
  }
  .site-title {
    font-size: 30px !important;
    display: inline-flex;
  }
  .contact-btn {
    padding: 5px 34px !important;
    width: 160px !important;
  }

	.site-title-desc {
	    font-size: 13px;
	}
}
@media (min-width: 900px) and (max-width: 1100px) {
  .home-section .home-title {
      top: 48% !important;
  }
  .site-title {
    font-size: 34px !important;
  }
  .site-title-desc {
    font-size: 15px;
	}
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .home-section .home-title {
      top: 49% !important;
  }
  .site-title {
  	font-size: 43px;
  }
  .site-title-desc {
    font-size: 18px;
}
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .home-section .home-title {
      top: 48% !important;
  }
  .site-title-desc {
    font-size: 20px;
	}
}

