@font-face {
	font-family: Calibri;
	src: url(../fonts/calibri.ttf);
}

@font-face {
	font-family: RobotoB;
	src: url(../fonts/RobotoB.ttf);
}

@font-face {
	font-family: RobotoCB;
	src: url(../fonts/RobotoCB.ttf);
}

@font-face {
	font-family: RobotoCR;
	src: url(../fonts/RobotoCR.ttf);
}

@font-face {
	font-family: SABODS;
	src: url(../fonts/SABODS.ttf);
}

@font-face {
	font-family: BebasNeueB;
	src: url(../fonts/BebasNeueB.ttf);
}

html{
background: #45152D;
background: linear-gradient(180deg, rgba(69, 21, 45, 1) 0%, rgba(194, 28, 118, 1) 100%);
padding:50px 0px 0px;
width: 100%;
float: left;
}

a {
	color: #45152D;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #181818;
	text-decoration: none;
	
}


* {
	margin: 0px;
	padding: 0px;
	font-family: "Calibri", sans-serif;
}

div {
	position: relative;
}

a {
	cursor: pointer;
}

button,
a {
	border: 0px;
	outline: 0;
}

:focus,
:focus-visible {
	border: 0px;
	outline: 0px
}

.container-fluid {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

 .container, .container-md, .container-sm {
        max-width: 100%;
    }


.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}





	
	.gssimg{    
		    display: block;
			margin: 0px auto;
    height: 330px;}

	h3{
			font-family: "RobotoCR", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    margin: 30px;
	}

	h4.tag{
		    font-family: "BebasNeueB", sans-serif;
		    color: #ffffff;
		    text-align: center;
		    font-size: 40px;
		    margin: 30px auto;
		    text-transform: uppercase;
		    width: 74%;
		    background-color: #D01F8E;
		    border-radius: 20px;
		    padding: 20px 10px;
	}

	h5.tag2{
		    font-family: "SABODS", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    margin: 10px 0px 20px 0px;
	}

	p.dname
	{
		font-family: "RobotoCB", sans-serif;
		color: #ffffff;
		text-align: center;
		font-size: 30px;
		margin: 10px 0px 0px 0px;
	}

	p.desg
	{
		    font-family: "Roboto", sans-serif;
		    color: #ffffff;
		    text-align: center;
		    font-size: 14px;
		    margin: 10px 10% 30px 10%;
		    font-weight: 300;
		    width: 80%;
	}

	.formbg
	{
	    width: 86%;
	    margin: 0px 5%;
	    padding: 25px 25px 30px 25px;
	    background-color: #ffffff17;
	    border-radius: 40px;
	    float: left;
	}

	.formbg .formsubbg
	{
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    background-color: #ffffff0f;
    border-radius: 3px;
    float: left;
    }

	.formbg .formsubbg .inptbg
	{
    width: 100%;
    margin: 0px auto 10px;
    padding: 7px;
    background-color: #ffffff0f;
    border-radius: 8px;
    float: left;
    }
	
	
	.formbg .formsubbg .inptbg input.form-control, .formbg .formsubbg .inptbg select.form-select
	{
    width: 100%;
    margin: 0px auto;
    padding: 5px 15px;
    font-family: 'calibri', sans-serif;
    background-color: #ffffff;
       border-radius: 8px;
    font-size: 21px;
    color:#717171;
    border: 3px solid #ffffff;
    }

	.formbg .formsubbg .inptbg input.form-control:focus, .formbg .formsubbg .inptbg select.form-select:focus
	{
		box-shadow: none;
		border: 3px solid #c21c76;
		outline: 0px;
		transition: all 0.35s ease-out;
	}

	.formbg .formsubbg .inptbg input.form-control::placeholder, .formbg .formsubbg .inptbg select.form-select::placeholder
	{
		font-family: 'calibri', sans-serif;
		color:#717171;
		font-size: 20px;
font-weight: 500;
	}

	.formbg .smltxt{
		    width: 100%;
    float: left;
    margin: 10px 0px 25px;
    text-align: right;
    font-size: 15px;
    color: #fff;
    font-family: 'calibri', sans-serif;
	}



	
