@import url('https://fonts.googleapis.com/css2?family=Jomhuria&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga";
    -webkit-user-drag: none;
}

:root {
    --fsize: 14px;
    --font: "Poppins", sans-serif; 
    --headfont: "Playfair Display", serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
button:focus{
    outline: none;
}
html {
    scroll-behavior: smooth;
    background: var(--bg);
}
p {
    margin-top: 0;
    margin-bottom: 0 ;
}
input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

.fix::after {
    clear: both;
    content: "";
    display: table;
}

input,
textarea,
button {
    font-family: var(--font);
    background: 0 0;
    color: var(--color);
    font-size: var(--fsize);
    outline: none;
    border: none;
    cursor: inherit;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
    border: none;
}

*::-moz-focus-inner {
    border: 0;
}

textarea {
    min-height: 100px;
}

::-moz-placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #000;
}

:-ms-input-placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #000;
}

::placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #000;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}

.unselect,
.unselect *,
br,
hr,
img,
.blockui {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    width: 100%;
}

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus,
a:focus-within {
    outline: none;
    border: none;
    text-decoration: none;
}

a {
    color: var(--pcolor);
    display: inline-block;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font);
    font-weight: 700;
    color: var(--color);
}

.none {
    display: none !important;
}

body {
    color: var(--color);
    background-color:#FAF0EE;
    font-family: var(--font);
    line-height: 1;
    min-height: 100vh;
    width: 100%;
    word-spacing: 0;
    letter-spacing: 0;
    font-size: var(--fsize);
    position: relative;
    overflow-x: hidden;
    max-width: 100vw;
    padding: 0;
    margin: 0;
}
:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
::before,
::after {
  position: absolute;
  content: "";
}

