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

*,
::after,::before{
    box-sizing:border-box
}
html{
    overflow-x: hidden;
    font-family: 'Infra';
    font-style: normal;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent;
    scroll-behavior: smooth;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
textarea:focus{
	outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
button {
    cursor: pointer;
    border: none;
}

body{
    margin:0;
    font-family:var(--ux-1067ph9,sans-serif);
    font-size:var(--ux-vvspv2,1rem);
    font-weight:var(--ux-sm2he3,400);
    line-height:var(--ux-1w31hux,1.5);
    background-color:#312F36;
    color:#312F36;
    text-align:left;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body:not(.keyboard-navigation){
    --uxp-focus-visible-outline:none;
    --uxp-focus-visible-outline-width:0
}
[tabindex="-1"],[tabindex="-1"]:focus{
    outline:0!important
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem
}

.image-background{
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section1 {
    background: url("./images/background.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: auto;
}
.section2 {
    display: flex;
    justify-content: center;
}
.row{
    padding-bottom: 30px; 
}
.row::after{
    content:"";
    display:table;
    clear:both
}
.headername {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    color: white;
}
.headername .header-contact-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    cursor: default;
}
.headername .header-contact-text .p {
	text-align: center;
}
.header-text{
	color: #fff; 
    text-decoration: none;
}
.headername .header-number-separator {
    width: 1px;
    height: 48px;
    background-color: #fff;
    filter: opacity(30%);
}
.container{
    margin-left:auto;
    margin-right:auto;
    padding-left:8px;
    padding-right:8px;
}
.container::after{
    content:"";
    display:table;
    clear:both
}
.card{
    display:flex;
    min-width:0;
    word-wrap:break-word;
    margin-bottom:1.25rem
}
.ux-card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 68px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    max-width: 960px;
    margin: 68px auto;
    z-index: 1;
}
.ux-card .card-block{
	min-width: 875px;
	max-width: 100%;
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 26px;
}
.ux-card .ux-card{
    box-shadow:none
}
.transparentbox {
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: -16px;
    right: 0;
    left: 0;
    max-width: 800px;
    border-radius: 30px;
    height: 32px;
    background: rgba(255, 255, 255, 0.3);
}
.form-domain-logo {
    width: auto;
    height: 112px;
}
.form-domain-text {
	margin: 0 0 0 5px;
}
.domname{
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    align-items: center;
    color: #092531;
}
.get-price{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    font-weight: 500;
    font-size: 30px;
    color: #092531;
}
.fill-form {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 17px;
    color: #092531;
}
.form-flex {
    display: flex;
}
.form-div-1 {
    : ;
}
.form-div-2 {
    margin-left: 32px;
}
.ux-text-entry-shell{
    --uxTextEntry-padding:.5rem;
    position:relative;
    flex:1 1;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    padding:var(--uxTextEntry-padding);
    border:var(--uxButton--borderWidth,2px) solid transparent
}
.ux-text-entry-shell[data-size]:after{
    content:attr(data-size);
    visibility:hidden;
    white-space:pre
}
.ux-text-entry-field{
    display:flex;
    align-items:center;
    position:absolute;
    height:calc(100% - (var(--uxTextEntry-padding) * 2));
    width:calc(100% - (var(--uxTextEntry-padding) * 2));
    top:0;
    left:0;
    font:inherit;
    color:inherit;
    text-align:inherit;
    background-color:transparent;
    margin:var(--uxTextEntry-padding);
    padding:0;
    border:0;
    color: black;
}
.ux-text-entry-field{
    resize:none
}
.ux-text-entry-field::-moz-placeholder{
    color:var(--ux-1lfpuy1,var(--ux-1nk9qds,#000));
    opacity:1
}
.ux-text-entry-field:-ms-input-placeholder{
    color:var(--ux-1lfpuy1,var(--ux-1nk9qds,#000));
    opacity:1
}
.ux-text-entry-field::placeholder{
    color:var(--ux-1lfpuy1,var(--ux-1nk9qds,#000));
    opacity:1
}
.ux-text-entry-field::-webkit-inner-spin-button,.ux-text-entry-field::-webkit-search-cancel-button{
    display:none
}
.ux-text-entry-field[type=number]{
    -moz-appearance:textfield
}
.ux-text-entry-field::-ms-clear,.ux-text-entry-field::-ms-reveal{
    display:none
}
.ux-text-entry-field:focus{
    outline:0
}
.ux-text-entry-field[disabled]{
    opacity:.4;
}
.ux-text-input-shell{
    display:flex;
    flex-direction:column
}
.ux-text-input-shell .ux-text-caption{
    margin:.25rem 0 0
}


.form-div-boxes {
    margin-bottom: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
}
.input-placeholder{
    margin: 8px 12px;
}
.form-div-boxes {
    margin-bottom: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
}
.submit-button{
    width: 100%;
    padding: 18px 0;
    font-weight: 500;
    font-size: 18px;
    background: #092531;
    border-radius: 12px;
    color: #fff;
}
.submit-button:active{
 transform: scale(0.98);
}
.agree{
    font-weight: 400;
    font-size: 14px;
    color: #030104;
    opacity: 0.5;
}
.domainsblock{
    width: 100%;
}
.otherdomains {
    position: relative;
    height: 56px;
    margin-top: 116px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 17px;
    /* or 42% */
    align-items: center;
    text-align: center;
    color: #092531;
}
.undername {
    position: relative;
    height: 56px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 17px;
    /* or 71% */
    align-items: center;
    text-align: center;
    color: #9F9F9F;
}
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -80px;
}
.domains-flex-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 134px;  
}
.domains { 
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 320px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 8px 50px rgba(9, 37, 49, 0.1);
    border-radius: 30px;
}
.domains-logo-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 176px;
    margin: auto 0;
}
.domain-name{
    font-weight: 800;
    font-size: 28px;
    line-height: 17px;
    color: #092531;
    margin-bottom: 30px;
}
.image-container{
    width: 153px;
    object-fit: contain;
}
.choosedomain {
    width: 100%;
    height: 90px;
    margin-top: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #092531;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: white;
}
.choosedomain:hover {
    background-color: #031c1c;
}
.footer-container{
    display: flex;
    justify-content: space-between;
	padding: 0 160px;
    align-items: center;
    margin-top: 120px;
    height: 114px;
    width: 100%;
    background: linear-gradient(90.25deg, #129466 0%, #0F5A45 100%);
    color: #fff;
}
.footer-container img {
	width: 100px;
    heihgt: auto;
}
.section3 {
  	background: #fff;
  	padding: 10px;
  	margin-top: 30px;
}
.pagination {
  	background: #fff;
  	padding: 10px;
}
.pagination-list {
  	position: relative;
}
.pagination-list li:first-child {
  	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
}
.pagination-list li:last-child {
  	position: absolute;
  	top: 50%;
  	right: 0;
  	transform: translateY(-50%);
}
.pagination ul {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	max-width: 550px;
  	margin: 0 auto;
  	background: #fff;
  	padding: 8px;
}
.pagination ul li {
  	color: #092531;
  	list-style: none;
  	line-height: 45px;
  	text-align: center;
  	font-size: 20px;
  	font-weight: 500;
  	cursor: pointer;
  	user-select: none;
  	transition: all 0.3s ease;
}
.pagination ul li.numb {
  	list-style: none;
  	height: 45px;
  	width: 45px;
  	margin: 0 5px;
  	line-height: 45px;
  	border-radius: 50%;
}
.pagination ul li.numb.first {
  	margin: 0px 3px 0 -5px;
}
.pagination ul li.numb.last {
  	margin: 0px -5px 0 3px;
}
.pagination ul li.dots {
  	font-size: 22px;
  	cursor: default;
}
.pagination ul li.btn {
  	padding: 0 20px;
  	margin: 0 10px;
  	border-radius: 50px;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
  	color: #fff;
  	background: #092531;
}
.limit {
  	color: #808080 !important;
  	pointer-events: none;
}
.textarea-form {
  	resize: vertical;
  	width: 95%;
  	border: none;
  	font: inherit;
  	font-family: sans-serif;
}
.page-header-image {
  	max-width: 100px; 
  	height: auto;
}
input::placeholder {
  	color: #767676 !important;
}
textarea::placeholder {
  	color: #767676 !important;
}
.swal-text{
	text-align:center;
}
.swal-footer{
	text-align:center;
}
.swal-button{
	background-color: #092531;
    width: 100%;
}
.swal-button:hover{
	background-color: #031c1c !important;
}
.swal-button:focus{
	background-color: #031c1c !important;
}
.swal-button:active{
	transform: scale(0.95);
}
.swal-button-container{
	width: 100px;
}
.swal-modal {
	border-radius:30px;
}
.domainLink {
  	text-decoration: none;
}