button.rgstr
{
  appearance: none;
  font-size: 18px;
  font-family: 'RobotoB', sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  /* border: solid 4px transparent; */
  border-radius: 30px;
  color: rgb(255 255 255);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.65));
  /* text-shadow: -1px -1px rgba(255, 255, 255, 0.75); */
  background-origin: border-box;
  background-image: linear-gradient(#95133b 0%, #e61f71 110%);
  background-clip: padding-box, border-box, border-box;
  outline: 4px solid rgb(220 29 106) !important;
  margin: 0px auto;
  display: inline-block;
  letter-spacing: 2px;
}

button.rgstr:hover, button.rgstr:active
{
	appearance: none;
  font-size: 18px;
  font-family: 'RobotoB', sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  /* border: solid 4px transparent; */
  border-radius: 9ic;
  color: rgb(255 255 255);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.65));
  /* text-shadow: -1px -1px rgba(255, 255, 255, 0.75); */
  background-origin: border-box;
  background-clip: padding-box, border-box, border-box;
  outline: 4px solid rgb(220 29 106);
  margin: 0px auto;
  display: inline-block;
  letter-spacing: 2px;
background-image: linear-gradient(#ac0d4f 0%, #95133b 110%);
transition: all 0.35s ease-out;
}

footer
{
	margin-top: 30px;
	width:100%;
	float: left;
	background: #B5C5CF;
background: linear-gradient(180deg, rgba(181, 197, 207, 1) 0%, rgba(233, 236, 239, 1) 100%);
padding: 10px 0px;
}
footer img{    display: block;
    margin: 0px auto;}


	.modal.show .modal-dialog {
    transform: none;
    margin: 9% auto;
    --bs-modal-width: 70%;
}

.modal-content
{border: 0px;
    border-radius: 30px;
    background-color: #e8bfd53b;
    padding: 20px 20px;}

	.modal-body
	{       
	padding: 80px 50px 50px;
    border-radius: 27px;
    width: 100%;
    float: left;
    background-color: #fff;}

	.modal-body .close
	{
	position: absolute;
    right: 15px;
    top: 15px;
    height: 40px;
	cursor: pointer;
	}

	.modal-body .close:hover{
		    box-shadow: 0px 0px 5px 2px #da2639;
    border-radius: 100%;
	transition: all 0.35s ease-out;
	}

	.modal-body .thanks
	{
	    height: 105px;
	}

	.modal-body .check
	{
	       height: 85px;
    margin-top: 40px;
    margin-bottom: 0px;
	}

	.modal-body h4
	{
	      font-family: "RobotoCB", sans-serif;
	      font-size: 46px;
	      margin: 15px 0px 10px 0px;
	      text-align: center;
	}

	.modal-body h5
	{
	    font-family: "RobotoCR", sans-serif;
    font-size: 32px;
    margin: 15px 0px 10px 0px;
	}

	.formsubbg h2{    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 27px;}

	.input-group-new
	{
		width:100%;
		float: left;
		display: inline;
		margin-bottom: 10px;
		position: relative;
	}

	.formbg .formsubbg .inptbg .input-group-new input.form-control
	{
		width: 100%;
		float: left;
		border-radius: 8px 17px 17px 8px;
		padding: 5px 105px 5px 15px;
	}

	.input-group-new a
	{
		width: auto;
		float: right;
		font-size: 18px;
		font-family: 'RobotoB', sans-serif;
		font-weight: 700;
		line-height: 1;
		padding: 11px 18px;
		/* border: solid 4px transparent; */
		border-radius: 30px;
		color: rgb(255 255 255);
		filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.65));
		/* text-shadow: -1px -1px rgba(255, 255, 255, 0.75); */
		background-origin: border-box;
		background-image: linear-gradient(#95133b 0%, #e61f71 110%);
		background-clip: padding-box, border-box, border-box;
		outline: 4px solid rgb(220 29 106) !important;
		margin: 3px auto;
		display: inline-block;
		letter-spacing: 2px;
		text-decoration: none;
		text-align: center;
		position: absolute;
		right: 0;
	}

	.input-group-new a:hover, .input-group-new a:active {
    width:auto;
    float: left;
    font-size: 18px;
    font-family: 'RobotoB', sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 11px 18px;
    /* border: solid 4px transparent; */
    border-radius: 30px;
    color: rgb(255 255 255);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.65));
    /* text-shadow: -1px -1px rgba(255, 255, 255, 0.75); */
    background-origin: border-box;
    background-image: linear-gradient(#ac0d4f 0%, #95133b 110%);
    background-clip: padding-box, border-box, border-box;
    outline: 4px solid rgb(220 29 106) !important;
    margin: 3px auto;
    display: inline-block;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
}