.max {
    max-width: 1600px;
    width: 100%;
    padding-left: calc(40px + 4vw);
    padding-right: calc(40px + 4vw);
    margin: 0 auto;
}
.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.header_link ul{
    display: flex;
    gap: 25px;
}
.header_link ul li a{
	    font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
.header_link ul li a:hover{
	color: #F2BA09;
	transition: 0.3s ease-in-out;
}
.header_link ul li a.active{
	font-weight: 700;
	color: #F2BA09;
	transition: 0.3s ease-in-out;
}
.banner{
	position: relative;
}
.banner_main{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner_main .max{
	height: 100%;
}
.banner_div{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	height: 100%;
}
.banner_left{
	display: grid;
	align-items: center;
	align-content: center;
	position: relative;
}
.banner_left h1{
	font-family: var(--headfont);
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	color: #F2BA09;
}
.banner_left h3{
	font-family: var(--font);;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.6;
	color: #FFFFFF;
}
.banner_left img{
    width: 234px;
    position: absolute;
    right: -48px;
    top: 47%;
}
.banner_right{
	    position: relative;
    display: flex;
    align-items: end;
}
.banner_right img{
	width: auto;
}
img.img_man{
	    position: absolute;
    bottom: -143px;
    right: -27px;
}
.welcome{
	padding: 100px 0 265px;
}
.welcome_content{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.welcome_content h3{
	font-family: var(--headfont);
	font-size: 65px;
	font-weight: 400;
	line-height: 1.6;
	background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.welcome_content p{
font-family:var(--font);
font-size: 16px;
font-weight: 400;
line-height: 1.6;
color: #434343;
margin-bottom: 20px;
}
.welcome_content p:last-child{
	margin-bottom: 0;
}
.feature{
	        position: relative;
    background: url(../images/our_featue_category_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 80px;
    z-index: 1;
    overflow: hidden;
}
.feature_head {
	text-align: center;
}
.feature_head h3{
	font-family: var(--headfont);
	font-size: 65px;
	font-weight: 400;
	line-height:1.6;
	color: #FFFFFF;
	text-transform: capitalize;
}
.feature_main{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.feature_div{
	text-align: center;
	position:relative;
	margin:15px;
}
.feature_div:before{
        content: '';
    width: 109%;
    height: 100%;
    background: url(../images/bef.svg);
    position: absolute;
    top: -10px;
    background-size: 100%;
    left: -5%;
    background-repeat: no-repeat;
        opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.feature_div:hover:before{
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.feature_div h3{
    font-family: "Jomhuria", serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 0.6;
    color: #fff;
    margin-top: -16px;
}
.welcome{
	position: relative;
	z-index: 9;
}
.welcome:before {
        content: '';
    width: 100%;
    height: 700px;
    background: url(../images/bg_waves_before.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -92px;
    z-index: -1;
}
.dubbing_div{
        width: 63%;
}
.feature:before{
	content: '';
    width: 100%;
    height: 82px;
    background: url(../images/wave-bg.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -49px;
    z-index: -1;
}
.dubbing{
	padding: 80px 0px;
}
.pl_0{
	padding-left: 0 !important;
}
.dubbing_main{
	display: flex;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}
.dubbing_img{
    min-width:500px;
}
.dubbing_img img{
    min-width:500px;
}
.dubbing_div h3{
	font-family: var(--headfont);
	font-size: 65px;
	font-weight: 400;
	line-height: 1.2;
	background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.dubbing_div p{
	font-family:var(--font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #434343;
	margin-bottom: 20px;
}
.dubbing_sec{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
}
.dubbing_inn{
	box-shadow: 0px 4px 10px 0px #0000001A;
	border-radius: 24px 60px 24px 24px;
	padding: 15px;
	text-align: center;
	background: #fff;
	margin:15px;
}
.dubbing_inn img{
	width: auto !important;
	margin: 0 auto;
}
.dubbing_inn h4{
font-family:var(--font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #434343;
	margin-top: 20px;
}
.dubbing_inn p{
    font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #434343;
    min-height: 132px;
    margin: 0;
}
.copy{
	background: linear-gradient(90deg, #052A45 0%, #076386 100%);
	padding: 30px 0px;
	text-align: center;
}
.copy p{
font-family:var(--font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
}
.copy p a{
	color: #fff;
	cursor: pointer;
	    text-decoration: underline !important;
}
.about_banner_main {
    display: flex;
    align-items: end;
    justify-content: center;
}
.about_banner{
    text-align: center;
    margin-bottom: 40px;
}
.about_banner h1{
    color: #fff;
    font-size: 48px;
}
.about_banner ul li{
    font-family:var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}
.about_banner ul li a{
    font-family:var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}
.abo{
    padding: 60px 0px;
}
.abo_main{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    align-content: center;
}
.abo_div p{
    font-family:var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #434343;
    margin-bottom: 20px;
}
.abo_sec{
    position: relative;
    z-index: 1;
}
img.abo_top {
    width: auto;
    position: absolute;
    left: -77px;
}
img.abo_bottom {
    position: absolute;
    width: auto;
    right: 0;
    bottom: -50px;
}
.abo_sec:before{
    width:148px ;
    height: 148px;
    background: url(../images/Rectangle.svg);
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}
.sound{
    margin: 40px 0px;
    padding: 40px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: #fff;
    border-radius: 46px;
}
.sound_head{
    position: relative;
}
.sound_head h3{
    font-family: var(--headfont);
    font-size: 65px;
    font-weight: 400;
    line-height: 1.6;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab_inn_heding{
    text-align:center;
    margin:30px 0px;
}
.tab_inn_heding h3{
    font-family: var(--headfont);
    font-size: 65px;
    font-weight: 400;
    line-height: 1.6;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sound_main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}
.sound_div p{
    font-family:var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #434343;
}
.sound_head img {
    position: absolute;
    width: auto;
    right: 0;
    top: 27px;
}
.studio_head{
    text-align: center;
}
.studio_head h3{
    font-family: var(--headfont);
    font-size: 65px;
    font-weight: 400;
    line-height: 1.6;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.studio_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}
.studio_div{
    padding: 10px;
    box-shadow: 0px 4px 10px 0px #0000001A;
    background: #fff;
    border-radius: 30px;
    margin:10px;
}
.studio_div img{
    border-radius: 30px;
    margin-bottom: 10px;
}
.studio_div h3{
         font-family: var(--font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    text-align: center;
    min-height: 59px;
}
.new_tab{
    padding: 60px 0px;
}
.new_tab_min p{
    font-family:var(--font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #434343;
    text-align: center;
    margin-bottom: 30px;
}
.nnn ul{
    background: linear-gradient(180deg, #F06F19 0%, #D9B122 100%);
    padding: 18px 40px;
    border-radius: 54px;
    display: flex;
    justify-content: space-between;
}
.nnn ul li a{
     font-family:var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    position: relative;
}
.nnn ul li{
    position: relative;
}
.nnn ul li.tab.active:before{
    width: 160%;
    height: 57px;
    background: #FAF0EE;
    content: '';
    position: absolute;
    bottom: -25px;
    left: -30%;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
    border-radius: 17px 17px 0 0;
}
.tab-content{
    margin-top: 40px;
}
.bg-color .header {
    background: #ffffff;
}
.bg-color .header .header_logo img{
        filter: brightness(0.1);
}
.bg-color .header .header_link ul li a{
    color:#000;
}
.bg-color .header .header_link ul li a.active {
    font-weight: 700;
    color: #F2BA09;
    transition: 0.3s ease-in-out;
}
.feature_main .owl-dots {
    display: flex !important;
    margin-top: 20px !important;
    width: 100% !important;
    gap:10px;
    justify-content: center !important;
}
.feature_main .owl-dots button{
    width:15px !important;
    height:15px !important;
    background: #D9D9D9 !important;
    display:flex !important;
}
.feature_main .owl-dots button.active{
    background: #FFB703 !important;
}
.owl-dots {
    display: flex !important;
    margin-top: 20px !important;
    width: 100% !important;
    gap:10px;
    justify-content: center !important;
}
.owl-dots button{
    width:15px !important;
    height:15px !important;
    background: #0A2A48 !important;
    display:flex !important;
}
.owl-dots button.active{
    background: #FFB703 !important;
}
.read_more{
    display:flex;
    justify-content: center;
    margin-top:40px;
}
.read_more a{
    width: 140px;
    height: 47px;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    display: flex;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}






.gall_main {
    border-radius: 30px;
    background: #fff;
}
.gall {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.gall_div{
    position: relative;
}
.gall_inn{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px;
    background: linear-gradient(0deg, #222020 4.88%, rgba(23, 23, 23, 0) 71.48%);
    display: flex;
}
.gall_sec img{
    width: auto;
}
.gall_sec{
    display: flex;
    gap: 10px;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}
.gall_con h3{
font-family:var(--font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
}
.gall_con p{
font-family:var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}
.gall_btm{
    padding: 15px;
}
.gall_btm p{
    font-family:var(--font);
        font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #434343;
    margin-bottom: 10px;
}
.gall_span{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gall_span span{
    background: linear-gradient(180deg, #F06F19 0%, #D9B122 100%);
    padding: 5px;
    border-radius: 4px;
    font-family:var(--font);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.counrty{
    margin-top: 60px;
    text-align: center;
}
.counrty h3{
font-family: var(--headfont);
    font-size: 65px;
    font-weight: 400;
    line-height: 1.2;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.counrty img{
    width: auto;
    margin: 20px auto;
}
.counrty_main{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.counrty_div span{
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    padding: 10px 16px;
    border-radius: 4px;
    font-family: var(--font);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.counrty_div{
    display: flex;
}
.client{
    padding: 60px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: #fff;
    margin-top: 60px;
    border-radius: 40px;
}
.client h3{
        text-align: center;
    font-family: var(--headfont);
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
.client_main{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.client_div{
        width: 14.5%;
    border-radius: 12px;
    border: 1px solid #EEEAEA;
}
.service{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.service_main{
    width: 22.5%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.service_div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(181.25deg, rgba(16, 80, 108, 0) 35.83%, #023047 94.97%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}
.service_div p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    text-align: center;
}
.client h4{
font-family: var(--font);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #434343;
    width: 80%;
    margin: 0 auto 20px;
}
.client p{
font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
color: #434343;
width: 70%;
margin: 0 auto ;
}



.contact_map{
    overflow: hidden;
    border-radius: 30px;
    margin-top:30px;
}
.contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.contact_left h3{
    font-family: var(--headfont);
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.contact_add {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
}
.contact_add p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #434343;
}
.contact_add p a{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #434343;
}
.contact_form{
    padding: 40px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: #fff;
    border-radius: 30px;
}
.contact_form form{
    display: grid;
    gap: 20px;
}
.contact_inn{
    display: grid;
    gap: 10px;
}
.contact_inn label{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #434343;
}
.contact_inn label span{
    color: #D23232;
}
.contact_inn input{
    width: 100%;
    height: 50px;
    padding: 15px;
    background: #EBEEEF;
    border-radius: 16px;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
.contact_inn input::placeholder{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #A5A5A5;
}
.contact_inn textarea{
    width: 100%;
    height: 110px;
    padding: 15px;
    background: #EBEEEF;
    border-radius: 16px;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
.contact_inn textarea::placeholder{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #A5A5A5;
}
.contact_inn button{
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #0B7F9B 0%, #023047 100%);
    display: flex;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.contact_add img{
    width:20px;
}

#button {
display: flex;
    background: linear-gradient(180deg, #F06F19 0%, #D9B122 100%);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


#loader-main {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}
#loader {
  border: 10px solid rgba(217, 217, 217, 0.1);
  border-radius: 50%;
  border-top: 10px solid #049f5e;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  bottom: 0;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}








