@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

#heroTitle{
	 font-family: 'Montserrat', sans-serif;
	 font-size:90px;
	 font-weight:600;
	 text-transform:uppercase;
}
#heroTitle span{
	font-weight:100;
}
.logo-link{
	 font-family: 'Montserrat', sans-serif;
	 font-weight:600;
	 text-transform:uppercase;
}
.logo-link span{
	font-weight:300;
}

.herop {
    cursor: pointer;
    text-align: center;
    padding: 4px 0;
	margin-top:40px;
    background: #266d77;
    color: #fff;
    background-position: 0 0;
    background-size: 100%;
    transition: background 0.3s ease, background-position 0.3s ease; /* Smooth transition */
	 font-family: 'Montserrat', sans-serif;
	 letter-spacing:5px;
	 font-weight:300;
}

.herop:hover {
    background: #c9b6a6;
    background-position: -20px 10px; /* Move background 10px left and down */
}

/* Modal styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 1000; /* On top */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
	overflow-y:auto;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    text-align: center;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.mainimg{
	position:absolute; top:-90px; right:100px; width:200px;  object-fit:cover; 
}

.hero-container{
	margin-top:-160px;
}





.footerCopy{
	margin-top:50px;
	background:#fff;
	border-radius:20px;
	
	
}
.footerCopy .footer-col{
	
	border-right:1px solid black;
}

.footerCopy .footer-col:nth-of-type(1){
	width:80px;
}
.footerCopy .footer-col:not(:first-child) {
    padding-left: 15px;
}
.footerCopy .heading-4{
	width:130px;
	font-family: bookmania, sans-serif;
	letter-spacing:0;
	text-transform:capitalize;
	font-size:20px;
	line-height:1.4;
}
.footerCopy p{
	width:150px;
}.footerCopy .tiltedHeading {
    transform: rotate(270deg);
    font-family: 'Montserrat', sans-serif;
	letter-spacing:0;
	height:150px;
	width:200px;
}



@media (max-width: 767px) {
	
.hero-container{
	margin-top:50px;
	text-align:center;
}

.mainimg{
		top:-490px; right:80px; width:200px; 
}
.hero-section{
	height:110vh;
}

#heroTitle{
	 font-family: 'Montserrat', sans-serif;
	 font-size:30px;
	}

.herop {
    padding: 4px 0;
	margin-top:10px;
	 letter-spacing:0.2px;
	 font-weight:300;
}





.footerCopy .footer-col{
	
	border-right:none;
}

.footerCopy .footer-col:nth-of-type(1){
	width:fit-content;
}
.footerCopy .footer-col:not(:first-child) {
    padding-left: 0;
}
.footerCopy .heading-4{
	width:auto;
	font-family: bookmania, sans-serif;
	letter-spacing:0;
	text-transform:capitalize;
	font-size:18px;
	line-height:1.4;
	display:block;
}
.footerCopy p{
	width:150px;
}.footerCopy .tiltedHeading {
    transform: rotate(360deg);
    font-family: 'Montserrat', sans-serif;
	letter-spacing:0;
	height:auto;
	width:200px;
}


}



