* {margin: 0;padding: 0;}

body {font-family: "Roboto", sans-serif;font-weight: 300;font-size: 1.5vw;}
body::after{position:absolute; width:0; height:0; overflow:hidden; z-index:-1;content:url(/images/icon_1H.png) url(/images/icon_2H.png) url(/images/icon_3H.png) url(/images/icon_4H.png) url(/images/icon_5H.png);}

h1{font-family: "PT Sans", sans-serif;font-weight: 800;font-size: 4vw;padding: 4% 30px 4% 30px;}
h2{font-family: "PT Sans", sans-serif;font-weight: 800;font-size: 2.5vw;padding: 4% 0px 4% 0px;}

a {
  text-decoration: none;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}

a:active {
  color: white;
}

#bgimg{
  height: 100vh;
  width: 100vw;
  background-image: url('images/sr_hero_home.jpg');
  background-size:cover;
  background-position: right;
	
}

.hero-desktop {
	display: block;
}
.hero-mobile {
	display: none;
}

.hero-container {
	display: flex;flex-direction: row;
	height: 50vh;
}
.hero-container-mobile {
	display: flex;flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
	height: 100vh;
}

.hero-grad {width: 100%; height:100%;background: rgba(76, 158, 56, 10.02);
background: linear-gradient(90deg,rgba(76, 158, 56, 0.32) 0%, rgba(76, 158, 56, 0.32) 20%, rgba(76, 158, 56, 0) 59%);}

.sr_logo {
width: 40%;

	
background-image: url('images/sr_logo.png');
background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	
}

.sr_logo_mobile {
width: 50%;
height: 35vh;	
/*aspect-ratio: 1 / 1;*/
	
background-image: url('images/sr_logo.png');
background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	
}


.sr_hero_text {
	width: 30%;
	display: flex;		
	align-self: center;
	aspect-ratio: 4 / 1.5;
	background-image: url('images/sr_hero_text.png');
  	background-size:90%;
	background-position: center;
	background-repeat: no-repeat;
}

.sr_hero_text_mobile {
	width: 50%;
	display: flex;		
	aspect-ratio: 4 / 1.5;
	background-image: url('images/sr_hero_text.png');
  	background-size:90%;
	background-position: center;
	background-repeat: no-repeat;
}

.sr_empty_right {
	width: 30%;
}

.immytiimy-container {
	padding-left: 20px;
	
	
	width: 70%;
}

.immytimy {
	width: 70%;aspect-ratio: 7 / 3.7;


background-image: url('images/Immytimmy.png');
background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.immytiimy-container_mobile {
	padding-left: 20px;width: 50%;padding-top: 20px;
}

.immytimy_mobile {
	width: 100%;aspect-ratio: 7 / 3.7;


background-image: url('images/Immytimmy.png');
background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
}


.arrow-down {
	position: absolute;
	bottom: 20px;
	height: 40px;
	width: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.facebooketc {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	height: 40px;
	
}

.facebooketc_mobile {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 40px;
	
}


.content-1200{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.watch-now {
	width: 50%;
	margin-left: auto;
  margin-right: auto;
	padding: 50px 0px 50px 0px;
}

.sultana {
	width: 50%;
	margin-left: auto;
  margin-right: auto;
	padding: 50px 0px 0px 30px;
}

#myVideo {position: relative;width: 100%;margin-bottom: 0px;margin-top: 0px;}
.col-container-VID {position: relative;float: left;width: 100%;overflow: hidden;aspect-ratio: 16/9;cursor: pointer;}


.second-image{
	width: 100%;
	height: auto;
	background-image: url("images/blue1a.jpg");
	background-repeat: no-repeat;
  	background-size: cover;
	/*aspect-ratio: 20 / 9.45;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -10px;
}

.second-content-wrapper{
	padding: 5% 0px 0px 0px;
	
}
.second-content-wrapperB{
	padding: 0px 0px 0px 0px;
	
}

.second-content{
	max-width: 1200px;
	height: 100%;
	/*border: 2px solid green;*/
	margin-left: auto;
	margin-right: auto;
}

.second-content-flex{
	max-width: 1200px;
	padding: 0px 30px 0px 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;

}

* {
  box-sizing: border-box;
}

.second-border{
	border: 7px solid rgb(187, 88,142);
	border-radius: 20px;
	width: 32.5%;
	height: auto;
	/*box-sizing: border-box;*/
}



.Two-container {
  display: flex;
  flex-wrap: wrap;
}

.Two-item1 {
  flex-basis: 30%;
  
}
.Two-item2 {
  flex-basis: 70%;
  
}

.text-padding{
	padding: 0px 30px 4% 30px;
}

.third-image{
	width: 100%;
	height: auto;
	background-image: url("images/blue1b.jpg");
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: right top;
	/*aspect-ratio: 20 / 9.45;*/
	margin-left: auto;
	margin-right: auto;
}

.Two-containerB {
  display: flex;
  flex-wrap: wrap;
}

.Two-itemB1 {
  flex-basis: 70%;
  
}
.Two-itemB2 {
  flex-basis: 30%;
  
}

li::marker {
  color: rgb(163,218,103)
}

.footer-text{
	color: white;font-size: 14px;
}


@media (orientation: portrait) {
	@media all and (max-width : 640px) {
		.hero-desktop {display:none;}
		.hero-mobile {display: block;}
	
	}
}

@media (orientation: landscape) {
	
}



@media all and (min-width : 1200px) {
	/*.hero-text{font-size: 66px;}*/
}

@media all and (max-width : 1199px) {
	body {font-size: 16px;}
}


@media all and (max-width : 960px) {
	.hero-text-padding{padding-bottom: 40px;}
	h2{font-size: 18px;}
}
@media all and (max-width : 768px) {
	.icon1, .icon2, .icon3, .icon4, .icon5 {width: 75px;height: 75px;background-size: 75px 75px;}
	.button_icon {width: 75px;height: 75px;padding-right: 10px;}
	.hero-text-padding{padding-bottom: 30px;}
	h1{font-size: 22px;}
	h2{font-size: 18px;}
}
@media all and (max-width : 640px) {
	.watch-now {
	width: 70%;
	margin-left: auto;
  margin-right: auto;
}
	.sultana {
	width: 70%;
	margin-left: auto;
  margin-right: auto;
	padding: 20px 0px 20px 30px;
}
	.second-border{
	border: 3px solid rgb(187, 88,142);
	border-radius: 10px;
	width: 31.5%;
	height: auto;
	box-sizing: border-box;
		
}
	.footer-text{
	color: white;font-size: 11px;
}
	
	
	.Two-item1 {
  flex-basis: 1%;
  
}
.Two-item2 {
  flex-basis: 99%;
  
}
	.Two-itemB1 {
  flex-basis: 99%;
  
}
.Two-itemB2 {
  flex-basis: 1%;
  
}
	
}
@media all and (max-width : 480px) {
	.hero-text-padding{padding-bottom: 15px;}
}