.dnone{display: none;}
.dblock{display: block;}


@media (max-width: 1920px) and (min-width: 1800px) {
	p.dname {font-size: 35px;}
p.desg{font-size: 16px;}
.modal-body .thanks {height: 130px;}
.modal-body h4{font-size: 55px;}
.modal-body h5{font-size: 43px;}

	.formbg
	{
	transform: scale(1.2);}
	.gssimg {
    display: block;
    margin: 0px auto;
    height: 390px;
}
h3{    font-size: 45px;}
footer img{    height: 130px;}
}


@media (max-width: 1799px) and (min-width: 1600px) {
	.formbg
	{    transform: scale(1.1);}
	.gssimg {
    display: block;
    margin: 0px auto;
    height: 360px;
}
h3{    font-size: 42px;}
footer img{    height: 120px;}

.modal-body .thanks {height: 110px;}
.modal-body h4{font-size:45px;}
.modal-body h5{font-size: 37px;}
}


@media (max-width: 1599px) and (min-width: 1400px) {
}


@media (max-width: 1399px) and (min-width: 1300px) {
	p.dname {font-size: 28px;}
p.desg{font-size: 13px;}
}


@media (max-width: 1299px) and (min-width: 1200px) {
	.modal.show .modal-dialog{    --bs-modal-width: 87%;}
}


@media (max-width: 1199px) and (min-width: 992px) {
	.modal.show .modal-dialog{    --bs-modal-width: 90%;}
	.formbg {
    width: 86%;
    margin: 0px 7%;
    padding: 25px 25px 30px 25px;
    background-color: #ffffff17;
    border-radius: 40px;
    float: left;
}
}




@media (max-width: 991px) and (min-width: 769px) {
	.modal.show .modal-dialog{    --bs-modal-width:96%;}
	.formbg {
    width: 90%;
    margin: 0px 5%;
    padding: 25px 25px 30px 25px;
    background-color: #ffffff17;
    border-radius: 40px;
    float: left;
}
h3 {
    font-family: "RobotoCR", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    margin: 30px 10px 10px 10px;
}
}


@media (max-width: 768px) and (min-width: 150px) {
	.modal-body .thanks {
    height: auto;
}
	.modal.show .modal-dialog{    --bs-modal-width: 96%;}
	.modal-body h4{    font-size: 42px;}
	.modal-body h5{    font-size: 28px;}
	html
	{    padding: 10px 0px 0px;}
	.gssimg {
    display: block;
    margin: 0px auto;
    height: 270px;
}

h3 {
    font-family: "RobotoCR", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    margin: 30px 10px 20px 10px;
}

.formbg {
    width: 96%;
    margin: 0px 2%;
    padding: 25px 25px 30px 25px;
    background-color: #ffffff17;
    border-radius: 40px;
    float: left;
}



}@media (max-width: 575px) and (min-width: 150px) {
	.formbg .formsubbg .inptbg .input-group-new input.form-control {
          width: 100% !important;
        float: left !important;
        border-radius: 8px !important;
        padding: 5px 15px 5px 15px;
}

.input-group-new a, .input-group-new a:hover, .input-group-new a:active
{
        width: auto !important;
        float: unset !important;
        border-radius: 30px !important;
        position: relative;
        right: unset;
        margin-top: 20px;
}

h4.tag{    width: 93%;}
.dnone-xs{display: none !important;}
.dblock-xs{display: block !important;}
}
.swal2-html-container{
line-height: 28px !important;
}